:root{--ink:#111827;--muted:#5d6675;--line:#dfe7ed;--green:#10924f;--green2:#0b7d43;--pale:#effaf3;--blue:#1d5db8;--amber:#f59e0b;--amberBg:#fff8ea;--shadow:0 18px 50px rgba(15,23,42,.08)}*{box-sizing:border-box}body.mc-page{margin:0;background:#fbfcfb;color:var(--ink);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Noto Sans JP","Yu Gothic",Meiryo,sans-serif;letter-spacing:0;line-height:1.65}.mc-header{height:72px;display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:26px;padding:0 48px;border-bottom:1px solid var(--line);background:#fff}.mc-brand{display:flex;align-items:center;gap:12px;color:var(--ink);text-decoration:none}.mc-brand span{display:grid;place-items:center;width:30px;height:30px;border-radius:7px;background:var(--green);color:#fff}.mc-brand b{font-size:25px}.mc-header nav{display:flex;gap:32px}.mc-header a{font-weight:850;color:#1f2937;text-decoration:none}.mc-free{border:1px solid var(--green);border-radius:8px;padding:8px 16px;color:var(--green)!important}.mc-shell{max-width:1580px;margin:0 auto;padding:38px 48px 0}.mc-hero{display:grid;grid-template-columns:minmax(440px,560px) minmax(520px,1fr);gap:70px;align-items:center;min-height:690px}.mc-kicker{display:inline-flex;background:var(--pale);color:var(--green);border-radius:999px;padding:9px 18px;font-weight:950}.mc-copy h1{font-size:68px;line-height:1.12;margin:24px 0 18px;font-weight:950;word-break:keep-all;overflow-wrap:anywhere}.mc-lead{font-size:23px;font-weight:790;color:#243044}.mc-benefits{display:grid;gap:18px;margin:32px 0}.mc-benefits div{display:grid;grid-template-columns:62px 1fr;column-gap:18px;align-items:center}.mc-benefits span{grid-row:1/3;display:grid;place-items:center;width:62px;height:62px;border-radius:12px;background:#dcf7e6;color:var(--green);font-size:28px;font-weight:950}.mc-benefits b{font-size:21px}.mc-benefits p{grid-column:2;margin:4px 0 0;color:var(--muted);font-weight:730}.mc-safe{display:inline-flex;border:1px solid var(--green);border-radius:8px;padding:12px 18px;color:var(--green);font-weight:950;background:#fff}.mc-panel,.mc-result-card,.mc-memo,.mc-related-card,.mc-scenes article,.mc-note,.mc-checks article,.mc-useflow div,.mc-faq details{background:#fff;border:1px solid var(--line);border-radius:12px;box-shadow:var(--shadow)}.mc-panel{padding:28px}.mc-panel-head{display:flex;align-items:center;justify-content:space-between;gap:18px;border-bottom:1px solid var(--line);padding-bottom:18px}.mc-panel h2,.mc-result-card h2,.mc-memo h2{display:flex;align-items:center;gap:10px;font-size:27px;margin:0}.mc-panel h2 span,.mc-result-card h2 span,.mc-memo h2 span{display:grid;place-items:center;width:34px;height:34px;border-radius:7px;background:var(--green);color:#fff}.mc-panel select{min-height:42px;border:1px solid var(--line);border-radius:8px;background:#fff;font:inherit;font-weight:800;padding:0 12px}.mc-fields{display:grid;gap:16px;margin-top:22px}.mc-field label{display:block;font-size:17px;font-weight:900;margin-bottom:8px}.mc-field input,.mc-field select{width:100%;min-height:58px;border:1px solid #cfd9e1;border-radius:9px;font:inherit;font-size:19px;padding:0 16px;background:#fff}.mc-actions{display:grid;grid-template-columns:1fr 1.35fr;gap:14px;margin-top:22px}.mc-actions button,.mc-result-card button,.mc-related-more{min-height:58px;border:1px solid var(--line);border-radius:9px;background:#fff;font:inherit;font-weight:950;cursor:pointer}.mc-actions button:last-child{background:var(--green);border-color:var(--green);color:#fff}.mc-panel-note{color:var(--muted);font-weight:760}.mc-results{display:grid;grid-template-columns:1fr 1.18fr;gap:34px;margin:24px 0 44px}.mc-result-card,.mc-memo{padding:28px}.mc-result-list{display:grid;gap:14px;margin:22px 0}.mc-result-row{display:flex;align-items:center;justify-content:space-between;gap:18px;border:1px solid #d7e6f6;background:#f7fbff;border-radius:9px;padding:18px}.mc-result-row:first-child{border-color:#b7d5ff;background:#f1f7ff}.mc-result-row span{font-size:19px;font-weight:900;color:#174b91}.mc-result-row b{font-size:32px;color:#174b91}.mc-result-card button{width:100%;border-color:#1d5db8;color:#1d5db8}.mc-memo{border-color:#ffd38c;background:#fffdf8}.mc-memo h2 span{background:var(--amber)}.mc-memo p,.mc-memo li{font-size:17px;font-weight:760;color:#3b4655}.mc-memo ul{margin:14px 0;padding-left:1.4em}.mc-warn{border:1px solid #ffd38c;background:var(--amberBg);border-radius:9px;padding:14px}.mc-related{border-top:1px solid var(--line);padding-top:28px;margin-bottom:48px}.mc-related h2,.mc-scenes h2{font-size:30px}.mc-related>div{display:grid;grid-template-columns:repeat(5,1fr);gap:22px}.mc-related-card{display:grid;gap:10px;text-align:center;text-decoration:none;color:var(--ink);padding:24px;min-height:210px}.mc-related-card span{font-size:40px;color:var(--green)}.mc-related-card b{font-size:21px}.mc-related-card small{font-size:15px;color:var(--muted);font-weight:730}.mc-related-card em{display:inline-grid;place-items:center;min-height:38px;border:1px solid var(--green);border-radius:7px;color:var(--green);font-style:normal;font-weight:950}.mc-related-more{display:grid;place-items:center;width:min(420px,100%);margin:26px auto 0;color:var(--green);text-decoration:none}.mc-scenes>div,.mc-checks,.mc-useflow{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.mc-scenes article,.mc-checks article,.mc-useflow div{padding:24px;text-align:center}.mc-scenes span{display:grid;place-items:center;width:58px;height:58px;border-radius:12px;background:#effaf3;color:var(--green);font-size:24px;font-weight:950;margin:0 auto 12px}.mc-scenes h3,.mc-checks h2,.mc-useflow h2{font-size:22px;margin:0 0 8px}.mc-scenes p,.mc-checks p,.mc-useflow p{margin:0;color:#374151;font-weight:750}.mc-note{padding:30px;margin:44px 0 22px}.mc-note h2{font-size:31px;margin:0 0 12px}.mc-note p{font-size:18px;font-weight:730;color:#344051}.mc-checks{grid-template-columns:repeat(3,1fr);margin:22px 0}.mc-checks article{text-align:left;background:#063d2d;color:#edfff6}.mc-checks p{color:#d8f9e8}.mc-useflow{grid-template-columns:repeat(3,1fr);margin:22px 0}.mc-useflow span{display:grid;place-items:center;width:46px;height:46px;border-radius:50%;background:var(--green);color:#fff;font-size:22px;font-weight:950;margin:0 auto 12px}.mc-faq{display:grid;gap:12px;margin:26px 0 48px}.mc-faq details{padding:18px 22px}.mc-faq summary{font-size:18px;font-weight:950;cursor:pointer}.mc-faq p{font-weight:730;color:#374151}.mc-footer{padding:36px;text-align:center;background:#06291d;color:#e7fff1;font-weight:950}@media(max-width:1180px){.mc-header{grid-template-columns:1fr}.mc-header{height:auto;padding:16px 18px}.mc-header nav{overflow:auto}.mc-shell{padding:24px 18px 0}.mc-hero,.mc-results{grid-template-columns:1fr}.mc-copy h1{font-size:52px}.mc-related>div,.mc-scenes>div{grid-template-columns:repeat(2,1fr)}}@media(max-width:680px){.mc-copy h1{font-size:39px}.mc-lead{font-size:18px}.mc-benefits div{grid-template-columns:48px 1fr}.mc-benefits span{width:48px;height:48px}.mc-panel{padding:18px}.mc-panel-head{align-items:flex-start;flex-direction:column}.mc-actions,.mc-related>div,.mc-scenes>div,.mc-checks,.mc-useflow{grid-template-columns:1fr}.mc-result-row b{font-size:25px}}