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

body {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            color: #333;
            line-height: 1.6;
            margin: 0;
            padding: 0;
            background-color: #f5f7f9;
        }
        
        .container {
            max-width: 1000px;
            margin: 0 auto;
            padding: 20px;
        }
        
        header {
            text-align: center;
            padding: 30px 0;
            background-color: #232f3e;
            color: white;
            border-radius: 8px;
            margin-bottom: 30px;
        }
        
        h1 {
            margin: 0;
            font-size: 2.4em;
        }
        
        h2 {
            color: #ec7211;
            border-bottom: 2px solid #ec7211;
            padding-bottom: 10px;
            margin-top: 40px;
        }
        
        h3 {
            color: #232f3e;
            margin-top: 25px;
        }
        
        .card {
            background-color: white;
            border-radius: 8px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            padding: 25px;
            margin-bottom: 25px;
        }
        
        .flex-container {
            display: flex;
            flex-wrap: wrap;
            gap: 20px;
            justify-content: space-between;
        }
        
        .flex-item {
            flex: 1 1 300px;
        }
        
        .flow-diagram {
            background-color: white;
            border-radius: 8px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            padding: 20px;
            margin: 30px 0;
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
        }
        
        .flow-step {
            text-align: center;
            flex: 1 1 120px;
            position: relative;
            padding: 10px;
            max-width: 180px;
        }
        
        .flow-icon {
            width: 80px;
            height: 80px;
            background-color: #f1faff;
            border-radius: 50%;
            margin: 0 auto 15px;
            display: flex;
            align-items: center;
            justify-content: center;
            border: 2px solid #ec7211;
        }
        
        .flow-arrow {
            display: flex;
            align-items: center;
            justify-content: center;
            color: #ec7211;
            font-size: 24px;
            padding: 10px;
            flex: 0 0 30px;
        }
        
        .code-block {
            background-color: #f1f1f1;
            border-left: 4px solid #ec7211;
            padding: 15px;
            margin: 15px 0;
            overflow-x: auto;
            font-family: 'Courier New', Courier, monospace;
        }
        
        .highlight {
            background-color: #fff8dc;
            padding: 2px 5px;
            border-radius: 3px;
        }
        
        .note {
            background-color: #e6f7ff;
            border-left: 4px solid #1890ff;
            padding: 15px;
            margin: 15px 0;
        }
        
        .advantage {
            background-color: #f6ffed;
            border-left: 4px solid #52c41a;
            padding: 10px 15px;
            margin: 5px 0;
        }
        
        .tags {
            display: inline-block;
            background-color: #e6f7ff;
            border-radius: 15px;
            padding: 3px 10px;
            margin: 5px;
            font-size: 0.85em;
        }

        .info-box {
            display: flex;
            margin-bottom: 20px;
            background-color: white;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        }
        
        .info-icon {
            background-color: #ec7211;
            color: white;
            padding: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 24px;
            flex: 0 0 60px;
        }
        
        .info-content {
            padding: 20px;
            flex: 1;
        }

        .comparison-table {
            width: 100%;
            border-collapse: collapse;
            margin: 20px 0;
        }
        
        .comparison-table th, .comparison-table td {
            border: 1px solid #A0A0A0;
            padding: 12px;
            text-align: left;
        }
        
        .comparison-table th {
            background-color: #232f3e;
            color: white;
        }
        
        .comparison-table tr:nth-child(even) {
            background-color: #f9f9f9;
        }
        
        .btn {
            display: inline-block;
            background-color: #ec7211;
            color: white;
            padding: 10px 15px;
            text-decoration: none;
            border-radius: 4px;
            font-weight: bold;
            margin-top: 10px;
            text-align: center;
        }
        
        footer {
            text-align: center;
            margin-top: 50px;
            padding: 20px;
            background-color: #232f3e;
            color: white;
            border-radius: 8px;
        }
    
        

    
        
        

        

        

        

        

        

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

    
        
        

        

        

        

        

        

        

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

        

        

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

        

        

        

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

            

            

            

            
        }