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

body {
            font-family: 'Helvetica Neue', Arial, sans-serif;
            line-height: 1.6;
            color: #333;
            max-width: 1200px;
            margin: 0 auto;
            padding: 20px;
            padding-top: 80px; /* 固定ヘッダー分のスペース確保 */
            background-color: #f7f9fc;
        }
        
        h1 {
            text-align: center;
            color: #232f3e;
            margin-bottom: 30px;
            font-size: 2.5em;
        }
        
        .subtitle {
            text-align: center;
            color: #545b64;
            margin-top: -20px;
            margin-bottom: 40px;
            font-size: 1.2em;
        }
        
        .tool-container {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            margin-bottom: 40px;
        }
        
        .tool-card {
            background-color: white;
            border-radius: 8px;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
            width: 32%;
            margin-bottom: 20px;
            overflow: hidden;
            transition: transform 0.3s ease;
        }
        
        .tool-card:hover {
            transform: translateY(-5px);
        }
        
        .tool-header {
            background-color: #232f3e;
            color: white;
            padding: 15px;
            text-align: center;
            font-size: 1.4em;
        }
        
        .tool-content {
            padding: 20px;
        }
        
        .tool-icon {
            display: block;
            width: 80px;
            height: 80px;
            margin: 0 auto 20px;
            background-color: #dc7600;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 2em;
        }
        
        .features-list {
            list-style-type: none;
            padding: 0;
        }
        
        .features-list li {
            margin-bottom: 10px;
            padding-left: 25px;
            position: relative;
        }
        
        .features-list li:before {
            content: "✓";
            color: #dc7600;
            position: absolute;
            left: 0;
            font-weight: bold;
        }
        
        .comparison-table {
            width: 100%;
            border-collapse: collapse;
            margin-top: 30px;
            background-color: white;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
            border-radius: 8px;
            overflow: hidden;
        }
        
        .comparison-table th, .comparison-table td {
            padding: 15px;
            text-align: left;
            border-bottom: 1px solid #e1e4e8;
        }
        
        .comparison-table th {
            background-color: #232f3e;
            color: white;
        }
        
        .comparison-table tr:last-child td {
            border-bottom: none;
        }
        
        .comparison-table tr:nth-child(even) {
            background-color: #f7f9fc;
        }
        
        .recommendation {
            background-color: white;
            border-radius: 8px;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
            padding: 25px;
            margin-top: 40px;
        }
        
        .recommendation h2 {
            color: #232f3e;
            margin-top: 0;
        }
        
        .recommendation p {
            margin-bottom: 0;
        }
        
        .workflow {
            margin-top: 40px;
            background-color: white;
            border-radius: 8px;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
            padding: 25px;
        }
        
        .workflow h2 {
            color: #232f3e;
            margin-top: 0;
        }
        
        .workflow-steps {
            display: flex;
            justify-content: space-between;
            margin-top: 20px;
            position: relative;
        }
        
        .workflow-steps:before {
            content: "";
            position: absolute;
            top: 40px;
            left: 10%;
            right: 10%;
            height: 3px;
            background-color: #dc7600;
            z-index: 1;
        }
        
        .step {
            width: 25%;
            text-align: center;
            position: relative;
            z-index: 2;
        }
        
        .step-number {
            width: 80px;
            height: 80px;
            margin: 0 auto 15px;
            background-color: #dc7600;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 1.8em;
            font-weight: bold;
        }
        
        .step-description {
            padding: 0 10px;
        }
        
        footer {
            text-align: center;
            margin-top: 50px;
            color: #545b64;
            font-size: 0.9em;
        }
        
        @media (max-width: 900px) {
            .tool-card {
                width: 48%;
            }
            
            .workflow-steps {
                flex-direction: column;
                align-items: center;
            }
            
            .workflow-steps:before {
                display: none;
            }
            
            .step {
                width: 100%;
                margin-bottom: 30px;
            }
        }
        
        @media (max-width: 600px) {
            .tool-card {
                width: 100%;
            }
        }
    
        

    
        
        

        

        

        

        

        

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

    
        
        

        

        

        

        

        

        

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

        

        

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

        

        

        

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

            

            

            

            
        }