:root{--navy-900: #1b2540;--navy-800: #24304f;--navy-700: #33415e;--navy-100: #e3e7ef;--gray-900: #2b2f36;--gray-700: #4b5563;--gray-500: #6b7280;--gray-300: #d1d5db;--gray-100: #f2f4f7;--white: #ffffff;--red-deadline: #b3261e;--border-radius: 8px;--max-width: 720px}*{box-sizing:border-box}html,body{margin:0;padding:0}body{font-family:Hiragino Kaku Gothic ProN,Hiragino Sans,BIZ UDPGothic,Meiryo,system-ui,sans-serif;color:var(--gray-900);background:var(--gray-100);line-height:1.7;-webkit-font-smoothing:antialiased}.app{min-height:100vh;display:flex;flex-direction:column}button{font-family:inherit;cursor:pointer}.header{background:var(--navy-900);color:var(--white);position:sticky;top:0;z-index:10}.header-inner{max-width:var(--max-width);margin:0 auto;padding:.6rem 1rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}.header-brand{margin:0;font-size:.95rem;font-weight:700;letter-spacing:.04em;white-space:nowrap}.progress-area{flex:1;max-width:260px;text-align:right}.progress-text{margin:0 0 2px;font-size:.72rem;color:var(--navy-100)}.progress-bar{height:6px;background:var(--navy-700);border-radius:3px;overflow:hidden}.progress-fill{height:100%;background:#9db3d9;border-radius:3px;transition:width .3s ease}.main{flex:1;width:100%;max-width:var(--max-width);margin:0 auto;padding:1.25rem 1rem 3rem}.section-title{font-size:1.25rem;color:var(--navy-900);margin:0 0 .5rem}.section-lead{margin:0 0 1.25rem;color:var(--gray-700);font-size:.95rem}.btn-primary{display:inline-block;background:var(--navy-800);color:var(--white);border:none;border-radius:var(--border-radius);padding:.85rem 2rem;font-size:1rem;font-weight:700}.btn-primary:hover{background:var(--navy-700)}.btn-secondary{background:var(--white);color:var(--navy-800);border:1px solid var(--navy-800);border-radius:var(--border-radius);padding:.6rem 1.2rem;font-size:.9rem;font-weight:600}.btn-secondary:hover{background:var(--navy-100)}.btn-ghost{background:transparent;color:var(--gray-500);border:none;padding:.6rem .8rem;font-size:.85rem;text-decoration:underline}.step-top{text-align:center;padding-top:2.5rem}.top-title{font-size:1.7rem;color:var(--navy-900);margin:0 0 1rem;letter-spacing:.05em}.top-lead{font-size:1rem;color:var(--gray-700);margin:0 auto 1.5rem;max-width:34em}.disclaimer-box{background:var(--white);border:1px solid var(--gray-300);border-radius:var(--border-radius);padding:.9rem 1.1rem;margin:0 auto 2rem;max-width:36em;text-align:left}.disclaimer-box p{margin:0;font-size:.8rem;color:var(--gray-500)}.field-date{background:var(--white);border:1px solid var(--gray-300);border-radius:var(--border-radius);padding:1rem;margin-bottom:1.25rem}.field-date label{display:block;font-weight:700;font-size:.95rem;color:var(--navy-900);margin-bottom:.4rem}.field-date input[type=date]{font-family:inherit;font-size:1rem;padding:.5rem .7rem;border:1px solid var(--gray-300);border-radius:6px;background:var(--white);color:var(--gray-900)}.field-hint{margin:.4rem 0 0;font-size:.78rem;color:var(--gray-500)}.question-list{list-style:none;margin:0 0 1.5rem;padding:0;display:flex;flex-direction:column;gap:.5rem}.question-item{display:flex;align-items:flex-start;gap:.7rem;background:var(--white);border:1px solid var(--gray-300);border-radius:var(--border-radius);padding:.8rem 1rem;cursor:pointer;transition:border-color .15s ease,background .15s ease}.question-item:hover{border-color:var(--navy-700)}.question-item.checked{border-color:var(--navy-800);background:var(--navy-100)}.question-item input[type=checkbox]{width:1.2rem;height:1.2rem;margin-top:.25rem;flex-shrink:0;accent-color:var(--navy-800)}.question-text{display:flex;flex-direction:column}.question-label{font-size:.95rem;font-weight:600;color:var(--gray-900)}.question-hint{font-size:.78rem;color:var(--gray-500);margin-top:2px}.form-actions{display:flex;justify-content:space-between;gap:.75rem}.form-actions .btn-primary{flex:1}.result-actions{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.5rem}.phase-group{margin-top:1.75rem}.phase-title{font-size:1.05rem;color:var(--white);background:var(--navy-800);border-radius:6px;padding:.45rem .9rem;margin:0 0 .75rem}.card-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.65rem}.card{background:var(--white);border:1px solid var(--gray-300);border-radius:var(--border-radius);padding:.9rem 1rem}.card-done{opacity:.55}.card-done .card-title{text-decoration:line-through}.card-head{display:flex;align-items:flex-start;gap:.7rem}.card-check input[type=checkbox]{width:1.3rem;height:1.3rem;margin-top:.2rem;accent-color:var(--navy-800);cursor:pointer}.card-title-area{flex:1}.card-title{margin:0;font-size:1rem;color:var(--navy-900);line-height:1.5}.badge-important{display:inline-block;background:var(--navy-900);color:var(--white);font-size:.7rem;font-weight:700;border-radius:4px;padding:1px 8px;margin-right:.5rem;vertical-align:2px}.card-deadline-label{margin:.2rem 0 0;font-size:.82rem;color:var(--gray-700)}.card-deadline-date{margin:.15rem 0 0;font-size:.9rem;font-weight:700;color:var(--red-deadline)}.card-meta{margin:.6rem 0 0;padding-left:2rem}.card-meta-row{display:flex;gap:.6rem;font-size:.85rem;margin-bottom:.25rem}.card-meta-row dt{flex-shrink:0;color:var(--gray-500);font-weight:600;min-width:4.5em}.card-meta-row dd{margin:0;color:var(--gray-700)}.docs-toggle{background:transparent;border:none;color:var(--navy-700);font-size:.82rem;padding:0;text-decoration:underline}.docs-list{margin:.3rem 0 0;padding-left:1.2rem}.docs-list.collapsed{display:none}.docs-list li{font-size:.82rem;color:var(--gray-700)}.card-notes{padding:.55rem .8rem;margin:.6rem 0 0 2rem;background:var(--gray-100);border-left:3px solid var(--gray-300);border-radius:0 6px 6px 0;font-size:.8rem;color:var(--gray-700)}.footer{background:var(--navy-900);color:var(--navy-100);padding:1.5rem 1rem 2rem}.footer p{max-width:var(--max-width);margin:0 auto;font-size:.75rem}.footer-disclaimer{margin-bottom:.6rem!important}.footer-meta{color:#9aa5bd}@media(min-width:600px){.main{padding-top:2rem}.top-title{font-size:2rem}.section-title{font-size:1.4rem}}@media print{:root{--gray-100: #ffffff}body{background:#fff;font-size:11px;line-height:1.5}.no-print,.btn-primary,.btn-secondary,.btn-ghost{display:none!important}.header{position:static;background:#fff;color:#000;border-bottom:2px solid #000}.header-brand{color:#000;font-size:14px}.progress-text{color:#333}.progress-bar{display:none}.main{max-width:none;padding:.5rem 0}.phase-group{margin-top:1rem;break-inside:avoid-page}.phase-title{background:#fff;color:#000;border-bottom:1.5px solid #000;border-radius:0;padding:.2rem 0}.card{break-inside:avoid;border:1px solid #999;padding:.5rem .7rem}.card-done{opacity:1}.docs-list.collapsed{display:block}.card-deadline-date{color:var(--red-deadline)}.card-notes{background:#fff;border-left:2px solid #999}.footer{background:#fff;color:#333;border-top:1px solid #999;padding:.5rem 0}.footer-meta{color:#555}}
