.header{align-items:center;background:rgba(55,197,241,.871);box-shadow:0 -4px 10px #0000001a;display:flex;flex-wrap:wrap;justify-content:space-between;left:0;opacity:.9;padding:1rem;position:fixed;top:0;width:100%;z-index:1000}main{padding-top:80px}.header h2{margin-left:0}.sidebar{background-color:#f8f8f8;box-shadow:-2px 0 5px #0000001a;display:flex;flex-direction:column;height:calc(100vh - 69.2px);overflow-y:auto;padding:2rem 1rem;position:fixed;right:-250px;top:69.2px;transition:right .3s ease;width:250px;z-index:1050}.sidebar.open{right:0}.sidebar.open:before{background-color:#f8f8f8;box-shadow:-2px 0 5px #0000001a;content:"";height:calc(100vh - 69.2px);pointer-events:none;position:fixed;right:0;top:69.2px;width:0;z-index:1049}.sidebar a{color:#333;font-size:1.1rem;margin:1rem 0;text-align:center;text-decoration:none;transition:color .2s ease}.menu-title{color:#111;display:block;font-size:1.1rem;font-weight:700;padding-right:1rem}.menu-title:hover{color:#007bff;text-decoration:underline}.submenu{border-left:1px dashed #ccc;list-style:none;margin:0;padding-left:1rem}.submenu li a{color:#444;display:block;font-size:.95rem;padding:.1px 0 .1px 1.5rem;position:relative;text-align:left;text-decoration:none}.submenu li a:before{color:#007bff;content:"ー";left:0;position:absolute}.sidebar-toggle{background:none;border:none;cursor:pointer;font-size:2rem;position:fixed;right:1rem;top:13px;z-index:1100}.overlay{background:#0000004d;height:calc(100vh - 69.2px);left:0;position:fixed;top:69.2px;width:100%;z-index:1040}@media (max-width:768px){.sidebar{height:calc(100vh - 69.2px);overflow-y:auto;padding-top:2rem;right:-200px;top:69.2px;width:200px}.sidebar.open{right:0}.sidebar.open:before{width:0}.overlay,.sidebar.open:before{height:calc(100vh - 69.2px);top:69.2px}.sidebar-toggle{font-size:2rem;right:1rem;top:13px;transform:none}}.footer-intro{color:#888;font-size:.85rem;font-size:.9rem;margin-bottom:.5rem;text-align:center}.footer{background-color:#f0f0f0;color:#333;padding:1rem;text-align:center}.footer-disclaimer{font-size:.9rem}.footer-disc{font-size:1rem}@media (max-width:768px){.footer{padding:.75rem}.footer-intro{font-size:10px}.footer-disclaimer{font-size:7px}.footer-disc{font-size:.6rem}}*{box-sizing:border-box;margin:0;padding:0}.home-container{margin:90px auto auto;max-width:1000px;padding:clamp(1rem,3vw,2rem)}.home-title{color:#057;font-size:clamp(1.8rem,4vw,2.5rem)}.home-intro,.home-title{margin-bottom:2rem;text-align:center}.home-intro{color:#555;font-size:clamp(1rem,2.5vw,1.2rem)}.category-grid{align-items:stretch;display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.category-card{background-color:#fff;border:1px solid #ddd;border-radius:10px;box-shadow:0 2px 6px #0000000d;display:flex;flex:none;flex-direction:column;max-width:300px;overflow:hidden;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease;width:100%}.category-card:hover{box-shadow:0 6px 12px #0000001a;transform:translateY(-4px)}.category-image{aspect-ratio:16/9;object-fit:cover;width:100%}.category-info{color:#333;padding:1rem}.category-info h2{color:#057;font-size:clamp(1rem,2vw,1.2rem);margin-bottom:.5rem}.button-container{flex-wrap:wrap;gap:20px;margin-top:40px}.button,.button-container{align-items:center;display:flex;justify-content:center}.button{background-color:#008080cc;border:2px solid #00c8c899;border-radius:12px;box-shadow:0 4px 10px #0000001a;color:#fff;cursor:pointer;font-size:1.1em;font-weight:700;gap:10px;overflow:hidden;padding:16px 24px;position:relative;text-decoration:none;transition:background .3s ease,transform .2s;width:160px}.button:hover{background-color:#009696e6;box-shadow:0 6px 14px #00000026;transform:translateY(-2px)}.button:active{transform:scale(.98)}@media (max-width:768px){.category-info p{font-size:1.1rem;margin-bottom:.5rem}.category-info h2{font-size:1.3rem}.category-grid{align-items:center;flex-direction:column}.category-card{max-width:90%;width:100%}}.page-container{align-items:center;background-color:#fff;display:flex;flex-direction:column;height:100vh;justify-content:center;padding:20px;text-align:center}.image{height:40%;max-width:40%}.text-container{margin-top:5px}h1{color:#333;font-size:2rem}p{color:#666;font-size:1.2rem}@media screen and(max-width:600px){.image{height:10%;max-width:5%}h1{font-size:9rem}p{font-size:1rem}}.about-section{background-color:#f9f9f9;padding:100px 0 0}.fade-in{animation:fadeIn 2s ease-in-out}.content-container{margin:0 auto;max-width:768px;padding:0 1rem}.section-title{color:#333;font-size:2rem;font-weight:700;margin-bottom:1.5rem;text-align:center}.subsection-title{color:#555;font-size:1.5rem;font-weight:semi-bold;margin-bottom:1rem}.description{color:#666;font-size:1rem;line-height:1.8;margin-bottom:1.5rem}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media (max-width:768px){.section-title{font-size:1.5rem}.subsection-title{font-size:1.3rem;text-align:center}.description-p{font-size:1rem}}.character-section{margin:0 auto;max-width:1024px;padding:2rem 1rem}.character-title{color:#333;font-size:1.75rem;font-weight:700;margin-bottom:2rem;text-align:center}.character-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr}@media (min-width:640px){.character-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:768px){.character-grid{grid-template-columns:repeat(3,1fr)}}.character-card{background-color:#fff;border-radius:1rem;box-shadow:0 4px 12px #00000014;padding:1.5rem;text-align:center;transition:transform .2s}.character-card:hover{transform:translateY(-5px)}.character-image{height:8rem;margin-bottom:1rem;object-fit:contain;width:8rem}.character-name{color:#222;font-size:1.25rem;font-weight:600;margin-bottom:.25rem}.character-role{color:#666;font-size:.95rem;margin-bottom:.5rem}.character-description{color:#444;font-size:.9rem;line-height:1.4}.contact-section{padding:200px 0}.form-container{padding:20px 0 15px;fieldset{position:absolute;visibility:hidden;&:first-of-type,&:target{padding-bottom:10px;padding-left:20px;position:relative;visibility:visible}}&:has(fieldset:not(:first-of-type):target){fieldset:first-of-type{position:absolute;visibility:hidden}}}.contact-description p{font-size:1rem}.thanks-section{align-items:center;background-color:#f9fafb;display:flex;justify-content:center;min-height:70vh;padding:16.5rem 1rem;text-align:center}.thanks-container{background-color:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 6px 15px #0000001a;max-width:600px;padding:2.5rem 2rem}.thanks-container h1{color:#2d3748;font-size:2.2rem;font-weight:700;margin-bottom:1rem}.thanks-container p{color:#4a5568;font-size:1.1rem;line-height:1.6}.feedback-container{font-family:Segoe UI,system-ui,sans-serif;margin:0 auto;max-width:720px;padding:24px}.feedback-title{color:#1f2937;font-size:1.75rem;font-weight:700;margin-bottom:24px}.feedback-empty{color:#6b7280;font-size:1rem;text-align:center}.feedback-list{list-style:none;margin:0;padding:0}.feedback-card{background-color:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 1px 3px #0000000f;margin-bottom:16px;padding:16px;transition:box-shadow .2s ease-in-out}.feedback-card:hover{box-shadow:0 4px 12px #0000001a}.feedback-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:8px}.feedback-occupation{color:#2563eb;font-size:.9rem;font-weight:600}.feedback-date{color:#9ca3af;font-size:.8rem}.feedback-message{color:#374151;font-size:1rem;white-space:pre-wrap}.question-container{font-family:Segoe UI,system-ui,sans-serif;margin:0 auto;max-width:720px;padding:24px}.question-title{color:#1f2937;font-size:1.75rem;font-weight:700;margin-bottom:24px}.question-form{display:flex;flex-direction:column;gap:12px;margin-bottom:32px}.question-input,.question-textarea{background-color:#fff;border:1px solid #d1d5db;border-radius:8px;font-size:1rem;padding:12px;transition:border-color .2s;width:100%}.question-input:focus,.question-textarea:focus{border-color:#3b82f6;outline:none}.question-submit{background-color:#2563eb;border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:600;padding:10px 16px;transition:background-color .2s}.question-submit:hover{background-color:#1d4ed8}.question-error{color:#dc2626;margin-bottom:16px}.question-list{list-style:none;margin:0;padding:0}.question-card{background-color:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 1px 3px #0000000f;margin-bottom:16px;padding:16px;transition:box-shadow .2s ease-in-out}.question-card:hover{box-shadow:0 4px 12px #00000014}.question-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:8px}.question-section{color:#2563eb;font-size:.9rem;font-weight:600}.question-date{color:#6b7280;font-size:.8rem}.question-body{color:#374151;font-size:1rem;margin-bottom:12px;white-space:pre-wrap}.question-choices{list-style:decimal inside;margin:0 0 12px;padding-left:0}.question-choice{font-size:1rem;margin-bottom:4px}.correct-choice{color:#16a34a;font-weight:700}.question-explanation{background-color:#f3f4f6;border-left:4px solid #2563eb;color:#4b5563;font-size:.9rem;margin-bottom:12px;padding:8px 12px;white-space:pre-wrap}.question-meta{color:#9ca3af;font-size:.8rem;margin-bottom:8px}.question-delete{background:none;border:none;color:#dc2626;cursor:pointer;font-size:.85rem}.question-delete:hover{text-decoration:underline}.notice-container{font-family:Segoe UI,system-ui,sans-serif;margin:0 auto;max-width:720px;padding:24px}.notice-title{color:#1f2937;font-size:1.75rem;font-weight:700;margin-bottom:24px}.notice-form{display:flex;flex-direction:column;gap:12px;margin-bottom:32px}.notice-input,.notice-textarea{background-color:#fff;border:1px solid #d1d5db;border-radius:8px;font-size:1rem;padding:12px;transition:border-color .2s;width:100%}.notice-input:focus,.notice-textarea:focus{border-color:#3b82f6;outline:none}.notice-submit{background-color:#2563eb;border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:600;padding:10px 16px;transition:background-color .2s}.notice-submit:hover{background-color:#1d4ed8}.notice-error{color:#dc2626;margin-bottom:16px}.notice-loading{color:#6b7280;text-align:center}.notice-list{list-style:none;margin:0;padding:0}.notice-card{background-color:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 1px 3px #0000000f;margin-bottom:16px;padding:16px;transition:box-shadow .2s ease-in-out}.notice-card:hover{box-shadow:0 4px 12px #00000014}.notice-card-title{color:#111827;font-size:1.1rem;font-weight:600;margin-bottom:8px}.notice-card-body{color:#374151;font-size:.95rem;white-space:pre-wrap}.notice-meta{color:#6b7280;font-size:.8rem;margin-top:8px}.notice-delete{background:none;border:none;color:#dc2626;cursor:pointer;font-size:.85rem;margin-top:8px}.notice-delete:hover{text-decoration:underline}.index-container{margin:100px auto 0;max-width:960px;padding:2rem}.index-title{color:#057;font-size:2rem;margin-bottom:1.5rem;text-align:center}.article-list{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}@media (max-width:768px){.index-title{font-size:1.6rem}.article-list{gap:1rem}}@media (max-width:480px){.index-title{font-size:1.4rem}.article-list{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}}.article-tile{background-color:#fff;border:1px solid #e0e0e0;border-radius:10px;box-shadow:0 2px 6px #0000000a;display:flex;flex-direction:column;min-width:0;overflow:hidden;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease}.article-tile:hover{box-shadow:0 6px 12px #00000014;transform:translateY(-4px)}.thumbnail{height:180px;object-fit:cover;width:100%}.article-content{padding:1rem}.article-title{color:#057;font-size:1.2rem;font-weight:700;margin-bottom:.5rem}.article-description{color:#333;font-size:1rem}@media (max-width:768px){.thumbnail{height:150px}.article-description,.article-title{font-size:1.2rem}}.article-container{background-color:#fff;color:#333;font-family:Helvetica Neue,sans-serif;margin:85px auto auto;max-width:clamp(700px,90vw,960px);padding:clamp(1rem,2vw,2rem)}.page-title{color:#057;font-size:clamp(1.8rem,4vw,2.5rem);margin-bottom:clamp(1.5rem,3vw,2rem);text-align:center}.section{background-color:#f2f6fa;border-bottom:1px solid #eee;border-left:4px solid #03faf6;border-radius:6px;margin-bottom:clamp(2rem,3vw,2.5rem);padding:1rem 1rem 1.5rem}.section h2{align-items:center;color:#034;display:flex;font-size:clamp(1.2rem,2vw,1.5rem);margin-bottom:1rem}.section h3{text-align:center}.section h4{text-align:left}.section li,.section p{font-size:clamp(.95rem,1.8vw,1rem);line-height:1.6;margin-bottom:.5rem}ol,ul{list-style-position:outside;margin-left:.5rem;padding-left:clamp(1rem,2vw,1.5rem)}strong{color:#069}.image-wrapper{margin:2rem 0;text-align:center}.image-wrapper img{border:1px solid #ddd;border-radius:8px;height:auto;max-width:100%}.table-of-contents{background-color:#f0f8ff;border-left:4px solid #07a;border-radius:6px;font-size:.95rem;margin-bottom:2rem;padding:1rem}.table-of-contents ul{list-style:none;padding-left:0}.table-of-contents li{margin-bottom:.5rem}.table-of-contents a{color:#07a;text-decoration:none}.table-of-contents a:hover{text-decoration:underline}.anchor-offset{position:relative;scroll-margin-top:80px}.lead{border-radius:4px;font-size:1.1rem;line-height:1.8;margin-bottom:1.5em;padding:1rem}.note-box,.summary-box,.warning-box{border-radius:4px;font-size:.95rem;margin-top:1.5rem;padding:1rem}.warning-box{background-color:#fff4e5;border-left:4px solid #ffa94d}.summary-box{background-color:#fff7e6;border-left:5px solid orange;font-size:1rem;padding:1.2rem}#references,.summary-box{border-radius:6px;margin-top:2rem}#references{background-color:#f2f6fa;border-bottom:1px solid #eee;border-left:4px solid #8ecae6;margin-bottom:2rem;padding:1rem 1rem 1.5rem}#references h2{align-items:center;color:#034;display:flex;font-size:clamp(1.2rem,2vw,1.5rem);margin-bottom:1rem}#references ul{list-style:disc;margin-left:.5rem;padding-left:clamp(1rem,2vw,1.5rem)}#references li{font-size:clamp(.95rem,1.8vw,1rem);line-height:1.6;margin-bottom:.5rem}@media (max-width:768px){.article-container{margin:0;max-width:clamp(450px,90vw,960px);padding:110px clamp(.75rem,2vw,1rem) clamp(.75rem,2vw,1rem)}.page-title{font-size:clamp(1.5rem,3vw,1.8rem)}.section h2{font-size:clamp(1.1rem,2vw,1.2rem)}.section h3{color:red;font-size:clamp(.8rem,2vw,1.2rem)}.section h4{font-size:clamp(.8rem,1vw,.9rem)}.section h5{color:red;font-size:clamp(.8rem,2vw,1rem);text-align:center}.section li,.section p{font-size:clamp(.8rem,1vw,.95rem);font-weight:500}ol,ul{margin-left:.3rem;padding-left:.8rem}.summary-box p{font-size:clamp(.8rem,1vw,.9rem)}.summary-box h2{font-size:clamp(1.1rem,2vw,1.2rem)}.comparison-table td,.comparison-table th{border:1px solid #ccc;font-size:.7rem;padding:.75rem .8rem}}.comparison-table{border-collapse:collapse;font-size:1rem;margin:1.5rem 0;text-align:left;width:100%}.comparison-table td,.comparison-table th{border:1px solid #ccc;padding:.75rem 1rem}.comparison-table thead{background-color:#f5f5f5}.comparison-table tbody tr:nth-child(2n){background-color:#f9f9f9}.comparison-table strong{font-weight:700}.table-wrapper{-webkit-overflow-scrolling:touch;border:1px solid #ddd;border-radius:6px;margin-top:1rem;overflow-x:auto}.comparison-table{min-width:700px}.formula-box,.formula-box-a{-webkit-overflow-scrolling:touch;background-color:#eaf4fb;border:4px solid #999;border-radius:6px;color:#1c2b36;font-size:1rem;line-height:1.6;margin:1.5rem 0;overflow-x:auto;padding:1rem;text-align:center}.formula-box code{background:#0000;color:inherit;font-family:Courier New,monospace;font-size:.95rem;padding:0}.affiliate-link{background-color:#f0f8ff;border:1px solid #d0e0ff;border-radius:8px;color:#1a0dab;display:inline-block;font-size:16px;margin-top:10px;padding:10px 14px;text-decoration:none;transition:all .2s ease}.affiliate-link:hover{background-color:#e6f0ff;color:#0a58ca;text-decoration:underline}@media (max-width:768px){.formula-box{font-size:.8rem;padding:.8rem}.formula-box-a{font-size:.7rem;padding:.8rem}.formula-box code{font-size:.85rem}#references{border-bottom:1px solid #eee;margin-bottom:1rem;padding:1rem}#references h2{align-items:center;color:#034;display:flex;font-size:clamp(1rem,2vw,1.5rem);margin-bottom:1rem}#references ul{list-style:disc;margin-left:.5rem;padding-left:clamp(1rem,2vw,1.5rem)}#references li{font-size:clamp(.8rem,1.8vw,1rem);line-height:1;margin-bottom:.5rem}.summary-box{border-radius:6px;font-size:.8rem;margin-top:2rem;padding:1.2rem}}.character-dialog{align-items:flex-start;display:flex;gap:1rem;padding-bottom:1.5rem}.character-dialog.right{flex-direction:row-reverse}.avatar img{border-radius:50%;display:block;height:60px;object-fit:cover;width:60px}.speech-bubble{background-color:#f0f0f0;border-radius:10px;color:#333;font-size:1rem;line-height:1.5;max-width:80%;padding:1rem;position:relative}.character-dialog.left .speech-bubble:after{border-color:#0000 #f0f0f0 #0000 #0000;border-style:solid;border-width:10px 10px 10px 0;content:"";height:0;left:-10px;position:absolute;top:50%;transform:translateY(-50%);width:0}.character-dialog.right .speech-bubble:after{border-color:#0000 #0000 #0000 #f0f0f0;border-style:solid;border-width:10px 0 10px 10px;content:"";height:0;position:absolute;right:-10px;top:50%;transform:translateY(-50%);width:0}@media (max-width:768px){.speech-bubble p{font-size:clamp(.8rem,.9vw,.95rem)}.avatar img{height:48px;width:48px}}.pro-toggle{display:flex;font-size:.9rem;gap:.5em;position:absolute;right:20px;top:70px;z-index:100}.label-text{color:#333;font-weight:700}.switch{display:inline-block;height:24px;position:relative;width:42px}.switch input{height:0;opacity:0;width:0}.slider{background-color:#ccc;border-radius:24px;bottom:0;cursor:pointer;left:0;right:0;top:0}.slider,.slider:before{position:absolute;transition:.3s}.slider:before{background-color:#fff;border-radius:50%;bottom:3px;content:"";height:18px;left:3px;width:18px}input:checked+.slider{background-color:#007acc}input:checked+.slider:before{transform:translateX(18px)}@media (max-width:768px){.pro-toggle{right:10px;top:80px}}.collapsible-section{background-color:#fdfdfd;border:1px solid #ccc;border-radius:6px;margin:1.5rem 0}.collapsible-header{align-items:center;background-color:#f0f0f0;border:none;cursor:pointer;display:flex;font-size:1rem;justify-content:space-between;padding:1em;text-align:left;width:100%}.device-check-label{font-size:.95rem;font-weight:400}.collapsible-content{max-height:0;overflow:hidden;padding:0 1em;transition:max-height .4s ease,padding .3s ease}.collapsible-content.open{max-height:5000px;padding:1em}.arrow,.back-button{font-size:.85rem}.back-button{background-color:#eee;border:1px solid #bbb;border-radius:4px;cursor:pointer;display:inline-block;margin-top:1em;padding:.4em 1em}.back-button:hover{background-color:#ddd}.checklist-table{border-collapse:collapse;margin-top:1rem;width:100%}.checklist-table td,.checklist-table th{border:1px solid #ccc;font-size:.75rem;padding:.5rem .75rem;text-align:left}.checklist-table thead{background-color:#f5f5f5}.checklist-table tbody tr:nth-child(2n){background-color:#f9f9f9}.checklist-table-wrapper{-webkit-overflow-scrolling:touch;border:1px solid #ddd;border-radius:6px;margin-top:1rem;overflow-x:auto}.checklist-table{min-width:800px}.checklist-pro li,.checklist-pro p{font-size:clamp(.7rem,1vw,.95rem);font-weight:500}@media (max-width:768px){.checklist-pro h2{font-size:.7rem}}
/*# sourceMappingURL=main.25e6f1f1.css.map*/