body#body_vbts {
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, "Open Sans", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, sans-serif;
    font-size: 1.6rem;
    line-height:1.7;
    color: #333;
    font-weight: 500;
    letter-spacing: 0.01rem;
}

table.table_ratio_vb.table_ratio_3split {
    border-top: none;
    border-left: none;
}

table.table_ratio_vb th,table.table_ratio_vbts th,table.table_ratio_3split th {
    color: #fff;
    text-align: center;
    background: #033652;
    border-top: #033652 solid 1px;
    border-left: #033652 solid 4px;
    border-right: #033652 solid 4px;
}

table.table_ratio_vb td{
    width: 50%;
    padding: 25px 15px;
    text-align: center;
    border-left: #033652 solid 4px;
    border-right: #033652 solid 4px;
}

table.table_ratio_3split td{
    width: 33.3%;
    padding: 25px 15px;
    text-align: center;
    border-left: #033652 solid 4px;
    border-right: #033652 solid 4px;
}

table.table_ratio_vb td.FFF7F7{
    background: #FFF7F7;
}

table.table_ratio_vb td.F4FCF9{
    background: #F4FCF9;
}

table.table_ratio_vb td.F1F7FC{
    background: #F1F7FC;
}

table.table_ratio_vb td.last{
    border-bottom: #033652 solid 4px;
}

.col_box_line {
    display: flex;
    align-items: center;
    justify-content: center;
}

.col_box_line::before, .col_box_line::after {
    content: "";
    flex: 1;
    border-bottom: 2px solid #333;
    margin: 0 15px;
}

.col2_inner {
    max-width: 1200px;
}

.bg_split {
    background:linear-gradient(90deg,#FDD5D9 0%,#FDD5D9 50%,#D0E4F3 50%,#D0E4F3 100%);
}

.bg_3split {
    background: linear-gradient(90deg,#D0E4F3 0%,#D0E4F3 calc(50% - 200px),#FDD5D9 calc(50% - 200px),#FDD5D9 calc(50% + 200px),#C7F0E0 calc(50% + 200px),#C7F0E0 100%);
}

.bg_split_top {
    background:linear-gradient(90deg,#FDD5D9 0%,#FDD5D9 50%,#C7F0E0 50%,#C7F0E0 100%);
}

.none {
    position: relative;
}

.none_line {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}

.split_deco_top_left {
    background: url(/assets/images/bg/bg_om_eb6f7b_l_top.png) no-repeat;
    position: absolute;
    top: -17px;
    left: 0;
    width: 280px;
    height: 115px;
}

.split_deco_top_left_68afe4 {
    background: url(/assets/images/bg/bg_om_68afe4_l_top.png) no-repeat;
    position: absolute;
    top: -17px;
    left: 0;
    width: 280px;
    height: 115px;
}

.split_deco_top_right {
    background: url(/assets/images/bg/bg_boder_68afe4.png) no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 100px;
}

.split_deco_top_right_eb6f7b {
    background: url(/assets/images/bg/bg_boder_eb6f7b.png) no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 100px;
}

.split_deco_bottom_right {
    background: url(/assets/images/bg/bg_om_68afe4_r_bottom.png) no-repeat;
    position: absolute;
    bottom: -18px;
    right: -1px;
    width: 280px;
    height: 115px;
}

.split_deco_bottom_right_72b5a5 {
    background: url(/assets/images/bg/bg_om_72b5a5_r_bottom.png) no-repeat;
    position: absolute;
    bottom: -18px;
    right: -1px;
    width: 280px;
    height: 115px;
}

@media screen and (max-width: 768px) {
    .split_deco_top_left {
        background: url(/assets/images/bg/bg_om_eb6f7b_l_top_sp.png) no-repeat;
        background-size: contain;
        top: -8px;
        width: 140px;
        height: 50px;
    }
    .split_deco_top_right {
        background: url(/assets/images/bg/bg_boder_68afe4_sp.png) no-repeat;
        background-size: contain;
        width: 60px;
        height: 60px;
    }

    .split_deco_top_right_eb6f7b{
        background: url(/assets/images/bg/bg_boder_eb6f7b_sp.png) no-repeat;
        background-size: contain;
        width: 60px;
        height: 60px;
    }

    .split_deco_bottom_right {
        background: url(/assets/images/bg/bg_om_68afe4_r_bottom_sp.png) no-repeat;
        background-size: contain;
        bottom: -8px;
        right: 0px;
        width: 120px;
        height: 50px;
    }
    .split_deco_bottom_right_72b5a5 {
        background: url(/assets/images/bg/bg_om_72b5a5_r_bottom_sp.png) no-repeat;
        background-size: contain;
        bottom: -8px;
        right: 0px;
        width: 120px;
        height: 50px;
    }

    .fw700-sp { font-weight: 700 !important;}

    /* font-size-sp */
    .fz20-sp { font-size: 20px !important;}
    .fz24-sp { font-size: 24px !important;}
    .fz28-sp { font-size: 28px !important;}
    .fz30-sp { font-size: 30px !important;}

    /* width-sp */
    .width100-sp {width: 100% !important;}

    /* padding */
    .pt10-sp  {padding-top: 10px !important;}
    .pt15-sp  {padding-top: 15px !important;}
    .pt20-sp  {padding-top: 20px !important;}
    .pt30-sp  {padding-top: 30px !important;}
    .pt40-sp  {padding-top: 40px !important;}
    .pt60-sp  {padding-top: 60px !important;}
    .pl8-sp {padding-left: 8px !important;}
    .pl13-sp {padding-left: 13px !important;}
    .pl17-sp {padding-left: 17px !important;}
    .pl28-sp {padding-left: 28px !important;}
    .pr8-sp {padding-right: 8px !important;}
    .pr13-sp {padding-right: 13px !important;}
    .pr17-sp {padding-right: 17px !important;}
    .pr28-sp {padding-right: 28px !important;}
    .pb25-sp  {padding-bottom: 25px !important;}
    .pb30-sp  {padding-bottom: 30px !important;}
    .pb50-sp  {padding-bottom: 50px !important;}
    .pb60-sp  {padding-bottom: 60px !important;}

    /* margin */
    .mt60-sp  {margin-top:  60px !important;}
}

/* color */
.fc_c00000 {color: #c00000 !important;}

.width_percent_80 {width: 80% !important;}
.max-width-80 {max-width: 80% !important;}

@media all and (-ms-high-contrast:none) {
    *::-ms-backdrop, body#body_vbts {
    font-family: "メイリオ", Meiryo, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "Open Sans", "Noto Sans JP", "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
    color: #333;
    letter-spacing: 0.1rem;
    }
    body#body_vbts {
    font-family: "メイリオ", Meiryo, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "Open Sans", "Noto Sans JP", "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
    color: #333;
    letter-spacing: 0.1rem;
    }
}