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

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: #f8f9fa;
        }
        
        .header {
            text-align: center;
            margin-bottom: 40px;
            padding: 20px;
            background-color: #232f3e;
            color: white;
            border-radius: 8px;
        }
        
        h1 {
            margin: 0;
            font-size: 2.5em;
        }
        
        .subtitle {
            font-size: 1.2em;
            margin-top: 10px;
            color: #dc7600;
        }
        
        .section {
            background-color: white;
            border-radius: 8px;
            padding: 25px;
            margin-bottom: 30px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        }
        
        h2 {
            color: #232f3e;
            border-bottom: 2px solid #dc7600;
            padding-bottom: 10px;
            margin-top: 0;
        }
        
        .info-box {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            margin-top: 20px;
        }
        
        .info-card {
            flex-basis: 48%;
            background-color: #f1f8ff;
            padding: 15px;
            border-radius: 8px;
            margin-bottom: 20px;
            border-left: 4px solid #0073bb;
        }
        
        .process-flow {
            display: flex;
            justify-content: space-between;
            margin: 40px 0;
            position: relative;
        }
        
        .process-step {
            flex-basis: 22%;
            text-align: center;
            position: relative;
            z-index: 1;
        }
        
        .step-number {
            background-color: #dc7600;
            color: white;
            width: 50px;
            height: 50px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.5em;
            font-weight: bold;
            margin: 0 auto 15px;
        }
        
        .process-line {
            position: absolute;
            top: 25px;
            left: 12%;
            right: 12%;
            height: 4px;
            background-color: #A0A0A0;
            z-index: 0;
        }
        
        .comparison {
            display: flex;
            gap: 30px;
            margin-top: 20px;
        }
        
        .comparison-column {
            flex: 1;
            background-color: white;
            padding: 20px;
            border-radius: 8px;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        }
        
        .comparison-title {
            text-align: center;
            font-weight: bold;
            font-size: 1.2em;
            margin-bottom: 15px;
            padding-bottom: 10px;
            border-bottom: 1px solid #A0A0A0;
        }
        
        .fsr-column {
            border: 2px solid #dc7600;
        }
        
        .fsr-title {
            color: #dc7600;
        }
        
        .advantage {
            display: flex;
            align-items: center;
            margin-bottom: 10px;
        }
        
        .advantage-icon {
            color: #0073bb;
            font-size: 1.5em;
            margin-right: 10px;
        }
        
        .cta {
            background-color: #dc7600;
            color: white;
            text-align: center;
            padding: 20px;
            border-radius: 8px;
            margin-top: 30px;
        }
        
        .use-case {
            background-color: #f0f7f2;
            padding: 15px;
            border-radius: 8px;
            margin-bottom: 15px;
            border-left: 4px solid #3dae2b;
        }
        
        .warning {
            background-color: #fff7e6;
            padding: 15px;
            border-radius: 8px;
            margin: 20px 0;
            border-left: 4px solid #dc7600;
        }
        
        .icon {
            display: inline-block;
            width: 80px;
            height: 80px;
            background-color: #f1f8ff;
            border-radius: 50%;
            text-align: center;
            line-height: 80px;
            font-size: 2em;
            margin-bottom: 15px;
            color: #0073bb;
        }
        
        @media (max-width: 768px) {
            .info-card, .process-step {
                flex-basis: 100%;
            }
            
            .comparison {
                flex-direction: column;
            }
            
            .process-flow {
                flex-direction: column;
            }
            
            .process-line {
                display: none;
            }
            
            .step-number {
                margin: 0 auto 15px;
            }
        }
    
        

    
        
        

        

        

        

        

        

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

    
        
        

        

        

        

        

        

        

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

        

        

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

        

        

        

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

            

            

            

            
        }