
@charset "UTF-8";

#table1 + div .heading.block_header_1 {
    margin-bottom: 0px;
}
#table2 + div.block_table_5 table thead th,
.block_table_1.w20 table tr th {
    background-color: #dadada;
}

#table1 + div.block_table_5 table thead th,
#table3 + div.block_table_5 table thead th,
#table4 + div.block_table_5 table thead th,
#table5 + div.block_table_5 table thead th,
#table6 + div.block_table_5 table thead th,
#table7 + div.block_table_5 table thead th{
    background-color: #fff;
    font-weight: normal;
}

#table2 + div.block_table_5 tbody,
#table3 + div.block_table_5 tbody,
#table5 + div.block_table_5 tbody,
#table6 + div.block_table_5 tbody{
    display: none;
}
@media screen and (min-width: 768px) {
#table1 + div.block_table_5 table thead th,
#table3 + div.block_table_5 table thead th,
#table6 + div.block_table_5 table thead th {
    width: calc(100% / 4);
}
#table1 + div.block_table_5 table thead td,
#table2 + div.block_table_5 table thead td,
#table3 + div.block_table_5 table thead td,
#table4 + div.block_table_5 table thead td,
#table5 + div.block_table_5 table thead td,
#table2 + div.block_table_5 table thead th {
   width: calc(100% / 4);
}
#table1 + div.block_table_5 table thead th,
#table4 + div.block_table_5 table thead th,
#table5 + div.block_table_5 table thead th {
   width: calc(100% / 2);
}

#table2 + div.block_table_5 table thead th{
      width: calc(100% / 2);
}
#table4 + div.block_table_5 table thead th {
   width: calc(100% / 4);
}
}
@media screen and (max-width: 900px) {
#btn_2c + div.contents_btn01 .content_wrapper>a {
    width: 39%!important;
    min-width: 0;
}

#table1 + div.block_table_5 table thead th,
#table3 + div.block_table_5 table thead th,
#table5 + div.block_table_5 table thead th,
#table7 + div.block_table_5 table thead th {
   width: calc(100% / 2);
}
}
