@charset "UTF-8";

@media screen and (max-width: 768px) {
.block_table_5 table{
display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}
}