/* トップページ FAQ ティザー — 他セクション（活用シーン・記事）と同じ幅・左揃え */
.faqTeaserWrap {
  padding: 60px 0;
}

.faqTeaserWrap .innerSection {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
  display: grid;
  gap: 2rem;
}

.faqTeaserWrap .textWrap {
  text-align: left;
  margin-bottom: 0;
}

.faqTeaserWrap .textSubTitle {
  margin-top: 8px;
  color: rgba(31, 49, 52, 0.72);
  font-size: 14px;
  line-height: 1.7;
}

.faqTeaserWrap + .paymentWrap.check-wrap {
  padding-top: 60px;
}

.faqTeaserContents {
  width: 100%;
  max-width: none;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.faqTeaserWrap .faqTeaserContents .las-faq-accordion {
  align-self: stretch;
  width: 100%;
}

.faqTeaserWrap .faqTeaserActions {
  margin-top: 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  width: 100%;
}

.faqTeaserWrap .faqTeaserLead {
  margin: 0;
  max-width: 520px;
  text-align: center;
  color: rgba(31, 49, 52, 0.72);
  font-size: 14px;
  line-height: 1.7;
}

.faqTeaserWrap .faqTeaserContactBtn,
.faqTeaserWrap .faqTeaserMoreBtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: min(100%, 420px);
  max-width: 420px;
  margin: 0 auto;
  flex: 0 0 auto;
  box-sizing: border-box;
}

.faqTeaserWrap .faqTeaserContactBtn i,
.faqTeaserWrap .faqTeaserMoreBtn i {
  flex-shrink: 0;
  margin: 0;
}

/* 一覧へ（FAQ・記事）：問い合わせCTAではなくナビ用ブルー（SPはpc.css非読込のため色を明示） */
.section-list-btn.btn-common.btn-contents {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background: var(--main_theme_light_1, #1c2ea3);
  color: #fff !important;
  box-shadow: 0 8px 20px rgba(28, 46, 163, 0.18);
}

.section-list-btn.btn-common.btn-contents i,
.section-list-btn.btn-common.btn-contents .fa-caret-right {
  color: #fff !important;
  flex-shrink: 0;
  margin: 0;
}

.section-list-btn.btn-common.btn-contents:hover,
.section-list-btn.btn-common.btn-contents:focus {
  filter: brightness(1.06);
  color: #fff !important;
  text-decoration: none !important;
}

/* FAQ 専用ページ */
.las-faq-page {
  padding: 120px 20px 80px;
  background: #f9fafb;
  min-height: 60vh;
}

.las-faq-page__inner {
  max-width: 840px;
  margin: 0 auto;
}

.las-faq-page__header {
  text-align: center;
  margin-bottom: 48px;
}

.las-faq-page__title {
  font-size: 2rem;
  font-weight: 700;
  color: #111827;
  margin: 0 0 12px;
}

.las-faq-page__lead {
  color: #6b7280;
  font-size: 16px;
  margin: 0;
}

.las-faq-page__empty {
  text-align: center;
  color: #6b7280;
  padding: 48px 0;
}

.las-faq-category {
  margin-bottom: 40px;
}

.las-faq-category__title {
  font-size: 1.125rem;
  font-weight: 600;
  color: #374151;
  margin: 0 0 16px;
  padding-left: 4px;
  border-left: 4px solid var(--main_theme_light_1, #1c2ea3);
}

.las-faq-accordion {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.las-faq-item {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.04);
  overflow: hidden;
  transition: box-shadow 0.25s ease;
}

.las-faq-item.is-open {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.las-faq-question {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 24px;
  border: none;
  background: transparent;
  cursor: pointer;
  text-align: left;
  font: inherit;
  color: #111827;
  transition: background 0.2s ease;
}

.las-faq-question:hover {
  background: rgba(28, 46, 163, 0.05);
}

.las-faq-question-text {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5;
  flex: 1;
}

.las-faq-q-label {
  display: inline-block;
  margin-right: 0.35em;
  font-weight: 700;
  color: var(--main_theme_light_1, #1c2ea3);
  opacity: 0.88;
  letter-spacing: 0.02em;
}

.las-faq-icon {
  flex-shrink: 0;
  margin-top: 4px;
  color: #6b7280;
  transition: transform 0.25s ease, color 0.2s ease;
}

.las-faq-item.is-open .las-faq-icon {
  transform: rotate(180deg);
  color: var(--main_theme_light_1, #1c2ea3);
}

.las-faq-answer {
  display: none;
  border-top: 1px solid #f3f4f6;
}

.las-faq-item.is-open .las-faq-answer {
  display: block;
}

.las-faq-answer-inner {
  /* MD: 区切り線の下は上下とも 16dp 前後の余白 + Body 16sp */
  padding: 16px 24px 20px;
  color: #374151;
  font-size: 16px;
  line-height: 1.625;
}

.las-faq-page__cta {
  margin-top: 56px;
  text-align: center;
  padding: 32px 24px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

.las-faq-page__cta p {
  margin: 0 0 20px;
  color: #6b7280;
}

.las-faq-page__cta .btn-common.btn-contents {
  width: 100%;
  max-width: 420px;
}

@media (max-width: 768px) {
  .faqTeaserWrap {
    padding: 80px 15px;
  }

  .faqTeaserWrap .innerSection {
    padding: 0;
    gap: 1.5rem;
  }

  .faqTeaserWrap + .paymentWrap.check-wrap {
    padding-top: 40px;
  }

  .faqTeaserWrap .faqTeaserActions {
    margin-top: 24px;
    gap: 12px;
    padding: 0;
  }

  .faqTeaserWrap .faqTeaserContactBtn,
  .faqTeaserWrap .faqTeaserMoreBtn {
    width: min(100%, 420px);
    max-width: 100%;
  }

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

  .las-faq-question {
    padding: 16px 18px;
  }

  .las-faq-answer-inner {
    padding: 14px 18px 18px;
    font-size: 16px;
    line-height: 1.6;
  }
}
