.section-common-keyvisual .keyvisual-title {
  padding-top: 0;
}
.section-common-keyvisual .keyvisual-title::before {
  display: none;
}

.section-faq {
  position: relative;
  background: url("../img/faq/faq_bg.jpg") repeat-y 0 0/100%;
}
@media print, (min-width: 768px) {
  .section-faq {
    padding: 100px 0 105px;
  }
  .section-faq .faq-anchor {
    width: calc(100% - 60px);
    max-width: 1280px;
    margin: 0 auto;
  }
  .section-faq .anchor-common-quaternary {
    margin-bottom: 0;
  }
  .section-faq .anchor-common-quaternary .list-item {
    width: 20%;
  }
  .section-faq .anchor-common-quaternary .item-wrapper {
    min-height: 160px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .section-faq .anchor-common-quaternary .item-title {
    margin-bottom: 5px;
    font-size: 0.26rem;
  }
  .section-faq .anchor-common-quaternary .item-text {
    margin-bottom: 0;
    font-size: 0.2rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-faq {
    padding-bottom: 0.6rem;
  }
  .section-faq .anchor-common-quaternary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 0.1rem;
  }
  .section-faq .anchor-common-quaternary .list-item {
    width: 50%;
  }
  .section-faq .anchor-common-quaternary .item-wrapper {
    min-height: 1.4rem;
    padding-right: 0.15rem;
    padding-left: 0.15rem;
  }
}

.faq-block {
  position: relative;
}
.faq-block::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
}
.faq-block::after {
  bottom: 0;
}
.faq-block .faq-title {
  font-weight: 500;
  letter-spacing: 0.12em;
  text-align: center;
}
.faq-block .faq-title .title-wrapper {
  position: relative;
}
.faq-block .faq-title .title-wrapper::before {
  content: "";
  position: absolute;
  background: url("../img/faq/icn_title.svg") no-repeat center/auto 100%;
}
.faq-block .faq-wrapper {
  background: url("../img/common/bg_common_01.jpg") repeat 0 0/0.5rem 0.5rem;
}
@media print, (min-width: 768px) {
  .faq-block {
    padding: 57px 0 56px;
  }
  .faq-block.is-first {
    padding-top: 120px;
  }
  .faq-block::after {
    height: 56px;
    background: url("../img/common/decor_pattern.jpg") repeat-x 0 0/auto 56px;
  }
  .faq-block .faq-title {
    margin-bottom: 38px;
    font-size: 0.34rem;
  }
  .faq-block .faq-title .title-wrapper {
    padding-left: 65px;
  }
  .faq-block .faq-title .title-wrapper::before {
    top: 4px;
    left: 5px;
    width: 40px;
    height: 40px;
  }
  .faq-block .faq-wrapper {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .faq-block {
    padding-top: 0.6rem;
  }
  .faq-block::before, .faq-block::after {
    height: 0.4rem;
    background: url("../img/common/decor_pattern.jpg") repeat-x 0 0/auto 0.4rem;
  }
  .faq-block .faq-title {
    margin-bottom: 0.3rem;
    font-size: 0.24rem;
  }
  .faq-block .faq-title .title-wrapper {
    padding-left: 0.5rem;
  }
  .faq-block .faq-title .title-wrapper::before {
    top: 0.04rem;
    left: 0.05rem;
    width: 0.3rem;
    height: 0.3rem;
  }
  .faq-block .faq-wrapper {
    padding: 0.6rem 0 1rem;
  }
}

.faq-list {
  margin: 0;
  padding: 0;
  background: url("../img/common/bg_common_02.jpg") repeat 0 0/0.9rem 0.9rem;
  list-style: none;
}
.faq-list .faq-question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  border-bottom: 1px solid #aaa;
  background: #fff;
  cursor: pointer;
}
.faq-list .faq-question::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 0.21rem;
  height: 0.12rem;
  -webkit-transition: all 0.3s ease, -webkit-transform 0.3s ease;
  transition: all 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, all 0.3s ease;
  transition: transform 0.3s ease, all 0.3s ease, -webkit-transform 0.3s ease;
  background: url("../img/faq/icn_arrow.svg") no-repeat center/auto 100%;
}
.faq-list .faq-question.is-active::after {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.faq-list .question-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #941e57;
  color: #fff;
  letter-spacing: 0.05em;
}
.faq-list .question-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: center;
  align-self: center;
  height: 100%;
  letter-spacing: 0.05em;
}
.faq-list .faq-answer {
  display: none;
  border-bottom: 1px solid #aaa;
}
.faq-list .answer-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.faq-list .answer-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #941e57;
  letter-spacing: 0.05em;
}
.faq-list .answer-content {
  letter-spacing: 0.05em;
}
.faq-list .answer-text {
  letter-spacing: 0.05em;
}
.faq-list .answer-text.is-strong {
  font-weight: 700;
}
@media print, (min-width: 768px) {
  .faq-list .faq-question::after {
    right: 60px;
    margin-top: -5px;
  }
  .faq-list .question-title {
    width: 100px;
    padding: 6px 5px 10px 8px;
    font-size: 0.4rem;
  }
  .faq-list .question-text {
    padding: 5px 100px 5px 30px;
    font-size: 0.22rem;
  }
  .faq-list .answer-title {
    width: 100px;
    height: 122px;
    padding: 5px 5px 5px 17px;
    font-size: 0.4rem;
  }
  .faq-list .answer-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 43px 100px 43px 30px;
  }
  .faq-list .answer-text.is-strong {
    font-size: 0.2rem;
    line-height: 1.8823529412;
  }
}
@media only screen and (max-width: 767.98px) {
  .faq-list .faq-question::after {
    right: 0.1rem;
    width: 0.19rem;
    height: 0.1rem;
    margin-top: -0.05rem;
  }
  .faq-list .question-title {
    width: 0.5rem;
    padding: 0.05rem 0.05rem 0.1rem;
    font-size: 0.24rem;
  }
  .faq-list .question-text {
    padding: 0.12rem 0.4rem 0.12rem 0.15rem;
    line-height: 1.5;
  }
  .faq-list .answer-title {
    width: 0.5rem;
    padding: 0.05rem;
    font-size: 0.24rem;
  }
  .faq-list .answer-content {
    width: 2.8rem;
    padding: 0.12rem 0.15rem;
  }
  .faq-list .answer-text.is-strong {
    font-size: 0.18rem;
    line-height: 1.5;
  }
}

@media print, (min-width: 768px) {
  .section-common-keyvisual.is-sub-keyvisual {
    margin-bottom: -150px;
  }
  .section-common-keyvisual.is-sub-keyvisual .navigation-common {
    top: -190px;
  }
}
/*# sourceMappingURL=faq.css.map */