/* Shared LP additions and reading guides. */
section[id], h2[id], h3[id] { scroll-margin-top: 100px; }
a:focus-visible, button:focus-visible { outline: 3px solid #ae843e; outline-offset: 5px; }
.mid-cta-band { margin: 0; padding: 40px 24px; background: #eeece6; border-block: 1px solid #ddd8cb; text-align: center; }
.mid-cta-band p { margin: 0 0 18px; font-size: 1.02rem; line-height: 1.9; }
.mid-cta-band a { display: inline-block; padding: 14px 30px; background: #1b2838; color: #fff; text-decoration: none; border-radius: 999px; font-weight: 700; }
.mid-cta-band a:hover { background: #34495e; }
.guide-links { padding: 72px 24px; background: #f2f0e9; color: #1b2838; }
.guide-links-inner { max-width: 1080px; margin: auto; }
.guide-links h2 { font-family: 'Noto Serif JP', serif; font-size: clamp(1.5rem, 4vw, 2.1rem); line-height: 1.6; margin: 0 0 14px; }
.guide-links-intro { line-height: 1.9; margin-bottom: 26px; }
.guide-card-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(min(100%,260px),1fr)); gap: 20px; }
.guide-card { display: flex; flex-direction: column; align-items: flex-start; padding: 26px; border: 1px solid #dcd6c9; border-radius: 14px; background: #fff; color: #1b2838; text-decoration: none; line-height: 1.8; }
.guide-card:hover { border-color: #9e783d; }
.guide-card small { color: #71562e; margin-bottom: 12px; }
.guide-card strong { font-size: 1.12rem; margin-bottom: 12px; }
.guide-card span { color: #4b5660; font-size: .95rem; }
.guide-context { max-width: 720px; margin: 22px auto; line-height: 1.9; text-align: center; }
.hero .guide-context { color: rgba(255,255,255,.88); }
.guide-context a { color: inherit; text-decoration: underline; text-underline-offset: 4px; }
.faq-item.open .faq-answer { max-height: 1000px; }
.guide-page { margin: 0; color: #24313f; background: #faf9f5; font-family: -apple-system, BlinkMacSystemFont, 'Noto Sans JP', sans-serif; line-height: 1.95; }
.guide-page * { box-sizing: border-box; }
.guide-page a { color: #385a77; text-underline-offset: 4px; }
.guide-header { border-bottom: 1px solid #ddd8cb; background: #faf9f5; }
.guide-header nav { max-width: 1100px; margin: auto; padding: 18px 24px; display: flex; gap: 18px; justify-content: space-between; align-items: center; flex-wrap: wrap; }
.guide-brand { font-family: 'Noto Serif JP', serif; font-size: 1.25rem; font-weight: 700; text-decoration: none; }
.guide-header-links { display: flex; gap: 20px; font-size: .875rem; }
.guide-main { max-width: 1020px; padding: 32px 24px 72px; margin: auto; }
.guide-breadcrumb { font-size: .82rem; color: #626b73; margin: 0 0 32px; }
.guide-kicker { color: #86632f; font-weight: 700; letter-spacing: .12em; font-size: .8rem; }
.guide-page h1 { font-family: 'Noto Serif JP', serif; font-size: clamp(1.9rem,4.4vw,3rem); line-height: 1.55; letter-spacing: .01em; margin: 14px 0 22px; text-wrap: pretty; }
.guide-lead { font-size: 1.08rem; max-width: 790px; }
.guide-meta { font-size: .82rem; color: #68727b; padding-bottom: 28px; border-bottom: 1px solid #ddd8cb; }
.guide-layout { display: grid; grid-template-columns: minmax(0,1fr) 250px; gap: 48px; align-items: start; margin-top: 34px; }
.guide-toc { grid-column: 2; grid-row: 1; padding: 22px; border: 1px solid #ddd8cb; border-radius: 12px; font-size: .88rem; background: #f3f0e9; }
.guide-toc ol { padding-left: 20px; margin-bottom: 0; }
.guide-toc li { margin: 10px 0; }
.guide-content { grid-column: 1; grid-row: 1; min-width: 0; }
.guide-content section { margin: 0 0 42px; }
.guide-content h2 { font-family: 'Noto Serif JP', serif; font-size: 1.55rem; line-height: 1.6; margin: 0 0 20px; }
.guide-content h3 { font-size: 1.12rem; line-height: 1.8; margin: 28px 0 8px; }
.guide-content p { margin: 0 0 18px; }
.guide-content li { margin-bottom: 12px; }
.guide-content ol, .guide-content ul { padding-left: 24px; }
.guide-figure { margin: 28px 0; padding: 28px 18px 18px; border-radius: 16px; background: #eeece6; text-align: center; }
.guide-figure img { display: block; width: min(100%,250px); height: auto; border-radius: 18px; margin: auto; }
.guide-figure figcaption { font-size: .8rem; color: #59616a; text-align: left; margin: 18px auto 0; max-width: 420px; line-height: 1.8; }
.guide-note { border-left: 3px solid #b8965a; padding: 18px 22px; background: #f2eee5; }
.guide-download { padding: 28px; border-radius: 16px; background: #1b2838; color: #fff; }
.guide-download h2 { color: #fff; }
.guide-page .guide-button { display: inline-block; padding: 12px 22px; margin: 8px 12px 8px 0; border-radius: 30px; background: #fff; color: #1b2838; font-weight: 700; text-decoration: none; }
.guide-download .guide-detail { color: #fff; display: inline-block; }
.guide-footer { border-top: 1px solid #ddd8cb; padding: 28px 24px; text-align: center; font-size: .85rem; }
.guide-footer a { margin: 0 10px; }
@media(max-width:760px) { .guide-layout { display: flex; flex-direction: column; gap: 30px; } .guide-toc { width: 100%; } .guide-main { padding: 24px 20px 48px; } .guide-header nav { padding: 16px 20px; } .guide-header-links { gap: 14px; } .guide-links { padding: 48px 20px; } }
@media(prefers-reduced-motion:reduce) { html { scroll-behavior: auto !important; } *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; } }
