@charset "UTF-8";
.p-faq__content {
  margin-top: 94px;
  padding-bottom: 195px;
}
.p-faq__overview {
  margin-bottom: 56px;
  font-size: 16px;
  line-height: 1.7em;
  letter-spacing: 0.08em;
  text-align: center;
}

.p-faq_list__item {
  position: relative;
}
.p-faq_list__item:nth-child(n+2) {
  margin-top: 25px;
}
.p-faq_list__item::before {
  position: absolute;
  top: 5px;
  left: 5px;
  border-radius: 20px;
  background: url(../img/common/bg_ptn.png) top left repeat;
  background-size: 5px;
  width: 100%;
  height: 100%;
  content: "";
}

.p-faq_qa {
  position: relative;
  border-radius: 20px;
  background: #ffffff;
  overflow: hidden;
}
.p-faq_qa__q {
  position: relative;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
  cursor: pointer;
  padding: 26px 70px 27px 38px;
}
.p-faq_qa__q.is-open {
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
  background: #ffe554;
}
.p-faq_qa__q.is-open::before, .p-faq_qa__q.is-open::after {
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.p-faq_qa__q.is-open::before {
  opacity: 0;
}
.p-faq_qa__q.is-open::after {
  opacity: 1;
}
.p-faq_qa__q::before, .p-faq_qa__q::after {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  background-position: left center;
  background-size: 30px;
  background-repeat: no-repeat;
  width: 63px;
  height: 100%;
  content: "";
}
.p-faq_qa__q::before {
  opacity: 1;
  background-image: url(../img/faq/icon_open.png);
}
.p-faq_qa__q::after {
  opacity: 0;
  background-image: url(../img/faq/icon_close.png);
}
.p-faq_qa__q p {
  position: relative;
  padding-left: 38px;
  font-weight: 600;
  font-size: 17px;
  line-height: 1.7em;
  letter-spacing: 0.06em;
}
.p-faq_qa__q p::before {
  position: absolute;
  top: -0.2em;
  left: 0;
  content: "Q.";
  font-size: 20px;
  line-height: 1.5em;
  font-family: YakuHanJP, laca-text, ryo-gothic-plusn, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.05em;
}
.p-faq_qa__a {
  display: none;
  padding: 36px 38px;
}
.p-faq_qa__txt {
  position: relative;
  padding-left: 42px;
  font-size: 14px;
  line-height: 1.8em;
  letter-spacing: 0.11em;
}
.p-faq_qa__txt::before {
  position: absolute;
  top: -0.2em;
  left: 0;
  content: "A.";
  font-weight: 600;
  font-size: 20px;
  line-height: 1.5em;
  font-family: YakuHanJP, laca-text, ryo-gothic-plusn, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.05em;
}

.p-faq__note {
  margin-top: 60px;
  font-size: 15px;
  line-height: 1.7em;
  letter-spacing: 0.08em;
  text-align: center;
}

@media screen and (max-width: 767px){
  .p-faq__content {
    margin-top: 56px;
    padding-bottom: 119px;
  }
  .p-faq__overview {
    margin-bottom: 44px;
    line-height: 1.75em;
    letter-spacing: 0.12em;
    text-align: left;
  }
  .p-faq_list__item:nth-child(n+2) {
    margin-top: 13px;
  }
  .p-faq_list__item::before {
    top: 3px;
    left: 3px;
    border-radius: 18px;
    background-size: 4px;
  }
  .p-faq_qa {
    border-radius: 18px;
  }
  .p-faq_qa__q {
    padding: 25px 55px 26px 6%;
  }
  .p-faq_qa__q::before, .p-faq_qa__q::after {
    width: 46px;
  }
  .p-faq_qa__q p {
    padding-left: 30px;
    font-size: 16px;
    line-height: 1.6em;
    letter-spacing: 0.125em;
  }
  .p-faq_qa__q p::before {
    font-size: 19px;
  }
  .p-faq_qa__a {
    padding: 28px 7% 26px;
  }
  .p-faq_qa__txt {
    padding-left: 0;
    line-height: 1.7em;
  }
  .p-faq_qa__txt::before {
    display: none;
  }
  .p-faq__note {
    margin-top: 45px;
    font-size: 14px;
    letter-spacing: 0.12em;
    text-align: left;
  }
}

@media screen and (min-width: 768px){
  .p-faq a:hover {
    text-decoration: underline;
  }
  .p-faq_qa__q:hover {
    -webkit-transition: background-color 0.4s ease;
    transition: background-color 0.4s ease;
    background: #ffe554;
  }
}