:root{--bg: #ffffff;--surface: #ffffff;--surface-2: #f3f5f5;--ink: #1d2a2b;--ink-2: #4c5a5b;--muted: #6f7a7a;--line: #e1e5e5;--brand: #0f4f4c;--brand-2: #1b6e69;--brand-tint: #e3efec;--cta: #c9531a;--cta-dark: #a8420f;--cta-tint: #ffffff;--good: #1b6e69;--radius: 14px;--max-width: 760px;--max-wide: 1040px;--shadow: 0 1px 2px rgb(29 42 43 / 6%), 0 8px 24px rgb(29 42 43 / 6%);--font-sans: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Yu Gothic", Meiryo, sans-serif;--color-muted: var(--muted)}*{box-sizing:border-box}body{margin:0;font-family:var(--font-sans);color:var(--ink);background:var(--bg);line-height:1.85;font-size:16px;-webkit-font-smoothing:antialiased;font-feature-settings:"palt" 1}a{color:var(--brand-2);text-underline-offset:3px}a:hover{color:var(--brand)}img{max-width:100%}strong{font-weight:700}.container{max-width:var(--max-width);margin:0 auto;padding:0 16px}.container-wide{max-width:var(--max-wide)}.sp{display:none}@media(max-width:560px){.sp{display:inline}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5em;min-height:52px;padding:.8rem 1.6rem;border-radius:999px;font-weight:700;font-size:1rem;line-height:1.4;text-decoration:none;text-align:center;transition:background .15s ease,transform .15s ease,box-shadow .15s ease}.btn span[aria-hidden]{transition:transform .15s ease}.btn:hover span[aria-hidden]{transform:translate(3px)}.btn-primary{background:var(--cta);color:#fff;box-shadow:0 4px 0 var(--cta-dark)}.btn-primary:hover{background:var(--cta-dark);color:#fff}.btn-primary:active{transform:translateY(2px);box-shadow:0 2px 0 var(--cta-dark)}.btn-ghost{background:var(--surface);color:var(--brand);border:2px solid var(--brand)}.btn-ghost:hover{background:var(--brand-tint);color:var(--brand)}.site-header{background:var(--surface);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:20}.site-header .container{max-width:var(--max-wide);display:flex;align-items:center;justify-content:space-between;gap:.5rem 1rem;padding-top:.7rem;padding-bottom:.7rem;flex-wrap:wrap}.site-logo{display:inline-flex;align-items:center;gap:.5rem;font-size:1.1rem;font-weight:800;letter-spacing:.02em;color:var(--brand);text-decoration:none}.logo-mark{width:22px;height:22px;border-radius:6px;background:var(--brand);box-shadow:inset 0 -8px 0 var(--brand-2);position:relative}.logo-mark:after{content:"";position:absolute;left:5px;right:5px;top:6px;height:3px;border-radius:2px;background:#fff}.site-nav{display:flex;gap:1.1rem;flex-wrap:wrap;font-size:.88rem}.site-nav a{text-decoration:none;color:var(--ink-2);font-weight:600}.site-nav a:hover{color:var(--brand)}@media(max-width:560px){.site-header{position:static}.site-nav{gap:.9rem;font-size:.82rem}}main{padding:2rem 0 4rem}.hero{text-align:center;padding:1.5rem 0 1rem}.hero-kicker{display:inline-block;margin:0 0 .8rem;padding:.2rem .9rem;border-radius:999px;background:var(--brand-tint);color:var(--brand);font-size:.82rem;font-weight:700}.hero-title{font-size:clamp(1.75rem,5.2vw,2.6rem);line-height:1.35;letter-spacing:.01em;margin:0 0 1rem;font-weight:800}.hero-lead{max-width:34em;margin:0 auto;color:var(--ink-2)}.hero .pr-note{max-width:34em;margin:1.2rem auto 0;text-align:left}.section-title{font-size:1.35rem;line-height:1.5;margin:0 0 1.2rem;font-weight:800}.calc{margin:1.5rem auto 3rem;max-width:860px;background:var(--surface);border-radius:20px;box-shadow:var(--shadow);border:1px solid var(--line);padding:1.75rem clamp(16px,4vw,2.5rem) 1.5rem;scroll-margin-top:80px}.calc-title{font-size:1.3rem;margin:0;font-weight:800;color:var(--brand)}.calc-sub{margin:.2rem 0 1.2rem;color:var(--ink-2);font-size:.92rem}.calc-form{display:grid;gap:1.1rem}.q{border:0;margin:0;padding:0;min-width:0}.q legend{font-weight:700;padding:0;margin-bottom:.5rem;display:flex;align-items:center;gap:.5rem}.q-no{display:inline-grid;place-items:center;width:1.6rem;height:1.6rem;border-radius:50%;background:var(--brand);color:#fff;font-size:.82rem;flex:none}.q-hint{margin:-.3rem 0 .55rem;font-size:.8rem;color:var(--muted);line-height:1.6}.seg{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem}.seg-3{grid-template-columns:repeat(3,1fr)}.seg-4{grid-template-columns:repeat(4,1fr)}@media(max-width:560px){.seg-4{grid-template-columns:repeat(2,1fr)}.seg span{font-size:.8rem;padding:.4rem .25rem}}.seg label{position:relative;cursor:pointer}.seg input{position:absolute;opacity:0;inset:0}.seg span{display:flex;align-items:center;justify-content:center;min-height:48px;padding:.4rem .5rem;border:2px solid var(--line);border-radius:12px;background:var(--surface);font-size:.88rem;font-weight:600;line-height:1.4;text-align:center;transition:border-color .12s,background .12s}.seg label:hover span{border-color:var(--brand-2)}.seg input:checked+span{border-color:var(--brand);background:var(--brand-tint);color:var(--brand)}.seg input:focus-visible+span{outline:3px solid var(--cta);outline-offset:2px}.range-row{display:flex;align-items:center;gap:1rem}.range-row input[type=range]{flex:1;accent-color:var(--brand);height:32px}.range-out{min-width:4.2em;text-align:right;font-size:1.4rem;font-weight:800;color:var(--brand);font-variant-numeric:tabular-nums}.check{display:flex;gap:.6rem;align-items:flex-start;font-size:.9rem;cursor:pointer;line-height:1.6}.check input{width:1.2rem;height:1.2rem;margin-top:.15rem;accent-color:var(--brand);flex:none}.result{margin-top:1.5rem;display:grid;gap:1.25rem}@media(min-width:820px){.result{grid-template-columns:1.1fr 1fr;align-items:start}}.winner{background:var(--cta-tint);border:2px solid var(--cta);border-radius:var(--radius);padding:1.25rem 1.25rem 1rem}.winner-label{margin:0;font-size:.82rem;font-weight:700;color:var(--cta-dark)}.winner-name{margin:.1rem 0 .2rem;font-size:1.6rem;font-weight:800;line-height:1.35}.winner-name span{display:block;font-size:.95rem;font-weight:700;color:var(--ink-2)}.winner-cost{margin:0 0 .6rem;font-size:.95rem}.winner-cost strong{font-size:1.7rem;color:var(--cta-dark);font-variant-numeric:tabular-nums}.winner-cost small{display:block;color:var(--ink-2);font-size:.82rem}.winner-why{margin:0 0 1rem;padding-left:1.2rem;font-size:.9rem;line-height:1.7}.winner-why li+li{margin-top:.35rem}.winner .btn{width:100%}.winner-note{margin:.7rem 0 0;font-size:.78rem;color:var(--ink-2);line-height:1.6}.bars{padding:.25rem 0}.bars-title{margin:0 0 .8rem;font-weight:700;font-size:.92rem}.bar-row+.bar-row{margin-top:.9rem}.bar-head{display:flex;justify-content:space-between;gap:.5rem;font-size:.88rem}.bar-name{font-weight:600}.bar-cost{font-weight:800;font-variant-numeric:tabular-nums;white-space:nowrap}.bar-track{height:12px;border-radius:999px;background:var(--surface-2);overflow:hidden;margin:.25rem 0 .15rem}.bar-fill{height:100%;border-radius:999px;background:#b9c3c2;transition:width .25s ease}.bar-row.is-win .bar-fill{background:var(--cta)}.bar-row.is-win .bar-cost{color:var(--cta-dark)}.bar-sub{font-size:.75rem;color:var(--muted)}.calc-note{margin:1.2rem 0 0;font-size:.75rem;color:var(--muted);line-height:1.7}.facts{max-width:860px;margin:0 auto 3rem}.fact-list{list-style:none;counter-reset:fact;margin:0;padding:0;display:grid;gap:1rem}@media(min-width:820px){.fact-list{grid-template-columns:repeat(3,1fr)}}.fact{counter-increment:fact;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:1.2rem 1.2rem 1rem;font-size:.9rem;line-height:1.75}.fact:before{content:counter(fact,decimal-leading-zero);display:block;font-size:.78rem;font-weight:800;color:var(--brand-2);letter-spacing:.08em}.fact-head{font-weight:800;font-size:1.02rem;line-height:1.5;margin:.2rem 0 .5rem}.fact p:last-child{margin:0}.fact-cta{display:flex;flex-wrap:wrap;gap:.8rem;justify-content:center;margin-top:1.5rem}@media(max-width:560px){.fact-cta .btn{width:100%}}.reads{max-width:860px;margin:0 auto}.read-list{list-style:none;margin:0;padding:0;display:grid;gap:1rem}@media(min-width:720px){.read-list{grid-template-columns:repeat(2,1fr)}}.read-card{display:block;height:100%;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;text-decoration:none;color:var(--ink);transition:box-shadow .15s ease,transform .15s ease}.read-card:hover{color:var(--ink);box-shadow:var(--shadow);transform:translateY(-2px)}.read-card img{display:block;width:100%;aspect-ratio:16 / 8;object-fit:cover}.read-card div{padding:1rem 1.2rem 1.2rem}.read-title{margin:0 0 .4rem;font-weight:800;line-height:1.55}.read-desc{margin:0;font-size:.84rem;color:var(--ink-2);line-height:1.7}.page-title,article h1{font-size:clamp(1.45rem,4.4vw,1.85rem);line-height:1.5;font-weight:800;margin:0 0 1rem}article{display:flex;flex-direction:column}article>h1{order:-5}article>.article-dates{order:-4}article>.hero-image,article>.hero-icon{order:-3}article>.pr-note{order:-2}article>.lead-block{order:-1}article>.toc{order:0}article>.article-body{order:1}.article-dates{font-size:.82rem;color:var(--muted);margin:-.4rem 0 1rem}.hero-image{margin:0 0 1.25rem}.hero-image img{width:100%;aspect-ratio:16 / 8;object-fit:cover;border-radius:var(--radius);display:block}.hero-image figcaption{font-size:.7rem;color:var(--muted);text-align:right;margin-top:.3rem}article h2{font-size:1.35rem;line-height:1.5;margin:3rem 0 1rem;padding:0 0 .5rem;border-bottom:3px solid var(--brand);font-weight:800}article h3{font-size:1.08rem;margin:2rem 0 .6rem;padding-left:.7rem;border-left:4px solid var(--brand-2);line-height:1.5}.article-body{background:var(--surface);border-radius:var(--radius);padding:.5rem clamp(16px,4vw,2rem) 1.5rem;border:1px solid var(--line)}.article-body>h2:first-child{margin-top:1.5rem}article table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch;border-collapse:collapse;margin:1.2rem 0;font-size:.88rem;line-height:1.6;white-space:nowrap}article th,article td{border:1px solid var(--line);padding:.6rem .75rem;text-align:left;vertical-align:top;background:var(--surface)}article th{background:var(--brand);color:#fff;font-weight:700}article th:first-child,article td:first-child{position:sticky;left:0;z-index:1}article td:first-child{background:var(--surface-2);font-weight:700}article td strong{color:var(--cta-dark)}@media(min-width:760px){article table{white-space:normal}}article blockquote{margin:1rem 0;padding:.6rem 1rem;border-left:4px solid var(--line);background:var(--surface-2);color:var(--ink-2)}.cta-button{margin:1.5rem 0;text-align:center}.cta-button p{margin:0}.cta-button a{display:inline-flex;align-items:center;justify-content:center;width:min(100%,460px);min-height:56px;padding:.85rem 1.5rem;background:var(--cta);border-radius:999px;color:#fff;font-weight:700;line-height:1.45;text-decoration:none;box-shadow:0 4px 0 var(--cta-dark);transition:background .15s ease}.cta-button a:after{content:"→";margin-left:.5em}.cta-button a:hover{background:var(--cta-dark);color:#fff}.cta-button a:not([href*="a8.net"]){background:var(--surface);color:var(--brand);border:2px solid var(--brand);box-shadow:none}.cta-button a:not([href*="a8.net"]):hover{background:var(--brand-tint)}.pr-note{font-size:.8rem;color:var(--ink-2);background:var(--surface-2);border-radius:8px;padding:.5rem .85rem;margin:0 0 1.25rem;line-height:1.6}.conclusion-box{background:var(--surface);border:2px solid var(--brand);border-radius:var(--radius);padding:1.1rem 1.25rem;margin:1.25rem 0 .5rem;position:relative}.conclusion-box p{margin:0}.conclusion-box .conclusion-label{display:inline-block;font-size:.78rem;font-weight:800;color:#fff;background:var(--brand);border-radius:999px;padding:.1rem .8rem;margin-bottom:.5rem}.source-note{margin:2rem 0 0;font-size:.75rem;color:var(--muted);line-height:1.7}.toc{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:1rem 1.3rem;margin:1.5rem 0;font-size:.9rem}.toc-title{font-weight:800;margin:0 0 .4rem}.toc ol{margin:0;padding-left:1.3rem}.toc li{margin:.2rem 0}.toc a{text-decoration:none}.toc a:hover{text-decoration:underline}.calc-promo{margin-top:2.5rem;background:var(--brand);color:#fff;border-radius:var(--radius);padding:1.5rem;text-align:center}.calc-promo-title{margin:0;font-size:1.2rem;font-weight:800}.calc-promo p{margin:.3rem 0 1rem;font-size:.9rem}.calc-promo .btn{box-shadow:0 4px #0a3533}.related-nav{margin-top:2.5rem}.related-nav h2{font-size:1.05rem;margin:0 0 .75rem}.article-list{list-style:none;padding:0;margin:0;display:grid;gap:.8rem}.article-card{display:flex;gap:1rem;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;text-decoration:none;color:var(--ink);background:var(--surface)}.article-card:hover{color:var(--ink);box-shadow:var(--shadow)}.article-card-thumb{width:132px;min-width:132px;object-fit:cover}.article-card-body{padding:.9rem 1rem .9rem 0;min-width:0}.article-card h2{margin:0 0 .3rem;font-size:.98rem;line-height:1.55;border:none;padding:0}.article-card p{margin:0;font-size:.8rem;color:var(--ink-2);line-height:1.6;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}@media(max-width:480px){.article-card-thumb{width:96px;min-width:96px}}.sticky-cta{display:none}@media(max-width:760px){.sticky-cta{display:block;position:fixed;left:0;right:0;bottom:0;z-index:30;padding:.6rem 16px calc(.6rem + env(safe-area-inset-bottom));background:#fffffff0;border-top:1px solid var(--line);backdrop-filter:blur(6px)}.sticky-cta a{display:flex;align-items:center;justify-content:center;min-height:50px;border-radius:999px;background:var(--cta);color:#fff;font-weight:700;text-decoration:none}body:has(.sticky-cta) .site-footer{padding-bottom:6rem}}.site-footer{border-top:1px solid var(--line);background:var(--surface);padding:2rem 0;font-size:.8rem;color:var(--muted)}.site-footer .container{max-width:var(--max-wide)}.site-footer .footer-nav{display:flex;gap:.4rem 1rem;flex-wrap:wrap;margin-bottom:1rem}.site-footer .footer-nav a{color:var(--muted);text-decoration:none}.site-footer .footer-nav a:hover{color:var(--brand)}.static-page{font-size:.95rem;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:1.5rem clamp(16px,4vw,2rem)}.static-page h2{font-size:1.15rem;margin-top:2rem}.ks{margin:.5rem 0 1.5rem}.yen-input{display:flex;align-items:center;gap:.5rem}.yen-input input{width:10rem;min-height:48px;padding:.4rem .8rem;border:2px solid var(--line);border-radius:12px;font-size:1.1rem;font-weight:700;font-family:inherit;color:var(--ink);text-align:right}.yen-input input:focus{outline:none;border-color:var(--brand)}.ks-result{margin-top:1.5rem;display:grid;gap:1rem}.ks-head{margin:0 0 .3rem;font-size:1.25rem;font-weight:800;line-height:1.5}.ks-head strong{color:var(--cta-dark);font-size:1.5rem}.ks-actions{display:grid;gap:.6rem;margin-top:1rem}.ks-table td.is-better{color:var(--cta-dark);font-weight:800}.tool-card{display:block;margin-bottom:1rem;padding:1.2rem 1.4rem;background:var(--brand);color:#fff;border-radius:var(--radius);text-decoration:none}.tool-card:hover{color:#fff;background:var(--brand-2)}.tool-card span{display:block}.tool-card-kicker{font-size:.78rem;font-weight:700;opacity:.85}.tool-card-title{font-weight:800;font-size:1.08rem;line-height:1.5;margin:.2rem 0 .3rem}.tool-card-desc{font-size:.85rem;opacity:.9;line-height:1.65}.cover{display:flex;flex-direction:column;justify-content:center;gap:.15rem;aspect-ratio:16 / 8;padding:1rem 1.3rem;color:#fff;background:var(--brand);position:relative;overflow:hidden}.cover:after{content:"";position:absolute;right:-30px;bottom:-30px;width:140px;height:140px;border-radius:28px;background:#ffffff14;transform:rotate(18deg)}.cover-cta{background:var(--cta)}.cover-sand{background:#e9e1d2;color:var(--ink)}.cover span{display:block;position:relative;z-index:1;padding:0!important}.cover-kicker{font-size:.78rem;font-weight:700;opacity:.9}.cover-stat{font-size:clamp(1.5rem,4.5vw,2rem);font-weight:800;line-height:1.25;letter-spacing:.01em}.cover-label{font-size:.8rem;line-height:1.5;opacity:.92}.cover-hero{border-radius:var(--radius);padding:1.5rem 2rem;aspect-ratio:16 / 6;min-height:180px}.cover-hero .cover-kicker{font-size:.9rem}.cover-hero .cover-stat{font-size:clamp(2rem,7vw,3rem)}.cover-hero .cover-label{font-size:.95rem}.read-card .cover{padding:1rem 1.3rem}.article-card-thumb .cover{height:100%;aspect-ratio:auto;padding:.6rem .7rem}.article-card-thumb .cover-stat{font-size:1.05rem}.article-card-thumb .cover-kicker,.article-card-thumb .cover-label{display:none}
