@import"https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700&display=swap";:root{font-family:Noto Sans JP,Segoe UI,system-ui,-apple-system,BlinkMacSystemFont,Hiragino Kaku Gothic ProN,sans-serif;line-height:1.6;font-weight:400;color:#0f1b2d;background-color:#edf1f7;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:#edf1f7;color:#0f1b2d}a{color:#1f55c8;font-weight:600;text-decoration:none}a:hover{text-decoration:underline}#app{min-height:100vh}.layout{min-height:100vh;padding:32px 16px 48px;display:flex;flex-direction:column;align-items:center;gap:24px}.layout__header{width:min(1080px,100%);display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px}.brand{display:flex;flex-direction:column;gap:4px}.brand__logo{width:200px;max-width:60vw}.brand__title{font-size:1.4rem;font-weight:700}.brand__meta{margin:0;color:#5f6c85;font-size:.95rem}.notice{width:min(1080px,100%);background:#fff;padding:12px 18px;border-radius:18px;border-left:4px solid #1f55c8;box-shadow:0 10px 25px #0f1e3c14;font-size:.95rem}.layout__main{width:min(1080px,100%);display:grid;grid-template-columns:repeat(auto-fit,minmax(480px,1fr));gap:32px}.panel{background:#fff;padding:28px;border-radius:28px;box-shadow:0 20px 50px #0f1e3c1f;display:flex;flex-direction:column;gap:20px}.panel--full{padding:0;border-radius:0;box-shadow:none;min-height:100vh}.flow{display:flex;gap:24px;flex-wrap:wrap;justify-content:center}.flow__steps{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:12px;min-width:260px}.flow__step button{width:100%;text-align:left;display:flex;gap:12px;align-items:flex-start;border:1px solid transparent;border-radius:18px;padding:12px 16px;font:inherit;background:#f5f7fb;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease}.flow__step.is-active button{border-color:#1f55c8;box-shadow:0 10px 20px #1f55c82e}.flow__index{width:32px;height:32px;border-radius:50%;display:grid;place-items:center;background:#1f55c8;color:#fff;font-weight:700}.flow__summary{display:block;color:#5f6c85;font-size:.85rem}.management-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(360px,1fr));gap:24px}.subheading{margin-top:0;margin-bottom:12px;font-size:1rem;color:#3a3f55}.smartphone__links{display:flex;flex-direction:column;gap:8px;margin-top:8px}.smartphone__links--right{align-items:flex-end;text-align:right}.smartphone__links .link{text-decoration:underline;font-weight:400}.preview-toggle{display:flex;gap:12px;margin-top:12px}.preview-toggle button{border:none;background:transparent;color:#1f55c8;font-weight:600;cursor:pointer}.panel h2{margin-top:0;margin-bottom:12px;font-size:1.2rem}.panel ul{padding-left:1.2rem;margin:0;color:#4b566a}.smartphone{width:380px;max-width:100%;margin:0 auto;background:#fff;border-radius:32px;padding:32px 20px 36px;box-shadow:0 24px 50px #091b3f1f;border:1px solid #e4e7f0;display:flex;flex-direction:column;gap:20px;min-height:640px}.smartphone--full{width:100%;max-width:none;border-radius:0;border:none;box-shadow:none;min-height:100vh;padding:24px 24px 48px}.smartphone__head{display:flex;flex-direction:column;gap:6px}.smartphone__head--hidden,.smartphone--no-header .smartphone__head{display:none}.smartphone__logo{display:flex;justify-content:center;align-items:center;gap:6px;font-weight:700;font-size:1.1rem}.smartphone__logo-main{color:#ff9100}.smartphone__logo-sub{color:#1f55c8}.smartphone__body{display:flex;flex-direction:column;gap:16px}.smartphone__body--full{flex:1}.smartphone__status{text-align:center;color:#0f1b2d;font-size:.85rem}.smartphone__title{text-align:center;margin:0;font-weight:700;font-size:1.05rem}.smartphone__subtitle{text-align:center;margin:0;color:#0f1b2d;font-size:.9rem}.smartphone__section{display:flex;flex-direction:column;gap:12px}.smartphone__divider{border:none;border-top:1px dashed #dde1eb}.list-block{background:#f5f7fb;border-radius:16px;padding:12px 16px}.list-block__item{display:grid;grid-template-columns:auto 1fr;justify-content:start;align-items:baseline;font-size:.95rem;color:#0f1b2d;gap:12px}.field-label{margin:0;font-weight:700;justify-self:start}.field-value{margin:0;font-weight:700;justify-self:end;border-bottom:1px solid #0f1b2d;padding-bottom:1px;display:inline-block;min-width:60px}.form-control__note{margin:0;font-size:.85rem;color:#0f1b2d}.chip{display:inline-flex;align-items:center;gap:6px;border-radius:999px;padding:4px 12px;background:#e9efff;color:#1f55c8;font-weight:600;font-size:.85rem}.form-control{display:flex;flex-direction:column;gap:8px}.form-control label{font-size:.95rem;font-weight:600}.form-control input[type=text]{border:1.5px solid #cdd4e5;border-radius:14px;padding:12px 14px;font-size:1rem;transition:border-color .2s ease}.form-control input[type=text]:focus{outline:none;border-color:#1f55c8;box-shadow:0 0 0 3px #1f55c826}.input-meta{font-size:.85rem;color:#0f1b2d;text-align:right}.checkbox{display:flex;align-items:flex-start;gap:10px;font-size:.92rem}.checkbox input{margin-top:4px;width:18px;height:18px}.checkbox--center{justify-content:center}.actions{margin-top:auto;display:flex;flex-direction:column;gap:12px}.actions--tight{margin-top:0;gap:8px}.actions--compact{margin-top:16px;gap:12px}.home-actions{flex-direction:row;flex-wrap:wrap;justify-content:center;margin-top:16px}.home-actions .btn{min-width:220px;justify-content:center}.btn{border:none;border-radius:999px;height:48px;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.btn:disabled{opacity:.4;cursor:not-allowed;transform:none;box-shadow:none}.btn-primary{background:#284db4;color:#fff;box-shadow:0 15px 25px #284db440}.btn-primary:not(:disabled):hover{transform:translateY(-1px)}.btn-secondary{background:#284db4;color:#fff}.state-card{text-align:center;padding:32px 12px}.state-card--tight{padding:16px 12px}.state-card__title{margin-bottom:12px}.state-card__body{display:block;margin-top:20px}.state-card__icon{width:72px;height:72px;border-radius:50%;margin:0 auto 2px;display:grid;place-items:center;font-size:2rem}.spacer{height:12px}.state-card__icon-image{width:100%;height:100%;display:block;object-fit:contain}.state-card__icon.success{background:#e6f0ff;border-radius:50%;width:88px;height:88px;display:grid;place-items:center}.state-card__icon.error{background:#fdeceb;color:#d93025}.state-card__icon.info{background:transparent;color:#0f1b2d}.helper-text{font-size:.86rem;color:#000;margin:0}.helper-text--center{text-align:center}.helper-text--tight{margin-top:8px}.error-text,.warning-text{color:#d93025;font-size:.85rem;margin:0}.loading{display:flex;justify-content:center;align-items:center;gap:12px;color:#5f6c85}.spinner{width:18px;height:18px;border:3px solid #dfe5f4;border-top-color:#1f55c8;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:768px){.layout__main{grid-template-columns:1fr}.smartphone{min-height:unset}.panel--full{padding:0}.smartphone--full{padding:16px 16px 32px}}.smartphone__logo img{width:140px;max-width:40vw}.terms-callout{display:flex;flex-direction:column;align-items:center;gap:4px;font-size:.95rem;color:#000}.terms-callout .link{font-size:1rem;text-decoration:underline}.terms-callout span{font-size:.92rem}.hero-subtitle{font-size:1rem;color:#222;margin:0;text-align:center}.hero-description{font-size:.92rem;color:#5f6c85;text-align:center;margin:0}
