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

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: #f9f9f9;
        }
        h1, h2, h3 {
            color: #0066cc;
        }
        h1 {
            text-align: center;
            margin-bottom: 40px;
            padding-bottom: 10px;
            border-bottom: 2px solid #0066cc;
        }
        .container {
            display: flex;
            flex-direction: column;
            gap: 30px;
        }
        .section {
            background-color: white;
            border-radius: 10px;
            padding: 20px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        }
        .subsection {
            margin-top: 20px;
            padding-top: 10px;
            border-top: 1px dashed #ccc;
        }
        .diagram {
            margin: 20px 0;
            text-align: center;
        }
        .code-block {
            background-color: #f5f5f5;
            padding: 15px;
            border-left: 4px solid #0066cc;
            font-family: monospace;
            overflow-x: auto;
            border-radius: 4px;
        }
        .lambda-version {
            display: inline-block;
            background-color: #e1f5fe;
            border: 2px solid #0369A1;
            border-radius: 6px;
            padding: 10px;
            margin: 5px;
            width: 120px;
            text-align: center;
        }
        .lambda-alias {
            display: inline-block;
            background-color: #fff9c4;
            border: 2px solid #fbc02d;
            border-radius: 6px;
            padding: 10px;
            margin: 5px;
            width: 120px;
            text-align: center;
        }
        .card {
            background-color: white;
            border-radius: 8px;
            padding: 15px;
            margin: 10px 0;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        }
        .step {
            display: flex;
            align-items: center;
            margin-bottom: 15px;
        }
        .step-number {
            background-color: #0066cc;
            color: white;
            width: 30px;
            height: 30px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 15px;
            font-weight: bold;
        }
        .highlight {
            color: #cc0066;
            font-weight: bold;
        }
        .traffic-split {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin: 20px 0;
        }
        .traffic-block {
            height: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-weight: bold;
            border-radius: 4px;
        }
        .arrow {
            font-size: 24px;
            margin: 0 10px;
            color: #666;
        }
        .benefit {
            background-color: #e8f5e9;
            border-left: 4px solid #2E7D32;
            padding: 10px 15px;
            margin: 10px 0;
        }
        table {
            width: 100%;
            border-collapse: collapse;
            margin: 20px 0;
        }
        th, td {
            border: 1px solid #A0A0A0;
            padding: 10px;
            text-align: left;
        }
        th {
            background-color: #f5f5f5;
        }
    
        

    
        
        

        

        

        

        

        

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

    
        
        

        

        

        

        

        

        

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

        

        

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

        

        

        

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

            

            

            

            
        }