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

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: #f5f5f5;
        }
        
        h1, h2, h3 {
            color: #232f3e;
        }
        
        h1 {
            text-align: center;
            margin-bottom: 20px;
            font-size: 24px;
            border-bottom: 2px solid #dc7600;
            padding-bottom: 10px;
        }
        
        .container {
            background-color: white;
            border-radius: 8px;
            box-shadow: 0 4px 8px rgba(0,0,0,0.1);
            padding: 20px;
            margin-bottom: 30px;
        }
        
        .intro {
            text-align: center;
            margin-bottom: 20px;
            font-size: 16px;
            background-color: #f0f8ff;
            padding: 15px;
            border-radius: 8px;
            border-left: 4px solid #0073bb;
        }
        
        .intro p {
            margin: 0;
        }
        
        .explanation {
            display: flex;
            margin: 20px 0;
            align-items: center;
        }
        
        .explanation-text {
            flex: 1;
            padding: 15px;
        }
        
        .explanation-image {
            flex: 1;
            text-align: center;
        }
        
        .steps {
            margin-top: 30px;
        }
        
        .step {
            display: flex;
            margin-bottom: 20px;
            background-color: #f9f9f9;
            border-radius: 8px;
            overflow: hidden;
        }
        
        .step-number {
            background-color: #dc7600;
            color: white;
            font-size: 24px;
            font-weight: bold;
            display: flex;
            justify-content: center;
            align-items: center;
            width: 60px;
        }
        
        .step-content {
            padding: 15px;
            flex: 1;
        }
        
        .step h3 {
            margin-top: 0;
            color: #232f3e;
        }
        
        .step p {
            margin-bottom: 0;
        }
        
        .highlight {
            background-color: #fff8e6;
            padding: 15px;
            border-radius: 8px;
            border-left: 4px solid #dc7600;
            margin: 20px 0;
        }
        
        .simple-terms {
            background-color: #f0f8ff;
            padding: 15px;
            border-radius: 8px;
            margin: 20px 0;
        }
        
        .simple-terms h3 {
            color: #0073bb;
            margin-top: 0;
        }
        
        .simple-term {
            margin-bottom: 10px;
        }
        
        .term-name {
            font-weight: bold;
        }
        
        .comparison {
            display: flex;
            margin: 20px 0;
            justify-content: space-between;
        }
        
        .comparison-column {
            flex: 1;
            margin: 0 10px;
            text-align: center;
            background-color: #f9f9f9;
            padding: 15px;
            border-radius: 8px;
        }
        
        .comparison-column h3 {
            margin-top: 0;
            color: #232f3e;
            border-bottom: 1px solid #A0A0A0;
            padding-bottom: 10px;
        }
        
        .comparison-column img {
            max-width: 100%;
            height: auto;
        }
        
        footer {
            text-align: center;
            margin-top: 30px;
            color: #666;
            font-size: 0.9em;
        }

        .center-image {
            text-align: center;
            margin: 20px 0;
        }
    
        

    
        
        

        

        

        

        

        

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

    
        
        

        

        

        

        

        

        

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

        

        

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

        

        

        

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

            

            

            

            
        }