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

body {
            font-family: 'Segoe UI', Arial, sans-serif;
            line-height: 1.6;
            color: #333;
            max-width: 900px;
            margin: 0 auto;
            padding: 20px;
            padding-top: 80px; /* 固定ヘッダー分のスペース確保 */
            background-color: #f8f9fa;
        }
        h1 {
            color: #232f3e;
            text-align: center;
            margin-bottom: 20px;
            font-size: 28px;
            border-bottom: 3px solid #dc7600;
            padding-bottom: 10px;
        }
        h2 {
            color: #232f3e;
            margin-top: 25px;
            font-size: 22px;
        }
        .container {
            background-color: white;
            border-radius: 10px;
            padding: 25px;
            box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
            margin-bottom: 20px;
        }
        .intro {
            text-align: center;
            font-size: 18px;
            margin-bottom: 30px;
            background-color: #eaf4ff;
            padding: 15px;
            border-radius: 8px;
        }
        .simplified-diagram {
            display: flex;
            flex-direction: column;
            align-items: center;
            margin: 30px 0;
        }
        .layer {
            display: flex;
            justify-content: center;
            width: 100%;
            margin-bottom: 20px;
            position: relative;
        }
        .arrow-container {
            display: flex;
            justify-content: center;
            width: 100%;
            height: 40px;
        }
        .arrow {
            width: 0;
            height: 0;
            border-left: 20px solid transparent;
            border-right: 20px solid transparent;
            border-top: 20px solid #ccc;
        }
        .box {
            padding: 15px;
            border-radius: 8px;
            text-align: center;
            margin: 0 10px;
            width: 180px;
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
            position: relative;
        }
        .root {
            background-color: #232f3e;
            color: white;
        }
        .ou {
            background-color: #527FFF;
            color: white;
        }
        .account {
            background-color: #dc7600;
            color: #232f3e;
        }
        .scp-tag {
            position: absolute;
            top: -10px;
            right: -10px;
            background-color: #16B7EA;
            color: white;
            border-radius: 50%;
            width: 35px;
            height: 35px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: bold;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
        }
        .example {
            background-color: #f5f5f5;
            padding: 20px;
            border-radius: 8px;
            margin: 20px 0;
        }
        .rule-box {
            background-color: #fff2d6;
            border-left: 5px solid #dc7600;
            padding: 15px;
            margin: 15px 0;
            border-radius: 0 8px 8px 0;
        }
        .animation-container {
            position: relative;
            height: 150px;
            margin: 30px 0;
            background-color: #f5f7fa;
            border-radius: 8px;
            padding: 20px;
            overflow: hidden;
        }
        .service {
            display: inline-block;
            padding: 8px 12px;
            margin: 5px;
            border-radius: 5px;
            font-weight: bold;
        }
        .allowed {
            background-color: #d4edda;
            color: #155724;
        }
        .denied {
            background-color: #f8d7da;
            color: #721c24;
            text-decoration: line-through;
        }
        .filter-layer {
            width: 100%;
            padding: 10px;
            margin: 5px 0;
            border-radius: 8px;
            text-align: center;
            position: relative;
        }
        .root-filter {
            background-color: rgba(35, 47, 62, 0.1);
            border: 2px dashed #232f3e;
        }
        .ou-filter {
            background-color: rgba(82, 127, 255, 0.1);
            border: 2px dashed #527FFF;
        }
        .account-filter {
            background-color: rgba(255, 153, 0, 0.1);
            border: 2px dashed #dc7600;
        }
        .filter-label {
            position: absolute;
            top: -10px;
            left: 10px;
            background-color: white;
            padding: 0 10px;
            font-size: 12px;
            font-weight: bold;
        }
        .comparison {
            display: flex;
            justify-content: space-between;
            margin: 30px 0;
        }
        .comparison-col {
            width: 48%;
            padding: 15px;
            border-radius: 8px;
            background-color: #f8f9fa;
        }
        .step {
            display: flex;
            margin-bottom: 15px;
            align-items: flex-start;
        }
        .step-number {
            background-color: #dc7600;
            color: white;
            width: 25px;
            height: 25px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 10px;
            flex-shrink: 0;
            font-weight: bold;
            font-size: 14px;
        }
        .step-content {
            flex-grow: 1;
        }
        .key-point {
            font-weight: bold;
            color: #d63031;
        }
    
        

    
        
        

        

        

        

        

        

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

    
        
        

        

        

        

        

        

        

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

        

        

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

        

        

        

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

            

            

            

            
        }