.faq-hero {
background: linear-gradient(135deg, #1a2e5a 0%, #2563a8 100%);
padding: 64px 0 48px;
color: #fff;
}
.faq-hero .breadcrumb ol { display: flex; gap: 8px; list-style: none; padding: 0; margin: 0 0 24px; font-size: 12px; }
.faq-hero .breadcrumb li { color: rgba(255,255,255,0.6); }
.faq-hero .breadcrumb li + li::before { content: '›'; margin-right: 8px; }
.faq-hero .breadcrumb a { color: rgba(255,255,255,0.8); text-decoration: none; }
.faq-hero-title {
font-family: 'Noto Serif JP', serif;
font-size: clamp(22px, 3.5vw, 38px);
font-weight: 700;
color: #fff;
margin-bottom: 16px;
line-height: 1.4;
}
.faq-hero-sub { font-size: 15px; color: rgba(255,255,255,0.85); line-height: 1.8; } .faq-intro { background: #f8faff; }
.faq-intro-inner {
display: flex;
flex-direction: row-reverse;
gap: 40px;
align-items: flex-start;
max-width: 860px;
margin: 0 auto;
}
.faq-intro-avatar {
flex-shrink: 0;
display: flex;
flex-direction: column;
align-items: center;
gap: 12px;
width: 120px;
}
.faq-avatar-circle {
width: 80px;
height: 80px;
background: linear-gradient(135deg, #1a2e5a 0%, #2563a8 100%);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
}
.faq-avatar-name {
display: flex;
flex-direction: column;
align-items: center;
line-height: 1.6;
gap: 2px;
}
.faq-avatar-kana {
font-size: 13px;
font-weight: 700;
color: #1a2e5a;
order: 1;
}
.faq-avatar-role {
display: block;
font-size: 11px;
font-weight: 400;
color: #6b7280;
order: 2;
}
.faq-intro-text { flex: 1; }
.faq-intro-text p { font-size: 15px; color: #374151; line-height: 1.9; margin-bottom: 12px; }
.faq-intro-text p:last-child { margin-bottom: 0; }
.faq-intro-sign { font-weight: 600; color: #1a2e5a !important; } .faq-lead { background: #fff; }
.faq-lead-body { font-size: 15px; color: #374151; line-height: 1.9; margin-bottom: 40px; }
.faq-toc {
background: #f8faff;
border: 1px solid #dbe4f3;
border-radius: 14px;
padding: 28px 36px;
}
.faq-toc-title {
font-family: 'Noto Serif JP', serif;
font-size: 16px;
font-weight: 700;
color: #1a2e5a;
margin-bottom: 16px;
}
.faq-toc-list {
display: flex;
flex-direction: column;
gap: 10px;
padding-left: 20px;
margin: 0;
}
.faq-toc-list li { font-size: 14px; color: #374151; line-height: 1.7; }
.faq-toc-list a { color: #2563a8; text-decoration: none; }
.faq-toc-list a:hover { text-decoration: underline; } .faq-body { background: #f8faff; }
.faq-container {
max-width: 860px;
display: flex;
flex-direction: column;
gap: 32px;
}
.faq-item {
background: #fff;
border-radius: 16px;
overflow: hidden;
box-shadow: 0 4px 20px rgba(26,46,90,0.07);
scroll-margin-top: 80px;
} .faq-q {
display: flex;
align-items: flex-start;
gap: 16px;
background: linear-gradient(135deg, #1a2e5a 0%, #2563a8 100%);
padding: 22px 28px;
}
.faq-q-badge {
flex-shrink: 0;
width: 36px;
height: 36px;
background: rgba(255,255,255,0.2);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-family: 'Noto Serif JP', serif;
font-size: 18px;
font-weight: 700;
color: #fff;
}
.faq-q-text {
font-family: 'Noto Serif JP', serif;
font-size: 17px;
font-weight: 700;
color: #fff;
line-height: 1.5;
margin: 0;
padding-top: 4px;
} .faq-a {
display: flex;
align-items: flex-start;
gap: 16px;
padding: 28px 28px 32px;
}
.faq-a-badge {
flex-shrink: 0;
width: 36px;
height: 36px;
background: #eef2fb;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-family: 'Noto Serif JP', serif;
font-size: 18px;
font-weight: 700;
color: #2563a8;
}
.faq-a-body { flex: 1; }
.faq-a-body p { font-size: 14px; color: #374151; line-height: 1.9; margin-bottom: 12px; }
.faq-a-body p:last-child { margin-bottom: 0; }
.faq-a-summary {
font-size: 15px !important;
color: #1a2e5a !important;
font-weight: 500;
background: #f0f4ff;
border-radius: 10px;
padding: 16px 20px !important;
margin-bottom: 24px !important;
line-height: 1.8 !important;
}
.faq-h3 {
font-family: 'Noto Serif JP', serif;
font-size: 15px;
font-weight: 700;
color: #1a2e5a;
margin-bottom: 10px;
margin-top: 20px;
padding-left: 10px;
border-left: 3px solid #2563a8;
} .faq-point-box {
background: #f8faff;
border: 1px solid #dbe4f3;
border-radius: 12px;
padding: 20px 24px;
margin: 20px 0;
}
.faq-point-title {
font-weight: 700 !important;
color: #1a2e5a !important;
font-size: 14px !important;
margin-bottom: 10px !important;
} .faq-caution-box {
background: #fff8e1;
border: 1px solid #f0c040;
border-radius: 10px;
padding: 16px 20px;
margin: 16px 0;
}
.faq-caution-box p { font-size: 13px !important; color: #7a5c00 !important; } .faq-rules { display: flex; flex-direction: column; gap: 16px; margin: 20px 0; }
.faq-rule-item {
display: flex;
gap: 14px;
align-items: flex-start;
background: #f8faff;
border-radius: 10px;
padding: 16px 20px;
}
.faq-rule-icon {
flex-shrink: 0;
width: 40px;
height: 40px;
background: linear-gradient(135deg, #1a2e5a, #2563a8);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
color: #fff;
}
.faq-rule-title { font-weight: 700; color: #1a2e5a; font-size: 14px; margin-bottom: 6px; } .faq-checklist { display: flex; flex-direction: column; gap: 12px; margin: 16px 0; }
.faq-check-item {
display: flex;
gap: 14px;
align-items: flex-start;
padding: 14px 18px;
background: #f8faff;
border-radius: 10px;
}
.faq-check-icon {
flex-shrink: 0;
width: 28px;
height: 28px;
background: linear-gradient(135deg, #1a2e5a, #2563a8);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
color: #fff;
font-size: 13px;
font-weight: 700;
}
.faq-check-title { font-weight: 700; color: #1a2e5a; font-size: 14px; margin-bottom: 4px; } .faq-table-wrap { overflow-x: auto; margin: 16px 0; border-radius: 10px; box-shadow: 0 2px 12px rgba(0,0,0,0.06); }
.faq-table {
width: 100%;
border-collapse: collapse;
background: #fff;
font-size: 14px;
}
.faq-table thead { background: #1a2e5a; color: #fff; }
.faq-table th { padding: 12px 16px; text-align: left; font-weight: 700; font-size: 13px; white-space: nowrap; }
.faq-table td { padding: 12px 16px; border-bottom: 1px solid #f1f5f9; color: #374151; line-height: 1.8; vertical-align: top; }
.faq-table tbody tr:last-child td { border-bottom: none; }
.faq-table tbody tr:nth-child(even) { background: #f8faff; }
.faq-source { font-size: 12px !important; color: #9ca3af !important; margin-top: 16px !important; } .faq-cta {
background: linear-gradient(135deg, #2563a8 0%, #3b82d4 100%);
text-align: left;
}
.faq-cta .container {
max-width: 1100px;
margin: 0 auto;
}
.faq-cta-title {
font-family: 'Noto Serif JP', serif;
font-size: clamp(18px, 2.5vw, 26px);
font-weight: 700;
color: #fff;
margin-bottom: 20px;
}
.faq-cta-lead { font-size: 14px; color: rgba(255,255,255,0.92); line-height: 1.8; margin-bottom: 10px; }
.faq-cta-blog-note { font-size: 14px; color: rgba(255,255,255,0.8); margin-bottom: 32px; margin-top: 8px; display: block; }
.faq-cta-actions { display: flex; gap: 16px; flex-wrap: wrap; justify-content: flex-start; margin-bottom: 24px; }
.faq-cta-disclaimer { font-size: 12px; color: rgba(255,255,255,0.65); line-height: 1.8; margin-top: 16px; } @media (max-width: 960px) {
.faq-intro-inner { gap: 24px; }
.faq-container { gap: 24px; }
} @media (max-width: 600px) { .faq-hero { padding: 40px 0 28px; }
.faq-hero-title { font-size: 20px; }
.faq-hero-title br { display: none; }
.faq-hero-sub { font-size: 13px; } .faq-intro-inner { flex-direction: column; gap: 24px; }
.faq-intro-text { order: 1; }
.faq-intro-avatar { order: 2; flex-direction: row-reverse; justify-content: center; width: 100%; align-items: center; gap: 16px; padding-top: 16px; border-top: 1px solid #e2e8f0; }
.faq-avatar-circle { width: 72px; height: 72px; flex-shrink: 0; }
.faq-avatar-name { flex-direction: row; align-items: center; gap: 6px; white-space: nowrap; }
.faq-avatar-kana { font-size: 14px; font-weight: 700; order: 2; }
.faq-avatar-role { font-size: 14px; font-weight: 700; color: #1a2e5a; order: 1; display: inline; }
.faq-intro-text p { font-size: 14px; line-height: 2.0; margin-bottom: 16px; } .faq-lead-body { font-size: 14px; margin-bottom: 28px; }
.faq-toc { padding: 20px 16px; }
.faq-toc-title { font-size: 14px; }
.faq-toc-list { padding-left: 16px; }
.faq-toc-list li { font-size: 13px; } .faq-container { gap: 20px; } .faq-q { padding: 14px 16px; gap: 10px; }
.faq-q-badge { width: 28px; height: 28px; font-size: 14px; flex-shrink: 0; }
.faq-q-text { font-size: 14px; } .faq-a { flex-direction: column !important; padding: 16px !important; gap: 0 !important; }
.faq-a-badge {
width: 32px !important; height: 32px !important;
font-size: 16px !important;
margin-bottom: 10px !important;
}
.faq-a-body { width: 100%; }
.faq-a-body p { font-size: 13px; line-height: 2.0 !important; margin-bottom: 14px !important; }
.faq-a-body p:last-child { margin-bottom: 0 !important; }
.faq-a-summary { font-size: 13px !important; padding: 12px 14px !important; margin-bottom: 18px !important; line-height: 2.0 !important; } .faq-h3 { font-size: 13px; }
.faq-point-box { padding: 14px 16px; }
.faq-caution-box { padding: 12px 14px; } .faq-rule-item { padding: 12px 14px; gap: 12px; }
.faq-rule-icon { width: 34px; height: 34px; flex-shrink: 0; }
.faq-rule-title { font-size: 13px; }
.faq-check-item { padding: 10px 14px; gap: 10px; }
.faq-check-title { font-size: 13px; } .faq-item { overflow: visible !important; }
.faq-table-wrap { overflow-x: auto !important; border-radius: 10px; -webkit-overflow-scrolling: touch; }
.faq-table { min-width: 480px !important; width: auto !important; table-layout: auto; }
.faq-table th { font-size: 12px !important; padding: 10px 14px !important; white-space: nowrap !important; text-align: center !important; }
.faq-table td { font-size: 12px !important; padding: 10px 14px !important; text-align: center !important; white-space: nowrap !important; }
.faq-table th:first-child,
.faq-table td:first-child { font-weight: 700 !important; text-align: center !important; }
.faq-table th:last-child,
.faq-table td:last-child { text-align: center !important; } .faq-cta-title { font-size: 17px !important; padding: 12px 16px !important; }
.faq-cta-lead { font-size: 13px; }
.faq-cta-blog-note { font-size: 13px !important; padding: 10px 14px !important; }
.faq-cta-actions { flex-direction: column !important; align-items: stretch !important; gap: 12px !important; }
.faq-cta-actions .btn,
.faq-cta-actions .btn-line-cta { width: 100% !important; justify-content: center !important; }
.faq-cta-disclaimer { font-size: 11px; }
} .ls-pagetop {
position: fixed !important; bottom: 24px !important; right: 24px !important; z-index: 9999 !important;
width: 48px !important; height: 48px !important; border-radius: 50% !important;
background: #5ba4cf !important; border: none !important; cursor: pointer !important;
display: none !important; align-items: center !important; justify-content: center !important;
transition: transform .3s; box-shadow: 0 4px 12px rgba(0,0,0,.2) !important;
}
.ls-pagetop.show { display: flex !important; }
.ls-pagetop:hover { transform: translateY(-3px) !important; background: #3a88be !important; }