@charset "UTF-8";
/*====================================
お役立ちリンク/useful/
=======================================*/
.useful_wrap .useful_block {
  padding: 10px 20px;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
}

.useful_wrap .useful_block p.setsumei {
  margin-bottom: 10px;
}

.useful_wrap .useful_block .btn {
  margin-top: auto;
}

.useful_wrap .useful_block .btn a {
  width: 100%;
  text-align: center;
}

@media print, screen and (min-width: 600px) {
  .useful_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .useful_wrap .useful_block {
    padding: 20px 40px;
    width: 49%;
    max-width: 510px;
    margin-top: 40px;
  }
  .useful_wrap .useful_block p.setsumei {
    margin-bottom: 20px;
  }
}
/*====================================
【新】FAQ/useful/faq/
=======================================*/
h3.faq {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

@media print, screen and (min-width: 600px) {
  h3.faq {
    font-size: 30px;
    margin-bottom: 10px;
  }
}
.faq_wrap {
  margin-bottom: 40px;
  padding-top: 70px;
  margin-top: -70px;
}

@media print, screen and (min-width: 600px) {
  .faq_wrap {
    margin-bottom: 80px;
    padding-top: 120px;
    margin-top: -120px;
  }
}
.faq_accordion {
  margin-bottom: 10px;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}

.faq_accordion .toggle {
  display: none;
}

.faq_accordion .Label {
  padding: 20px 30px 15px 36px;
  display: block;
  border-top: #000 1px solid;
  border-left: #000 1px solid;
  border-right: #000 1px solid;
  position: relative;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  cursor: pointer;
  background-image: url("/_shared/images/faq/icn_q.png");
  background-repeat: no-repeat;
  background-size: 25px 25px;
  background-position: 6px 20px;
}

.faq_accordion .Label::before,
.faq_accordion .Label::after {
  position: absolute;
  content: "";
  display: block;
  transition: all 0.4s;
  background: #000;
  right: 5px;
  top: 50%;
  width: 14px;
  height: 2px;
  transform: translate(-50%, -50%);
}

.faq_accordion .Label::before {
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq_accordion .Label,
.faq_accordion .content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}

.faq_accordion .content {
  height: 0;
  margin-bottom: 10px;
  padding: 0 36px;
  overflow: hidden;
  border-top: #000 1px solid;
  border-right: #fff 1px solid;
  border-bottom: #fff 1px solid;
  border-left: #fff 1px solid;
  background-image: url("/_shared/images/faq/icn_a.png");
  background-repeat: no-repeat;
  background-size: 25px 25px;
  background-position: 6px 20px;
  font-size: 16px;
}

.faq_accordion .toggle:checked + .Label + .content {
  height: auto;
  transition: all 0.1s;
  border-top: #000 1px dashed;
  border-right: #000 1px solid;
  border-bottom: #000 1px solid;
  border-left: #000 1px solid;
}

.faq_accordion .toggle:checked + .Label::before {
  transform: translate(-50%, -50%) rotate(0deg);
}

.faq_accordion .toggle:checked + .Label + .content .inner {
  padding: 20px 0 20px 0;
}

@media print, screen and (min-width: 600px) {
  .faq_accordion {
    margin-bottom: 20px;
  }
  .faq_accordion .Label {
    padding: 30px 66px 20px 80px;
    background-size: 53px 53px;
    background-position: 12px 20px;
    font-size: 22px;
    min-height: 93px;
  }
  .faq_accordion .Label::before,
  .faq_accordion .Label::after {
    right: 10px;
    width: 26px;
    height: 3px;
  }
  .faq_accordion .content {
    padding: 0 0px;
    background-size: 53px 53px;
    background-position: 12px 20px;
    font-size: 22px;
  }
  .faq_accordion .toggle:checked + .Label + .content {
    min-height: 93px;
  }
  .faq_accordion .toggle:checked + .Label + .content .inner {
    padding: 30px 50px 20px 80px;
  }
}
.faq_nav ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.faq_nav ul li {
  margin: 5px 7px;
}

.faq_nav ul li a {
  font-size: 16px;
  display: inline-block;
  text-align: center;
  min-width: 10em;
  border: 1px #000 solid;
  text-decoration: none;
  border-radius: 8px;
  padding: 3px;
  position: relative;
  padding-right: 25px;
  padding-left: 25px;
}

.faq_nav ul li a:after {
  content: "";
  width: 6px;
  height: 6px;
  border: 0;
  border-bottom: solid 2px #333;
  border-right: solid 2px #333;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -6px;
  transform: rotate(45deg);
}

@media print, screen and (min-width: 600px) {
  .faq_nav ul {
    margin-bottom: 80px;
  }
  .faq_nav ul li a {
    font-size: 18px;
  }
}
.yt_pickup {
  max-width: 1000px;
  margin: 0 auto 50px;
  aspect-ratio: 16/9;
}

.yt_pickup iframe {
  width: 100%;
  height: 100%;
}/*# sourceMappingURL=useful.css.map */