@charset "UTF-8";
/*===================================
 page --- よくあるご質問
===================================*/
footer {
  margin-top: 40px;
}
@media screen and (min-width: 600px) {
  footer {
    margin-top: 88px;
  }
}

/*----------------------------------
 ページタイトル
----------------------------------*/
.page__title-area {
  background-image: url("../../images/faq/mv_sp.jpg");
}
@media screen and (min-width: 600px) {
  .page__title-area {
    background-image: url("../../images/faq/mv.jpg");
  }
}

.page__title {
  text-shadow: 0 0 12px rgba(255, 255, 255, 0.5), 0 0 12px rgba(255, 255, 255, 0.5), 0 0 12px rgba(255, 255, 255, 0.5), 0 0 12px rgba(255, 255, 255, 0.5), 0 0 12px rgba(255, 255, 255, 0.5), 0 0 12px rgba(255, 255, 255, 0.5), 0 0 12px rgba(255, 255, 255, 0.5), 0 0 12px rgba(255, 255, 255, 0.5);
}

/*----------------------------------
 コンテンツ
----------------------------------*/
.faq:first-of-type {
  margin-top: 38px;
}
@media screen and (min-width: 600px) {
  .faq:first-of-type {
    margin-top: 43px;
  }
}
.faq:nth-of-type(n + 2) {
  margin-top: 52px;
}
@media screen and (min-width: 600px) {
  .faq:nth-of-type(n + 2) {
    margin-top: 82px;
  }
}
.faq .l-inner {
  padding: 0 20px;
}
@media screen and (min-width: 600px) {
  .faq .l-inner {
    max-width: calc(929px + (40px * 2));
    padding: 0 40px;
  }
}

.faq__title {
  background: -webkit-gradient(linear, left top, right top, from(rgb(169, 166, 208)), color-stop(98.59%, rgb(238, 155, 137)));
  background: linear-gradient(90deg, rgb(169, 166, 208) 0%, rgb(238, 155, 137) 98.59%);
  color: #fff;
  border-radius: 5px;
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: center;
  margin-bottom: 17px;
  padding: 3px 10px;
}
@media screen and (min-width: 600px) {
  .faq__title {
    font-size: 2.7rem;
    line-height: 1.4814814815;
    padding: 12px 10px;
  }
}

.faq-content {
  background-color: #f7f6f6;
  border-radius: 5px;
  cursor: pointer;
  /* 1つ目は開いておく */
  /* 2つ目以降は閉じておく */
}
.faq-content:nth-of-type(n + 2) {
  margin-top: 10px;
}
@media screen and (min-width: 600px) {
  .faq-content:nth-of-type(n + 2) {
    margin-top: 21px;
  }
}
.faq-content:first-child .faq-answer {
  display: block;
}
.faq-content:nth-of-type(n + 2) .faq-answer {
  display: none;
}

.faq-question,
.faq-answer {
  position: relative;
  /* アイコン（Q、A共通） */
}
.faq-question::before,
.faq-answer::before {
  position: absolute;
  top: 50%;
  left: 14px;
  -webkit-transform: translateY(-50%) translateX(0);
          transform: translateY(-50%) translateX(0);
  display: block;
  content: "";
  width: 29px;
  height: 29px;
}
@media screen and (min-width: 600px) {
  .faq-question::before,
.faq-answer::before {
    width: 28px;
    height: 28px;
  }
}

.faq-question {
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.3714285714;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  padding-top: 13px;
  padding-right: 56px;
  padding-bottom: 13px;
  padding-left: 64px;
  /* アイコン */
  /* 矢印 */
  /* 展開時 */
}
@media screen and (min-width: 600px) {
  .faq-question {
    font-size: 2.3rem;
    line-height: 1.5333333333;
    padding-top: 15px;
    padding-right: 70px;
    padding-bottom: 15px;
    padding-left: 70px;
  }
}
.faq-question::before {
  background: url("../../images/faq/q_icon.svg") no-repeat center center/contain;
}
.faq-question::after {
  position: absolute;
  top: 50%;
  right: 14px;
  -webkit-transform: translateY(-50%) translateX(0) rotate(135deg);
          transform: translateY(-50%) translateX(0) rotate(135deg);
  content: "";
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  width: 10px;
  height: 10px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media screen and (min-width: 600px) {
  .faq-question::after {
    right: 26px;
  }
}
.faq-question.open {
  /* 矢印 */
}
.faq-question.open::after {
  top: 45%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.faq-answer {
  line-height: 1.6;
  padding-right: 10px;
  padding-bottom: 13px;
  padding-left: 64px;
  /* アイコン */
}
@media screen and (min-width: 600px) {
  .faq-answer {
    line-height: 1.8;
    padding-top: 13px;
    padding-right: 70px;
    padding-bottom: 37px;
    padding-left: 70px;
  }
}
.faq-answer::before {
  top: 11px;
  background: url("../../images/faq/a_icon.svg") no-repeat center center/contain;
}
@media screen and (min-width: 600px) {
  .faq-answer::before {
    top: 29px;
  }
}
/*# sourceMappingURL=faq.css.map */