.elementor-6722 .elementor-element.elementor-element-8ddf485{--display:flex;}/* Start custom CSS for html, class: .elementor-element-5bc48cf */* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        
        body {
            font-family: 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'Meiryo', sans-serif;
            line-height: 1.7;
            color: #333;
            background-color: #f8f9fa;
        }
        
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 20px;
            background-color: white;
            box-shadow: 0 0 20px rgba(0,0,0,0.1);
        }
        
        .header {
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            color: white;
            padding: 40px 30px;
            text-align: center;
            border-radius: 10px;
            margin-bottom: 40px;
        }
        
        .header h1 {
            font-size: 2.5em;
            margin-bottom: 15px;
            text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
        }
        
        .header p {
            font-size: 1.2em;
            opacity: 0.9;
        }
        
        .alert {
            background: #fff3cd;
            border-left: 5px solid #ffc107;
            padding: 20px;
            margin: 30px 0;
            border-radius: 5px;
        }
        
        .alert-icon {
            color: #ffc107;
            margin-right: 10px;
        }
        
        .section {
            margin-bottom: 40px;
        }
        
        .section h2 {
            color: #2c3e50;
            font-size: 2em;
            margin-bottom: 20px;
            border-bottom: 3px solid #3498db;
            padding-bottom: 10px;
        }
        
        .section h3 {
            color: #34495e;
            font-size: 1.5em;
            margin: 25px 0 15px 0;
            padding-left: 20px;
            border-left: 4px solid #3498db;
        }
        
        .highlight-box {
            background: #e8f4f8;
            border: 1px solid #3498db;
            border-radius: 8px;
            padding: 25px;
            margin: 20px 0;
        }
        
        .checklist {
            background: #f8f9fa;
            border-radius: 8px;
            padding: 25px;
            margin: 20px 0;
        }
        
        .checklist h4 {
            color: #2c3e50;
            font-size: 1.3em;
            margin-bottom: 15px;
            display: flex;
            align-items: center;
        }
        
        .checklist-icon {
            background: #3498db;
            color: white;
            padding: 8px;
            border-radius: 50%;
            margin-right: 15px;
            font-size: 0.9em;
        }
        
        .checklist ul {
            list-style: none;
            padding-left: 0;
        }
        
        .checklist li {
            margin-bottom: 12px;
            padding-left: 30px;
            position: relative;
        }
        
        .checklist li:before {
            content: "□";
            position: absolute;
            left: 0;
            color: #3498db;
            font-size: 1.2em;
            font-weight: bold;
        }
        
        .process-flow {
            display: flex;
            flex-wrap: wrap;
            gap: 20px;
            margin: 30px 0;
        }
        
        .process-step {
            flex: 1;
            min-width: 250px;
            background: white;
            border: 2px solid #3498db;
            border-radius: 10px;
            padding: 20px;
            text-align: center;
            position: relative;
        }
        
        .process-step::after {
            content: "→";
            position: absolute;
            right: -25px;
            top: 50%;
            transform: translateY(-50%);
            color: #3498db;
            font-size: 1.5em;
            font-weight: bold;
        }
        
        .process-step:last-child::after {
            display: none;
        }
        
        .step-number {
            background: #3498db;
            color: white;
            width: 30px;
            height: 30px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 15px;
            font-weight: bold;
        }
        
        .data-table {
            width: 100%;
            border-collapse: collapse;
            margin: 20px 0;
            background: white;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
        }
        
        .data-table th {
            background: #3498db;
            color: white;
            padding: 15px;
            text-align: left;
            font-weight: bold;
        }
        
        .data-table td {
            padding: 15px;
            border-bottom: 1px solid #eee;
        }
        
        .data-table tr:hover {
            background: #f8f9fa;
        }
        
        .policy-info {
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            color: white;
            padding: 30px;
            border-radius: 10px;
            margin: 30px 0;
        }
        
        .policy-info h3 {
            color: white;
            border-left: 4px solid white;
            margin-bottom: 20px;
        }
        
        .amount-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 20px;
            margin: 20px 0;
        }
        
        .amount-card {
            background: white;
            color: #333;
            padding: 20px;
            border-radius: 8px;
            text-align: center;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
        }
        
        .amount-card h4 {
            color: #2c3e50;
            margin-bottom: 10px;
        }
        
        .amount {
            font-size: 2em;
            font-weight: bold;
            color: #e74c3c;
        }
        
        .tips {
            background: #d4edda;
            border-left: 5px solid #28a745;
            padding: 20px;
            margin: 20px 0;
            border-radius: 5px;
        }
        
        .tips-icon {
            color: #28a745;
            margin-right: 10px;
        }
        
        .warning {
            background: #f8d7da;
            border-left: 5px solid #dc3545;
            padding: 20px;
            margin: 20px 0;
            border-radius: 5px;
        }
        
        .warning-icon {
            color: #dc3545;
            margin-right: 10px;
        }
        
        .system-features {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 20px;
            margin: 30px 0;
        }
        
        .feature-card {
            background: white;
            border: 1px solid #ddd;
            border-radius: 8px;
            padding: 20px;
            text-align: center;
        }
        
        .feature-icon {
            font-size: 2em;
            color: #3498db;
            margin-bottom: 15px;
        }
        
        .timeline {
            position: relative;
            margin: 30px 0;
        }
        
        .timeline::before {
            content: '';
            position: absolute;
            left: 30px;
            top: 0;
            bottom: 0;
            width: 2px;
            background: #3498db;
        }
        
        .timeline-item {
            position: relative;
            margin-bottom: 30px;
            padding-left: 70px;
        }
        
        .timeline-item::before {
            content: '';
            position: absolute;
            left: 20px;
            top: 5px;
            width: 20px;
            height: 20px;
            background: #3498db;
            border-radius: 50%;
        }
        
        .timeline-content {
            background: #f8f9fa;
            padding: 20px;
            border-radius: 8px;
            border-left: 4px solid #3498db;
        }
        
        .reference-links {
            background: #f8f9fa;
            padding: 20px;
            border-radius: 8px;
            margin: 30px 0;
        }
        
        .reference-links h3 {
            color: #2c3e50;
            margin-bottom: 15px;
        }
        
        .reference-links ul {
            list-style: none;
            padding-left: 0;
        }
        
        .reference-links li {
            margin-bottom: 10px;
            padding-left: 20px;
            position: relative;
        }
        
        .reference-links li:before {
            content: "🔗";
            position: absolute;
            left: 0;
        }
        
        .reference-links a {
            color: #3498db;
            text-decoration: none;
        }
        
        .reference-links a:hover {
            text-decoration: underline;
        }
        
        @media (max-width: 768px) {
            .container {
                padding: 10px;
            }
            
            .header h1 {
                font-size: 2em;
            }
            
            .process-flow {
                flex-direction: column;
            }
            
            .process-step::after {
                display: none;
            }
            
            .amount-grid {
                grid-template-columns: 1fr;
            }
        }/* End custom CSS */