/*
 * AWS SAP学習リソース - cis-benchmark-security-hub-config-guide 専用CSS
 * ページ固有のレイアウト・セクション・コンポーネントスタイル
 *
 * 自動生成日: 2026-01-11 18:18:58
 */

* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        
        body {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            background: linear-gradient(135deg, #1e3a5f 0%, #2d5a87 25%, #3d7ab5 50%, #5b9bd5 75%, #7ec8e3 100%);
            padding: 20px;
            padding-top: 80px; /* 固定ヘッダー分のスペース確保 */
            line-height: 1.6;
        }
        
        .container {
            max-width: 1400px;
            margin: 0 auto;
            background: white;
            border-radius: 20px;
            box-shadow: 0 25px 70px rgba(0,0,0,0.4);
            overflow: hidden;
        }
        
        .header {
            background: linear-gradient(135deg, #1e3a5f 0%, #2d5a87 50%, #ff6b35 100%);
            color: white;
            padding: 50px 40px;
            text-align: center;
            position: relative;
            overflow: hidden;
        }
        
        .header::before {
            content: '🏥';
            position: absolute;
            font-size: 20em;
            opacity: 0.1;
            top: -50px;
            right: -50px;
        }
        
        .header h1 {
            font-size: 2.8em;
            margin-bottom: 15px;
            position: relative;
            z-index: 1;
        }
        
        .header p {
            font-size: 1.3em;
            opacity: 0.95;
            position: relative;
            z-index: 1;
        }
        
        .content {
            padding: 50px;
        }
        
        .intro {
            text-align: center;
            margin-bottom: 50px;
            padding: 40px;
            background: linear-gradient(135deg, #e8f4fd 0%, #cce5ff 100%);
            border-radius: 15px;
            border-left: 6px solid #2d5a87;
        }
        
        .intro h2 {
            color: #1e3a5f;
            font-size: 2.2em;
            margin-bottom: 20px;
        }
        
        .intro-text {
            font-size: 1.2em;
            color: #1e3a5f;
            line-height: 1.8;
        }
        
        /* たとえ話セクション */
        .analogy-section {
            background: linear-gradient(135deg, #fff5e6 0%, #ffe4c4 100%);
            padding: 50px;
            border-radius: 20px;
            margin: 50px 0;
            border-left: 8px solid #ff6b35;
        }
        
        .analogy-title {
            color: #c44d1c;
            font-size: 2.5em;
            margin-bottom: 30px;
            text-align: center;
            font-weight: bold;
        }
        
        .analogy-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 25px;
            margin-top: 30px;
        }
        
        .analogy-card {
            background: white;
            padding: 30px;
            border-radius: 15px;
            box-shadow: 0 8px 25px rgba(0,0,0,0.1);
            text-align: center;
            transition: all 0.3s ease;
        }
        
        .analogy-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 40px rgba(0,0,0,0.2);
        }
        
        .analogy-icon {
            font-size: 4em;
            margin-bottom: 15px;
        }
        
        .analogy-card h3 {
            color: #c44d1c;
            font-size: 1.4em;
            margin-bottom: 10px;
        }
        
        .analogy-card .aws-name {
            background: linear-gradient(135deg, #ff6b35 0%, #ff8c5a 100%);
            color: white;
            padding: 8px 16px;
            border-radius: 20px;
            font-weight: bold;
            display: inline-block;
            margin-bottom: 15px;
        }
        
        .analogy-card p {
            color: #666;
            line-height: 1.7;
        }
        
        /* 3つのサービス連携図 */
        .integration-section {
            background: linear-gradient(to bottom, #f8fafc 0%, white 100%);
            padding: 50px 30px;
            border-radius: 20px;
            margin: 50px 0;
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
        }
        
        .integration-title {
            text-align: center;
            font-size: 2.5em;
            color: #1e293b;
            margin-bottom: 40px;
            font-weight: bold;
        }
        
        .flow-diagram {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 20px;
            flex-wrap: wrap;
            margin: 40px 0;
        }
        
        .flow-box {
            background: white;
            padding: 30px;
            border-radius: 15px;
            text-align: center;
            box-shadow: 0 8px 25px rgba(0,0,0,0.12);
            min-width: 220px;
            transition: all 0.3s ease;
        }
        
        .flow-box:hover {
            transform: scale(1.05);
        }
        
        .flow-box.cis {
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            color: white;
        }
        
        .flow-box.config {
            background: linear-gradient(135deg, #9333EA 0%, #f5576c 100%);
            color: white;
        }
        
        .flow-box.hub {
            background: linear-gradient(135deg, #0369A1 0%, #00f2fe 100%);
            color: white;
        }
        
        .flow-box-icon {
            font-size: 3em;
            margin-bottom: 10px;
        }
        
        .flow-box h4 {
            font-size: 1.3em;
            margin-bottom: 10px;
        }
        
        .flow-arrow {
            font-size: 2.5em;
            color: #64748B;
        }
        
        /* CISベンチマーク詳細 */
        .cis-detail-section {
            background: linear-gradient(135deg, #e0e7ff 0%, #c7d2fe 100%);
            padding: 50px;
            border-radius: 20px;
            margin: 50px 0;
            border-left: 8px solid #667eea;
        }
        
        .cis-title {
            color: #3730a3;
            font-size: 2.3em;
            margin-bottom: 30px;
            text-align: center;
            font-weight: bold;
        }
        
        .cis-categories {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 25px;
            margin-top: 30px;
        }
        
        .cis-category-card {
            background: white;
            padding: 25px;
            border-radius: 15px;
            box-shadow: 0 5px 20px rgba(0,0,0,0.1);
            border-top: 5px solid;
            transition: all 0.3s ease;
        }
        
        .cis-category-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 30px rgba(0,0,0,0.15);
        }
        
        .cis-category-card:nth-child(1) { border-color: #ef4444; }
        .cis-category-card:nth-child(2) { border-color: #EA580C; }
        .cis-category-card:nth-child(3) { border-color: #eab308; }
        .cis-category-card:nth-child(4) { border-color: #16A34A; }
        .cis-category-card:nth-child(5) { border-color: #0284C7; }
        .cis-category-card:nth-child(6) { border-color: #8b5cf6; }
        
        .cis-category-icon {
            font-size: 2.5em;
            margin-bottom: 10px;
        }
        
        .cis-category-card h4 {
            color: #1e293b;
            font-size: 1.3em;
            margin-bottom: 15px;
        }
        
        .cis-category-card ul {
            list-style: none;
            padding: 0;
        }
        
        .cis-category-card li {
            padding: 8px 0;
            color: #475569;
            border-bottom: 1px dashed #e2e8f0;
            font-size: 0.95em;
        }
        
        .cis-category-card li:last-child {
            border-bottom: none;
        }
        
        .cis-category-card li::before {
            content: '✓ ';
            color: #047857;
            font-weight: bold;
        }
        
        /* AWS Config詳細 */
        .config-section {
            background: linear-gradient(135deg, #fce7f3 0%, #fbcfe8 100%);
            padding: 50px;
            border-radius: 20px;
            margin: 50px 0;
            border-left: 8px solid #ec4899;
        }
        
        .config-title {
            color: #9d174d;
            font-size: 2.3em;
            margin-bottom: 30px;
            text-align: center;
            font-weight: bold;
        }
        
        .config-flow {
            display: flex;
            justify-content: center;
            align-items: flex-start;
            gap: 30px;
            flex-wrap: wrap;
            margin: 40px 0;
        }
        
        .config-step {
            background: white;
            padding: 25px;
            border-radius: 15px;
            box-shadow: 0 5px 20px rgba(0,0,0,0.1);
            max-width: 280px;
            text-align: center;
            position: relative;
        }
        
        .config-step-number {
            position: absolute;
            top: -15px;
            left: 50%;
            transform: translateX(-50%);
            background: linear-gradient(135deg, #ec4899 0%, #f472b6 100%);
            color: white;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: bold;
            font-size: 1.2em;
        }
        
        .config-step-icon {
            font-size: 2.5em;
            margin: 20px 0 15px;
        }
        
        .config-step h5 {
            color: #9d174d;
            font-size: 1.1em;
            margin-bottom: 10px;
        }
        
        .config-step p {
            color: #64748b;
            font-size: 0.95em;
            line-height: 1.6;
        }
        
        /* Security Hub詳細 */
        .hub-section {
            background: linear-gradient(135deg, #e0f2fe 0%, #bae6fd 100%);
            padding: 50px;
            border-radius: 20px;
            margin: 50px 0;
            border-left: 8px solid #0284c7;
        }
        
        .hub-title {
            color: #0c4a6e;
            font-size: 2.3em;
            margin-bottom: 30px;
            text-align: center;
            font-weight: bold;
        }
        
        .hub-features {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 25px;
            margin-top: 30px;
        }
        
        .hub-feature-card {
            background: white;
            padding: 30px;
            border-radius: 15px;
            box-shadow: 0 5px 20px rgba(0,0,0,0.1);
            transition: all 0.3s ease;
        }
        
        .hub-feature-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 30px rgba(2, 132, 199, 0.2);
        }
        
        .hub-feature-icon {
            font-size: 2.5em;
            margin-bottom: 15px;
        }
        
        .hub-feature-card h4 {
            color: #0c4a6e;
            font-size: 1.3em;
            margin-bottom: 15px;
        }
        
        .hub-feature-card p {
            color: #475569;
            line-height: 1.7;
        }
        
        /* 比較表 */
        .comparison-table {
            background: white;
            padding: 40px;
            border-radius: 20px;
            margin: 50px 0;
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
        }
        
        .table-title {
            text-align: center;
            font-size: 2em;
            color: #1e293b;
            margin-bottom: 35px;
            font-weight: bold;
        }
        
        table {
            width: 100%;
            border-collapse: collapse;
            background: white;
        }
        
        th {
            background: linear-gradient(135deg, #1e3a5f 0%, #2d5a87 100%);
            color: white;
            padding: 20px;
            text-align: left;
            font-size: 1.1em;
        }
        
        th:first-child {
            border-radius: 10px 0 0 0;
        }
        
        th:last-child {
            border-radius: 0 10px 0 0;
        }
        
        td {
            padding: 18px 20px;
            border-bottom: 2px solid #f1f5f9;
        }
        
        tr:hover {
            background: #f8fafc;
        }
        
        .service-badge {
            display: inline-block;
            padding: 6px 14px;
            border-radius: 15px;
            font-weight: bold;
            font-size: 0.9em;
        }
        
        .badge-config {
            background: #fce7f3;
            color: #9d174d;
        }
        
        .badge-hub {
            background: #e0f2fe;
            color: #0c4a6e;
        }
        
        .badge-both {
            background: #d1fae5;
            color: #065f46;
        }
        
        /* セットアップ手順 */
        .setup-section {
            background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
            padding: 50px;
            border-radius: 20px;
            margin: 50px 0;
            border-left: 8px solid #16A34A;
        }
        
        .setup-title {
            color: #166534;
            font-size: 2.3em;
            margin-bottom: 30px;
            text-align: center;
            font-weight: bold;
        }
        
        .setup-timeline {
            max-width: 900px;
            margin: 0 auto;
            position: relative;
            padding: 40px 0;
        }
        
        .setup-timeline::before {
            content: '';
            position: absolute;
            left: 50px;
            top: 0;
            height: 100%;
            width: 4px;
            background: linear-gradient(to bottom, #16A34A, #047857, #059669);
        }
        
        .setup-step {
            position: relative;
            padding-left: 100px;
            margin-bottom: 40px;
        }
        
        .setup-step-marker {
            position: absolute;
            left: 30px;
            width: 44px;
            height: 44px;
            background: linear-gradient(135deg, #16A34A 0%, #047857 100%);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-weight: bold;
            font-size: 1.2em;
            box-shadow: 0 4px 15px rgba(34, 197, 94, 0.4);
        }
        
        .setup-step-content {
            background: white;
            padding: 25px;
            border-radius: 15px;
            box-shadow: 0 5px 20px rgba(0,0,0,0.08);
        }
        
        .setup-step-content h4 {
            color: #166534;
            font-size: 1.3em;
            margin-bottom: 12px;
        }
        
        .setup-step-content p {
            color: #475569;
            line-height: 1.7;
        }
        
        .code-block {
            background: #1e293b;
            color: #e2e8f0;
            padding: 15px 20px;
            border-radius: 8px;
            margin-top: 15px;
            font-family: 'Courier New', monospace;
            font-size: 0.9em;
            overflow-x: auto;
        }
        
        /* ユースケース */
        .usecase-section {
            background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
            padding: 50px;
            border-radius: 20px;
            margin: 50px 0;
            border-left: 8px solid #CA8A04;
        }
        
        .usecase-title {
            color: #92400e;
            font-size: 2.3em;
            margin-bottom: 30px;
            text-align: center;
            font-weight: bold;
        }
        
        .usecase-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
            gap: 25px;
            margin-top: 30px;
        }
        
        .usecase-card {
            background: white;
            padding: 30px;
            border-radius: 15px;
            box-shadow: 0 5px 20px rgba(0,0,0,0.1);
            transition: all 0.3s ease;
        }
        
        .usecase-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 30px rgba(245, 158, 11, 0.3);
        }
        
        .usecase-icon {
            font-size: 3em;
            text-align: center;
            margin-bottom: 15px;
        }
        
        .usecase-card h4 {
            color: #92400e;
            font-size: 1.4em;
            margin-bottom: 15px;
            text-align: center;
        }
        
        .usecase-card p {
            color: #475569;
            line-height: 1.7;
            margin-bottom: 15px;
        }
        
        .usecase-benefit {
            background: #fffbeb;
            padding: 15px;
            border-radius: 10px;
            border-left: 4px solid #CA8A04;
        }
        
        .usecase-benefit strong {
            color: #92400e;
        }
        
        /* Tips */
        .tip-box {
            background: linear-gradient(135deg, #A0A0A06fe 0%, #c4b5fd 100%);
            padding: 35px;
            border-radius: 15px;
            margin: 40px 0;
            border-left: 6px solid #7c3aed;
        }
        
        .tip-title {
            font-size: 1.6em;
            font-weight: bold;
            color: #5b21b6;
            margin-bottom: 20px;
            display: flex;
            align-items: center;
            gap: 10px;
        }
        
        .tip-content {
            color: #5b21b6;
            line-height: 1.9;
            font-size: 1.05em;
        }
        
        /* FAQ */
        .faq-section {
            background: white;
            padding: 50px;
            border-radius: 20px;
            margin: 50px 0;
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
        }
        
        .faq-title {
            text-align: center;
            font-size: 2.3em;
            color: #1e293b;
            margin-bottom: 40px;
            font-weight: bold;
        }
        
        .faq-item {
            background: #f8fafc;
            padding: 25px;
            border-radius: 12px;
            margin-bottom: 20px;
            border-left: 5px solid #667eea;
        }
        
        .faq-question {
            font-weight: bold;
            color: #1e293b;
            font-size: 1.15em;
            margin-bottom: 12px;
            display: flex;
            align-items: center;
            gap: 10px;
        }
        
        .faq-answer {
            color: #475569;
            line-height: 1.8;
            padding-left: 32px;
        }
        
        /* 警告ボックス */
        .warning-box {
            background: linear-gradient(135deg, #fee2e2 0%, #fecaca 100%);
            padding: 30px;
            border-radius: 15px;
            margin: 40px 0;
            border-left: 6px solid #ef4444;
        }
        
        .warning-title {
            font-size: 1.4em;
            font-weight: bold;
            color: #991b1b;
            margin-bottom: 15px;
            display: flex;
            align-items: center;
            gap: 10px;
        }
        
        .warning-content {
            color: #991b1b;
            line-height: 1.8;
        }
        
        @media (max-width: 1024px) {
            .analogy-grid {
                grid-template-columns: 1fr;
            }
            
            .flow-diagram {
                flex-direction: column;
            }
            
            .flow-arrow {
                transform: rotate(90deg);
            }
        }
        
        @media (max-width: 768px) {
            .header h1 {
                font-size: 2em;
            }
            
            .content {
                padding: 30px 20px;
            }
            
            .setup-timeline::before {
                left: 25px;
            }
            
            .setup-step {
                padding-left: 70px;
            }
            
            .setup-step-marker {
                left: 5px;
            }
            
            table {
                font-size: 0.85em;
            }
            
            th, td {
                padding: 12px;
            }
        }
    
        
        

        

        

        

        

        

        

        /* 読書進捗インジケーター */
        

        

        

        /* トップに戻るボタン */
        

        

        

        

        /* Mobile responsive */
        @media (max-width: 768px) {
            

            

            

            

            
        }