@charset "UTF-8";
:root{color-scheme:light;--ink:#142d3e;--muted:#596b79;--green:#007861;--mint:#56dfc2;--line:#d9e2e8;--paper:#f3f6f8;--white:#fff;font-family:system-ui,-apple-system,"Segoe UI","Noto Sans JP",sans-serif;color:var(--ink);background:var(--paper);font-size:16px}*{box-sizing:border-box}body{margin:0}a{color:inherit;text-underline-offset:.25em}button,input,select{font:inherit}button,a,input,select{touch-action:manipulation}button{cursor:pointer}button:disabled{opacity:.45;cursor:not-allowed}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,summary:focus-visible{outline:3px solid #0c8dcd;outline-offset:4px}button{border:0}h1,h2,h3,p{margin-top:0}h2{font-size:1.5rem;line-height:1.5}h3{font-size:1.125rem;line-height:1.65}p{line-height:1.85}img{max-width:100%}[hidden]{display:none!important}.skip{position:absolute;top:-90px;left:20px;background:#fff;padding:1rem;z-index:5}.skip:focus{top:10px}.header{height:92px;background:var(--ink);color:white;display:flex;align-items:center;justify-content:space-between;padding:0 max(5%,calc((100% - 1184px)/2));gap:1.5rem}.brand{display:flex;align-items:center;gap:12px;text-decoration:none;font-size:1.125rem;font-weight:750;white-space:nowrap}.brand-light{font-weight:450;margin-left:.2rem}.brand-icon{color:var(--mint);font-size:2.5rem;line-height:1;position:relative;font-weight:750;padding-right:8px}.brand-icon span{position:absolute;font-size:1.1rem;color:#fff;top:-3px;right:0}.header nav{display:flex;gap:2rem;font-size:.875rem}.header nav a{text-decoration:none;color:#e2ecf2}.header nav a:hover{text-decoration:underline}main{max-width:1184px;margin:auto;padding:0 24px}.intro{padding:54px 0 32px}.eyebrow{font-size:.875rem;font-weight:650;color:var(--green);letter-spacing:.09em;margin-bottom:14px}h1{font-size:clamp(2rem,4.1vw,3.1rem);line-height:1.4;letter-spacing:.025em;margin-bottom:15px;font-weight:780}.intro>p:not(.eyebrow){color:var(--muted);margin-bottom:16px}.trust{display:flex;flex-wrap:wrap;gap:10px 24px;font-size:.875rem;color:#315e55}.trust span:before{content:'✓';font-weight:700;margin-right:.45rem}.mobile-break{display:none}.workspace{display:grid;grid-template-columns:minmax(0,1fr) 340px;border:1px solid var(--line);border-radius:16px;background:white;overflow:hidden;box-shadow:0 8px 30px #173b5010}.files-panel{padding:30px;min-width:0}.panel-heading{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:24px}.panel-heading h2,.settings-panel h2{font-size:1.125rem;margin:0;display:flex;align-items:center;gap:12px}.step{font-size:.8rem;color:var(--green);background:#e3f5ef;border-radius:6px;padding:4px 7px;letter-spacing:.05em}.text-button{padding:6px;background:transparent;color:var(--muted);font-size:.875rem}.text-button:hover{color:var(--green)}.dropzone{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;border:1.5px dashed #a6bcc8;border-radius:10px;min-height:295px;padding:24px;background:#f8fafb;text-align:center;cursor:pointer;transition:background .15s,border-color .15s}.dropzone:hover,.dropzone.dragover{border-color:var(--green);background:#edf9f4}.dropzone:focus-within{outline:3px solid #0c8dcd;outline-offset:3px}.dropzone input{position:absolute;width:100%;height:100%;inset:0;opacity:0;cursor:pointer}.dropzone strong{font-size:1.125rem}.upload-icon{font-size:2rem;width:55px;height:55px;display:grid;place-items:center;background:#dceef0;border-radius:15px;color:#246170;font-weight:300;margin-bottom:4px}.drop-description{font-size:.875rem;color:var(--green);font-weight:550}.file-types{font-size:.8rem;color:var(--muted);margin-top:8px}.empty-hint{font-size:.875rem;color:var(--muted);text-align:center;margin-top:24px}.status{font-size:.875rem;color:var(--muted);margin:16px 0 0;white-space:pre-line;overflow-wrap:anywhere}.settings-panel{background:#f9fbfc;border-left:1px solid var(--line);padding:30px}.settings-panel h2{margin-bottom:28px}.field-label{font-size:.875rem;display:flex;justify-content:space-between;font-weight:650;margin-bottom:9px}.field-label span{font-weight:400;color:var(--muted)}input[type=number],select{width:100%;min-height:46px;border:1px solid #bdcdd7;border-radius:7px;background:white;color:var(--ink);padding:9px 12px}input[type=number]{font-size:1.2rem;font-weight:600}.presets{display:flex;gap:8px;margin:10px 0}.presets button{padding:6px 0;flex:1;border-radius:5px;background:#eaf0f3;color:#485f6e;font-size:.875rem}.presets button.selected{background:#d9f1e9;color:#00654e;font-weight:700;box-shadow:inset 0 0 0 1px #9dcdbf}.field-hint{font-size:.8125rem;color:var(--muted);line-height:1.75;margin:10px 0 22px}select{font-size:.875rem;margin-bottom:25px}input[type=range]{width:100%;accent-color:var(--green);margin:7px 0;height:20px}.range-labels{display:flex;justify-content:space-between;color:var(--muted);font-size:.8rem}.primary{background:var(--ink);color:#fff;display:flex;align-items:center;justify-content:space-between;width:100%;padding:16px 18px;border-radius:8px;font-weight:600;margin-top:25px}.primary:hover:not(:disabled){background:#245166}.primary span{color:var(--mint);font-size:1.2rem}.local-note{font-size:.75rem;color:var(--muted);text-align:center;margin:13px 0 0}.file-list{display:grid;gap:8px;margin-top:15px}.file-row{display:flex;align-items:center;gap:12px;background:#f4f7f9;padding:10px;border-radius:8px;min-width:0}.file-row img{width:46px;height:46px;object-fit:contain;background:#fff;border:1px solid #dde4ea;border-radius:4px}.file-info{flex:1;min-width:0}.file-name{font-size:.875rem;font-weight:600;overflow-wrap:anywhere;display:block}.file-size{font-size:.8rem;color:var(--muted);display:block;margin-top:4px}.remove{background:transparent;color:var(--muted);padding:10px;min-width:42px;min-height:42px}.results-section{background:#fff;padding:30px;border:1px solid var(--line);border-radius:16px;margin-top:24px}.results-section .eyebrow{margin-bottom:6px}.secondary{background:#e1f3eb;color:#00644e;padding:12px 18px;border-radius:7px;font-weight:650}.results{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px}.result-card{border:1px solid var(--line);border-radius:9px;overflow:hidden;min-width:0}.result-card img{display:block;width:100%;height:160px;object-fit:contain;background:repeating-conic-gradient(#e9eff3 0 25%,#fff 0 50%) 0 / 16px 16px}.result-body{padding:16px}.result-body p{font-size:.875rem;margin-bottom:8px;overflow-wrap:anywhere}.result-body a{display:block;padding:10px;text-align:center;background:var(--ink);color:white;border-radius:5px;text-decoration:none;margin-top:14px;font-size:.875rem}.positive{color:var(--green);font-weight:650}.muted{color:var(--muted)}.section{padding:64px 0;border-bottom:1px solid var(--line)}.how{display:grid;grid-template-columns:1fr 1.6fr;gap:48px}.how h2{font-size:1.75rem;line-height:1.7}.how ol{padding:0;margin:0;list-style:none;display:grid;gap:24px}.how li{display:flex;gap:20px}.how li>span{font-size:.875rem;font-weight:700;display:grid;place-items:center;background:#dde7ed;flex-shrink:0;width:32px;height:32px;border-radius:50%}.how h3{margin-bottom:6px}.how p:not(.eyebrow){font-size:.9375rem;color:var(--muted);margin-bottom:0}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:24px}.section-heading h2{margin:0}.section-heading>a{font-size:.875rem;white-space:nowrap;color:var(--green)}.guide-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.guide-card{padding:26px 24px;background:white;border:1px solid var(--line);border-radius:10px;text-decoration:none;display:flex;flex-direction:column;transition:border-color .15s,transform .15s}.guide-card:hover{border-color:#308674;transform:translateY(-3px)}.guide-number{color:var(--green);font-size:.8rem;font-weight:650;letter-spacing:.04em;margin-bottom:20px}.guide-card h3{font-size:1.2rem;margin-bottom:13px}.guide-card p{font-size:.875rem;color:var(--muted);flex:1;margin-bottom:25px}.read-link{font-size:.875rem;font-weight:650}.faq{max-width:800px;margin:auto;border:0}.faq details{border-bottom:1px solid var(--line);padding:20px 0}.faq summary{font-size:1rem;font-weight:600;cursor:pointer;line-height:1.7}.faq details p{color:var(--muted);margin:14px 0 0;font-size:.9375rem}footer{padding:36px 24px;background:var(--ink);color:#d8e3eb;text-align:center}.footer-brand{font-size:1rem;font-weight:650;text-decoration:none}footer div{display:flex;justify-content:center;flex-wrap:wrap;gap:14px 25px;font-size:.8125rem;margin:20px 0}footer p{font-size:.75rem;color:#b0c0cb;margin-bottom:0}.article{max-width:780px;margin:0 auto;padding:42px 0 64px}.breadcrumb{font-size:.875rem;color:var(--muted);margin-bottom:34px}.article h1{font-size:2.15rem;margin-bottom:22px}.article h2{margin-top:42px;border-top:1px solid var(--line);padding-top:28px}.article p,.article li{line-height:1.95}.article li{margin-bottom:8px}.article .lead{font-size:1.125rem;color:var(--muted)}.article table{border-collapse:collapse;width:100%;font-size:.9375rem;margin:25px 0}.article td,.article th{text-align:left;padding:14px;border:1px solid var(--line);vertical-align:top}.article th{background:#e4edf2}.article .table-wrap{overflow-x:auto}.notice{padding:20px 24px;background:#e4f2ef;border-left:3px solid var(--green);border-radius:4px}.article-cta{display:inline-block;padding:13px 22px;background:var(--ink);color:#fff;text-decoration:none;border-radius:7px}.sources{font-size:.875rem}.error{color:#a52e26}.settings-panel fieldset{border:0;padding:0;margin:0;min-width:0}
@media(max-width:850px){.header{padding:0 24px;height:80px}.header nav{gap:1rem}.workspace{grid-template-columns:minmax(0,1fr) 300px}.files-panel,.settings-panel{padding:22px}.dropzone{min-height:285px}.guide-grid{gap:12px}.guide-card{padding:20px}.guide-card h3{font-size:1.05rem}.how{gap:25px}.brand{font-size:1rem}}
@media(max-width:680px){main{padding:0 18px}.header{height:auto;min-height:80px;padding:17px 18px;flex-wrap:wrap;gap:13px}.header nav{font-size:.8125rem}.brand{font-size:.9375rem}.brand-icon{font-size:2rem}.intro{padding:34px 0 25px}.intro .eyebrow{font-size:.8125rem}h1{font-size:2rem}.intro>p:not(.eyebrow){font-size:.875rem}.mobile-break{display:block}.trust{font-size:.75rem;gap:8px 14px}.workspace{grid-template-columns:1fr}.files-panel{padding:20px}.dropzone{min-height:230px}.settings-panel{padding:24px 20px;border-left:0;border-top:1px solid var(--line)}.settings-panel h2{margin-bottom:22px}.settings-panel select{margin-bottom:20px}.section{padding:40px 0}.how{grid-template-columns:1fr;gap:25px}.how h2{font-size:1.5rem}.how h2 br{display:none}.guide-grid{grid-template-columns:1fr;gap:13px}.guide-card{padding:23px}.guide-card h3{font-size:1.2rem}.guide-card h3 br{display:none}.guide-number{margin-bottom:13px}.guide-card p{margin-bottom:18px}.section-heading{align-items:start}.section-heading h2{font-size:1.3rem}.section-heading>a{font-size:.8125rem}.results-section{padding:20px}.results-section>.panel-heading{flex-wrap:wrap}.article{padding-top:28px}.article h1{font-size:1.75rem}.article h2{font-size:1.3rem}.article td,.article th{padding:10px;min-width:90px}.faq summary{font-size:.9375rem}}
@media(prefers-reduced-motion:reduce){*{transition:none!important;scroll-behavior:auto!important}}
