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

* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        
        body {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            background: linear-gradient(135deg, #667eea 0%, #764ba2 25%, #9333EA 50%, #0369A1 75%, #00f2fe 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, #667eea 0%, #764ba2 50%, #9333EA 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: 3em;
            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, #e0f2fe 0%, #bae6fd 100%);
            border-radius: 15px;
            border-left: 6px solid #0284c7;
        }
        
        .intro h2 {
            color: #0c4a6e;
            font-size: 2.2em;
            margin-bottom: 20px;
        }
        
        .intro-text {
            font-size: 1.2em;
            color: #075985;
            line-height: 1.8;
        }
        
        .metaphor-section {
            background: linear-gradient(to bottom, #fef3c7 0%, #fde68a 100%);
            padding: 50px 40px;
            border-radius: 20px;
            margin: 50px 0;
            border-left: 8px solid #CA8A04;
        }
        
        .metaphor-title {
            font-size: 2.5em;
            color: #92400e;
            margin-bottom: 30px;
            text-align: center;
        }
        
        .metaphor-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
            gap: 30px;
            margin-top: 30px;
        }
        
        .metaphor-card {
            background: white;
            padding: 35px;
            border-radius: 15px;
            box-shadow: 0 8px 25px rgba(0,0,0,0.1);
            transition: all 0.3s ease;
        }
        
        .metaphor-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 15px 40px rgba(245, 158, 11, 0.3);
        }
        
        .metaphor-icon {
            font-size: 4em;
            text-align: center;
            margin-bottom: 20px;
        }
        
        .metaphor-card h3 {
            color: #92400e;
            font-size: 1.6em;
            margin-bottom: 15px;
            text-align: center;
        }
        
        .metaphor-content {
            color: #78350f;
            line-height: 1.8;
            font-size: 1.05em;
        }
        
        .concept-section {
            background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
            padding: 50px 40px;
            border-radius: 20px;
            margin: 50px 0;
            border-left: 8px solid #16a34a;
        }
        
        .concept-title {
            font-size: 2.5em;
            color: #14532d;
            margin-bottom: 40px;
            text-align: center;
        }
        
        .comparison-container {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 40px;
            margin-top: 30px;
        }
        
        .comparison-card {
            background: white;
            padding: 40px;
            border-radius: 15px;
            box-shadow: 0 8px 25px rgba(0,0,0,0.1);
        }
        
        .comparison-card h3 {
            font-size: 2em;
            margin-bottom: 25px;
            text-align: center;
            padding: 15px;
            border-radius: 10px;
        }
        
        .trusted-access-header {
            background: linear-gradient(135deg, #dbeafe, #bfdbfe);
            color: #1e40af;
        }
        
        .delegated-admin-header {
            background: linear-gradient(135deg, #fce7f3, #fbcfe8);
            color: #9f1239;
        }
        
        .feature-list {
            margin: 20px 0;
        }
        
        .feature-item {
            padding: 20px;
            margin: 15px 0;
            background: #f8fafc;
            border-radius: 10px;
            border-left: 4px solid;
            transition: all 0.3s ease;
        }
        
        .feature-item:hover {
            transform: translateX(10px);
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
        }
        
        .trusted-access-item {
            border-color: #3b82f6;
        }
        
        .delegated-admin-item {
            border-color: #ec4899;
        }
        
        .feature-title {
            font-weight: bold;
            font-size: 1.2em;
            margin-bottom: 10px;
            display: flex;
            align-items: center;
            gap: 10px;
        }
        
        .feature-desc {
            color: #475569;
            line-height: 1.7;
        }
        
        .flow-section {
            background: white;
            padding: 50px 40px;
            border-radius: 20px;
            margin: 50px 0;
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
        }
        
        .flow-title {
            font-size: 2.5em;
            color: #1e293b;
            margin-bottom: 40px;
            text-align: center;
        }
        
        .timeline {
            position: relative;
            max-width: 1000px;
            margin: 40px auto;
        }
        
        .timeline::before {
            content: '';
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            width: 4px;
            height: 100%;
            background: linear-gradient(to bottom, #3b82f6, #8b5cf6, #ec4899);
        }
        
        .timeline-item {
            margin-bottom: 60px;
            position: relative;
        }
        
        .timeline-item:nth-child(odd) {
            padding-right: calc(50% + 50px);
        }
        
        .timeline-item:nth-child(even) {
            padding-left: calc(50% + 50px);
        }
        
        .timeline-marker {
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            width: 70px;
            height: 70px;
            border-radius: 50%;
            background: white;
            border: 5px solid;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.8em;
            box-shadow: 0 8px 20px rgba(0,0,0,0.2);
            z-index: 2;
        }
        
        .timeline-item:nth-child(1) .timeline-marker { border-color: #3b82f6; }
        .timeline-item:nth-child(2) .timeline-marker { border-color: #8b5cf6; }
        .timeline-item:nth-child(3) .timeline-marker { border-color: #ec4899; }
        .timeline-item:nth-child(4) .timeline-marker { border-color: #047857; }
        
        .timeline-content {
            background: white;
            padding: 30px;
            border-radius: 15px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
            border-left: 6px solid;
            transition: all 0.3s ease;
        }
        
        .timeline-item:nth-child(1) .timeline-content { border-color: #3b82f6; }
        .timeline-item:nth-child(2) .timeline-content { border-color: #8b5cf6; }
        .timeline-item:nth-child(3) .timeline-content { border-color: #ec4899; }
        .timeline-item:nth-child(4) .timeline-content { border-color: #047857; }
        
        .timeline-content:hover {
            transform: scale(1.03);
            box-shadow: 0 15px 40px rgba(0,0,0,0.2);
        }
        
        .step-number {
            display: inline-block;
            background: linear-gradient(135deg, #667eea, #764ba2);
            color: white;
            padding: 5px 15px;
            border-radius: 20px;
            font-weight: bold;
            font-size: 0.9em;
            margin-bottom: 10px;
        }
        
        .step-title {
            font-size: 1.6em;
            font-weight: bold;
            color: #1e293b;
            margin-bottom: 15px;
        }
        
        .step-desc {
            color: #475569;
            line-height: 1.7;
            margin-bottom: 15px;
        }
        
        .code-box {
            background: #1e293b;
            color: #f1f5f9;
            padding: 20px;
            border-radius: 10px;
            font-family: 'Courier New', monospace;
            font-size: 0.85em;
            margin-top: 15px;
            overflow-x: auto;
        }
        
        .benefit-section {
            background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
            padding: 50px 40px;
            border-radius: 20px;
            margin: 50px 0;
            border-left: 8px solid #CA8A04;
        }
        
        .benefit-title {
            font-size: 2.5em;
            color: #92400e;
            margin-bottom: 40px;
            text-align: center;
        }
        
        .benefit-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 25px;
        }
        
        .benefit-card {
            background: white;
            padding: 30px;
            border-radius: 15px;
            box-shadow: 0 8px 25px rgba(0,0,0,0.1);
            transition: all 0.3s ease;
        }
        
        .benefit-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 15px 40px rgba(245, 158, 11, 0.3);
        }
        
        .benefit-icon {
            font-size: 3em;
            text-align: center;
            margin-bottom: 20px;
        }
        
        .benefit-card h4 {
            color: #92400e;
            font-size: 1.4em;
            margin-bottom: 15px;
            text-align: center;
        }
        
        .benefit-desc {
            color: #78350f;
            line-height: 1.7;
        }
        
        .warning-box {
            background: linear-gradient(135deg, #fee2e2 0%, #fecaca 100%);
            padding: 30px;
            border-radius: 15px;
            margin: 30px 0;
            border-left: 6px solid #dc2626;
        }
        
        .warning-title {
            font-size: 1.4em;
            font-weight: bold;
            color: #991b1b;
            margin-bottom: 15px;
            display: flex;
            align-items: center;
            gap: 10px;
        }
        
        .warning-content {
            color: #7f1d1d;
            line-height: 1.8;
        }
        
        .tip-box {
            background: linear-gradient(135deg, #d1fae5 0%, #a7f3d0 100%);
            padding: 30px;
            border-radius: 15px;
            margin: 30px 0;
            border-left: 6px solid #047857;
        }
        
        .tip-title {
            font-size: 1.4em;
            font-weight: bold;
            color: #064e3b;
            margin-bottom: 15px;
            display: flex;
            align-items: center;
            gap: 10px;
        }
        
        .tip-content {
            color: #065f46;
            line-height: 1.8;
        }
        
        .architecture-diagram {
            background: white;
            padding: 50px;
            border-radius: 20px;
            margin: 50px 0;
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
        }
        
        .diagram-title {
            font-size: 2.5em;
            color: #1e293b;
            margin-bottom: 40px;
            text-align: center;
        }
        
        .diagram-container {
            max-width: 1000px;
            margin: 0 auto;
            position: relative;
        }
        
        .org-structure {
            display: flex;
            flex-direction: column;
            gap: 30px;
        }
        
        .org-level {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 20px;
            flex-wrap: wrap;
        }
        
        .account-box {
            background: linear-gradient(135deg, #e0f2fe, #bae6fd);
            padding: 25px;
            border-radius: 15px;
            min-width: 200px;
            text-align: center;
            box-shadow: 0 5px 20px rgba(0,0,0,0.1);
            border: 3px solid #0284c7;
            position: relative;
        }
        
        .management-account {
            background: linear-gradient(135deg, #fef3c7, #fde68a);
            border: 3px solid #CA8A04;
        }
        
        .delegated-account {
            background: linear-gradient(135deg, #fce7f3, #fbcfe8);
            border: 3px solid #ec4899;
        }
        
        .member-account {
            background: linear-gradient(135deg, #e0f2fe, #bae6fd);
            border: 3px solid #0284c7;
        }
        
        .account-icon {
            font-size: 3em;
            margin-bottom: 10px;
        }
        
        .account-name {
            font-weight: bold;
            font-size: 1.2em;
            margin-bottom: 10px;
            color: #1e293b;
        }
        
        .account-role {
            font-size: 0.9em;
            color: #475569;
            padding: 8px;
            background: rgba(255,255,255,0.7);
            border-radius: 8px;
            margin-top: 10px;
        }
        
        .connection-line {
            width: 2px;
            height: 30px;
            background: linear-gradient(to bottom, #3b82f6, #8b5cf6);
            margin: 0 auto;
        }
        
        @media (max-width: 1024px) {
            .timeline::before {
                left: 40px;
            }
            
            .timeline-item:nth-child(odd),
            .timeline-item:nth-child(even) {
                padding-left: 100px;
                padding-right: 0;
            }
            
            .timeline-marker {
                left: 40px;
            }
            
            .comparison-container {
                grid-template-columns: 1fr;
            }
        }
        
        @media (max-width: 768px) {
            .header h1 {
                font-size: 2em;
            }
            
            .content {
                padding: 30px 20px;
            }
            
            .metaphor-grid {
                grid-template-columns: 1fr;
            }
        }
    
        
        

        

        

        

        

        

        @media (max-width: 768px) {
            
        }

    
        
        

        

        

        

        

        

        

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

        

        

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

        

        

        

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

            

            

            

            
        }