/* 磐田まるごとガイド（/iwata/）専用の追加スタイル。site.css の変数をそのまま使う。 */

.iwata-page .guide-updated{font-size:13px;color:var(--muted);margin:6px 0 16px}
.iwata-page h1{line-height:1.42}

.iwata-toc{margin:22px 0 26px;padding:18px 22px;background:var(--sand);border:1px solid var(--line);border-radius:10px}
.iwata-toc__title{margin:0 0 8px;font-size:13px;font-weight:700;letter-spacing:.08em;color:var(--accent-d)}
.iwata-toc ol{margin:0;padding-left:1.3em}
.iwata-toc li{margin:5px 0;line-height:1.7}

.iwata-quick{margin:0 0 30px}
.iwata-quick .a-table th{width:34%;white-space:nowrap}
@media(max-width:600px){.iwata-quick .a-table th{width:auto;white-space:normal}}

.iwata-sec{scroll-margin-top:90px;margin:0 0 30px}
.iwata-sec p{line-height:1.95}
.iwata-list{margin:12px 0 0;padding-left:1.25em}
.iwata-list li{margin:6px 0;line-height:1.8}

.iwata-genba{margin:34px 0 30px;padding:22px 24px;background:var(--paper);border:1px solid var(--line);border-left:5px solid var(--accent);border-radius:0 10px 10px 0}
.iwata-genba .sec-title{margin-top:0;border-left:0;padding-left:0}
.iwata-genba p{line-height:1.95;color:var(--ink-soft)}
.iwata-genba p:last-child{margin-bottom:0}

.iwata-sources ul{margin:8px 0 0;padding-left:1.25em}
.iwata-sources li{margin:6px 0;font-size:14px;line-height:1.75;color:var(--ink-soft)}

/* 暮らしの場面から探す（ライフイベント導線） */
.iwata-event{margin:0 0 22px}
.iwata-event h3{margin:0 0 4px;font-family:"Shippori Mincho",serif;font-size:17px;color:var(--accent-d)}
.iwata-event .lead-note{margin:0 0 10px}
#life-events .guide-links{grid-template-columns:repeat(3,minmax(0,1fr))}
@media(max-width:820px){#life-events .guide-links{grid-template-columns:1fr}}
