:root{--ink:#243d3a;--muted:#586c69;--green:#17766e;--dark:#105e57;--line:#dce6e3;--mint:#e9f7f0;--yellow:#fff4ce;--purple:#f0edff;--paper:#fff;--bg:#f6f9f8}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:90px}body{margin:0;color:var(--ink);background:var(--bg);font-family:"Noto Sans JP","Hiragino Kaku Gothic ProN","Yu Gothic",Meiryo,sans-serif;font-size:16px;line-height:1.85}button,input,textarea,select{font:inherit}a{color:var(--green);text-underline-offset:4px}button,a,input,textarea,select,summary{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{opacity:.5;cursor:not-allowed}button:focus-visible,a:focus-visible,summary:focus-visible{outline:3px solid #d08e21;outline-offset:4px}input:focus,select:focus,textarea:focus{outline:3px solid #bbe5d8;border-color:var(--green)}[hidden]{display:none!important}.shell{width:min(1180px,calc(100% - 64px));margin:auto}.header{background:#ffffffef;border-bottom:1px solid var(--line)}.header-inner{display:flex;justify-content:space-between;align-items:center;gap:24px;min-height:96px}.brand{display:flex;align-items:center;gap:12px;font-size:25px;font-weight:800;line-height:1.3;letter-spacing:.05em;text-decoration:none;color:var(--ink)}.brand small{display:block;font-size:12px;letter-spacing:.07em;font-weight:500;margin-top:7px;color:var(--muted)}.brandmark{display:grid;place-items:center;width:48px;height:48px;border-radius:15px;background:var(--green);color:#fff;font-size:29px}.header nav{display:flex;align-items:center;gap:28px}.header nav a{font-size:14px;font-weight:700;text-decoration:none;color:var(--ink)}.header nav .nav-cta{background:var(--green);padding:10px 19px;border-radius:100px;color:white}.intro{display:flex;align-items:center;justify-content:space-between;gap:32px;padding-top:48px;padding-bottom:40px}.eyebrow{font-size:13px;letter-spacing:.1em;color:var(--green);font-weight:700;margin:0 0 13px}h1,h2,h3,p{overflow-wrap:anywhere}h1{font-size:clamp(29px,3.2vw,43px);line-height:1.55;letter-spacing:.02em;margin:0 0 18px;font-weight:800}h1 span{color:var(--green)}.lead{font-size:17px;line-height:1.95;color:var(--muted);margin:0}.intro-note{padding:27px 30px;background:var(--yellow);border-radius:8px 30px 30px 30px;min-width:330px;transform:rotate(1deg)}.note-label{font-size:13px;font-weight:700;color:#716020}.intro-note p{font-size:18px;font-weight:700;margin:12px 0 18px}.intro-note p span{color:#a58529}.tags{display:flex;gap:7px;flex-wrap:wrap}.tags span{background:#fffbeb;border-radius:20px;padding:3px 11px;font-size:12px}.workspace{display:grid;grid-template-columns:280px minmax(0,1fr);border:1px solid var(--line);border-radius:26px;overflow:hidden;background:#fff;box-shadow:0 12px 42px #27413b07;scroll-margin-top:24px}.steps{padding:36px 28px;background:#eaf4ee;border-right:1px solid var(--line)}.steps h2{font-size:22px;line-height:1.7;margin:0 0 30px}.steps ol{list-style:none;margin:0;padding:0}.steps li{display:flex;gap:14px;align-items:center;margin-bottom:27px;color:var(--muted);font-size:14px}.steps li b{width:32px;height:32px;flex:none;display:grid;place-items:center;border:1px solid #bfd1c9;border-radius:50%;font-size:14px;background:#ffffff75}.steps li.active b{background:var(--green);border-color:var(--green);color:white}.steps li.active{color:var(--dark);font-weight:700}.steps small{display:block;font-size:12px;font-weight:400;margin-top:2px}.tip{margin-top:40px;border-top:1px solid #cdded5;padding-top:25px}.tip strong{font-size:17px}.tip p{font-size:14px;line-height:1.9;color:var(--muted)}.steps>a{font-size:13px;font-weight:700}.work-panel{padding:32px 40px 28px;min-width:0}.panel-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:25px}.pill{display:inline-block;font-size:12px;font-weight:700;background:var(--mint);padding:3px 12px;border-radius:20px;color:var(--dark)}.pill.yellow{background:var(--yellow);color:#705611}.muted{color:var(--muted);font-size:14px}.section-title h2{font-size:23px;margin:0 0 7px;line-height:1.6}.section-title p{color:var(--muted);font-size:13px;line-height:1.8;margin:0 0 22px}.field-row{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin:0 0 18px}label{display:block;font-size:14px;font-weight:700;margin:0 0 8px}input:not([type=checkbox]),select,textarea{display:block;width:100%;color:var(--ink);background:#fff;border:1px solid #cbd8d4;border-radius:10px;padding:12px 14px;margin-top:8px;min-width:0}input:not([type=checkbox]),select{min-height:48px}textarea{line-height:1.85;resize:vertical;font-size:16px;margin-bottom:14px}textarea::placeholder,input::placeholder{color:#748680;opacity:1}.required,.optional{font-size:11px;margin-left:8px;border-radius:5px;padding:2px 7px;background:#fff0ec;color:#934838}.optional{background:#f0f3f2;color:var(--muted)}.input-tools{display:flex;justify-content:space-between;align-items:center;gap:10px}.button{display:inline-flex;align-items:center;justify-content:center;gap:12px;border:1px solid transparent;padding:12px 21px;min-height:48px;border-radius:11px;font-size:15px;font-weight:700;text-decoration:none;line-height:1.7;transition:background .15s,box-shadow .15s}.button.primary{background:var(--green);color:#fff}.button.primary:hover:not(:disabled){background:var(--dark);box-shadow:0 4px 14px #17766e20}.button.ghost{border-color:#cbd8d4;background:#fff;color:var(--dark)}.button.ghost:hover:not(:disabled){background:#edf8f2}.button.small{padding:6px 13px;min-height:38px;font-size:13px}.button.wide{width:100%;justify-content:space-between;margin-top:18px}.micro{font-size:12px;line-height:1.8;color:var(--muted)}.sample-row{display:flex;gap:8px;align-items:center;flex-wrap:wrap;font-size:12px;margin:21px 0 0}.sample-row>span{margin-right:3px;color:var(--muted)}.sample{font-size:12px;border:1px solid var(--line);border-radius:25px;background:#fff;padding:5px 12px;color:var(--green)}.sample:hover{background:var(--mint)}fieldset{border:0;padding:0;margin:0;min-width:0}.divider{height:1px;background:var(--line);margin:30px 0}#followup h3{font-size:21px;line-height:1.7;margin:0}#followup>p{margin-bottom:20px}#followup>input{margin-bottom:18px}#status{font-size:14px;color:var(--green);margin:16px 0 0}#status.error{color:#a33431}.notice{background:#f1f6f3;border-left:3px solid #88bdaa;border-radius:4px;padding:15px 18px;font-size:14px;line-height:1.95;margin:20px 0}.notice p{font-size:13px;margin:8px 0 0}.check{display:flex;align-items:flex-start;gap:10px;font-size:14px;font-weight:500;line-height:1.8}.check input{accent-color:var(--green);width:19px;height:19px;flex:none;margin-top:3px}.result-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.actions{display:flex;flex-wrap:wrap;gap:10px;margin:20px 0 10px}.text-button{display:inline-block;border:0;background:none;padding:10px 0;color:var(--green);font-size:14px;cursor:pointer;text-decoration:underline;text-underline-offset:4px}#result h2{font-size:24px;line-height:1.6}.section{padding-top:70px}.section-heading{margin-bottom:25px}.section-heading h2,.section>h2{font-size:28px;line-height:1.6;margin:0 0 15px}.section-heading p{max-width:800px}.cards{display:grid;gap:20px}.three{grid-template-columns:repeat(3,1fr)}.two{grid-template-columns:repeat(2,1fr)}.card{border-radius:22px;padding:28px;border:1px solid var(--line);background:#fff}.card h3{font-size:20px;margin:12px 0}.card p{font-size:15px;line-height:1.95;margin-bottom:0}.card-number{font-size:13px;letter-spacing:.12em;font-weight:700}.mint{background:var(--mint);border-color:transparent}.yellow-bg{background:var(--yellow);border-color:transparent}.lavender{background:var(--purple);border-color:transparent}.link-card{color:var(--ink);text-decoration:none;transition:transform .15s}.link-card:hover{transform:translateY(-3px);border-color:var(--green)}.link-card strong{display:block;color:var(--green);font-size:14px;margin-top:22px}.faq{max-width:850px}.faq details{border-bottom:1px solid var(--line);padding:19px 0}.faq summary{cursor:pointer;font-weight:700;font-size:16px;padding-right:15px}.faq details p{font-size:15px;color:var(--muted)}.series{padding:36px 40px;border-radius:24px;background:var(--mint);display:flex;align-items:center;justify-content:space-between;gap:35px}.series h2{font-size:27px;line-height:1.7;margin:0 0 10px}.series p{font-size:14px}.series>div:last-child{flex:none;display:flex;flex-direction:column;align-items:center}.footer{margin-top:75px;border-top:1px solid var(--line);padding:35px 0 28px;background:white}.footer-top{display:flex;align-items:center;gap:30px}.footer-top p{font-size:14px;color:var(--muted)}.footer-links{display:flex;flex-wrap:wrap;gap:12px 25px;margin:18px 0}.footer-links a{font-size:13px;text-decoration:none}.footer small{font-size:12px;color:var(--muted)}.article{max-width:870px;padding-top:35px;font-size:17px;line-height:2}.crumb{font-size:13px;color:var(--muted);margin-bottom:35px}.article h1{font-size:36px}.article h2{font-size:26px;line-height:1.7;margin-top:48px}.article h3{font-size:18px}.meta{font-size:12px;color:var(--muted);margin:24px 0}.toc{padding:23px 28px;border:1px solid var(--line);border-radius:18px;background:white;margin:30px 0}.toc a{display:block;margin:7px 0;font-size:15px}.table-wrap{overflow-x:auto}table{width:100%;border-collapse:collapse;background:#fff;font-size:15px;min-width:520px}td,th{border:1px solid var(--line);padding:14px;text-align:left}th{background:var(--mint)}blockquote{margin:20px 0;padding:22px 27px;border-left:4px solid var(--green);background:var(--mint);border-radius:0 12px 12px 0}.article-cta{padding:25px 30px;background:var(--yellow);border-radius:22px;margin-top:50px}.article-cta h2{margin-top:0;font-size:23px}.article-cta .text-button{margin-left:16px}.example-block{padding:35px 0;border-bottom:1px solid var(--line);scroll-margin-top:30px}.example-block h2{margin-top:15px}.example-block dt{font-weight:700;font-size:15px;color:var(--green);margin-top:18px}.example-block dd{margin:6px 0 20px;font-size:16px}.skip{position:absolute;left:12px;top:-60px;background:white;padding:10px;z-index:10}.skip:focus{top:12px}
@media(max-width:980px){.shell{width:calc(100% - 40px)}.intro-note{display:none}.workspace{grid-template-columns:225px minmax(0,1fr)}.steps{padding:28px 20px}.work-panel{padding:28px}.steps h2{font-size:20px}.header nav{gap:16px}.three{gap:12px}.card{padding:23px}.series{padding:30px}}
@media(max-width:680px){.shell{width:calc(100% - 28px)}.header-inner{min-height:85px;gap:10px;flex-wrap:wrap;padding:15px 0}.brand{font-size:21px}.brand small{font-size:11px}.brandmark{width:40px;height:40px;font-size:24px}.header nav{gap:13px;justify-content:space-between;width:100%;margin-top:4px}.header nav a{font-size:13px}.header nav .nav-cta{padding:5px 13px}.intro{padding-top:29px;padding-bottom:28px}.eyebrow{font-size:12px;letter-spacing:.04em}.lead{font-size:15px}.desktop{display:none}h1{font-size:29px}.workspace{display:block;border-radius:18px}.steps{padding:16px 17px;border-right:0;border-bottom:1px solid var(--line)}.steps>.eyebrow,.steps>h2,.tip,.steps>a{display:none}.steps ol{display:flex;gap:9px;justify-content:space-between}.steps li{margin:0;font-size:11px;gap:6px;align-items:flex-start}.steps li b{width:23px;height:23px;font-size:11px}.steps li small{display:none}.work-panel{padding:22px 18px}.panel-heading{margin-bottom:20px}.panel-heading .muted{font-size:11px}.section-title h2{font-size:21px}.section-title p{font-size:12px}.field-row{gap:10px}.field-row label{font-size:13px}input:not([type=checkbox]),select,textarea{font-size:16px;padding:10px}.sample-row{gap:6px}.sample-row>span{width:100%}.result-grid,.two,.three{grid-template-columns:1fr}.result-grid{gap:0}.section{padding-top:44px}.section-heading h2,.section>h2{font-size:23px}.section-heading p{font-size:15px}.card{padding:25px}.series{display:block;padding:27px}.series>div:last-child{align-items:flex-start;margin-top:22px}.series h2{font-size:23px}.footer{margin-top:48px}.footer-top{display:block}.footer-links{display:grid;gap:8px}.article{padding-top:25px;font-size:16px}.article h1{font-size:29px}.article h2{font-size:23px}.article .lead{font-size:16px}.article-cta{padding:24px}.article-cta .text-button{margin:8px 0}.toc{padding:20px}.actions .button{flex:1;padding:11px 9px;font-size:14px}.meta{line-height:1.8}.notice{padding:13px;font-size:13px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
@media print{body>*{display:none!important}body main{display:block!important}main>*{display:none!important}#print-area{display:block!important;background:#fff;color:#000;font-size:12pt;white-space:pre-wrap;line-height:1.8;padding:0}#print-area h1{font-size:20pt}@page{margin:20mm}}
