@charset "UTF-8";

.block_table_3.w30 table tr:nth-of-type(1)>td:first-child, .block_table_3.w30 table tr:nth-of-type(1)>th:first-child, .block_table_7.w30 table tr:nth-of-type(1)>td:first-child, .block_table_7.w30 table tr:nth-of-type(1)>th:first-child {
    width: 23%;
}

.block_table_3 table td:nth-child(2), .block_table_7 table td:nth-child(2) {
    width: 60%;
}
@media screen and ( max-width : 500px ) {
.block_table_3 table td:nth-child(2), .block_table_7 table td:nth-child(2) {
    width: auto;
}
}