:root{--navy:#102a43;--blue:#087f98;--orange:#ed780f;--paper:#f2f6f8;--line:#d8e3e8}*{box-sizing:border-box}body{margin:0;background:var(--paper);color:#173044;font-family:"Noto Sans JP","Yu Gothic",Meiryo,sans-serif}header{height:72px;background:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 max(20px,calc((100% - 1080px)/2));border-bottom:1px solid var(--line)}header>a,footer a{color:#167791}.brand{display:flex;align-items:center;gap:11px}.brand>span{display:grid;place-items:center;width:42px;height:42px;border-radius:10px;background:var(--navy);color:#fff;font-size:24px;font-weight:900}.brand div{display:flex;flex-direction:column}.brand small{font-size:11px;color:#6a7e8a}.hero{background:linear-gradient(120deg,#0b2a42,#116c84);color:#fff;padding:46px max(20px,calc((100% - 1080px)/2))}.hero p{color:#7de0ef;font-weight:800}.hero h1{font-size:38px;margin:8px 0}.hero span{color:#dceaf0}main{max-width:1080px;margin:34px auto 70px;padding:0 20px}.search-panel{background:#fff;border-radius:18px;padding:32px;box-shadow:0 8px 28px #16384b12}.step{color:#087f98;font-weight:800}.damage-grid{display:grid;gap:10px;margin:22px 0}.damage-grid button{display:grid;grid-template-columns:160px 90px 1fr;align-items:center;text-align:left;min-height:86px;padding:12px 18px;border:2px solid var(--line);border-radius:12px;background:#fafcfd;color:#304e60;cursor:pointer}.damage-grid button small{font-weight:800;color:#657d8a}.damage-grid button span{font-size:30px}.damage-grid button b{font-size:20px}.damage-grid button.selected{border:3px solid #10a7c4;background:#e9f8fa}.search-button{width:100%;min-height:72px;border:2px solid #d65f00;border-radius:12px;background:linear-gradient(90deg,#e9680b,#f39a18);color:#fff;font-size:23px;font-weight:900;cursor:pointer}.search-button:disabled{background:#c8cfd3;border-color:#b8c0c4}.hint{text-align:center;color:#6d7f89}.results{margin-top:60px}.result-head{display:flex;justify-content:space-between;align-items:end;border-bottom:2px solid var(--navy);padding-bottom:14px}.result-head p{color:#087f98;font-weight:900}.result-head h2{margin:4px 0}.result-head em{font-size:48px;color:#087f98;font-style:normal}.result-head button{padding:10px 15px;background:#fff;border:1px solid #b9c9d1;border-radius:8px}.cards{display:grid;grid-template-columns:1fr;gap:18px;margin-top:22px}.cards article{background:#fff;border:1px solid var(--line);border-radius:16px;padding:26px;box-shadow:0 5px 18px #16384b0c}.card-top{display:flex;gap:8px;align-items:center}.card-top span,.card-top small{padding:5px 8px;border-radius:5px;background:#e8f7ef;color:#167b59;font-weight:800}.card-top b{margin-left:auto;color:#d1dde2;font-size:24px}.program-image{width:100%;height:230px;object-fit:contain;background:#f6fafb;border:1px solid var(--line);border-radius:15px;margin:16px 0}.cards h3{font-size:28px;margin:10px 0}.badges{display:flex;flex-wrap:wrap;gap:9px;margin:13px 0}.badges span{padding:8px 13px;border-radius:99px;border:2px solid #77acd4;background:#edf6ff;color:#124f7d;font-weight:900}.badges .cert-required{background:#b71c1c;border-color:#7f0000;color:#fff}.badges .cert-generally_required{background:#fff0d9;border-color:#ef9a2e;color:#8b4600}.formal{display:flex;gap:10px;align-items:baseline;border-bottom:1px solid var(--line);padding-bottom:12px}.formal b{font-size:18px}.cards article>p{font-size:17px;line-height:1.8}.benefit{display:flex;flex-direction:column;background:#eaf6f8;border-left:6px solid #0b91ab;padding:16px;margin:18px 0}.benefit b{font-size:21px}.caution{background:#fff4e5;color:#8b4d1c;padding:13px;border-radius:8px}.detail{display:grid;grid-template-columns:1fr;gap:17px}.detail h4{margin:16px 0 4px}.detail p{font-size:16px;line-height:1.7}.official-source{display:flex;flex-direction:column;position:relative;padding:17px 54px 17px 18px;border:2px solid #087f98;border-radius:10px;background:#edf9fb;color:#075c70;text-decoration:none}.official-source small{font-weight:800}.official-source b{font-size:19px;margin:3px 0}.official-source span{font-size:13px}.official-source:after{content:'→';position:absolute;right:18px;top:50%;transform:translateY(-50%);font-size:25px;font-weight:900}.official-source:hover{background:#dff4f7}.contact{display:flex;flex-direction:column;width:100%;padding:18px;border:1px solid var(--line);border-radius:10px;background:#f5f8f9}.contact b{font-size:20px;margin:5px 0}.contact a{font-size:25px;font-weight:900;color:#19739a;text-decoration:none;margin-top:10px}footer{background:#0a2337;color:#b9cbd3;display:flex;align-items:center;justify-content:center;gap:20px;flex-wrap:wrap;padding:22px;font-size:11px}footer b{color:#fff}@media(max-width:650px){header{padding:0 14px}.brand b{font-size:13px}header>a{display:none}.hero{padding:32px 16px}.hero h1{font-size:28px}main{padding:0 13px}.search-panel{padding:20px 15px}.damage-grid button{grid-template-columns:1fr 70px;min-height:105px}.damage-grid button span{grid-column:2;grid-row:1/3}.damage-grid button b{grid-column:1}.result-head{align-items:flex-start;gap:10px}.cards article{padding:18px 14px}.program-image{height:190px}.cards h3{font-size:24px}.formal{display:block}.badges{display:grid}.contact a{font-size:22px}}
