@charset "UTF-8";

#recruit + .block_table_1 table th,
#recruit + .block_table_1 table td {
    padding: 16px 20px;
}
@media screen and (max-width: 500px) {
    #recruit + .block_table_1 table th,
    #recruit + .block_table_1 table td {
        padding: 4px 8px;
    }
}