    .ems-box {
        font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3','メイリオ',Meiryo,'游ゴシック','YuGothic',sans-serif;
        margin-bottom: 30px;
    }
    .ems-box .ems-title {
        font-size: 18px;
        margin-bottom: 10px;
    }
        .ems-box .ems-unit {
            font-size: 16px;
            text-align: right;
            margin-bottom: 10px;
        }
        .ems-box p {
            line-height: 1.4;
        }
        /* テーブルのスタイリング */
        .ems-tbl-wrapper {
            overflow-x: auto; /* スマホ表示時の横スクロール対応 */
        }

        .ems-tbl-wrapper table {
            width: 100%;
            border-collapse: collapse;
            border: 1px solid #ccc;
            table-layout: fixed; /* 列幅を固定して整える */
            font-size: 14px;
            margin-bottom: 20px;
        }

        .ems-tbl-wrapper th, .ems-tbl-wrapper td {
            border: 1px solid #ccc;
            padding: 12px 10px;
            text-align: left;
            vertical-align: top;
            word-wrap: break-word;
        }

        /* ヘッダー行の高さや背景など */
        .ems-tbl-wrapper thead th {
            font-weight: normal;
            background-color: #FDEDC6;
        }

        
        .ems-tbl-wrapper td {
            background-color: #fff;
        }

        .ems-tbl-wrapper .region-label {
            width: 12%;
        }

        /* 料金セルのスタイル */
        .ems-tbl-wrapper .price {
            font-size: 14px;
            text-align: center;
        }