@charset "UTF-8";


/*------------テーブル４００px〜----------------------*/
@media screen and (max-width: 460px){
.block_table_1 table th {
    font-size: 3.4vw;
}

.block_table_1 table th, .block_table_8 table th {
    padding: 6px 3px;
}

.block_table_1 table td {
    font-size: 4vw;
}
}