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

body {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            margin: 0;
            padding: 20px;
            padding-top: 80px; /* 固定ヘッダー分のスペース確保 */
            color: #333;
            background-color: #f5f5f5;
        }
        .container {
            max-width: 1000px;
            margin: 0 auto;
            background-color: white;
            border-radius: 10px;
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
            overflow: hidden;
        }
        header {
            background: linear-gradient(135deg, #232f3e, #2c3e50);
            color: white;
            padding: 20px;
            text-align: center;
        }
        h1 {
            margin: 0;
            font-size: 28px;
        }
        .intro {
            padding: 20px;
            background-color: #f0f8ff;
            text-align: center;
            border-bottom: 1px solid #e1e4e8;
        }
        .main-content {
            display: flex;
            flex-wrap: wrap;
        }
        .column {
            flex: 1;
            min-width: 300px;
            padding: 20px;
            position: relative;
        }
        .user-pool {
            background-color: #e6f7ff;
            border-right: 1px solid #e1e4e8;
        }
        .identity-pool {
            background-color: #fff1e6;
        }
        h2 {
            color: #232f3e;
            margin-top: 0;
            display: flex;
            align-items: center;
            font-size: 22px;
        }
        .icon {
            width: 40px;
            height: 40px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            margin-right: 10px;
            background-color: #232f3e;
            color: white;
            border-radius: 50%;
            font-size: 20px;
        }
        .feature-list {
            margin-top: 20px;
        }
        .feature-item {
            margin-bottom: 15px;
            padding: 15px;
            background-color: white;
            border-radius: 8px;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
        }
        .identity-pool .feature-item {
            background-color: #fffaf6;
        }
        .user-pool .feature-item {
            background-color: #f6fbff;
        }
        .feature-title {
            font-weight: bold;
            margin-bottom: 5px;
            color: #2c3e50;
        }
        .comparison {
            padding: 20px;
            background-color: #f8f9fa;
            border-top: 1px solid #e1e4e8;
        }
        .comparison-table {
            width: 100%;
            border-collapse: collapse;
            margin-top: 15px;
        }
        .comparison-table th, .comparison-table td {
            padding: 12px 15px;
            text-align: left;
            border: 1px solid #A0A0A0;
        }
        .comparison-table th {
            background-color: #232f3e;
            color: white;
        }
        .comparison-table tr:nth-child(odd) {
            background-color: #f2f2f2;
        }
        .flow-diagram {
            padding: 20px;
            text-align: center;
        }
        .flow-container {
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            margin-top: 20px;
            flex-wrap: wrap;
        }
        .flow-box {
            flex: 1;
            min-width: 200px;
            padding: 15px;
            margin: 10px;
            background-color: white;
            border-radius: 8px;
            box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
            position: relative;
        }
        .flow-box.user-flow {
            border-top: 5px solid #4c9aff;
        }
        .flow-box.id-flow {
            border-top: 5px solid #ff9d4c;
        }
        .flow-arrow {
            position: absolute;
            bottom: -30px;
            left: 50%;
            transform: translateX(-50%);
            width: 30px;
            height: 30px;
            color: #666;
            font-size: 24px;
        }
        .conclusion {
            padding: 20px;
            background-color: #232f3e;
            color: white;
            text-align: center;
        }
        footer {
            text-align: center;
            padding: 10px;
            color: #666;
            font-size: 12px;
        }
        @media (max-width: 768px) {
            .column {
                flex: 100%;
            }
            .user-pool {
                border-right: none;
                border-bottom: 1px solid #e1e4e8;
            }
        }
    
        

    
        
        

        

        

        

        

        

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

    
        
        

        

        

        

        

        

        

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

        

        

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

        

        

        

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

            

            

            

            
        }