@charset "UTF-8";

.block_table_6 table {
    border-color: var(--i_border_color);
}
#plan1 + .block_table_6 table td:last-child {
    border: none;
}
#walking + .block_table_6 table thead tr:first-child th,
#shorts + .block_table_6 table thead tr:first-child th,
#plan1 + .block_table_6 table thead tr:first-child th {
    background: var(--i_main_color);
    color: #fff;
}
#walking + .block_table_6 table td:first-child,
#shorts + .block_table_6 table td:first-child,
#plan1 + .block_table_6 table td:first-child {
    background: var(--i_sub2_color);
}
#other + .block_table_1.w20 table tr > th {
    font-weight: normal;
}

@media screen and (max-width: 700px) {
    #other + .block_table_1.w20 table tr:nth-of-type(1)>th:first-child {
        width: 30%;
    }
}