@charset "UTF-8";

/* =========================
   material 資料ページ
   スマホ専用CSS（最終確定版）
========================= */

body {
  margin: 0;
  font-family: "Hiragino Sans","Meiryo",sans-serif;
  font-size: 18px;          /* ← 読みやすさ最優先 */
  line-height: 1.9;
  color: #333;
  background: #ffffff;
}

p, li {
  font-size: 17px;
}

/* =========================
   全体ラッパー
========================= */
.lp-wrapper {
  width: 100%;
  padding: 0;
  box-sizing: border-box;
}

/* =========================
   セクション
========================= */
.section {
  padding: 22px 16px;
  box-sizing: border-box;
}

/* 見出し */
.section h1 {
  font-size: 26px;
  line-height: 1.4;
  margin-bottom: 14px;
}

.section h2 {
  font-size: 22px;
  line-height: 1.4;
  margin-bottom: 12px;
}

/* h2直前だけ余白を詰める */
p + h2,
.img-caption + h2,
.section-img + h2 {
  margin-top: -8px;
}

/* =========================
   背景付きセクション
========================= */
.bg-soft {
  background: #f7f9fc;
}

/* =========================
   リスト
========================= */
.check-list li {
  margin-bottom: 10px;
}

/* =========================
   画像（資料ページはフル幅）
========================= */
.section-img {
  width: 100vw;
  max-width: 100vw;
  height: auto;
  margin-left: calc(50% - 50vw);
  display: block;
}

/* =========================
   画像キャプション
========================= */
.img-caption {
  margin: 10px 16px 12px;
  padding: 8px 12px;
  font-size: 16px;
  line-height: 1.6;
  color: #555;
  background: #f7f9fc;
  border-left: 4px solid #4a90e2;
  border-radius: 6px;
  box-sizing: border-box;
}

/* =========================
   FAQ
========================= */
.faq-section {
  padding: 20px 16px;
}

.faq-item {
  margin-top: 18px;
  padding: 16px;
  background: #f9fafc;
  border-radius: 8px;
}

.faq-item h3 {
  font-size: 18px;
  margin-bottom: 6px;
  color: #2c3e50;
}

.faq-item p {
  font-size: 17px;
  margin-bottom: 6px;
}

/* =========================
   資料ページ用 CTA
========================= */
.material-cta {
  margin: 32px 16px;
  padding: 26px 18px;
  background: #eef4fb;
  border-radius: 12px;
  text-align: center;
}

.material-cta h2 {
  font-size: 22px;
  margin-bottom: 12px;
}

.material-cta-lead {
  font-size: 17px;
  margin-bottom: 14px;
}

.material-cta-text {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 18px;
}

.material-cta-note {
  font-size: 14px;
  color: #666;
  margin-top: 10px;
}

/* =========================
   ボタン
========================= */
.cta-btn {
  display: inline-block;
  padding: 15px 28px;
  font-size: 17px;
  border-radius: 30px;
  text-decoration: none;
}

.cta-btn.main {
  background: #4a90e2;
  color: #fff;
  border: 2px solid #4a90e2;
}

.cta-btn.sub {
  background: #fff;
  color: #4a90e2;
  border: 2px solid #4a90e2;
}

/* =========================
   フッター
========================= */
.footer {
  margin-top: 30px;
  padding: 16px;
  text-align: center;
  font-size: 14px;
  color: #777;
  background: #f2f2f2;
}
.family-memo {
  margin: 32px 16px;
  padding: 20px 18px;
  background: #f7f9fc;
  border-left: 5px solid #4a90e2;
  border-radius: 10px;
}

.family-memo h2 {
  font-size: 22px;
  margin-bottom: 12px;
}

.family-memo p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 10px;
}
/* =========================
   PDF 表紙（画面表示）
========================= */
.pdf-cover {
  min-height: 90vh;
  padding: 60px 20px;
  text-align: center;
  box-sizing: border-box;
}

.pdf-cover-title {
  font-size: 32px;
  line-height: 1.4;
  margin-bottom: 20px;
}

.pdf-cover-title span {
  display: block;
  font-size: 20px;
  margin-top: 10px;
}

.pdf-cover-lead {
  font-size: 18px;
  margin-bottom: 30px;
}

.pdf-cover-box {
  max-width: 720px;
  margin: 0 auto 30px;
  padding: 24px;
  background: #f7f9fc;
  border-radius: 12px;
  font-size: 16px;
  line-height: 1.8;
}

.pdf-cover-note {
  font-size: 14px;
  color: #666;
  margin-bottom: 40px;
}

.pdf-cover-footer {
  font-size: 15px;
  color: #333;
}
