:root{--green:#17634b;--green-dark:#124e3c;--mint:#eaf3eb;--ink:#243e36;--muted:#596c65;--orange:#b64d13;--cream:#fafbf7;--line:#d9e3db}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--ink);font-family:-apple-system,BlinkMacSystemFont,"Noto Sans JP","Hiragino Kaku Gothic ProN","Yu Gothic",Meiryo,sans-serif;font-size:16px;line-height:1.85}a{color:var(--green);text-decoration:none}a:hover{text-decoration:underline}button,input,select,textarea{font:inherit}button,a,input,select,textarea{touch-action:manipulation}button{cursor:pointer}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid #db791f;outline-offset:4px}img{max-width:100%;height:auto}h1,h2,h3,p{margin-top:0}h1{font-size:clamp(27px,3vw,38px);line-height:1.5;letter-spacing:.02em;margin-bottom:20px;overflow-wrap:anywhere}h2{font-size:24px;line-height:1.5;margin-bottom:16px}h3{font-size:18px;line-height:1.6}p{margin-bottom:18px}small,.small{font-size:13px}.muted{color:var(--muted)}.wrap{width:min(1120px,calc(100% - 64px));margin:auto}.narrow{max-width:800px}.prose{max-width:820px}.page{padding:34px 0 76px;min-height:55vh}.page>h1{margin-top:12px}.page .notice{margin:26px 0}.crumb{font-size:13px;color:var(--muted);margin-bottom:26px}.eyebrow{color:var(--green);font-size:11px;font-weight:800;letter-spacing:.17em;line-height:1.5;margin-bottom:12px}.emergency-bar{background:#fbecd8;border-bottom:1px solid #ecd6b7;font-size:12px;color:#634218}.emergency-bar .wrap{display:flex;justify-content:space-between;gap:16px;padding:6px 0}.emergency-bar a{color:#634218;font-weight:700}.emergency-bar span a{font-size:16px}.header-row{min-height:100px;display:flex;align-items:center;justify-content:space-between;gap:30px}.brand{display:flex;align-items:center;gap:10px;flex-shrink:0;line-height:1.3}.brand:hover{text-decoration:none}.brand b{font-size:27px;letter-spacing:.02em}.brand-jp{font-size:22px;margin-left:3px}.brand small{display:block;font-size:10px;letter-spacing:.12em;margin-top:6px}.header-row nav{display:flex;gap:28px;align-items:center;font-size:14px;font-weight:700}.button{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:var(--green);color:#fff;border:1px solid var(--green);border-radius:8px;padding:13px 24px;font-weight:700;line-height:1.6;min-height:48px;text-align:center}.button:hover{background:var(--green-dark);text-decoration:none}.button.orange{background:var(--orange);border-color:var(--orange)}.button.orange:hover{background:#923a09}.button.outline{background:transparent;color:var(--green)}.button.outline:hover{background:var(--mint)}.button.small{font-size:13px;padding:9px 15px}.full{width:100%}.hero{background:linear-gradient(105deg,#edf4eb,#e7f1e9);padding:50px 0 82px;border-top:1px solid #dce7dc}.hero-grid{display:grid;grid-template-columns:1fr 1.05fr;align-items:center;gap:20px}.hero h1{font-size:clamp(36px,4vw,52px);line-height:1.6;font-weight:800;letter-spacing:.05em;margin:15px 0}.hero h1 span{color:var(--green)}.hero-copy{font-size:16px;color:#4a6559}.hero-buttons{display:flex;gap:12px;flex-wrap:wrap}.hero .small{margin-top:12px}.hero-visual{position:relative}.visual-caption{text-align:center;font-size:12px;color:#4a6758}.dot{display:inline-block;width:7px;height:7px;background:var(--green);border-radius:50%;margin-right:7px}.search-panel{position:relative;background:#fff;margin-top:-38px;border:1px solid var(--line);box-shadow:0 8px 25px #1b503811;border-radius:14px;padding:28px 32px}.search-panel h2{font-size:22px}.search-form{display:flex;gap:10px;align-items:stretch}.search-form input{flex:1;min-width:0}.search-form select{max-width:215px}input,select,textarea{background:#fff;color:var(--ink);border:1px solid #b5c7bc;border-radius:7px;padding:12px 14px;max-width:100%}input[type=checkbox]{width:20px;height:20px;flex-shrink:0;accent-color:var(--green)}.search-links{display:flex;gap:22px;align-items:center;margin-top:16px;font-size:13px;flex-wrap:wrap}.search-links span{margin-left:auto;color:var(--muted)}.search-links b{font-size:18px;color:var(--green)}.notice{border:1px solid #e4d3b8;border-left:4px solid #c97e2a;background:#fff9ee;border-radius:7px;padding:19px 23px;margin:28px 0;color:#635234;font-size:14px}.notice b{font-size:15px}.notice p{margin:7px 0 0;font-size:13px}.notice a{text-decoration:underline}.section{padding:32px 0}.section-head{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:26px}.section-head h2{margin-bottom:0}.section-head>a{font-size:13px;white-space:nowrap}.regions{display:grid;grid-template-columns:repeat(3,1fr);gap:28px 32px}.region h3{border-bottom:2px solid var(--line);padding-bottom:10px;font-size:15px}.region>div{display:grid;grid-template-columns:1fr 1fr;column-gap:18px}.region a{display:flex;justify-content:space-between;padding:5px 0;font-size:14px}.region small{font-size:11px;color:var(--muted)}.contribute-banner{background:#e9f1e8;border:1px solid #d8e5d8;border-radius:14px;padding:35px 45px;margin:32px 0;display:grid;grid-template-columns:1.3fr 1fr;align-items:center;gap:20px}.contribute-banner h2{font-size:29px;line-height:1.65}.contribute-banner p{font-size:14px}.contribute-banner>div:last-child{text-align:center}.big-heart{font-size:95px;line-height:1.3;display:block;color:var(--green);font-family:Arial}.article-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:25px}.article-card{border:1px solid var(--line);border-radius:12px;background:#fff;overflow:hidden;color:var(--ink);display:block}.article-card:hover{text-decoration:none;box-shadow:0 5px 20px #17634b15}.article-art{height:145px;padding:22px 25px;display:flex;align-items:center;justify-content:space-between;background:#e4eee4;color:var(--green)}.article-art span{font-size:13px;border:1px solid #ffffff80;padding:4px 10px;background:#ffffffaa;border-radius:30px}.article-art b{font-size:72px;font-weight:400}.art-1{background:#f4ebd9;color:#986522}.art-2{background:#dfeee9}.article-body{padding:22px}.article-body small{color:var(--green)}.article-body h3{margin:8px 0 12px}.article-body p{font-size:13px;color:var(--muted)}.article-body>span{font-size:13px;color:var(--green);font-weight:700}.cards{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.aed-card{background:#fff;border:1px solid var(--line);border-radius:12px;padding:24px}.aed-card h2{font-size:21px;margin:16px 0 8px}.card-top,.card-footer{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.status{display:inline-block;font-size:12px;background:#fff1d9;color:#76531e;padding:3px 9px;border:1px solid #eed7b1;border-radius:4px}.address{font-size:14px;color:var(--muted)}.card-dl{display:grid;grid-template-columns:80px 1fr;font-size:13px}.card-dl dt{color:var(--muted)}dd{margin:0;overflow-wrap:anywhere}.card-footer{border-top:1px solid var(--line);padding-top:15px;font-size:13px}.card-footer small{font-size:12px;color:var(--muted)}.result-heading{display:flex;justify-content:space-between;align-items:center;margin:32px 0 20px;gap:20px}.result-heading h2{font-size:18px;margin:0}.result-heading b{font-size:28px}.result-heading>a{font-size:13px}.pagination{display:flex;justify-content:center;gap:10px;margin:34px 0;align-items:center;flex-wrap:wrap}.pagination a{padding:7px 15px;background:#fff;border:1px solid var(--line);border-radius:5px}.pagination a[aria-current]{background:var(--green);color:#fff}.pagination span{font-size:13px}.empty{padding:40px;text-align:center;border:1px solid var(--line);border-radius:12px}.link-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.link-grid>a{display:flex;justify-content:space-between;align-items:center;gap:10px;background:#fff;border:1px solid var(--line);border-radius:7px;padding:13px 17px;font-size:14px}.link-grid small{white-space:nowrap}.detail-grid{display:grid;grid-template-columns:1.65fr 1fr;gap:26px}.panel{background:#fff;border:1px solid var(--line);border-radius:12px;padding:28px;margin:24px 0}.detail-grid .panel{margin-top:0}.panel h2{font-size:21px}.detail-dl{display:grid;grid-template-columns:150px 1fr;margin:0 0 24px;font-size:14px}.detail-dl dt,.detail-dl dd{padding:14px 0;border-bottom:1px solid var(--line)}.detail-dl dt{font-weight:700;padding-right:12px}.block{display:block;margin-top:10px;color:var(--muted)}.map-preview{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:25px;background:repeating-linear-gradient(35deg,#e3eee4 0 35px,#fff 36px 45px,#d4e5dd 46px 80px);border-radius:8px;text-shadow:0 0 5px white;font-weight:700;font-size:13px}.map-preview span{font-size:60px}.pale{background:var(--mint)}.actions,.map-tools{display:flex;gap:20px;align-items:center;flex-wrap:wrap;margin:24px 0}.lead{font-size:18px;color:var(--muted);line-height:2}.prose section{margin:32px 0}.prose section h2{border-left:4px solid var(--green);padding-left:16px}.prose p{line-height:2.1}.form-panel>.input,.form-panel fieldset>.input,.panel>.input{margin-bottom:22px}.input label{display:block;font-weight:700;font-size:14px;margin-bottom:8px}.input input,.input select,.input textarea{width:100%}fieldset{border:1px solid var(--line);border-radius:8px;padding:20px;margin:25px 0}legend{font-size:15px;font-weight:700;padding:0 6px}.consent{display:flex;gap:12px;align-items:start;margin:20px 0}.consent span{font-size:14px}.consent a{text-decoration:underline}.form-errors{background:#fff0e8;border:1px solid #ad4321;color:#863312;padding:20px;border-radius:8px}.honeypot{position:absolute;left:-10000px;width:1px;height:1px;overflow:hidden}.selected-aed{background:var(--mint);padding:20px;border-radius:8px}.thank-you{text-align:center;padding:50px 30px}.success-icon{display:inline-block;font-size:40px;background:var(--mint);color:var(--green);border-radius:50%;width:80px;height:80px;margin-bottom:20px}.pre-wrap{white-space:pre-wrap;overflow-wrap:anywhere}table{border-collapse:collapse;width:100%;background:white;font-size:14px}th,td{padding:15px;border:1px solid var(--line);text-align:left}.table-scroll{overflow:auto}summary{cursor:pointer;font-weight:700}.flash{background:var(--mint);padding:18px 25px;border:1px solid var(--green);margin-top:15px}.map-tools{margin-bottom:10px}#map{height:520px;background:#edf1e8;border:1px solid var(--line);border-radius:10px;z-index:1}.map-legend{font-size:13px;margin-bottom:28px}.legend-dot{display:inline-block;width:14px;height:14px;background:#16614b;border:2px solid white;border-radius:50%;box-shadow:0 0 0 1px #16614b}.leaflet-popup-content{font:14px/1.8 sans-serif}.leaflet-popup-content a{color:var(--green)}footer{background:#edf2ec;border-top:1px solid #dce6dc;padding:48px 0 23px;margin-top:10px}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:35px}.footer-grid .brand{font-size:23px;font-weight:800;margin-bottom:18px}.footer-grid p{font-size:13px;color:var(--muted)}.footer-grid b{display:block;font-size:13px;margin-bottom:12px}.footer-grid>div>a:not(.brand){display:block;font-size:12px;color:#52665b;margin:5px 0}.footer-note{border-top:1px solid #d2dfd1;margin-top:30px;padding:22px 0;font-size:11px;color:var(--muted)}.footer-bottom{display:flex;justify-content:space-between;gap:20px;font-size:11px;color:var(--muted)}.sr-only,.skip:not(:focus){position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.skip:focus{position:fixed;z-index:9999;background:#fff;padding:15px}.button:disabled{opacity:.6;cursor:wait}@media(max-width:950px){.header-row{gap:15px}.header-row nav{gap:15px;font-size:12px}.brand b{font-size:23px}.brand-jp{font-size:19px}.hero-grid{grid-template-columns:1fr 1fr}.hero h1{font-size:40px}.hero-buttons .button{font-size:13px;padding:12px 16px}.regions{grid-template-columns:repeat(2,1fr)}.detail-grid{grid-template-columns:1.3fr 1fr}.footer-grid{gap:22px}.link-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:680px){body{font-size:15px}.wrap{width:calc(100% - 36px)}.emergency-bar .wrap{font-size:10px;gap:6px}.emergency-bar .wrap>a{display:none}.header-row{padding:16px 0;flex-direction:column;align-items:start;min-height:auto;gap:16px}.brand b{font-size:25px}.header-row nav{width:100%;justify-content:space-between;gap:8px;flex-wrap:wrap}.header-row nav .button{padding:8px 10px;min-height:40px;font-size:11px}.hero{padding:28px 0 64px}.hero-grid{grid-template-columns:1fr;gap:8px}.hero h1{font-size:37px;line-height:1.55;margin-top:12px}.hero-copy{font-size:14px}.hero-visual{max-width:370px;margin:auto}.hero-visual img{max-height:240px}.visual-caption{font-size:10px}.hero .eyebrow{font-size:9px}.search-panel{padding:23px 20px;margin-top:-34px}.search-form{flex-wrap:wrap}.search-form input{flex-basis:100%;width:100%}.search-form select{max-width:none;flex:1;min-width:0;font-size:14px}.search-form .button{padding:12px 17px;font-size:14px}.search-links{gap:9px 17px;font-size:12px}.search-links span{margin:2px 0 0;flex-basis:100%}.notice{padding:15px 16px;font-size:13px}.notice b{font-size:14px}.notice p{font-size:12px}.section{padding:22px 0}.section-head{align-items:start;gap:12px}.section-head>a{font-size:11px;padding-top:25px}h2{font-size:22px}.eyebrow{font-size:9px}.regions{gap:24px 18px}.region>div{grid-template-columns:1fr}.region a{font-size:13px}.contribute-banner{padding:26px;grid-template-columns:1fr}.contribute-banner h2{font-size:25px}.big-heart{display:none}.article-grid{grid-template-columns:1fr}.article-card{display:grid;grid-template-columns:110px 1fr}.article-art{height:100%;padding:14px;flex-direction:column;justify-content:center;gap:18px}.article-art span{font-size:10px;padding:3px 6px}.article-art b{font-size:52px}.article-body{padding:17px}.article-body h3{font-size:16px}.article-body p{font-size:12px}.cards,.detail-grid{grid-template-columns:1fr}.result-heading{align-items:start;flex-direction:column;gap:7px}.aed-card{padding:20px}.aed-card h2{font-size:20px}.link-grid{grid-template-columns:1fr 1fr;gap:8px}.link-grid>a{padding:12px;font-size:12px;flex-wrap:wrap}.panel{padding:22px}.detail-dl{grid-template-columns:115px 1fr;font-size:13px}.prose h1{font-size:27px}.lead{font-size:16px}.footer-grid{grid-template-columns:1fr 1fr;gap:24px 18px}.footer-grid>div:first-child{grid-column:1/-1}.footer-bottom{flex-direction:column;gap:8px}#map{height:440px}.map-tools{gap:12px}.map-tools .button{font-size:12px;padding:11px 14px}.empty{padding:25px}.empty h2{font-size:20px}.page{padding-top:25px}.actions{gap:12px;font-size:13px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
