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

body {
            font-family: 'Helvetica Neue', Arial, sans-serif;
            line-height: 1.6;
            color: #333;
            max-width: 1200px;
            margin: 0 auto;
            padding: 20px;
            padding-top: 80px; /* 固定ヘッダー分のスペース確保 */
            background-color: #f5f5f5;
        }
        
        h1, h2, h3 {
            color: #0066cc;
            margin-top: 1.5em;
        }
        
        h1 {
            text-align: center;
            font-size: 2.5em;
            margin-bottom: 0.5em;
            border-bottom: 2px solid #0066cc;
            padding-bottom: 0.3em;
        }
        
        .intro {
            background-color: #e6f2ff;
            padding: 20px;
            border-radius: 8px;
            margin-bottom: 30px;
            border-left: 5px solid #0066cc;
        }
        
        .card {
            background-color: white;
            border-radius: 8px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            padding: 20px;
            margin-bottom: 30px;
            overflow: hidden;
        }
        
        .diagram {
            width: 100%;
            max-width: 800px;
            margin: 20px auto;
            display: block;
            background: white;
            padding: 20px;
            border-radius: 8px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        }
        
        .step {
            display: flex;
            margin-bottom: 30px;
            align-items: center;
        }
        
        .step-number {
            background-color: #0066cc;
            color: white;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: bold;
            font-size: 1.2em;
            margin-right: 20px;
            flex-shrink: 0;
        }
        
        .step-content {
            flex-grow: 1;
        }
        
        .code-block {
            background-color: #282c34;
            color: #abb2bf;
            padding: 15px;
            border-radius: 5px;
            overflow-x: auto;
            font-family: 'Courier New', monospace;
            margin: 15px 0;
        }
        
        .highlight {
            color: #e06c75;
            font-weight: bold;
        }
        
        .note {
            background-color: #fff9e6;
            border-left: 4px solid #ffd700;
            padding: 10px 15px;
            margin: 15px 0;
        }
        
        .two-column {
            display: flex;
            flex-wrap: wrap;
            gap: 20px;
            margin: 20px 0;
        }
        
        .column {
            flex: 1;
            min-width: 300px;
        }
        
        .aws-orange {
            color: #dc7600;
        }
        
        .aws-blue {
            color: #232F3E;
        }
        
        .footer {
            text-align: center;
            margin-top: 50px;
            padding-top: 20px;
            border-top: 1px solid #A0A0A0;
            color: #666;
        }
        
        .pros-cons {
            display: flex;
            gap: 20px;
            margin: 20px 0;
        }
        
        .pros, .cons {
            flex: 1;
            padding: 15px;
            border-radius: 8px;
        }
        
        .pros {
            background-color: #e6f7e6;
            border-left: 4px solid #2E7D32;
        }
        
        .cons {
            background-color: #ffebee;
            border-left: 4px solid #F44336;
        }
        
        @media (max-width: 768px) {
            .step {
                flex-direction: column;
                align-items: flex-start;
            }
            
            .step-number {
                margin-bottom: 10px;
            }
            
            .pros-cons {
                flex-direction: column;
            }
        }
    
        

    
        
        

        

        

        

        

        

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

    
        
        

        

        

        

        

        

        

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

        

        

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

        

        

        

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

            

            

            

            
        }