@charset "utf-8";
/* よくあるご質問 */
/* ==================================================== */
/*  .contents-head
/* ==================================================== */
.faq .contents-head .head-tlt h2 {
  width: 29.29%;
}
@media screen and (max-width: 767px) {
  .faq .contents-head .head-tlt h2 {
    width: 72.2%;
    margin-bottom: 43px;
  }
  .faq .contents-head .head-tlt .mark {
    z-index: -1;
  }
}
/* ==================================================== */
/*  .contents-area
/* ==================================================== */
.contents-area {
  margin-bottom: 170px;
}
/* anchor-list */
.contents-area .anchor-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;

  gap: 50px;
}
.contents-area .anchor-list .tab {
  width: 276px;
  height: 67px;
  border-radius: 20px 20px 0 0;
  background-color: #bbdf37;
  font-size: var(--fs18);
  font-weight: bold;
  line-height: 67px;
  text-align: center;
  cursor: pointer;
}
.contents-area .anchor-list .tab:last-child {
  background-color: #9cd5d9;
}
.contents-area .anchor-list .tab:before {
  display: inline-block;
  width: 27px;
  height: 27px;
  margin: 0 12px 0 0;
  background-image: url(../img/common/arrow_btn.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  content: "";
  transform: rotate(90deg);
}
/* faq-box */
.contents-area .faq-box {
  margin: 80px auto 50px;
}
.faq-box {
  display: none;
}
.faq-box.show {
  display: block;
}
.faq-details {
  margin-bottom: 30px;
}
.faq-box h3 {
  width: 100%;
  margin: 55px auto 53px;
  font-size: var(--fs28);
  font-weight: bold;
  text-align: center;
}
.faq-summary {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 15.8px;
  padding-bottom: 25.5px;
  padding-left: 78px;
  background-image: url("../img/faq/faq_border.svg");
  background-repeat: repeat-x;
  background-position: left bottom;
  font-size: var(--fs17);
  font-weight: bold;
  cursor: pointer;
}
.faq-summary:before {
  position: absolute;
  top: -15px;
  left: 0;
  z-index: 60;
  display: block;
  width: 58px;
  height: 58px;
  content: "";
  content: url("../img/faq/icon_q_g.svg");
}
.faq-box_02 .faq-summary:before {
  position: absolute;
  top: -15px;
  left: 0;
  z-index: 60;
  display: block;
  width: 58px;
  height: 58px;
  content: "";
  content: url("../img/faq/icon_q_b.svg");
}
.faq-summary::-webkit-details-marker {
  display: none;
}
.faq-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 15.8px;
  margin-bottom: 49px;
  padding: 0 26px;
  background-color: #f5f5f5;
}
.faq-content figure {
  width: 21.86px;
  padding-top: 21px;
  padding-bottom: 27px;
}
.faq-text {
  width: 95.37%;
  padding-top: 21px;
  padding-bottom: 27px;
}
.faq-text a {
  text-decoration: underline;
}
.js-details[open] .js-content {
  height: auto;
}
/* ＋ - アイコン */
.plus-icon {
  margin-left: 20px;
}
.plus-icon,
.plus-icon span {
  display: inline-block;
  transition: all 0.4s;
}
.plus-icon {
  position: relative;
  right: 2%;
  flex-shrink: 0;
  width: 28px;
  height: 28px;
}
.plus-icon span {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #000;
}
.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);
}
/*＋、－切り替え*/
.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);
}
/* スマホ */
@media screen and (max-width: 767px) {
  .contents-area {
    margin-top: 33px;
  }
  /* anchor-list */
  .contents-area .anchor-list {
    gap: 6px;
  }
  .contents-area .anchor-list .tab {
    position: relative;
    width: 49%;
    height: 52px;
    padding-top: 8px;
    padding-left: 10px;
    font-size: var(--fs13);
    line-height: 18px;
  }
  .contents-area .anchor-list .tab:before {
    position: absolute;
    top: 16px;
    left: 14px;
    width: 23px;
    height: 23px;
    margin: 0;
    background-image: url(../img/common/arrow_btn.svg);
    background-repeat: no-repeat;
    background-size: contain;
  }
  /* faq-box */
  .contents-area .faq-box {
    margin: 49.8px auto 50px;
  }
  .faq-details {
    margin-bottom: 0;
  }
  .faq-summary {
    margin-bottom: 18.9px;
    padding: 0 0 20px 53px;
    font-size: var(--fs15);
  }
  .faq-summary:before {
    position: absolute;
    top: -6px;
    width: 36.4px;
    height: 36.4px;
    margin-left: 6px;
    background-image: url("../img/faq/icon_q_g.svg");
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
  }
  .faq-box_02 .faq-summary:before {
    position: absolute;
    top: -6px;
    width: 36.4px;
    height: 36.4px;
    background-image: url("../img/faq/icon_q_b.svg");
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
  }
  .faq-content {
    padding: 0 35px 0 18px;
  }
  .faq-content figure {
    width: 17px;
    margin-right: 17px;
    padding-top: 14px;
  }
  .faq-text {
    width: 88%;
    padding-top: 14px;
    padding-bottom: 20px;
  }
  /* +-アイコン */
  .plus-icon {
    width: 17px;
    height: 17px;
    margin-left: 15px;
  }
}
