@charset "UTF-8";
.section-faq-visit {
  position: relative;
  background: top left/100% auto repeat-y;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .section-faq-visit {
    padding: 0.8rem 0 0.82rem;
    background-image: url("../img/common/sp/background_common_01.jpg");
  }
  .section-faq-visit .title-common-primary {
    margin-bottom: 0.32rem;
  }
  .section-faq-visit .title-common-primary .title-english {
    padding: 0 0.2rem;
  }
  .section-faq-visit .title-common-primary .title-english::before, .section-faq-visit .title-common-primary .title-english::after {
    width: 0.57rem;
    height: 0.03rem;
  }
  .section-faq-visit .title-common-primary .title-wrapper {
    display: block;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .section-faq-visit {
    padding: 87px 0 152px 25px;
    background-image: url("../img/common/background_common_01.jpg");
  }
  .section-faq-visit .title-common-primary {
    margin-bottom: 48px;
  }
  .section-faq-visit .wrapper {
    max-width: 1125px;
  }
}
.list-faq-primary .list-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-faq-primary .list-item {
  position: relative;
}
.list-faq-primary .list-item:last-child {
  margin-bottom: 0;
}
.list-faq-primary .list-item.is-active .accordion-common::before {
  -webkit-transform: rotate(180deg) translateY(1px);
  -ms-transform: rotate(180deg) translateY(1px);
  transform: rotate(180deg) translateY(1px);
}
.list-faq-primary .item-heading {
  cursor: pointer;
}
.list-faq-primary .heading-wrapper,
.list-faq-primary .answer-wrapper {
  position: relative;
}
.list-faq-primary .item-answer {
  display: none;
}
.list-faq-primary .heading-content,
.list-faq-primary .answer-content {
  border-radius: 0.2rem;
  background-color: rgba(255, 255, 255, 0.7);
}
.list-faq-primary .heading-content {
  position: relative;
  font-weight: 600;
  cursor: pointer;
}
.is-android .list-faq-primary .heading-content {
  font-weight: 700;
}
.list-faq-primary .content-wrapper {
  margin: 0;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .list-faq-primary .list-item {
    margin-bottom: 0.37rem;
  }
  .list-faq-primary .answer-wrapper {
    padding-top: 0.52rem;
  }
  .list-faq-primary .heading-icon,
  .list-faq-primary .answer-icon {
    position: absolute;
    z-index: 1;
  }
  .list-faq-primary .heading-icon {
    top: -0.17rem;
    left: 0;
    width: 0.42rem;
  }
  .list-faq-primary .answer-icon {
    top: 0.1rem;
    right: 0.14rem;
    width: 0.55rem;
  }
  .list-faq-primary .heading-content {
    padding: 0.15rem 0.5rem 0.17rem 0.64rem;
  }
  .list-faq-primary .answer-content {
    padding: 0.16rem 0.15rem 0.3rem;
  }
  .list-faq-primary .accordion-common {
    top: 0.18rem;
    right: 0.1rem;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .list-faq-primary .list-item {
    margin-bottom: 45px;
  }
  .list-faq-primary .heading-wrapper,
  .list-faq-primary .answer-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .list-faq-primary .answer-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    padding-top: 25px;
  }
  .list-faq-primary .heading-icon,
  .list-faq-primary .answer-icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .list-faq-primary .heading-icon {
    width: 80px;
    margin-top: -20px;
    margin-right: 45px;
  }
  .list-faq-primary .answer-icon {
    width: 105px;
    margin-top: -7px;
    margin-left: 45px;
  }
  .list-faq-primary .heading-content,
  .list-faq-primary .answer-content {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 950px;
  }
  .list-faq-primary .heading-content::before,
  .list-faq-primary .answer-content::before {
    content: "";
    position: absolute;
    width: 30px;
    height: 36px;
    background: url("../img/faq/decoration_faq.svg") center/100% auto no-repeat;
  }
  .list-faq-primary .heading-content {
    padding: 34px 65px 31px 50px;
    font-size: 0.18rem;
  }
  .list-faq-primary .heading-content::before {
    top: 33px;
    left: -30px;
  }
  .list-faq-primary .answer-content {
    padding: 37px 50px 35px;
  }
  .list-faq-primary .answer-content::before {
    top: 40px;
    right: -30px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .list-faq-primary .accordion-common {
    top: 36px;
    right: 30px;
  }
}
.section-faq-service {
  position: relative;
  background-color: #fff5d6;
}
.section-faq-service::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  background-color: #fff5d6;
  pointer-events: none;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: top left;
  mask-position: top left;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.is-mac .section-faq-service::before {
  -webkit-mask-position: top center;
  mask-position: top center;
  -webkit-mask-size: cover;
  mask-size: cover;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .section-faq-service {
    padding: 0.5rem 0 1rem;
  }
  .section-faq-service::before {
    top: -0.34rem;
    height: 0.35rem;
    -webkit-mask-image: url("../img/common/sp/decoration_img_01.svg");
    mask-image: url("../img/common/sp/decoration_img_01.svg");
  }
  .section-faq-service .title-common-primary {
    margin-bottom: 0.43rem;
  }
  .section-faq-service .title-common-primary .title-english {
    padding: 0 0.2rem;
  }
  .section-faq-service .title-common-primary .title-english::before, .section-faq-service .title-common-primary .title-english::after {
    width: 0.39rem;
    height: 0.03rem;
  }
  .section-faq-service .title-common-primary .title-wrapper {
    display: block;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .section-faq-service {
    padding: 75px 0 140px 25px;
  }
  .section-faq-service::before {
    top: -130px;
    height: 182px;
    -webkit-mask-image: url("../img/common/decoration_img_01_chrome.svg");
    mask-image: url("../img/common/decoration_img_01_chrome.svg");
  }
  .is-mac .section-faq-service::before {
    -webkit-mask-image: url("../img/common/decoration_img_01.svg");
    mask-image: url("../img/common/decoration_img_01.svg");
  }
  .section-faq-service .title-common-primary {
    margin-bottom: 43px;
  }
  .section-faq-service .wrapper {
    max-width: 1125px;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 3000px) {
  .is-mac .section-faq-service::before {
    top: -175px;
  }
}
/*# sourceMappingURL=faq.css.map */