.tokushoho-page{--bg:#fff;--bg-soft:#f7f8fa;--ink:#1a1d21;--ink-soft:#4a5159;--line:#e4e7ec;--accent:#06b6d4;--accent-dark:#0e7490;--radius:14px;color:var(--ink);background:var(--bg);line-height:1.9;-webkit-font-smoothing:antialiased;font-feature-settings:"palt";min-height:100vh}.tokushoho-wrap{max-width:800px;margin:0 auto;padding:0 24px}.tokushoho-header{border-bottom:1px solid var(--line);background:hsla(0,0%,100%,.85);backdrop-filter:blur(8px);position:sticky;top:0;z-index:10}.tokushoho-header .tokushoho-wrap{display:flex;align-items:center;justify-content:space-between;height:64px}.tokushoho-brand{font-weight:700;font-size:18px;letter-spacing:.02em}.tokushoho-brand span{color:var(--accent-dark)}.tokushoho-home-link{font-size:13px;color:var(--ink-soft);text-decoration:none;border:1px solid var(--line);padding:7px 14px;border-radius:999px;transition:all .2s}.tokushoho-home-link:hover{border-color:var(--accent);color:var(--accent-dark)}.tokushoho-hero{padding:64px 0 40px;border-bottom:1px solid var(--line);background:radial-gradient(120% 80% at 100% 0,rgba(6,182,212,.06),transparent 60%)}.tokushoho-tag{display:inline-block;font-size:12px;letter-spacing:.12em;color:var(--accent-dark);font-weight:700;background:rgba(6,182,212,.1);padding:5px 12px;border-radius:999px;margin-bottom:18px}.tokushoho-hero h1{font-size:32px;letter-spacing:.01em;margin-bottom:12px}.tokushoho-hero p{color:var(--ink-soft);font-size:14px}.tokushoho-main{padding:48px 0 64px}.tokushoho-table{border:1px solid var(--line);border-radius:var(--radius);overflow:hidden}.tokushoho-row{display:grid;grid-template-columns:230px 1fr;border-bottom:1px solid var(--line)}.tokushoho-row:last-child{border-bottom:none}.tokushoho-th{background:var(--bg-soft);font-weight:700;font-size:14px;padding:18px 20px;border-right:1px solid var(--line);position:relative}.tokushoho-th:before{content:"";position:absolute;left:0;top:18px;bottom:18px;width:3px;border-radius:2px;background:linear-gradient(var(--accent),var(--accent-dark))}.tokushoho-td{padding:18px 20px;font-size:15px;color:var(--ink)}.tokushoho-note{display:block;font-size:13px;color:var(--ink-soft);margin-top:4px}.tokushoho-meta{margin-top:40px;padding-top:24px;border-top:1px solid var(--line);font-size:14px;color:var(--ink-soft)}.tokushoho-meta__date{font-weight:700;color:var(--ink)}.tokushoho-footer{border-top:1px solid var(--line);background:var(--bg-soft);padding:28px 0;font-size:13px;color:var(--ink-soft)}.tokushoho-footer__links{display:flex;gap:18px;flex-wrap:wrap;margin-bottom:12px}.tokushoho-footer a{color:var(--ink-soft);text-decoration:none}.tokushoho-footer a:hover{color:var(--accent-dark)}@media (max-width:560px){.tokushoho-hero h1{font-size:25px}.tokushoho-hero{padding:44px 0 32px}.tokushoho-row{grid-template-columns:1fr}.tokushoho-th{border-right:none;border-bottom:1px solid var(--line)}}