.table4col {
    margin: 0 0 50px;
    width: 100%;
}
.table4col thead th:first-child, .table4col tbody td:first-child {
    text-align: left;
    width: 65%;
    color: #009680;
    font-weight: bold;
}
.table4col thead th, .table3col thead th {
    padding: 15px;
    text-align: center;
    line-height: 1.4;
    color: #212121;
}
.table4col tbody td {
    border-bottom: 1px solid #e0e0e0;
    padding: 15px;
    vertical-align: middle;
    line-height: 1.4;
    color: #212121;
}
.table4col tbody td, .table4col tbody td {
    text-align: center;
}
.text_c {
    text-align: center!important;
}
#other tbody img{
    width:40px;
}

@media screen and (max-width: 768px){
    .table4col thead th:first-child{
        padding: 0;
        width: 0;
        color: #969696;
    }
    .table4col tbody td:nth-child(2){
        border-right: 1px solid #e0e0e0;
    }
    .table4col tbody td:nth-child(4){
        border-left: 1px solid #e0e0e0;
    }
    .table4col thead tr{
        position: relative;
        margin-top: 10px;
        display: table;
        width: 100%;
    }
    .table4col tr{
        position: relative;
        margin-top: 30px;
        display: table;
        width: 100%;
    }
    .table4col tbody tr{
        border-bottom: 1px solid #e0e0e0;
    }
    .table4col tbody td.d03{
        width: unset;
        top: -50px;
        border-bottom: unset!important;
        display: table-caption;
        padding: 0 15px 15px 15px;
    }
    .table4col tbody td{
        width: calc(100%/3);
    }
    .dummy {
        width: 100%;
        margin-bottom: -50px;
        top: -46px;
        height: 15px;
        background: #ffffff;
        position: relative;
    }
}