.sub01 table {
    margin-top: 50px;
    border-top: 2px solid #544d4a;
}
.sub01 table th {
    width: 20%;
    background: #f7f7f7;
    padding: 20px 0;
    font-size: 18px;
    border-bottom: 1px solid #e1e1e1;
}
.sub01 table td {
    padding: 20px;
    font-size: 18px;
    border-bottom: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
}
.sub01 table td:last-child {
    border-right: 0;
}


@media screen and (max-width: 1280px){
    .sub01 table th {
        font-size: 16px;
    }
    .sub01 table td {
        font-size: 16px;
    }
}
@media screen and (max-width: 768px){
    .sub01 table th {
        font-size: 14px;
        padding: 15px 0;
    }
    .sub01 table td {
        font-size: 14px;
        padding: 15px;
    }
}
@media screen and (max-width: 480px){
    .sub01 table th {
        font-size: 12px;
    }
    .sub01 table td {
        font-size: 12px;
    }
}