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

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: #f9f9f9;
        }
        h1 {
            color: #232F3E;
            text-align: center;
            margin-bottom: 30px;
        }
        h2 {
            color: #dc7600;
            margin-top: 30px;
        }
        .container {
            background-color: white;
            border-radius: 8px;
            padding: 30px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        }
        .intro {
            background-color: #232F3E;
            color: white;
            padding: 20px;
            border-radius: 8px;
            margin-bottom: 30px;
        }
        .diagram {
            margin: 40px 0;
            text-align: center;
        }
        .diagram svg {
            max-width: 100%;
        }
        .benefits {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            margin: 30px 0;
        }
        .benefit-box {
            background-color: #f1faff;
            border-left: 4px solid #dc7600;
            padding: 15px;
            margin-bottom: 20px;
            width: calc(50% - 20px);
            box-sizing: border-box;
            border-radius: 4px;
        }
        .step {
            background-color: #f5f5f5;
            border-radius: 8px;
            padding: 20px;
            margin-bottom: 20px;
            position: relative;
        }
        .step-number {
            background-color: #dc7600;
            color: white;
            width: 30px;
            height: 30px;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            font-weight: bold;
            position: absolute;
            top: -15px;
            left: -15px;
        }
        .comparison {
            width: 100%;
            border-collapse: collapse;
            margin: 30px 0;
        }
        .comparison th, .comparison td {
            border: 1px solid #A0A0A0;
            padding: 12px;
            text-align: left;
        }
        .comparison th {
            background-color: #232F3E;
            color: white;
        }
        .comparison tr:nth-child(even) {
            background-color: #f9f9f9;
        }
        .text-center {
            text-align: center;
        }
        .footer {
            margin-top: 40px;
            text-align: center;
            font-size: 0.9em;
            color: #666;
        }
        @media (max-width: 768px) {
            .benefit-box {
                width: 100%;
            }
        }
    
        

    
        
        

        

        

        

        

        

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

    
        
        

        

        

        

        

        

        

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

        

        

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

        

        

        

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

            

            

            

            
        }