@charset "UTF-8";

.m-table01 thead th:nth-child(1) {
    width: 48.75%;
}

.m-table01 thead th:nth-child(2) {
    width: 30%;
}

.m-table01 thead th:nth-child(3) {
    width: 21.25%;
}


@media screen and (min-width: 900px) {

    .m-list-kome {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    
    .m-list-kome > li {
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
        padding-right: 2em;
    }

}

@media screen and (max-width: 519px) {

    .m-table01 thead th:nth-child(1) {
        width: 31%;
    }
    
    .m-table01 thead th:nth-child(2) {
        width: 39%;
    }
    
    .m-table01 thead th:nth-child(3) {
        width: 30%;
    }

}