.corporate_visual_main{
    background-image: url(/corporate/gs_plus/img/img_hero.jpg);
}
.corporate_flex_box img {
    width: 100%;
    max-width: 350px;
}
.corporate_price_column{
    grid-gap: 0 45px;
}
.corporate_price_title{
    background: #184596;
    color: #fff;
    text-align: center;
    padding: 5px;
    margin-bottom: 10px;
}
.corporate_price_text{
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    margin-top: 0;
}
.corporate_price_text span{
    font-size: 2.4rem;
}

.corporate_price_initial .corporate_price_initial_title{
    background: #EFEFEF;
    text-align: center;
    color: #184596;
    font-size: 2rem;
    font-weight: bold;
    padding: 10px;
    margin-bottom: 10px;   
}
.corporate_price_initial_text{
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 40px;
}

.corporate_table th small{
    display: block;
    font-size: 80%;
}

.corporate_system_list_box h3 + .corporate_table_wrap{
    margin-top: 10px;
}

@media only screen and (max-width: 768px) {.corporate_visual_main{
    background-image: url(/corporate/gs_plus/img/img_hero_sp.jpg);
}
    .corporate_flex_box img {
        max-width: 100%;
    }

    .corporate_system_list_wrap .corporate_system_list{
        display: block;
    }
    .corporate_system_list_wrap .corporate_system_list_box{
        margin-bottom: 20px;
    }
}