@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;800&display=swap");*{box-sizing:border-box}body{color:#333;font-family:Noto Sans JP,sans-serif;line-height:1.7}.faq-section h2{color:#0c328c;font-size:1.7rem;font-weight:800;margin-bottom:20px;text-align:center}.faq-container{margin:0 auto;max-width:800px}.faq-item{border:2px solid #e8f4f8;border-radius:12px;margin-bottom:20px;overflow:hidden;transition:all .3s ease}.faq-item:hover{border-color:#21cc68}.faq-question{align-items:center;background:linear-gradient(90deg,#f0f8ff,#e8f4f8);color:#0c328c;display:flex;font-size:1.1rem;font-weight:700;gap:16px;padding:24px;transition:all .3s ease}.faq-question:hover{background:linear-gradient(90deg,#e8f4f8,#d4ebf5)}.faq-q-icon{align-items:center;background:linear-gradient(135deg,#ed6408,#ff9447);border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:1.3rem;font-weight:800;height:40px;justify-content:center;width:40px}.faq-answer{background:#fff;border-top:1px solid #e8f4f8;color:#555;font-size:1rem;line-height:1.8;padding:24px}@media (max-width:768px){.faq-section h2{font-size:2rem}}.faq-section{background:#fff;font-family:Noto Sans JP,sans-serif;margin:40px 0 8px;padding:20px 24px}