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

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: #f5f7f9;
        }
        
        header {
            text-align: center;
            margin-bottom: 40px;
        }
        
        h1 {
            color: #232f3e;
            font-size: 32px;
            margin-bottom: 10px;
        }
        
        .subtitle {
            color: #666;
            font-size: 18px;
        }
        
        .container {
            background-color: white;
            border-radius: 8px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            padding: 30px;
            margin-bottom: 30px;
        }
        
        .section {
            margin-bottom: 40px;
        }
        
        h2 {
            color: #232f3e;
            border-bottom: 2px solid #dc7600;
            padding-bottom: 10px;
            margin-top: 0;
        }
        
        .metrics-diagram {
            display: flex;
            justify-content: space-around;
            flex-wrap: wrap;
            margin: 30px 0;
        }
        
        .metric-box {
            width: 45%;
            min-width: 300px;
            border: 2px solid #A0A0A0;
            border-radius: 8px;
            padding: 20px;
            margin-bottom: 20px;
            background-color: #fff;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
        }
        
        .instance-metrics {
            border-color: #dc7600;
        }
        
        .volume-metrics {
            border-color: #527FFF;
        }
        
        .metric-header {
            display: flex;
            align-items: center;
            margin-bottom: 15px;
        }
        
        .metric-icon {
            width: 50px;
            height: 50px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            margin-right: 15px;
            color: white;
            font-size: 24px;
        }
        
        .instance-icon {
            background-color: #dc7600;
        }
        
        .volume-icon {
            background-color: #527FFF;
        }
        
        .metric-title {
            font-size: 20px;
            font-weight: bold;
            margin: 0;
        }
        
        .metric-detail {
            margin-top: 15px;
        }
        
        .metric-list {
            margin-top: 10px;
            padding-left: 20px;
        }
        
        .metric-list li {
            margin-bottom: 10px;
        }
        
        .comparison {
            background-color: #f0f7ff;
            border-radius: 8px;
            padding: 20px;
            margin-top: 30px;
        }
        
        .example {
            background-color: #fffaf0;
            border-left: 4px solid #dc7600;
            padding: 15px;
            margin-top: 20px;
        }
        
        .example-title {
            font-weight: bold;
            margin-bottom: 10px;
        }
        
        .flowchart {
            display: flex;
            flex-direction: column;
            align-items: center;
            margin: 30px 0;
        }
        
        .flow-box {
            background-color: #fff;
            border: 2px solid #A0A0A0;
            border-radius: 8px;
            padding: 15px;
            margin: 10px 0;
            width: 80%;
            text-align: center;
            position: relative;
        }
        
        .flow-arrow {
            height: 30px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 20px;
            color: #666;
        }
        
        .tips {
            background-color: #f0f7ff;
            border-radius: 8px;
            padding: 20px;
            margin-top: 30px;
        }
        
        .tips-list {
            padding-left: 20px;
        }
        
        .tips-list li {
            margin-bottom: 10px;
        }
        
        .highlight {
            font-weight: bold;
            color: #dc7600;
        }
        
        .highlight-blue {
            font-weight: bold;
            color: #527FFF;
        }
        
        .comparison-table {
            width: 100%;
            border-collapse: collapse;
            margin-top: 20px;
        }
        
        .comparison-table th, .comparison-table td {
            border: 1px solid #A0A0A0;
            padding: 12px;
            text-align: left;
        }
        
        .comparison-table th {
            background-color: #f2f2f2;
        }
        
        .comparison-table tr:nth-child(even) {
            background-color: #f9f9f9;
        }
        
        .comparison-table tr.instance-row {
            background-color: rgba(255, 153, 0, 0.1);
        }

        .comparison-table tr.volume-row {
            background-color: rgba(82, 127, 255, 0.1);
        }
        
        @media (max-width: 768px) {
            .metric-box {
                width: 100%;
            }
            
            .comparison-table {
                font-size: 14px;
            }
            
            .comparison-table th, .comparison-table td {
                padding: 8px;
            }
        }
    
        

    
        
        

        

        

        

        

        

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

    
        
        

        

        

        

        

        

        

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

        

        

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

        

        

        

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

            

            

            

            
        }