@media screen and (-webkit-min-device-pixel-ratio:0) {
    ::i-block-chrome,body {
        font-feature-settings: "pkna"
    }
}

@media screen and (min-width:751px) {
    .timetable .table--01 {
        table-layout: fixed
    }
}