@charset "utf-8";

table.green thead th{
    background: #038535;
    color: #fff;
    text-align: center;
}
table.green tbody tr th{
    text-align: center;
    width: 15%;
}
table.green tbody tr td:first-of-type{
    width: 30%;
}

@media screen and (max-width:767px) {
    td.service{
        max-width: 93.4vw;
    }
    .normal_table_wrap .normal_table{
        min-width: 850px;
    }
    .js-modal_typeHV_trigger{
        top: -15px;
    }
}