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

body {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            line-height: 1.6;
            color: #333;
            max-width: 1000px;
            margin: 0 auto;
            padding: 20px;
            padding-top: 80px; /* 固定ヘッダー分のスペース確保 */
            background-color: #f7f9fc;
        }
        h1, h2, h3 {
            color: #232f3e;
        }
        h1 {
            text-align: center;
            margin-bottom: 40px;
            border-bottom: 2px solid #dc7600;
            padding-bottom: 10px;
            font-size: 28px;
        }
        .container {
            display: flex;
            flex-direction: column;
            gap: 30px;
        }
        .section {
            background-color: white;
            border-radius: 8px;
            padding: 20px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        }
        .header-with-icon {
            display: flex;
            align-items: center;
            margin-bottom: 15px;
        }
        .header-with-icon h2 {
            margin: 0;
            margin-left: 10px;
        }
        .icon {
            font-size: 24px;
            color: #dc7600;
        }
        .simple-explanation {
            background-color: #f9f9f9;
            padding: 15px;
            border-left: 4px solid #dc7600;
            margin-bottom: 20px;
            font-size: 18px;
        }
        .key-point {
            font-weight: bold;
            color: #d93025;
        }
        .comparison {
            display: flex;
            flex-direction: row;
            gap: 20px;
            margin-top: 20px;
        }
        .card {
            flex: 1;
            border-radius: 8px;
            padding: 15px;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
        }
        .aws-org {
            background-color: #fff8e6;
            border: 2px solid #dc7600;
        }
        .control-tower {
            background-color: #f1f8ff;
            border: 2px solid #527fff;
        }
        .feature-list {
            list-style-type: none;
            padding-left: 0;
        }
        .feature-list li {
            margin-bottom: 10px;
            padding-left: 25px;
            position: relative;
        }
        .feature-list li:before {
            content: "✓";
            position: absolute;
            left: 0;
            color: #38b535;
        }
        .svg-container {
            margin: 20px 0;
            text-align: center;
        }
        .real-world-example {
            background-color: #f0fff0;
            margin-top: 20px;
            padding: 15px;
            border-radius: 5px;
            border-left: 4px solid #2E7D32;
        }
        .callout {
            background-color: #fff3cd;
            padding: 15px;
            border-radius: 5px;
            margin: 15px 0;
            border-left: 4px solid #CA8A04;
        }
        .step {
            display: flex;
            margin-bottom: 15px;
            align-items: center;
        }
        .step-number {
            background-color: #dc7600;
            color: white;
            width: 30px;
            height: 30px;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            margin-right: 15px;
            font-weight: bold;
        }
        .footer {
            text-align: center;
            margin-top: 40px;
            font-size: 0.9em;
            color: #666;
        }
    
        

    
        
        

        

        

        

        

        

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

    
        
        

        

        

        

        

        

        

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

        

        

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

        

        

        

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

            

            

            

            
        }