/* コラムの見た目。アプリ本体(app.css)とは別に持つ。
   アプリはSPAで、コラムは読み物。求められる余白も行間も違うため混ぜない。

   トップ（ポップ案）と同じ家族に見せるため、次を揃えている：
     ・丸ゴシック（Zen Maru Gothic）
     ・黒い輪郭線と大きめの角丸
     ・同じピンク
   ただし地色はピンクベタにしない。長文を鮮やかな地の上に置くと
   読み進められないため、クリームに落として輪郭線で表情を出す */
:root{
  --bg:#fff7fa; --card:#fff; --text:#17121a; --sub:#5c4b55; --line:#17121a;
  --oshi:#ff4d86; --warn:#f0a020; --sun:#ffd166;
  --radius:18px; --bd:3px;
}
/* トップがピンクベタで固定なので、コラムだけ暗転すると行き来で違和感が出る。
   配色は明るいまま揃える */
*{margin:0;padding:0;box-sizing:border-box}
body{
  background:var(--bg); color:var(--text);
  font-family:"Zen Maru Gothic",-apple-system,BlinkMacSystemFont,"Hiragino Sans","Noto Sans JP",sans-serif;
  line-height:1.95; -webkit-font-smoothing:antialiased;
}
a{color:var(--oshi)}

/* トップの浮いた白ピルと同じ形にする */
.site-head{
  display:flex; align-items:center; justify-content:space-between; gap:12px;
  position:sticky; top:10px; z-index:10;
  max-width:min(760px,92vw); margin:10px auto 0;
  padding:8px 10px 8px 16px;
  background:var(--card); border:var(--bd) solid var(--line); border-radius:999px;
}
.brand{display:flex;align-items:center;gap:8px;font-weight:900;font-size:15px;text-decoration:none;color:var(--text)}
.brand-mark{
  display:grid;place-items:center;width:26px;height:26px;border-radius:50%;
  background:var(--oshi);color:#fff;font-size:13px;font-weight:900;border:2.5px solid var(--line);
}
.head-cta{font-size:12px;font-weight:900;text-decoration:none;color:#fff;
  background:var(--text);border-radius:999px;padding:7px 15px;white-space:nowrap}

.wrap{max-width:720px;margin:0 auto;padding:26px 18px 56px}

.crumb{font-size:11px;color:var(--sub);margin-bottom:14px}
.crumb a{color:var(--sub)}
h1{font-size:26px;font-weight:900;line-height:1.55;margin-bottom:8px}
.meta{font-size:11px;color:var(--sub);margin-bottom:22px}
.lead{font-size:14px;color:var(--sub);margin-bottom:26px}

/* 結論を冒頭に置く箱。AIに引用されるかどうかがここで決まるので、
   構造上いちばん目立つ位置に固定する */
.answer{
  background:var(--card); border:var(--bd) solid var(--line);
  border-radius:var(--radius); padding:18px 20px; margin-bottom:30px;
}
.answer-label{font-size:11px;font-weight:900;color:var(--oshi);letter-spacing:.08em;margin-bottom:6px}
.answer p{font-size:15px;margin:0 0 8px}
.answer p:last-child{margin-bottom:0}

.post h2{
  font-size:19px;font-weight:900;line-height:1.5;
  margin:40px 0 14px;padding-bottom:9px;border-bottom:var(--bd) solid var(--line);
}
.post h3{font-size:16px;font-weight:900;margin:26px 0 10px}
.post p{font-size:15px;margin-bottom:16px}
.post ul,.post ol{margin:0 0 18px 1.35em}
.post li{font-size:15px;margin-bottom:7px}
.post blockquote{
  background:#fff8e6; border:var(--bd) solid var(--line);
  border-radius:14px; padding:14px 16px; margin:0 0 18px; font-size:14px;
}
.post strong{font-weight:900;color:var(--oshi)}

.faq{margin-top:44px}
.faq h2{font-size:19px;font-weight:900;margin-bottom:14px;padding-bottom:9px;border-bottom:var(--bd) solid var(--line)}
.faq-item{background:var(--card);border:var(--bd) solid var(--line);border-radius:var(--radius);padding:16px 18px;margin-bottom:11px}
.faq-q{font-size:14px;font-weight:900;margin-bottom:7px}
.faq-q::before{content:"Q. ";color:var(--oshi)}
.faq-a{font-size:14px;color:var(--sub)}

.cta{
  background:var(--sun);border:var(--bd) solid var(--line);border-radius:var(--radius);
  padding:22px 18px;margin:46px 0 0;text-align:center;
}
.cta-title{font-size:17px;font-weight:900;margin-bottom:8px}
.cta p{font-size:13px;margin-bottom:15px;text-align:left}
.cta-btns{display:flex;gap:8px;flex-wrap:wrap;justify-content:center}
.btn{
  font-size:13px;font-weight:900;text-decoration:none;color:#fff;background:var(--oshi);
  border:2.5px solid var(--line);border-radius:999px;padding:10px 20px;
}
.btn.ghost{background:#fff;color:var(--text)}

.related{margin-top:42px}
.related h2{font-size:15px;font-weight:900;margin-bottom:10px;color:var(--sub)}
.related ul{list-style:none}
.related li{margin-bottom:8px}
.related a{font-size:14px;font-weight:900;text-decoration:none}

/* ===== 紹介ページ（トップ） ===== */
.lp h1{font-size:29px;line-height:1.5;margin-bottom:14px}
.lp-lead{font-size:15px;color:var(--sub);line-height:1.95;margin-bottom:24px}
.lp-cta{justify-content:flex-start;margin-bottom:10px}
.lp-note{font-size:12px;color:var(--sub);margin-bottom:8px}

.lp-sec{margin-top:44px}
.lp-sec h2{
  font-size:20px;font-weight:900;line-height:1.5;
  margin-bottom:16px;padding-bottom:9px;border-bottom:var(--bd) solid var(--line);
}
.lp-sec h3{font-size:16px;font-weight:900;margin:24px 0 8px}
.lp-sec p{font-size:15px;margin-bottom:14px}
.lp-sec b{font-weight:900}

/* 困りごとは太字を先頭に置いて、流し読みでも引っかかるようにする */
.lp-pain{list-style:none}
.lp-pain li{
  background:var(--card);border:var(--bd) solid var(--line);border-radius:var(--radius);
  padding:15px 17px;margin-bottom:10px;font-size:14px;line-height:1.85;
}

/* 一覧ページ */
.cat{margin-bottom:34px}
.cat h2{font-size:13px;font-weight:900;color:var(--oshi);letter-spacing:.05em;margin-bottom:11px}
.list{list-style:none}
.list li{margin-bottom:10px}
.list a{
  display:block;background:var(--card);border:var(--bd) solid var(--line);border-radius:var(--radius);
  padding:16px 18px;text-decoration:none;color:var(--text);
}
.list .t{display:block;font-size:15px;font-weight:900;line-height:1.6;margin-bottom:5px}
.list .d{display:block;font-size:12px;color:var(--sub);line-height:1.75}

.site-foot{
  text-align:center;font-size:12px;color:var(--sub);
  padding:28px 16px 42px;margin-top:40px;border-top:var(--bd) solid var(--line);
}
.site-foot a{color:var(--sub)}
.foot-note{margin-top:8px;font-size:11px}
