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

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

        .content {
            padding: 5px 20px;
        }

        .section {
            margin-bottom: 50px;
        }

        .section h2 {
            font-size: 1.8em;
            color: #2c5aa0;
            margin-bottom: 25px;
            padding-bottom: 10px;
            border-bottom: 3px solid #3498db;
            display: flex;
            align-items: center;
        }

        .section h2 i {
            margin-right: 15px;
            font-size: 1.2em;
        }

        .section h3 {
            font-size: 1.4em;
            color: #34495e;
            margin: 30px 0 15px 0;
            padding-left: 20px;
            border-left: 4px solid #3498db;
        }

        .section p {
            margin-bottom: 15px;
            font-size: 1em;
        }

        .highlight-box {
            background: linear-gradient(135deg, #e3f2fd, #bbdefb);
            padding: 25px;
            border-radius: 10px;
            margin: 25px 0;
            border-left: 5px solid #2196f3;
        }

        .highlight-box h4 {
            color: #1565c0;
            margin-bottom: 15px;
            font-size: 1.2em;
        }

        .warning-box {
            background: linear-gradient(135deg, #fff3e0, #ffe0b2);
            padding: 25px;
            border-radius: 10px;
            margin: 25px 0;
            border-left: 5px solid #ff9800;
        }

        .warning-box h4 {
            color: #e65100;
            margin-bottom: 15px;
            font-size: 1.2em;
        }

        .comparison-table {
            width: 100%;
            border-collapse: collapse;
            margin: 25px 0;
            background: white;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
            border-radius: 10px;
            overflow: hidden;
        }

        .comparison-table th {
            background: #2c5aa0;
            color: white;
            padding: 15px;
            text-align: center;
            font-weight: 600;
        }

        .comparison-table td {
            padding: 15px;
            border-bottom: 1px solid #e0e0e0;
            text-align: center;
        }

        .comparison-table tr:nth-child(even) {
            background: #f8f9fa;
        }

        .benefits-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 25px;
            margin: 25px 0;
        }

        .benefit-card {
            background: white;
            padding: 25px;
            border-radius: 10px;
            box-shadow: 0 4px 15px rgba(0,0,0,0.1);
            border-top: 4px solid #3498db;
            transition: transform 0.3s ease;
        }

        .benefit-card:hover {
            transform: translateY(-5px);
        }

        .benefit-card i {
            font-size: 2.5em;
            color: #3498db;
            margin-bottom: 15px;
        }

        .benefit-card h4 {
            color: #2c5aa0;
            margin-bottom: 15px;
            font-size: 1.2em;
        }

        .timeline {
            position: relative;
            padding: 20px 0;
        }

        .timeline::before {
            content: '';
            position: absolute;
            left: 50%;
            top: 0;
            bottom: 0;
            width: 2px;
            background: #3498db;
            transform: translateX(-50%);
        }

        .timeline-item {
            margin: 30px 0;
            position: relative;
        }

        .timeline-item::before {
            content: '';
            position: absolute;
            left: 50%;
            top: 20px;
            width: 12px;
            height: 12px;
            background: #3498db;
            border-radius: 50%;
            transform: translateX(-50%);
            z-index: 1;
        }

        .timeline-content {
            background: white;
            padding: 20px;
            border-radius: 10px;
            box-shadow: 0 3px 10px rgba(0,0,0,0.1);
            width: 45%;
            position: relative;
        }

        .timeline-item:nth-child(odd) .timeline-content {
            margin-left: 55%;
        }

        .timeline-item:nth-child(even) .timeline-content {
            margin-right: 55%;
        }

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

        .chart-wrapper {
            position: relative;
            height: 400px;
            margin: 20px 0;
        }

        .financial-statements {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 20px;
            margin: 25px 0;
        }

        .statement-card {
            background: white;
            padding: 20px;
            border-radius: 10px;
            box-shadow: 0 3px 10px rgba(0,0,0,0.1);
            border-top: 3px solid #3498db;
        }

        .statement-card h4 {
            color: #2c5aa0;
            margin-bottom: 15px;
            font-size: 1.1em;
        }

        .statement-card .abbreviation {
            background: #e3f2fd;
            color: #1565c0;
            padding: 5px 10px;
            border-radius: 5px;
            font-size: 0.9em;
            font-weight: 600;
            margin-bottom: 10px;
            display: inline-block;
        }

        ul, ol {
            padding-left: 30px;
            margin: 15px 0;
        }

        li {
            margin: 8px 0;
        }

        .reference-section {
            background: #f8f9fa;
            padding: 30px;
            border-radius: 10px;
            margin-top: 40px;
        }

        .reference-section h3 {
            color: #2c5aa0;
            margin-bottom: 20px;
            border-left: 4px solid #3498db;
            padding-left: 20px;
        }

        .reference-link {
            display: block;
            color: #2c5aa0;
            text-decoration: none;
            padding: 8px 0;
            border-bottom: 1px solid #e0e0e0;
        }

        .reference-link:hover {
            color: #3498db;
        }

        .process-flow {
            background: white;
            padding: 25px;
            border-radius: 10px;
            box-shadow: 0 3px 15px rgba(0,0,0,0.1);
            margin: 25px 0;
        }

        .flow-step {
            display: flex;
            align-items: center;
            margin: 20px 0;
            padding: 15px;
            background: #f8f9fa;
            border-radius: 8px;
            border-left: 4px solid #3498db;
        }

        .flow-step .step-number {
            background: #3498db;
            color: white;
            width: 35px;
            height: 35px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 20px;
            font-weight: 600;
        }

        .flow-step .step-content {
            flex: 1;
        }

        .flow-step h5 {
            color: #2c5aa0;
            margin-bottom: 5px;
            font-size: 1.1em;
        }

        @media (max-width: 768px) {
            .container {
                margin: 0;
                box-shadow: none;
            }

            .content {
                padding: 20px;
            }

            .section h2 {
                font-size: 1.5em;
            }

            .timeline::before {
                left: 20px;
            }

            .timeline-item::before {
                left: 20px;
            }

            .timeline-content {
                width: calc(100% - 50px);
                margin-left: 50px !important;
                margin-right: 0 !important;
            }

            .benefits-grid {
                grid-template-columns: 1fr;
            }

            .financial-statements {
                grid-template-columns: 1fr;
            }
        }/* End custom CSS */