@charset "UTF-8";
:root {
  --font-family-base: "Zen Kaku Gothic New", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
  --font-family-montserrat: "Montserrat", "Zen Kaku Gothic New", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
  --font-family-noto-sans-jp: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
}

:root {
  --font-weight-base: 400;
}

:root {
  --color-base: #222;
  --color-placeholder: #959595;
}

:root {
  --z-index-level-top: 2147483647;
}

:root {
  --leading-trim: calc((1em - 1lh) / 2);
}

/* 言語が英語（ラテン系言語）の場合、cap-heightベースにする */
:root:lang(en) {
  --leading-trim: calc((1cap - 1lh) / 2);
}

/* もし lh が未対応のブラウザであれば fallback */
@supports not (top: 1lh) {
  :root {
    --leading-trim: 0px;
  }
}
:root {
  --width-pc-design: 1920;
  --width-pc-design-content: 1200;
  --width-pc-design-content-percent: calc(var(--width-pc-design-content) / (--width-pc-design-content * 1.05) * 100%);
  --width-pc-design-content-vw: calc(var(--width-pc-design-content) / (--width-pc-design-content * 1.05) * 100vw);
  --width-pc-design-content-rem: calc((var(--width-pc-design-content) / 10) * 1rem);
  --width-sp-design: 414;
  --width-sp-design-content: 340;
  --width-sp-design-content-percent: calc(var(--width-sp-design-content) / var(--width-sp-design) * 100%);
  --width-sp-design-content-vw: calc(var(--width-sp-design-content) / var(--width-sp-design) * 100vw);
  --width-sp-design-content-rem: calc((var(--width-sp-design-content) / 10) * 1rem);
}

:root {
  --border-radius-infinity: calc(1px / 0);
}

:root {
  --opacity-base: .6;
}

:root {
  --transition-base: .4s;
  --transition-sub: .6s;
}

.p-faq-content {
  padding-bottom: 20rem;
}
@media screen and (max-width: 767px) {
  .p-faq-content {
    padding-bottom: 10.2rem;
  }
}
.p-faq-content .c-anchor {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .p-faq-content .c-anchor {
    margin-top: 2rem;
  }
}
.p-faq-content__list {
  margin-top: 11rem;
}
@media screen and (max-width: 767px) {
  .p-faq-content__list {
    margin-top: 6.7rem;
  }
}
.p-faq-content__list-item:nth-child(n+2) {
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .p-faq-content__list-item:nth-child(n+2) {
    margin-top: 6rem;
  }
}
.p-faq-content__list-title {
  font-size: 3rem;
  line-height: 1.4666666667;
  letter-spacing: 0.1em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-faq-content__list-title {
    font-size: 2.4rem;
    line-height: 1.4583333333;
    padding-inline: calc(20 / var(--width-sp-design) * 100vw);
  }
}
.p-faq-content__list .c-faq {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-faq-content__list .c-faq {
    margin-top: 3rem;
  }
}

/*# sourceMappingURL=faq.css.map */
