@charset "UTF-8";

@media screen and (max-width: 1024px) {
  .outer {
    overflow-x: auto;
  }
  div[class*="block_table_"]:not([style*=" color:"]) table {
    table-layout: fixed;
    width: 1200px;
  }
}