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

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: #f7f9fc;
    }
    .header {
      text-align: center;
      margin-bottom: 30px;
    }
    h1 {
      color: #0f3c6d;
      margin-bottom: 10px;
    }
    .subtitle {
      color: #555;
      font-size: 18px;
      margin-bottom: 30px;
    }
    .infographic {
      display: flex;
      flex-direction: column;
      gap: 40px;
    }
    .comparison {
      display: flex;
      gap: 20px;
    }
    .error-card {
      flex: 1;
      padding: 25px;
      border-radius: 12px;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    }
    .error-ila {
      background-color: #f9effe;
      border-left: 5px solid #9c27b0;
    }
    .error-iic {
      background-color: #fff8e1;
      border-left: 5px solid #D97706;
    }
    .error-title {
      font-size: 22px;
      font-weight: bold;
      margin-bottom: 20px;
      display: flex;
      align-items: center;
      gap: 10px;
    }
    .error-icon {
      width: 40px;
      height: 40px;
      background-color: #fff;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    }
    .section {
      margin-bottom: 15px;
    }
    .section-title {
      font-weight: bold;
      margin-bottom: 8px;
      color: #444;
    }
    .solutions {
      background-color: #e3f2fd;
      padding: 25px;
      border-radius: 12px;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    }
    .solution-title {
      color: #0d47a1;
      font-size: 22px;
      font-weight: bold;
      margin-bottom: 20px;
      display: flex;
      align-items: center;
      gap: 10px;
    }
    .solution-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 20px;
    }
    .solution-card {
      background-color: white;
      padding: 15px;
      border-radius: 8px;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    }
    .solution-card-title {
      font-weight: bold;
      color: #0f3c6d;
      margin-bottom: 8px;
      display: flex;
      align-items: center;
      gap: 8px;
    }
    .icon-container {
      min-width: 24px;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .comparison-table {
      width: 100%;
      border-collapse: collapse;
      margin-top: 20px;
      margin-bottom: 40px;
      background-color: white;
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    }
    .comparison-table th, .comparison-table td {
      padding: 15px;
      text-align: left;
      border-bottom: 1px solid #eee;
    }
    .comparison-table th {
      background-color: #0f3c6d;
      color: white;
    }
    .comparison-table tr:last-child td {
      border-bottom: none;
    }
    .comparison-table tr:nth-child(even) {
      background-color: #f9f9f9;
    }
    .feature {
      font-weight: bold;
      color: #555;
    }
    .example-section {
      background-color: #f1f8e9;
      padding: 25px;
      border-radius: 12px;
      margin-top: 20px;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    }
    .example-title {
      color: #33691e;
      font-size: 22px;
      font-weight: bold;
      margin-bottom: 20px;
    }
    .code {
      background-color: #2d2d2d;
      color: #e6e6e6;
      padding: 15px;
      border-radius: 8px;
      overflow-x: auto;
      font-family: monospace;
      margin-bottom: 15px;
    }
    .footer {
      text-align: center;
      margin-top: 40px;
      color: #666;
      font-size: 14px;
    }
  
        

    
        
        

        

        

        

        

        

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

    
        
        

        

        

        

        

        

        

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

        

        

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

        

        

        

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

            

            

            

            
        }