*{box-sizing:border-box;margin:0;padding:0}:root{--ink-900:#332c24;--ink-700:#46403a;--muted:#6e655c;--line:#e8e2d9;--line-soft:#f3eee6;--bg:#faf6f0;--surface:#fffdf9;--beige-100:#f5f0e8;--beige-50:#f9f5ee;--orange-600:#ea580c;--orange-700:#c2410c;--orange-800:#9a3412;--orange-100:#ffedd5;--orange-50:#fff7ed;--gold-600:#b98a2f;--gold-50:#fdf9f0;--radius:14px;--shadow-sm:0 1px 3px rgba(90,78,60,0.07);--shadow-md:0 6px 18px rgba(90,78,60,0.12)}html{scroll-behavior:smooth}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:after,:before{transition:none!important;animation:none!important}}body{font-family:var(--font-body),"Hiragino Kaku Gothic ProN",Meiryo,sans-serif;color:var(--ink-700);background:var(--bg);line-height:1.9;font-size:16px;-webkit-text-size-adjust:100%}.brand-name,.cta-heading,.footer-title,.toc-title,h1,h2,h3{font-family:var(--font-heading),var(--font-body),sans-serif}a{color:var(--orange-700)}a:focus-visible,button:focus-visible{outline:3px solid var(--orange-700);outline-offset:2px;border-radius:6px}.site-header{background:var(--surface);border-bottom:1px solid var(--line);position:-webkit-sticky;position:sticky;top:0;z-index:50}.site-header-inner{max-width:1080px;margin:0 auto;padding:12px 16px}.site-brand{display:inline-flex;align-items:center;gap:10px;text-decoration:none;color:var(--ink-900)}.brand-mark{width:36px;height:36px;color:var(--orange-600);flex-shrink:0}.brand-text{display:flex;flex-direction:column}.brand-name{font-weight:700;font-size:1.18rem;line-height:1.3;letter-spacing:.03em}.brand-tagline{font-size:.72rem;color:var(--muted);line-height:1.3}.site-main{max-width:1080px;margin:0 auto;padding:28px 16px 72px}.breadcrumb{font-size:.8rem;color:var(--muted);margin-bottom:16px;overflow-x:auto;white-space:nowrap}.breadcrumb a{color:var(--muted);text-decoration:none}.breadcrumb a:hover{color:var(--orange-700);text-decoration:underline}.breadcrumb .sep{margin:0 6px;color:#cfc5b6}.hero{background:linear-gradient(150deg,#fffdf8,#f7f1e6);border:1px solid var(--line);border-radius:var(--radius);padding:40px 26px;margin-bottom:32px}.hero,.hero h1{color:var(--ink-900)}.hero h1{font-size:1.55rem;line-height:1.55;margin-bottom:10px}.hero .lead{color:var(--muted);font-size:.95rem;max-width:640px}.hero .trust-points{display:flex;flex-wrap:wrap;gap:10px 14px;margin-top:20px;padding:0;list-style:none}.hero .trust-points li{display:inline-flex;align-items:center;gap:6px;font-size:.82rem;font-weight:500;color:var(--ink-700);background:var(--surface);border:1px solid var(--line);border-radius:999px;padding:6px 14px}.hero .trust-points svg{width:16px;height:16px;color:var(--orange-600);flex-shrink:0}.home-section{margin-bottom:40px}.home-section>h2{font-size:1.18rem;color:var(--ink-900);display:flex;align-items:center;gap:8px;margin-bottom:14px}.home-section>h2:before{content:"";width:10px;height:10px;border-radius:3px;background:var(--orange-600);flex-shrink:0}.card-grid{display:grid;grid-template-columns:1fr;grid-gap:14px;gap:14px;list-style:none}@media (min-width:700px){.card-grid{grid-template-columns:1fr 1fr}}.card-grid a{display:block;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:18px 20px;text-decoration:none;color:var(--ink-700);box-shadow:var(--shadow-sm);transition:border-color .2s,box-shadow .2s,transform .2s;cursor:pointer;height:100%}.card-grid a:hover{border-color:#d9c9b2;box-shadow:var(--shadow-md);transform:translateY(-2px)}.card-title{font-weight:700;font-size:.95rem;line-height:1.55;color:var(--ink-900);display:block;margin-bottom:6px}.card-desc{font-size:.8rem;color:var(--muted);line-height:1.7;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.card-date{display:block;margin-top:8px;font-size:.72rem;color:#a2988b}.article-container{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:28px 20px 40px}@media (min-width:700px){.article-container{padding:40px 48px 56px}}.pr-notice{font-size:.75rem;color:var(--muted);background:var(--line-soft);border-radius:8px;padding:6px 12px;margin-bottom:16px}.article h1{font-size:1.45rem;line-height:1.6;color:var(--ink-900);margin-bottom:12px}@media (min-width:700px){.article h1{font-size:1.68rem}}.article-meta{display:flex;flex-wrap:wrap;align-items:center;gap:10px;color:var(--muted);font-size:.78rem;margin-bottom:24px;padding-bottom:20px;border-bottom:1px dashed var(--line)}.badge{display:inline-block;background:var(--beige-100);color:var(--ink-700);font-size:.72rem;font-weight:700;padding:3px 12px;border-radius:999px}.toc{background:var(--beige-50);border:1px solid var(--line);border-radius:var(--radius);padding:20px 22px;margin-bottom:32px}.toc-title{font-weight:700;font-size:.92rem;color:var(--ink-900);margin-bottom:10px}.toc ol{list-style:none;counter-reset:toc}.toc li{counter-increment:toc;margin:7px 0;font-size:.88rem;line-height:1.6}.toc li:before{content:counter(toc);display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:50%;background:var(--beige-100);color:var(--ink-700);font-size:.72rem;font-weight:700;margin-right:8px}.toc a{text-decoration:none;color:var(--ink-700)}.toc a:hover{color:var(--orange-700);text-decoration:underline}.article h2{font-size:1.25rem;line-height:1.55;color:var(--ink-900);margin:48px 0 18px;padding:10px 14px;background:var(--beige-50);border-left:5px solid var(--orange-600);border-radius:6px;scroll-margin-top:76px}.article h3{font-size:1.05rem;color:var(--ink-900);margin:32px 0 12px;padding-left:10px;border-left:4px solid #d9c9b2}.article p{margin:14px 0}.article ol,.article ul{margin:14px 0 14px 1.5em}.article li{margin:6px 0}.article strong{color:var(--ink-900)}.article blockquote{margin:18px 0;padding:14px 18px;background:var(--gold-50);border-left:4px solid var(--gold-600);border-radius:8px;font-size:.95rem}.article blockquote p{margin:4px 0}.table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;margin:18px 0;border:1px solid var(--line);border-radius:10px}.article table{border-collapse:collapse;width:100%;font-size:.88rem;line-height:1.6}.article td,.article th{border-bottom:1px solid var(--line);padding:10px 14px;text-align:left;white-space:nowrap}.article td:first-child,.article th:first-child{padding-left:16px}.article thead th,.article tr:first-child th{background:var(--beige-100);color:var(--ink-900);font-weight:700;border-bottom:2px solid #d9c9b2}.article tbody tr:nth-child(2n){background:#faf7f1}.article tr:last-child td{border-bottom:none}.article hr{border:none;border-top:1px dashed var(--line);margin:36px 0}.cta-box{margin:40px 0 8px;background:var(--beige-50);border:1px solid var(--line);border-radius:var(--radius);padding:28px 20px;text-align:center}.cta-box .cta-heading{font-weight:700;font-size:1.05rem;color:var(--ink-900);margin-bottom:6px}.cta-box .cta-sub{font-size:.82rem;color:var(--muted);margin-bottom:16px}.cta-button{display:inline-block;background:linear-gradient(135deg,var(--orange-600),var(--orange-700));color:#fffdf9;font-weight:700;font-size:1rem;text-decoration:none;padding:14px 36px;min-height:48px;border-radius:999px;box-shadow:var(--shadow-md);transition:filter .2s;cursor:pointer}.cta-button:hover{filter:brightness(.92)}.cta-note{font-size:.72rem;color:var(--muted);margin-top:10px}.site-footer{background:#332c24;color:#ddd5c9;font-size:.8rem;line-height:1.8}.footer-inner{max-width:1080px;margin:0 auto;padding:36px 16px 40px}.footer-section{margin-bottom:20px;max-width:720px}.footer-title{color:#f5efe5;font-weight:700;margin-bottom:6px}.footer-copy{border-top:1px solid #4d4438;padding-top:16px;margin-top:8px;color:#a89d8d;font-size:.75rem}