/* =========================================
   Career Change Cockpit - LP Style (V33)
========================================= */

/* スクロールバー制御（横揺れ防止） */
.ccc-lp-body, .ccc-portal-body { 
    margin: 0; padding: 0; background: #f0f4f8; overflow-x: hidden; 
}
.ccc-lp-main, .ccc-portal-main { 
    display: block; width: 100%; margin: 0; padding: 0; 
}

/* --------------------------------------------------------
   個別LPページ用 デザイン
-------------------------------------------------------- */
.lp-wrapper {
    background: #fdfdfd;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    color: #333;
    line-height: 1.8;
    width: 100%; 
    box-sizing: border-box;
}
.lp-section { padding: 90px 0; }
.lp-inner { width: 100%; max-width: 1000px; margin: 0 auto; padding: 0 20px; position: relative; box-sizing: border-box; }
.lp-section-title { font-size: 2.2rem; color: #1a2b4c; text-align: center; font-weight: bold; margin-bottom: 60px; position: relative; }
.lp-section-title::after { content: ""; display: block; width: 50px; height: 4px; background: #ff4b4b; margin: 20px auto 0; border-radius: 2px; }

/* PR表記 */
.lp-pr-notation { text-align: right; font-size: 0.85rem; color: #888; padding: 10px 20px; max-width: 1000px; margin: 0 auto; }

/* ヒーローセクション（余白最適化版） */
.lp-hero { position: relative; text-align: center; background: linear-gradient(135deg, #0f2027, #203a43, #2c5364); color: #fff; padding: 96px 20px 120px; overflow: hidden; width: 100%; box-sizing: border-box; }
.lp-hero-bg-overlay { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-image: radial-gradient(circle at 20% 50%, rgba(255,255,255,0.05) 0%, transparent 50%), radial-gradient(circle at 80% 90%, rgba(255,255,255,0.05) 0%, transparent 50%); pointer-events: none; }
.lp-hero-content { position: relative; z-index: 2; max-width: 900px; margin: 0 auto; width: 100%; }
.lp-hero-note { display: inline-block; margin-top: 10px; color: rgba(255,255,255,0.88); font-size: 0.95rem; border: 1px solid rgba(255,255,255,0.24); border-radius: 999px; padding: 8px 16px; margin-bottom: 20px; }
.lp-hero-label { display: inline-block; background: #e6b800; color: #111; padding: 8px 24px; border-radius: 30px; font-weight: bold; font-size: 1.1rem; margin-bottom: 25px; box-shadow: 0 4px 15px rgba(0,0,0,0.3); }
.lp-hero h1 { font-size: clamp(2rem, 4vw, 3.4rem); font-weight: bold; margin-bottom: 25px; line-height: 1.4; color: #fff; text-shadow: 0 2px 4px rgba(0,0,0,0.3); max-width: 860px; margin-left: auto; margin-right: auto; }
.lp-hero p { font-size: 1.4rem; opacity: 0.9; margin: 0; color: #fff; max-width: 760px; margin-left: auto; margin-right: auto; }

/* アクションストリップ */
.lp-action-strip { background: #ffffff; border-bottom: 1px solid #e2e8f0; box-shadow: 0 8px 24px rgba(15, 32, 39, 0.06); }
.lp-action-strip-inner { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; padding-top: 22px; padding-bottom: 22px; }
.lp-action-item { background: #f8fafc; border: 1px solid #e2e8f0; border-radius: 999px; padding: 12px 16px; text-align: center; font-weight: 700; color: #1a2b4c; font-size: 0.95rem; }

/* 広告掲載枠（A8生HTML非干渉） */
.lp-ad-intro { max-width: 800px; margin: 40px auto 20px; background: #fff; border: 1px solid #e2e8f0; border-radius: 12px; padding: 24px 20px; text-align: center; box-shadow: 0 10px 30px rgba(0,0,0,0.05); }
.lp-ad-intro strong { color: #d90000; font-size: 1.2rem; display: block; margin-bottom: 10px; }
.lp-ad-intro p { margin: 0; font-size: 1rem; color: #555; }
.lp-ad-box { background: #fff; border: 1px solid #e2e8f0; border-radius: 12px; padding: 30px 20px; text-align: center; box-shadow: 0 10px 30px rgba(0,0,0,0.05); margin: 0 auto 60px; max-width: 800px; position: relative; z-index: 10; width: 100%; box-sizing: border-box; overflow-x: auto; }
.lp-middle-cta .lp-ad-box { margin: 0 auto; }
.lp-ad-label { display: inline-block; font-size: 0.85rem; color: #64748b; background: #f8fafc; border: 1px solid #e2e8f0; border-radius: 999px; padding: 4px 12px; margin-bottom: 20px; }
.lp-a8-raw { display: inline-block; max-width: none; overflow: visible; }

/* スクロール誘導ボタン */
.lp-scroll-btn { display: inline-block; background: linear-gradient(135deg, #ff4b4b, #d90000); color: #ffffff !important; padding: 20px 50px; text-decoration: none !important; border-radius: 50px; font-weight: bold; font-size: 1.3rem; box-shadow: 0 8px 15px rgba(217, 0, 0, 0.3); transition: transform 0.2s ease; max-width: 100%; box-sizing: border-box; }
.lp-scroll-btn:hover { transform: translateY(-3px); }

/* お悩み・比較・メリット・対象者・フロー・不安解消・FAQ */
.lp-problem { background: #f8fafc; }
.lp-problem-list { list-style: none; padding: 0; max-width: 700px; margin: 0 auto; width: 100%; }
.lp-problem-list li { background: #fff; font-size: 1.25rem; padding: 25px 30px; margin-bottom: 15px; border-radius: 10px; box-shadow: 0 4px 10px rgba(0,0,0,0.03); display: flex; align-items: center; border-left: 6px solid #64748b; font-weight: bold; color: #334155; }
.lp-problem-list li::before { content: "✓"; color: #64748b; font-size: 1.6rem; margin-right: 15px; font-weight: bold; }

.lp-compare { background: #fff; }
.lp-compare-table { width: 100%; border-collapse: separate; border-spacing: 0; margin-top: 30px; border-radius: 12px; overflow: hidden; box-shadow: 0 10px 30px rgba(0,0,0,0.05); border: 1px solid #e2e8f0; }
.lp-compare-table th, .lp-compare-table td { padding: 25px; text-align: center; border-bottom: 1px solid #e2e8f0; border-right: 1px solid #e2e8f0; }
.lp-compare-table th:last-child, .lp-compare-table td:last-child { border-right: none; }
.lp-compare-table tr:last-child td { border-bottom: none; }
.lp-compare-table th { background: #f1f5f9; font-weight: bold; color: #1a2b4c; font-size: 1.1rem; }
.lp-compare-table th.ours { background: #00509e; color: #fff; font-size: 1.2rem; }
.lp-compare-table td.ours { background: #f0f7ff; font-weight: bold; color: #00509e; font-size: 1.1rem; }

.lp-benefits { background: #f8fafc; }
.lp-benefit-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 35px; width: 100%; }
.lp-benefit-card { background: #fff; padding: 40px 30px; border-radius: 16px; box-shadow: 0 10px 30px rgba(0,0,0,0.04); border-top: 6px solid #00509e; transition: transform 0.3s; }
.lp-benefit-card:hover { transform: translateY(-5px); }
.lp-benefit-num { color: #00509e; font-size: 1rem; display: block; margin-bottom: 10px; font-weight: 900; letter-spacing: 0.1em; }
.lp-benefit-card h3 { font-size: 1.4rem; color: #1a2b4c; margin-bottom: 20px; font-weight: bold; line-height: 1.5; }
.lp-benefit-card p { font-size: 1.05rem; color: #475569; }

.lp-target { background: #fff; }
.lp-target-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; width: 100%; }
.lp-target-box { padding: 40px 30px; border-radius: 16px; background: #fff; box-shadow: 0 10px 30px rgba(0,0,0,0.05); }
.lp-target-box.good { border-top: 6px solid #10b981; }
.lp-target-box.bad { border-top: 6px solid #ef4444; }
.lp-target-box h3 { font-size: 1.4rem; font-weight: bold; margin-bottom: 25px; text-align: center; }
.lp-target-box.good h3 { color: #10b981; }
.lp-target-box.bad h3 { color: #ef4444; }
.lp-target-box ul { list-style: none; padding: 0; margin: 0; }
.lp-target-box li { margin-bottom: 15px; font-size: 1.1rem; color: #334155; display: flex; align-items: flex-start; }

.lp-flow { background: #f8fafc; }
.lp-flow-steps { max-width: 650px; margin: 0 auto; width: 100%; }
.lp-flow-step { background: #fff; padding: 30px; border-radius: 12px; margin-bottom: 20px; display: flex; align-items: center; border-left: 5px solid #00509e; box-shadow: 0 4px 15px rgba(0,0,0,0.03); }
.lp-step-badge { background: #00509e; color: #fff; padding: 8px 16px; border-radius: 30px; font-weight: bold; margin-right: 25px; white-space: nowrap; }
.lp-flow-step p { margin: 0; font-size: 1.2rem; font-weight: bold; color: #1a2b4c; }

.lp-anxiety { background: #fff; }
.lp-anxiety-box { max-width: 750px; margin: 0 auto; padding: 40px; background: #fef2f2; border: 2px solid #fecaca; border-radius: 16px; text-align: center; }
.lp-anxiety-box h3 { color: #dc2626; margin-bottom: 20px; font-size: 1.5rem; font-weight: bold; }
.lp-anxiety-box p { color: #451a1a; font-size: 1.1rem; margin: 0; }

.lp-faq { background: #f8fafc; }
.lp-faq-container { max-width: 800px; margin: 0 auto; width: 100%; }
.lp-faq-item { margin-bottom: 20px; background: #fff; border-radius: 12px; box-shadow: 0 4px 15px rgba(0,0,0,0.03); border: 1px solid #e2e8f0; }
.lp-faq-q { padding: 25px; font-weight: bold; font-size: 1.2rem; color: #1a2b4c; cursor: pointer; display: flex; align-items: center; justify-content: space-between; list-style: none; }
.lp-faq-q::-webkit-details-marker { display: none; }
.lp-faq-q span:first-child { color: #00509e; margin-right: 15px; font-size: 1.4rem; }
.lp-faq-toggle { width: 20px; height: 20px; position: relative; flex-shrink: 0; }
.lp-faq-toggle::before, .lp-faq-toggle::after { content: ""; position: absolute; background: #94a3b8; transition: transform 0.3s; }
.lp-faq-toggle::before { top: 9px; left: 0; width: 20px; height: 2px; }
.lp-faq-toggle::after { top: 0; left: 9px; width: 2px; height: 20px; }
details[open] .lp-faq-toggle::after { transform: rotate(90deg); opacity: 0; }
.lp-faq-a { padding: 0 25px 25px 25px; font-size: 1.05rem; color: #475569; display: flex; align-items: flex-start; line-height: 1.7; border-top: 1px dashed #e2e8f0; margin-top: 10px; padding-top: 20px; }
.lp-faq-a span { color: #ef4444; font-weight: bold; margin-right: 15px; font-size: 1.4rem; }

.lp-final-cta { text-align: center; background: #fff; padding-bottom: 80px; }
.lp-closing-title { font-size: 2.2rem; font-weight: bold; color: #1a2b4c; margin-bottom: 25px; }
.lp-closing-text { font-size: 1.2rem; color: #475569; margin-bottom: 50px; }

/* 関連案件（内部リンク） */
.lp-related-jobs { background: #f8fafc; padding-bottom: 80px; }
.lp-related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; max-width: 1180px; margin: 0 auto; }
.lp-related-card { background: #fff; border: 1px solid #e2e8f0; border-radius: 16px; padding: 24px; box-shadow: 0 8px 24px rgba(0,0,0,0.04); }
.lp-related-title { font-size: 1.15rem; line-height: 1.5; margin: 0 0 12px; }
.lp-related-title a { color: #1a2b4c; text-decoration: none; }
.lp-related-excerpt { color: #64748b; font-size: 0.95rem; margin-bottom: 18px; }
.lp-related-link { display: inline-block; color: #00509e; font-weight: 700; text-decoration: none; }
.lp-back-portal { display: inline-block; padding: 12px 24px; background: #e2e8f0; color: #334155; text-decoration: none; border-radius: 50px; font-weight: bold; transition: background 0.2s; }
.lp-back-portal:hover { background: #cbd5e1; }

/* スマホ固定CTA（初期非表示） */
.lp-sticky-cta { display: none; }

/* =========================================================
   ★ トップページ（ポータル一覧）用デザイン ★
========================================================= */

.ccc-portal-breakout {
    width: 100%; max-width: none; position: relative; left: auto; right: auto; margin: 0;
    background: #f0f4f8; padding: 0 0 0 0; box-sizing: border-box;
}

/* ポータルヒーロー */
.ccc-portal-hero { width: 100%; background: linear-gradient(135deg, #1a2b4c, #00509e); color: #fff; text-align: center; padding: 110px 24px 120px; margin-bottom: 72px; box-sizing: border-box; }
.ccc-portal-title { font-size: clamp(1.8rem, 4vw, 2.8rem); font-weight: bold; margin: 0 0 15px 0; color: #fff; }
.ccc-portal-sub { font-size: 1.2rem; opacity: 0.9; margin: 0; line-height: 1.6; }
.ccc-portal-chips { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.ccc-portal-chips a { display: inline-flex; align-items: center; justify-content: center; background: rgba(255,255,255,0.12); color: #fff; border: 1px solid rgba(255,255,255,0.28); border-radius: 999px; padding: 10px 18px; text-decoration: none; font-weight: 700; backdrop-filter: blur(8px); transition: background 0.2s; }
.ccc-portal-chips a:hover { background: rgba(255,255,255,0.25); }

/* 選び方ガイド */
.ccc-guide-panel { max-width: 1180px; margin: 0 auto 60px; padding: 0 20px; width: 100%; box-sizing: border-box; }
.ccc-guide-inner h2 { text-align: center; font-size: 1.8rem; color: #1a2b4c; margin-bottom: 30px; font-weight: bold; }
.ccc-guide-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.ccc-guide-card { background: #fff; padding: 25px; border-radius: 12px; box-shadow: 0 4px 15px rgba(0,0,0,0.05); text-align: center; border-top: 4px solid #00509e; }
.ccc-guide-card span { display: block; font-size: 2rem; color: #e2e8f0; font-weight: 900; margin-bottom: 10px; line-height: 1; }
.ccc-guide-card h3 { font-size: 1.2rem; color: #333; margin-bottom: 10px; font-weight: bold; }
.ccc-guide-card p { font-size: 0.95rem; color: #555; margin: 0; }

/* プレミアム・カード型一覧コンテナ */
.ccc-job-list-container { max-width: 1180px; margin: 0 auto; padding: 0 20px; width: 100%; box-sizing: border-box; }
.ccc-premium-card { background: #ffffff; border-radius: 16px; padding: 40px; margin-bottom: 30px; box-shadow: 0 10px 30px rgba(0,0,0,0.06); border-top: 6px solid #00509e; position: relative; display: flex; flex-wrap: wrap; align-items: stretch; gap: 30px; transition: transform 0.3s ease, box-shadow 0.3s ease; }
.ccc-premium-card:hover { transform: translateY(-5px); box-shadow: 0 15px 40px rgba(0,0,0,0.1); }
.ccc-premium-badge { position: absolute; top: -15px; left: 20px; background: linear-gradient(135deg, #e6b800, #ffcc00); color: #111; font-weight: bold; padding: 6px 20px; border-radius: 4px; font-size: 0.9rem; box-shadow: 0 4px 10px rgba(230, 184, 0, 0.4); letter-spacing: 0.05em; }

/* カード左側：コンテンツエリア */
.ccc-card-main { flex: 1; min-width: 300px; }
.ccc-premium-title { font-size: 1.6rem; margin: 0 0 15px 0; line-height: 1.4; }
.ccc-premium-title a { color: #1a2b4c; text-decoration: none; transition: color 0.2s; }
.ccc-premium-title a:hover { color: #d90000; }
.ccc-card-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 15px; }
.ccc-card-tags span { background: #f1f5f9; color: #475569; font-size: 0.85rem; padding: 4px 10px; border-radius: 4px; font-weight: bold; }
.ccc-card-catch { font-size: 1.2rem; font-weight: bold; color: #d90000; margin-bottom: 20px; line-height: 1.5; }
.ccc-card-info { background: #f8fafc; border: 1px solid #e2e8f0; border-radius: 8px; padding: 15px; margin-bottom: 15px; }
.ccc-card-info div { margin-bottom: 10px; }
.ccc-card-info div:last-child { margin-bottom: 0; }
.ccc-card-info strong { display: block; font-size: 0.85rem; color: #00509e; margin-bottom: 2px; }
.ccc-card-info p { margin: 0; font-size: 0.95rem; color: #333; }
.ccc-card-note { font-size: 0.85rem; color: #64748b; margin: 0; }

/* カード右側：アクションエリア */
.ccc-premium-action { flex-shrink: 0; width: 280px; display: flex; align-items: center; }
.ccc-premium-btn { display: flex; justify-content: space-between; align-items: center; width: 100%; background: linear-gradient(135deg, #ff4b4b, #d90000); color: #ffffff !important; text-decoration: none !important; padding: 18px 25px; border-radius: 50px; box-shadow: 0 8px 20px rgba(217, 0, 0, 0.25); transition: all 0.3s ease; box-sizing: border-box; }
.ccc-premium-btn:hover { box-shadow: 0 12px 25px rgba(217, 0, 0, 0.35); transform: translateY(-2px); }
.ccc-btn-text { font-weight: bold; font-size: 1.15rem; }
.ccc-btn-arrow { font-weight: bold; font-size: 1.3rem; }

/* 比較方針 & ポータルFAQ */
.ccc-portal-policy, .ccc-portal-faq { max-width: 1180px; margin: 0 auto 60px; padding: 0 20px; width: 100%; box-sizing: border-box; }
.ccc-policy-inner, .ccc-faq-inner { background: #fff; border-radius: 12px; padding: 40px; box-shadow: 0 5px 20px rgba(0,0,0,0.03); }
.ccc-policy-inner h2, .ccc-faq-inner h2 { font-size: 1.6rem; color: #1a2b4c; margin-bottom: 20px; font-weight: bold; border-bottom: 2px solid #f1f5f9; padding-bottom: 15px; }
.ccc-policy-inner p { font-size: 1rem; color: #475569; line-height: 1.7; }
.ccc-ad-notice { font-size: 0.85rem !important; color: #94a3b8 !important; margin-top: 20px !important; }

.ccc-portal-faq-item { margin-bottom: 15px; border-bottom: 1px solid #f1f5f9; padding-bottom: 15px; }
.ccc-portal-faq-item:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }
.ccc-portal-faq-item summary { font-weight: bold; font-size: 1.1rem; color: #333; cursor: pointer; display: flex; align-items: flex-start; list-style: none; }
.ccc-portal-faq-item summary::-webkit-details-marker { display: none; }
.ccc-portal-faq-item summary span:first-child { color: #00509e; margin-right: 10px; }
.ccc-portal-faq-item .answer { margin-top: 10px; padding-left: 30px; font-size: 0.95rem; color: #555; display: flex; align-items: flex-start; }
.ccc-portal-faq-item .answer span { color: #ef4444; font-weight: bold; margin-right: 10px; }

/* =========================================================
   ★ グローバルフッター（V33 SEO・信頼性強化版）★
========================================================= */
.ccc-global-footer {
    background: #0f172a;
    color: #e5e7eb;
    padding: 56px 20px 36px;
    margin: 0;
    width: 100%;
    box-sizing: border-box;
}
.ccc-footer-inner { max-width: 1120px; margin: 0 auto; text-align: center; }
.ccc-footer-brand { font-size: 1.45rem; font-weight: 800; letter-spacing: 0.04em; margin-bottom: 14px; color: #ffffff; }
.ccc-footer-desc { max-width: 760px; margin: 0 auto 26px; color: #cbd5e1; font-size: 0.95rem; line-height: 1.8; }
.ccc-footer-nav { display: flex; justify-content: center; flex-wrap: wrap; gap: 10px 22px; margin-bottom: 24px; }
.ccc-footer-nav a { color: #e5e7eb; text-decoration: none; font-size: 0.92rem; font-weight: 600; transition: color 0.2s; }
.ccc-footer-nav a:hover { color: #ffffff; text-decoration: underline; }
.ccc-footer-pr { color: #94a3b8; font-size: 0.82rem; margin: 0 0 10px; }
.ccc-copyright { color: #64748b; font-size: 0.82rem; margin: 0; }

/* --------------------------------------------------------
   ★ スマホ完全最適化（メディアクエリ）★
-------------------------------------------------------- */
@media (max-width: 768px) {
    .ccc-lp-body { padding-bottom: 150px !important; }
    
    .lp-section { padding: 60px 0; }
    .lp-hero { padding: 72px 15px 96px; }
    .lp-hero h1 { font-size: 2rem; }
    .lp-hero p { font-size: 1.15rem; }
    .lp-section-title { font-size: 1.8rem; margin-bottom: 40px; }
    
    .lp-action-strip-inner { grid-template-columns: 1fr; gap: 10px; }
    
    .lp-ad-intro { padding: 20px 15px; margin: 30px 15px 20px; width: calc(100% - 30px); box-sizing: border-box; }
    .lp-ad-box { padding: 25px 15px; margin: -35px auto 50px; width: calc(100% - 30px); }
    .lp-scroll-btn { width: 100%; padding: 15px; font-size: 1.1rem; }
    .lp-target-grid { grid-template-columns: 1fr; }
    .lp-closing-title { font-size: 1.7rem; line-height: 1.4; }
    
    /* 比較表のスマホカード化 */
    .lp-compare-table thead { display: none; }
    .lp-compare-table, .lp-compare-table tbody, .lp-compare-table tr, .lp-compare-table td { display: block; width: 100%; box-sizing: border-box; }
    .lp-compare-table tr { margin-bottom: 25px; border: 1px solid #e2e8f0; border-radius: 12px; box-shadow: 0 4px 10px rgba(0,0,0,0.03); overflow: hidden; }
    .lp-compare-table td { text-align: right; border-bottom: 1px solid #f1f5f9; padding: 15px 20px; position: relative; padding-left: 40%; font-size: 1rem; border-right: none; }
    .lp-compare-table td:last-child { border-bottom: none; }
    .lp-compare-table td::before { content: attr(data-label); position: absolute; left: 20px; width: 35%; text-align: left; font-weight: bold; color: #64748b; font-size: 0.9rem; }
    .lp-compare-table td.ours { background: #f0f7ff; }
    .lp-compare-table td.ours::before { color: #00509e; }
    
    .lp-related-grid, .ccc-guide-grid { grid-template-columns: 1fr; }

    /* スマホ下部追従ボタン */
    .lp-sticky-cta { 
        display: block; position: fixed; bottom: 0; left: 0; width: 100%; 
        background: rgba(255, 255, 255, 0.98); padding: 20px 15px 25px; 
        box-shadow: 0 -5px 20px rgba(0,0,0,0.15); text-align: center; 
        z-index: 9999; box-sizing: border-box; border-top: 1px solid #eee;
    }
    .lp-sticky-cta .lp-scroll-btn { padding: 15px; margin: 0; }
    .lp-sticky-close { 
        position: absolute; top: -15px; right: 10px; width: 30px; height: 30px; 
        background: #fff; border: 1px solid #ddd; border-radius: 50%; 
        color: #888; font-size: 20px; line-height: 26px; text-align: center; 
        cursor: pointer; box-shadow: 0 2px 5px rgba(0,0,0,0.1); 
        padding: 0; margin: 0;
    }

    /* ポータル・プレミアムカードのスマホ調整 */
    .ccc-portal-hero { padding: 50px 15px; margin-bottom: 40px; }
    .ccc-premium-card { padding: 30px 20px; flex-direction: column; gap: 20px; }
    .ccc-premium-action { width: 100%; }
    .ccc-premium-btn { padding: 15px 20px; }
    .ccc-btn-text { font-size: 1.05rem; }
    .ccc-policy-inner, .ccc-faq-inner { padding: 25px 20px; }

    /* グローバルフッター スマホ調整 */
    .ccc-global-footer { padding: 44px 16px 96px; }
    .ccc-footer-nav { flex-direction: column; gap: 12px; }
}