.elementor-7982 .elementor-element.elementor-element-8ddf485{--display:flex;}.elementor-7982 .elementor-element.elementor-element-8ddf485.e-con{--flex-grow:0;--flex-shrink:0;}@media(min-width:768px){.elementor-7982 .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: 'Hiragino Sans', 'Yu Gothic', 'Meiryo', sans-serif;
            line-height: 1.7;
            color: #333;
            background-color: #fff;
            margin: 0 auto;
        }
        .container {
            width: 100%;
            background-color: #fff;
            padding:5px 10px;
        }

        h2 {
            font-size: 22px;
            font-weight: bold;
            margin: 40px 0 20px 0;
            color: #333;
            border-left: 4px solid #007cba;
            padding-left: 15px;
        }

        h3 {
            font-size: 18px;
            font-weight: bold;
            margin: 30px 0 15px 0;
            color: #444;
        }

        p {
            margin-bottom: 15px;
            font-size: 16px;
        }

        .intro {
            background-color: #f8f9fa;
            border: 1px solid #dee2e6;
            border-radius: 8px;
            padding: 25px;
            margin: 25px 0;
        }

        .stats-box {
            background-color: #f8f9fa;
            border: 1px solid #dee2e6;
            border-radius: 8px;
            padding: 20px;
            margin: 20px 0;
        }

        .stats-box h3 {
            color: #333;
            margin-top: 0;
        }

        .highlight-box {
            background-color: #fff3cd;
            border: 1px solid #ffeaa7;
            border-radius: 8px;
            padding: 20px;
            margin: 20px 0;
        }

        .case-study {
            background-color: #f8f9fa;
            border-left: 4px solid #007cba;
            padding: 20px;
            margin: 25px 0;
        }

        .case-study h4 {
            color: #007cba;
            font-size: 16px;
            margin-bottom: 10px;
        }

        ul {
            margin: 15px 0;
            padding-left: 25px;
        }

        li {
            margin-bottom: 8px;
        }

        strong {
            color: #333;
        }

        .data-table {
            width: 100%;
            border-collapse: collapse;
            margin: 20px 0;
            background-color: #fff;
        }

        .data-table th, .data-table td {
            border: 1px solid #ddd;
            padding: 12px;
            text-align: center;
        }

        .data-table th {
            background-color: #f8f9fa;
            font-weight: bold;
            color: #333;
        }

        .conclusion {
            background-color: #e7f3ff;
            border: 1px solid #b3d9ff;
            border-radius: 8px;
            padding: 25px;
            margin: 30px 0;
        }

        .source {
            font-size: 14px;
            color: #666;
            margin-top: 10px;
            text-align: right;
        }

        a {
            color: #007cba;
            text-decoration: none;
        }

        a:hover {
            text-decoration: underline;
        }

        .reference-list {
            background-color: #f8f9fa;
            border: 1px solid #dee2e6;
            border-radius: 8px;
            padding: 20px;
            margin: 30px 0;
        }

        .reference-list h3 {
            margin-top: 0;
            color: #333;
        }

        .reference-list ul {
            margin: 10px 0;
        }

        .reference-list li {
            margin-bottom: 10px;
            line-height: 1.6;
        }/* End custom CSS */