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

body {
            font-family: 'Helvetica Neue', Arial, sans-serif;
            line-height: 1.6;
            color: #333;
            max-width: 1000px;
            margin: 0 auto;
            padding: 20px;
            padding-top: 80px; /* 固定ヘッダー分のスペース確保 */
            background-color: #f5f5f5;
        }
        
        h1 {
            color: #232F3E;
            text-align: center;
            margin-bottom: 30px;
            font-size: 28px;
            border-bottom: 2px solid #dc7600;
            padding-bottom: 10px;
        }
        
        h2 {
            color: #232F3E;
            margin-top: 30px;
            font-size: 22px;
        }
        
        .container {
            background-color: white;
            border-radius: 10px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            padding: 20px;
            margin-bottom: 30px;
        }
        
        .flow-diagram {
            display: flex;
            justify-content: space-between;
            margin: 40px 0;
            position: relative;
            flex-wrap: wrap;
        }
        
        .step {
            width: 180px;
            background-color: #fff;
            border: 2px solid #dc7600;
            border-radius: 8px;
            padding: 15px;
            text-align: center;
            position: relative;
            margin-bottom: 20px;
        }
        
        .step-title {
            font-weight: bold;
            margin-bottom: 10px;
            color: #232F3E;
        }
        
        .arrow {
            position: absolute;
            top: 50%;
            right: -30px;
            transform: translateY(-50%);
            width: 20px;
            height: 20px;
            border-top: 3px solid #dc7600;
            border-right: 3px solid #dc7600;
            transform: rotate(45deg);
        }
        
        .info-box {
            background-color: #E4F7FB;
            border-left: 4px solid #00A1C9;
            padding: 15px;
            margin: 20px 0;
            border-radius: 0 4px 4px 0;
        }
        
        .warning-box {
            background-color: #FFF4E6;
            border-left: 4px solid #dc7600;
            padding: 15px;
            margin: 20px 0;
            border-radius: 0 4px 4px 0;
        }
        
        .comparison {
            display: flex;
            justify-content: space-between;
            margin: 30px 0;
            flex-wrap: wrap;
        }
        
        .comparison-column {
            width: 48%;
            border: 1px solid #A0A0A0;
            border-radius: 8px;
            padding: 15px;
            margin-bottom: 15px;
        }
        
        .comparison-title {
            background-color: #232F3E;
            color: white;
            text-align: center;
            padding: 8px;
            border-radius: 4px;
            margin-bottom: 15px;
        }
        
        .pros-cons {
            display: flex;
            flex-direction: column;
        }
        
        .pros-cons div {
            margin-bottom: 10px;
            padding-left: 25px;
            position: relative;
        }
        
        .pros-cons .pro:before {
            content: "✓";
            color: green;
            position: absolute;
            left: 5px;
        }
        
        .pros-cons .con:before {
            content: "✗";
            color: red;
            position: absolute;
            left: 5px;
        }
        
        .icon-container {
            display: flex;
            justify-content: center;
            align-items: center;
            margin: 20px 0;
        }
        
        .icon {
            width: 60px;
            height: 60px;
            background-color: #dc7600;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            color: white;
            font-size: 24px;
            margin: 0 15px;
        }
        
        .caption {
            text-align: center;
            font-style: italic;
            color: #666;
            margin-top: 5px;
        }
        
        @media (max-width: 768px) {
            .flow-diagram {
                flex-direction: column;
                align-items: center;
            }
            
            .step {
                width: 80%;
                margin-bottom: 30px;
            }
            
            .arrow {
                transform: rotate(135deg);
                right: auto;
                top: auto;
                bottom: -15px;
                left: 50%;
            }
            
            .comparison-column {
                width: 100%;
            }
        }
    
        

    
        
        

        

        

        

        

        

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

    
        
        

        

        

        

        

        

        

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

        

        

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

        

        

        

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

            

            

            

            
        }