.elementor-7851 .elementor-element.elementor-element-8ddf485{--display:flex;}.elementor-7851 .elementor-element.elementor-element-8ddf485.e-con{--flex-grow:0;--flex-shrink:0;}@media(min-width:768px){.elementor-7851 .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.8;
            color: #333;
            background-color: #f8f9fa;
        }

        .container {
            max-width: 100%;
            margin: 0 auto;
            padding: 40px 20px;
            background-color: #fff;
            box-shadow: 0 0 20px rgba(0,0,0,0.1);
        }

        .update-badge {
            display: inline-block;
            background-color: #e53e3e;
            color: white;
            padding: 8px 16px;
            border-radius: 20px;
            font-size: 0.9rem;
            font-weight: 500;
        }

        .toc {
            background-color: #f7fafc;
            padding: 30px;
            border-radius: 10px;
            margin-bottom: 40px;
        }

        .toc h2 {
            color: #2c5282;
            margin-bottom: 20px;
            font-size: 1.5rem;
        }

        .toc ul {
            list-style: none;
        }

        .toc li {
            margin-bottom: 10px;
            padding-left: 20px;
        }

        .toc a {
            color: #3182ce;
            text-decoration: none;
            font-weight: 500;
        }

        .toc a:hover {
            text-decoration: underline;
        }

        .section {
            margin-bottom: 50px;
        }

        .section h2 {
            color: #2c5282;
            font-size: 2rem;
            margin-bottom: 30px;
            padding-bottom: 10px;
            border-bottom: 3px solid #3182ce;
        }

        .section h3 {
            color: #4a5568;
            font-size: 1.5rem;
            margin-bottom: 20px;
            margin-top: 30px;
        }

        .section h4 {
            color: #4a5568;
            font-size: 1.2rem;
            margin-bottom: 15px;
            margin-top: 25px;
        }

        .highlight-box {
            background: linear-gradient(135deg, #ebf8ff 0%, #bee3f8 100%);
            border-left: 5px solid #3182ce;
            padding: 25px;
            margin: 30px 0;
            border-radius: 5px;
        }

        .warning-box {
            background: linear-gradient(135deg, #fef5e7 0%, #fed7aa 100%);
            border-left: 5px solid #dd6b20;
            padding: 25px;
            margin: 30px 0;
            border-radius: 5px;
        }

        .alert-box {
            background: linear-gradient(135deg, #fed7d7 0%, #feb2b2 100%);
            border-left: 5px solid #e53e3e;
            padding: 25px;
            margin: 30px 0;
            border-radius: 5px;
        }

        .info-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 30px;
            margin: 30px 0;
        }

        .info-card {
            background: white;
            padding: 25px;
            border-radius: 10px;
            box-shadow: 0 4px 15px rgba(0,0,0,0.1);
            border: 1px solid #e2e8f0;
        }

        .info-card h4 {
            color: #2c5282;
            margin-bottom: 15px;
            font-size: 1.3rem;
        }

        .info-card i {
            color: #3182ce;
            font-size: 1.5rem;
            margin-bottom: 15px;
        }

        .timeline {
            position: relative;
            margin: 40px 0;
        }

        .timeline-item {
            display: flex;
            margin-bottom: 30px;
            position: relative;
        }

        .timeline-date {
            background: #3182ce;
            color: white;
            padding: 10px 20px;
            border-radius: 20px;
            font-weight: 500;
            margin-right: 30px;
            min-width: 150px;
            text-align: center;
        }

        .timeline-content {
            flex: 1;
            background: #f7fafc;
            padding: 20px;
            border-radius: 10px;
        }

        .requirements-list {
            background: #f7fafc;
            padding: 30px;
            border-radius: 10px;
            margin: 30px 0;
        }

        .requirements-list h4 {
            color: #2c5282;
            margin-bottom: 20px;
        }

        .requirements-list ul {
            list-style-type: none;
            padding-left: 0;
        }

        .requirements-list li {
            padding: 10px 0 10px 30px;
            position: relative;
        }

        .requirements-list li:before {
            content: '\f00c';
            font-family: 'Font Awesome 6 Free';
            font-weight: 900;
            color: #38a169;
            position: absolute;
            left: 0;
        }

        .penalty-table {
            width: 100%;
            border-collapse: collapse;
            margin: 30px 0;
            box-shadow: 0 4px 15px rgba(0,0,0,0.1);
        }

        .penalty-table th,
        .penalty-table td {
            padding: 15px;
            text-align: left;
            border-bottom: 1px solid #e2e8f0;
        }

        .penalty-table th {
            background: #2c5282;
            color: white;
            font-weight: 500;
        }

        .penalty-table tr:nth-child(even) {
            background: #f7fafc;
        }

        .chart-container {
            margin: 30px 0;
            background: white;
            padding: 20px;
            border-radius: 10px;
            box-shadow: 0 4px 15px rgba(0,0,0,0.1);
        }

        .chart-wrapper {
            height: 400px;
        }

        .image-container {
            text-align: center;
            margin: 40px 0;
        }

        .image-container img {
            max-width: 100%;
            height: auto;
            border-radius: 10px;
            box-shadow: 0 4px 15px rgba(0,0,0,0.1);
        }

        .image-caption {
            color: #4a5568;
            font-size: 0.9rem;
            margin-top: 10px;
            font-style: italic;
        }

        .steps-container {
            margin: 30px 0;
        }

        .step {
            display: flex;
            align-items: flex-start;
            margin-bottom: 25px;
            padding: 20px;
            background: #f7fafc;
            border-radius: 10px;
            border-left: 5px solid #3182ce;
        }

        .step-number {
            background: #3182ce;
            color: white;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: bold;
            margin-right: 20px;
            flex-shrink: 0;
        }

        .step-content h4 {
            color: #2c5282;
            margin-bottom: 10px;
        }

        .reference-link {
            color: #3182ce;
            text-decoration: none;
            font-weight: 500;
        }

        .reference-link:hover {
            text-decoration: underline;
        }

        .cta-section {
            background: linear-gradient(135deg, #2c5282 0%, #3182ce 100%);
            color: white;
            padding: 40px;
            border-radius: 10px;
            text-align: center;
            margin: 50px 0;
        }

        .cta-section h3 {
            margin-bottom: 20px;
            color: white;
        }

        .cta-button {
            display: inline-block;
            background: white;
            color: #2c5282;
            padding: 15px 30px;
            border-radius: 30px;
            text-decoration: none;
            font-weight: 500;
            margin: 10px;
            transition: all 0.3s ease;
        }

        .cta-button:hover {
            background: #f7fafc;
            transform: translateY(-2px);
        }

        @media (max-width: 768px) {
            .container {
                padding: 20px 15px;
            }
            
            .info-grid {
                grid-template-columns: 1fr;
            }
            
            .timeline-item {
                flex-direction: column;
            }
            
            .timeline-date {
                margin-right: 0;
                margin-bottom: 15px;
            }
        }/* End custom CSS */