.faq-page .wf-faq {
  padding-top: 100px;
}

.faq-page__section-header {
  text-align: center;
  margin-bottom: 40px;
}

.faq-page__section-title {
  position: relative;
  display: inline-block;
  padding-bottom: 18px;
  font-family: var(--font-ja);
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1.5;
  color: #222;
}

.faq-page__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 60px;
  height: 1px;
  background: #333;
  transform: translateX(-50%);
}

.faq-page__content {
  width: min(100%, 980px);
  margin: 0 auto 100px;
}

@media (max-width: 768px) {
  .faq-page .wf-faq {
    padding-top: 60px;
  }

  .faq-page__section-header {
    margin-bottom: 28px;
  }

  .faq-page__section-title {
    padding-bottom: 14px;
    font-size: 18px;
    letter-spacing: 0.08em;
  }

  .faq-page__section-title::after {
    width: 46px;
  }

  .faq-page__content {
    margin-bottom: 72px;
  }
}
