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

body {
            font-family: 'Helvetica Neue', Arial, sans-serif;
            line-height: 1.6;
            color: #333;
            margin: 0;
            padding: 20px;
            padding-top: 80px; /* 固定ヘッダー分のスペース確保 */
            background-color: #f9f9f9;
        }
        .container {
            max-width: 1200px;
            margin: 0 auto;
            background-color: white;
            border-radius: 8px;
            box-shadow: 0 0 20px rgba(0,0,0,0.1);
            padding: 30px;
        }
        h1 {
            color: #2c3e50;
            text-align: center;
            margin-bottom: 40px;
            font-size: 32px;
            border-bottom: 2px solid #3498db;
            padding-bottom: 15px;
        }
        .comparison {
            display: flex;
            flex-direction: column;
            gap: 40px;
        }
        .section {
            margin-bottom: 30px;
        }
        h2 {
            color: #2980b9;
            margin-bottom: 20px;
            font-size: 24px;
        }
        .diagram {
            display: flex;
            justify-content: space-between;
            margin-bottom: 40px;
            flex-wrap: wrap;
        }
        .column {
            flex: 1;
            min-width: 45%;
            border: 1px solid #e0e0e0;
            border-radius: 8px;
            padding: 20px;
            margin: 10px;
            background-color: #f5f9ff;
            box-shadow: 0 3px 10px rgba(0,0,0,0.1);
            position: relative;
        }
        .column h3 {
            color: white;
            padding: 10px 20px;
            margin: -20px -20px 20px -20px;
            border-top-left-radius: 8px;
            border-top-right-radius: 8px;
            text-align: center;
            font-size: 20px;
        }
        .vpn h3 {
            background-color: #3498db;
        }
        .privatelink h3 {
            background-color: #9b59b6;
        }
        .feature-list {
            list-style-type: none;
            padding: 0;
            margin: 0;
        }
        .feature-list li {
            margin-bottom: 15px;
            padding-left: 30px;
            position: relative;
        }
        .feature-list li:before {
            content: "✓";
            position: absolute;
            left: 0;
            color: #15803D;
            font-weight: bold;
        }
        .drawback-list li:before {
            content: "✗";
            color: #e74c3c;
        }
        .network-diagram {
            text-align: center;
            margin: 30px 0;
            padding: 20px;
            background-color: white;
            border-radius: 8px;
            box-shadow: 0 3px 10px rgba(0,0,0,0.1);
        }
        .comparison-table {
            width: 100%;
            border-collapse: collapse;
            margin: 30px 0;
            box-shadow: 0 3px 10px rgba(0,0,0,0.1);
        }
        .comparison-table th, .comparison-table td {
            padding: 15px;
            text-align: left;
            border-bottom: 1px solid #e0e0e0;
        }
        .comparison-table th {
            background-color: #2c3e50;
            color: white;
        }
        .comparison-table tr:nth-child(even) {
            background-color: #f5f9ff;
        }
        .comparison-table tr:nth-child(odd) {
            background-color: #ffffff;
        }
        .comparison-table td:first-child {
            font-weight: bold;
            color: #2c3e50;
        }
        .highlight {
            background-color: #ffffcc;
            padding: 2px 5px;
            border-radius: 3px;
        }
        .conclusion {
            background-color: #f1f8ff;
            padding: 20px;
            border-radius: 8px;
            border-left: 5px solid #3498db;
            margin-top: 40px;
        }
        .icon {
            font-size: 24px;
            margin-right: 10px;
            vertical-align: middle;
        }
        svg {
            display: block;
            margin: 0 auto;
        }
        .legend {
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
            gap: 20px;
            margin-top: 15px;
        }
        .legend-item {
            display: flex;
            align-items: center;
            margin-right: 20px;
        }
        .legend-color {
            width: 20px;
            height: 20px;
            margin-right: 8px;
            border-radius: 3px;
        }
        .vpn-color {
            background-color: #3498db;
        }
        .privatelink-color {
            background-color: #9b59b6;
        }
        @media (max-width: 768px) {
            .diagram {
                flex-direction: column;
            }
            .column {
                min-width: 90%;
            }
        }
    
        

    
        
        

        

        

        

        

        

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

    
        
        

        

        

        

        

        

        

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

        

        

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

        

        

        

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

            

            

            

            
        }