:root{--navy:#1e3a8a;--navy-deep:#14275e;--gold:#fbbf24;--gold-light:#fddc82;--text:#2b2b2b;--bg:#f6f7fb}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Hiragino Kaku Gothic ProN,Hiragino Sans,Yu Gothic,Meiryo,sans-serif;color:var(--text);background:var(--bg);line-height:1.9}a{color:var(--navy);text-decoration:none}img{max-width:100%;height:auto}.site-header{background:#fff;border-bottom:1px solid #e5e7eb}.site-nav{max-width:1100px;margin:0 auto;display:flex;gap:6px;justify-content:center;flex-wrap:wrap;padding:10px 16px}.site-nav a{padding:8px 18px;font-size:14px;font-weight:700;color:#444;border-radius:8px}.site-nav a:hover{background:#eef2ff;color:var(--navy)}.site-title-band{background:var(--navy);color:#fff;text-align:center;padding:26px 16px}.site-title-band .h1,.site-title-band h1{font-size:24px;letter-spacing:2px}.site-title-band p{color:var(--gold);font-size:13px;font-weight:700;margin-top:4px}.hero img{display:block;width:100%}.layout{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 300px;grid-gap:28px;gap:28px;padding:28px 16px 60px}@media (max-width:900px){.layout{grid-template-columns:1fr}}.card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));grid-gap:18px;gap:18px}.post-card{background:#fff;border-radius:14px;overflow:hidden;box-shadow:0 2px 10px rgba(20,39,94,.08);transition:transform .15s;display:block}.post-card:hover{transform:translateY(-3px)}.post-card .thumb{aspect-ratio:16/9;background:var(--navy-deep);overflow:hidden}.post-card .thumb img{width:100%;height:100%;object-fit:cover}.post-card .body{padding:14px 16px 18px}.post-card .cat{display:inline-block;background:var(--navy);color:#fff;font-size:11px;font-weight:700;padding:3px 12px;border-radius:999px;margin-bottom:8px}.post-card h2{font-size:15px;line-height:1.6;color:#1a1a1a}.post-card time{font-size:12px;color:#888}.section-title{font-size:18px;font-weight:700;color:var(--navy);border-left:6px solid var(--gold);padding-left:12px;margin:8px 0 18px}.sidebar>div{background:#fff;border-radius:14px;padding:20px;margin-bottom:22px;box-shadow:0 2px 10px rgba(20,39,94,.08)}.widget-title{font-size:15px;font-weight:700;color:#fff;background:var(--navy);border-radius:8px;text-align:center;padding:8px;margin-bottom:14px}.profile-avatar{display:block;width:110px;height:110px;border-radius:50%;border:4px solid var(--gold);margin:0 auto 10px;object-fit:cover}.profile-name{text-align:center;font-weight:700;font-size:16px}.profile-job{text-align:center;font-size:12px;color:#777;margin-bottom:10px}.profile-desc{font-size:13px;color:#444}.cat-list{list-style:none}.cat-list li{border-bottom:1px dashed #e5e7eb}.cat-list a{display:block;padding:9px 4px;font-size:14px}.cat-list a:before{content:"🧲 "}.hp-cta{background:linear-gradient(135deg,#f3e8ff,#fce7f3);border:1px solid #c4b5fd;border-radius:14px;padding:18px;text-align:center}.hp-cta .label{font-size:11px;color:#7c3aed;letter-spacing:2px;font-weight:700}.hp-cta .title{font-size:16px;font-weight:700;margin:6px 0}.hp-cta .price{font-size:12px;color:#7c3aed;font-weight:700;margin-bottom:10px}.hp-cta a{display:inline-block;background:#7c3aed;color:#fff;font-size:13px;font-weight:700;padding:9px 22px;border-radius:999px}article.post{background:#fff;border-radius:14px;padding:30px;box-shadow:0 2px 10px rgba(20,39,94,.08);overflow-wrap:anywhere}article.post h1.post-title{font-size:25px;line-height:1.6;color:#1a1a1a;margin-bottom:6px}article.post .post-meta{font-size:13px;color:#888;margin-bottom:20px}article.post h2{font-size:21px;color:#fff;background:var(--navy);border-left:8px solid var(--gold);padding:10px 16px;border-radius:6px;margin:36px 0 18px;line-height:1.5}article.post h3{font-size:18px;color:var(--navy);border-bottom:2px solid var(--gold);padding-bottom:6px;margin:28px 0 14px}article.post p{margin:14px 0}article.post ol,article.post ul{margin:14px 0 14px 24px}article.post table{border-collapse:collapse;width:100%;margin:14px 0;font-size:14px}article.post td,article.post th{border:1px solid #d8dbe4;padding:8px 10px}article.post th{background:#eef2ff}.site-footer{background:var(--navy-deep);color:#cbd5e1;text-align:center;padding:30px 16px;font-size:13px}.site-footer a{color:var(--gold-light);margin:0 10px}.breadcrumb{font-size:12px;color:#888;margin-bottom:14px}