@charset "UTF-8";

.block_table_3 table th, .block_table_7 table th {
    text-align: left;
    padding: 10px 5px;
    border-left: 0px;
    border-right: 0px;
}
.block_table_3 table td, .block_table_7 table td {
    border-left: 0px;
    border-right: 0px;
}

.block_table_3 table th, .block_table_7 table th {
    background-color: #ffffff;
}

@media screen and (max-width: 700px) {
.block_table_3 table th, .block_table_7 table th {
    border-bottom: 1px dotted var(--i_border_color);
    font-weight: bold;
}
}
@media screen and (max-width: 700px) {
.block_table_3 table td, .block_table_7 table td {
    border-top: 0px;
}
}




.block_table_6 table td {
text-align: center;
}
.block_table_6 table td:not(:first-child) {
font-size: 3rem;
}
.block_table_6 table tr td:nth-child(2) {
font-size: 1.65rem;
}
.block_table_6 table tr:nth-child(2) td:last-child {
font-size: 1.65rem;
}

