@charset "utf-8";
/* ==================================================== */
/*  faq
/* ==================================================== */
/* .contents-head */
.faq .contents-head .contents-tlt {
  background: url("../img/faq/contents_full.webp") no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .faq .contents-head .contents-tlt {
    background: url("../img/faq/contents_full_sp.webp") no-repeat center/cover;
  }
  .faq .contents-head .contents-tlt {
    height: 230px;
  }
  .faq .contents-head .contents-tlt h1 {
    margin-top: 45px;
    font-size: var(--fs22);
  }
}

/* .contents-area */
.faq .contents-area .max-inner {
  position: relative;
}
.faq .contents-area span.mark {
  position: absolute;
}
.faq .contents-area span.mark:nth-child(1) {
  top: 151px;
  left: 71px;
  left: 5.93vw;
  width: 8.053vw;
  max-width: 110px;
}
.faq .contents-area span.mark:nth-child(2) {
  top: 27px;
  right: 92px;
  right: 6.735vw;
  width: 9.151vw;
  max-width: 125px;
}
.faq .contents-area span.mark:nth-child(3) {
  top: 685px;
  right: 43px;
  right: 3.148vw;
  width: 6.955vw;
  max-width: 95px;
}
.faq .contents-area .faq-box {
  margin-bottom: 140px;
  padding-top: 126px;
}
.faq .contents-area .faq-box .faq-summary {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 20px;
  padding: 20px 0 20px 90px;
  background-color: #faf1ac;
  cursor: pointer;
}
.faq .contents-area .faq-box .faq-summary:before {
  position: absolute;
  top: 12px;
  left: 34px;
  z-index: 60;
  display: block;
  width: 35px;
  height: 37px;
  background: url("../img/faq/icon_q_o.svg") no-repeat center;
  background-size: 100% 100%;
  content: "";
}
.faq .contents-area .faq-box .faq-summary:after {
  position: absolute;
  top: 12px;
  left: 34px;
  z-index: 59;
  display: block;
  width: 35px;
  height: 37px;
  background: url("../img/faq/icon_q_w.svg") no-repeat center;
  background-size: 100% 100%;
  content: "";
  transform: translate(2px, 3px);
}
.faq .contents-area .faq-box .faq-summary::-webkit-details-marker {
  display: none;
}
.faq .contents-area .faq-box .faq-summary p {
  width: 90%;
  font-size: var(--fs18);
  line-height: 1.4;
}
.faq .contents-area .faq-box .faq-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-bottom: 38px;
  padding: 0 48px 0 35px;
}
.faq .contents-area .faq-box .faq-content figure {
  width: 31px;
  margin-right: 4%;
}
.faq .contents-area .faq-box .faq-content .faq-txt {
  width: 92%;
}
.faq .contents-area .faq-box .faq-content .faq-txt p:not(:last-child) {
  margin-bottom: 20px;
}
.faq .contents-area .faq-box .faq-content .faq-txt ul:not(:last-child) {
  margin-bottom: 20px;
}
.faq .contents-area .faq-box .faq-content .faq-txt ul li {
  display: flex;
}
.faq .contents-area .faq-box .faq-content .faq-txt ul li p {
  width: 210px;
  margin-bottom: 0 !important;
}
.faq .contents-area .faq-box .faq-content .faq-txt a {
  text-decoration: underline;
}
.faq .contents-area .faq-box .js-details[open] .js-content {
  height: auto;
}
@media screen and (max-width: 767px) {
  .faq .contents-area span.mark:nth-child(1) {
    top: 546px;
    left: 16px;
    left: 4.267vw;
    width: 55px;
    max-width: 100%;
  }
  .faq .contents-area span.mark:nth-child(2) {
    top: 15px;
    right: 15px;
    right: 4vw;
    width: 63px;
    max-width: 100%;
  }
  .faq .contents-area span.mark:nth-child(3) {
    top: 745px;
    right: 14px;
    right: 3.733vw;
    width: 47px;
    max-width: 100%;
  }
  .faq .contents-area .faq-box {
    margin-bottom: 90px;
    padding-top: 74px;
  }
  .faq .contents-area .faq-box .faq-summary {
    min-height: 63.5px;
    padding: 14px 0 14px 55px;
  }
  .faq .contents-area .faq-box .faq-summary:before {
    top: 18px;
    left: 16px;
    width: 26px;
    height: 28px;
  }
  .faq .contents-area .faq-box .faq-summary:after {
    top: 18px;
    left: 16px;
    width: 26px;
    height: 28px;
  }
  .faq .contents-area .faq-box .faq-summary p {
    width: 84%;
    font-size: var(--fs14);
  }
  .faq .contents-area .faq-box .faq-content {
    margin-top: 20px;
    padding: 0 20px;
  }
  .faq .contents-area .faq-box .faq-content figure {
    display: none;
  }
  .faq .contents-area .faq-box .faq-content .faq-txt {
    width: 100%;
  }
  .faq .contents-area .faq-box .faq-content .faq-txt ul li {
    display: block;
  }
  .faq .contents-area .faq-box .faq-content .faq-txt ul li:not(:last-child) {
    margin-bottom: 10px;
  }
  .faq .contents-area .faq-box .faq-content .faq-txt ul li p {
    width: 100%;
  }
  .faq .contents-area .faq-box .faq-content .faq-txt ul li span {
    width: 100%;
  }
}

/* ＋ - アイコン */
.plus-icon {
  margin-left: 20px;
}
.plus-icon,
.plus-icon span {
  display: inline-block;
  transition: all 0.4s;
}
.plus-icon {
  position: relative;
  right: 4%;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
}
.plus-icon span {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #ff7600;
}
.plus-icon span:nth-of-type(1) {
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(0deg);
     -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
       -o-transform: rotate(0deg);
          transform: rotate(0deg);
}
.plus-icon span:nth-of-type(2) {
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(90deg);
     -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media screen and (max-width: 767px) {
  .plus-icon {
    right: 13px;
    width: 18.13px;
    height: 18.13px;
  }
}

/* ＋ - 切り替え */
.plus-icon.active span:nth-of-type(1) {
  display: none;
}
.plus-icon.active span:nth-of-type(2) {
  top: 5px;
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}
.plus-icon.active span:nth-of-type(1) {
  top: 5px;
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}
.plus-icon.active span:nth-of-type(2) {
  top: 5px;
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}
