
@charset "UTF-8";

@media screen and (max-width: 900px) {
#table + div .outer {
  overflow-x: scroll;
}
#table + div table {
  width: 100%;
  border-collapse: collapse;
  white-space: nowrap;
}
}

@media screen and (min-width:901px) and ( max-width:940px){
  .block_table_2 table td, .block_table_5 table td, .block_table_6 table td {
    font-size: 1.55rem;
  }
}