.elementor-7898 .elementor-element.elementor-element-8ddf485{--display:flex;}.elementor-7898 .elementor-element.elementor-element-8ddf485.e-con{--flex-grow:0;--flex-shrink:0;}@media(min-width:768px){.elementor-7898 .elementor-element.elementor-element-8ddf485{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-5bc48cf */* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        
        body {
            font-family: 'Noto Sans JP', sans-serif;
            line-height: 1.6;
            color: #333;
            background-color: #f8f9fa;
        }
        
        .container {
            width: 100%;
            margin: 0 auto;
            padding: 5px 20px;
        }
        
        .info-cards {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 30px;
            margin-bottom: 50px;
        }
        
        .info-card {
            background: white;
            padding: 30px;
            border-radius: 12px;
            box-shadow: 0 4px 15px rgba(0,0,0,0.1);
            border-left: 5px solid #667eea;
        }
        
        .info-card h3 {
            color: #667eea;
            margin-bottom: 15px;
            display: flex;
            align-items: center;
            gap: 10px;
        }
        
        .section {
            background: white;
            padding: 5px 30px;
            box-shadow: 0 4px 15px rgba(0,0,0,0.1);
            margin-bottom: 40px;
        }
        
        .section h2 {
            color: #2c3e50;
            border-bottom: 3px solid #667eea;
            padding-bottom: 10px;
            margin-bottom: 30px;
            font-size: 1.8em;
        }
        
        .chart-container {
            width: 100%;
            height: 500px;
            margin: 30px 0;
        }
        
        .table-container {
            overflow-x: auto;
            margin: 30px 0;
        }
        
        table {
            width: 100%;
            border-collapse: collapse;
            background: white;
        }
        
        th, td {
            padding: 15px;
            text-align: left;
            border: 1px solid #ddd;
        }
        
        th {
            background-color: #667eea;
            color: white;
            font-weight: 500;
        }
        
        tr:nth-child(even) {
            background-color: #f8f9fa;
        }
        
        .category-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 25px;
            margin: 30px 0;
        }
        
        .category-item {
            background: #f8f9fa;
            padding: 25px;
            border-radius: 8px;
            border: 2px solid #e9ecef;
            transition: all 0.3s ease;
        }
        
        .category-item:hover {
            border-color: #667eea;
            box-shadow: 0 4px 12px rgba(102, 126, 234, 0.1);
        }
        
        .category-item h4 {
            color: #495057;
            margin-bottom: 15px;
            display: flex;
            align-items: center;
            gap: 10px;
        }
        
        .category-item ul {
            list-style: none;
        }
        
        .category-item li {
            padding: 5px 0;
            color: #6c757d;
        }
        
        .category-item li:before {
            content: "▶";
            color: #667eea;
            margin-right: 8px;
            font-size: 0.8em;
        }
        
        .highlight-box {
            background: white;
            padding: 25px;
            border-radius: 8px;
            margin: 30px 0;
            border-left: 5px solid #e17055;
        }
        
        .highlight-box h3 {
            color: #2d3436;
            margin-bottom: 15px;
        }
        
        .alert {
            background: #ffe6e6;
            border: 1px solid #ff9999;
            border-radius: 8px;
            padding: 20px;
            margin: 20px 0;
        }
        
        .alert h4 {
            color: #cc0000;
            margin-bottom: 10px;
        }
        
        .flow-chart {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin: 30px 0;
            flex-wrap: wrap;
            gap: 20px;
        }
        
        .flow-item {
            background: #667eea;
            color: white;
            padding: 20px;
            border-radius: 8px;
            text-align: center;
            flex: 1;
            min-width: 150px;
        }
        
        .flow-arrow {
            color: #667eea;
            font-size: 2em;
        }
        
        .reference-links {
            background: #e3f2fd;
            padding: 25px;
            border-radius: 8px;
            margin-top: 40px;
        }
        
        .reference-links h3 {
            color: #1976d2;
            margin-bottom: 15px;
        }
        
        .reference-links ul {
            list-style: none;
        }
        
        .reference-links li {
            padding: 8px 0;
        }
        
        .reference-links a {
            color: #1976d2;
            text-decoration: none;
        }
        
        .reference-links a:hover {
            text-decoration: underline;
        }
        
        @media (max-width: 768px) {
            .container {
                padding: 10px;
            }
            
            .hero-section {
                padding: 40px 20px;
            }
            
            .hero-section h1 {
                font-size: 2em;
            }
            
            .section {
                padding: 20px;
            }
            
            .flow-chart {
                flex-direction: column;
            }
            
            .flow-arrow {
                transform: rotate(90deg);
            }
        }/* End custom CSS */