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

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: #f8f9fa;
        }
        
        h1, h2, h3 {
            color: #232f3e;
        }
        
        h1 {
            text-align: center;
            margin-bottom: 40px;
            padding-bottom: 10px;
            border-bottom: 3px solid #dc7600;
        }
        
        .intro {
            background-color: #fff;
            padding: 20px;
            border-radius: 8px;
            box-shadow: 0 2px 5px rgba(0,0,0,0.1);
            margin-bottom: 30px;
        }
        
        .guardrail-types {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            gap: 20px;
            margin-bottom: 40px;
        }
        
        .guardrail-type {
            flex-basis: calc(33% - 20px);
            background-color: #fff;
            border-radius: 8px;
            padding: 20px;
            box-shadow: 0 2px 5px rgba(0,0,0,0.1);
        }
        
        @media (max-width: 768px) {
            .guardrail-type {
                flex-basis: 100%;
            }
        }
        
        .guardrail-type h2 {
            display: flex;
            align-items: center;
            margin-top: 0;
        }
        
        .guardrail-type h2 span {
            display: inline-block;
            width: 30px;
            height: 30px;
            border-radius: 50%;
            color: white;
            text-align: center;
            line-height: 30px;
            font-size: 16px;
            margin-right: 10px;
        }
        
        .preventive h2 span {
            background-color: #d13212;
        }
        
        .detective h2 span {
            background-color: #1d8102;
        }
        
        .proactive h2 span {
            background-color: #0073bb;
        }
        
        .icon-container {
            text-align: center;
            margin: 20px 0;
        }
        
        .icon {
            font-size: 60px;
            color: #dc7600;
        }
        
        .examples {
            margin-top: 15px;
            background-color: #f1f8ff;
            padding: 15px;
            border-radius: 5px;
            border-left: 4px solid #0073bb;
        }
        
        .examples h3 {
            margin-top: 0;
            font-size: 16px;
            color: #0073bb;
        }
        
        .examples ul {
            margin-bottom: 0;
            padding-left: 20px;
        }
        
        .examples li {
            margin-bottom: 5px;
        }
        
        .diagram-container {
            margin: 30px 0;
            background-color: #fff;
            padding: 20px;
            border-radius: 8px;
            box-shadow: 0 2px 5px rgba(0,0,0,0.1);
        }
        
        .diagram {
            display: flex;
            flex-direction: column;
            align-items: center;
        }
        
        .diagram-row {
            display: flex;
            width: 100%;
            justify-content: space-around;
            margin-bottom: 20px;
            flex-wrap: wrap;
        }
        
        .diagram-item {
            text-align: center;
            padding: 15px;
            margin: 10px;
            background-color: #f8f9fa;
            border-radius: 8px;
            width: 180px;
            box-shadow: 0 2px 5px rgba(0,0,0,0.1);
        }
        
        .diagram-arrow {
            font-size: 24px;
            margin: 0 15px;
            color: #666;
        }
        
        .summary {
            background-color: #fff;
            padding: 20px;
            border-radius: 8px;
            box-shadow: 0 2px 5px rgba(0,0,0,0.1);
            margin-top: 40px;
        }
        
        .highlight {
            background-color: #fff9e6;
            border-left: 4px solid #dc7600;
            padding: 10px 15px;
            margin: 15px 0;
        }
        
        .aws-orange {
            color: #dc7600;
        }
        
        .aws-navy {
            color: #232f3e;
        }
        
        .guardrail-comparison {
            width: 100%;
            border-collapse: collapse;
            margin: 20px 0;
        }
        
        .guardrail-comparison th, 
        .guardrail-comparison td {
            border: 1px solid #A0A0A0;
            padding: 12px;
            text-align: left;
        }
        
        .guardrail-comparison th {
            background-color: #232f3e;
            color: white;
        }
        
        .guardrail-comparison tr:nth-child(even) {
            background-color: #f2f2f2;
        }
        
        .preventive-td {
            background-color: #ffebe6;
        }
        
        .detective-td {
            background-color: #e6f7e6;
        }
        
        .proactive-td {
            background-color: #e6f3ff;
        }
    
        

    
        
        

        

        

        

        

        

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

    
        
        

        

        

        

        

        

        

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

        

        

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

        

        

        

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

            

            

            

            
        }