
@charset "UTF-8";

@media screen and (max-width: 500px) {
.outer {
    overflow: auto;
    white-space: nowrap;
}

.block_table_1 table {
    width: 100%;
    table-layout: auto;
}

.block_table_1 table tr:nth-of-type(1)>td:first-child, .block_table_1 table tr:nth-of-type(1)>th:first-child {
    width: auto !important;
}

.column2, .width_fixed .content_wrapper {
    max-width: 800px !important;
}
}