@charset "UTF-8";

#job_table + .block_table_1 table th {
    white-space: nowrap;
}
@media screen and (max-width: 600px) {
#job_table + .block_table_1 table th {
    font-size: 1.4rem;
}
#job_table + .block_table_1 table td {
    font-size: 1.4rem;
}
}