@charset "UTF-8";

/*--配送エリア--*/
#table_sp  + div.block_table_5 th{
  width:auto;
}

@media screen and (min-width:901px){
  #table_pc  + div.block_table_7{
    display:block;
  }
  #table_sp  + div.block_table_5{
    display:none;  
  }
}

@media screen and (max-width: 900px) {
  #table_pc  + div.block_table_7{
     display:none;
  }
  #table_sp  + div.block_table_5{
     display:block;
  }

  #table_sp + div.block_table_5 .outer{
    overflow: auto;
  }

  #table_sp + div.block_table_5 .table_scroll {
    overflow: auto;
  }

  #table_sp + div.block_table_5 .table_scroll {
    overflow: auto;
  }

  #table_sp + div.block_table_5 table {
   white-space: nowrap;
  }
}

@media screen and (max-width: 500px) {
  #table_sp + div.block_table_5 .table_scroll {
    width: fit-content;
    max-width: 2500px;
    min-width: 1000px;
  }
}

@media screen and (min-width: 501px) {
  #table_sp + div.block_table_5 .table_scroll {
    min-width: 1000px;
    width: 1000px;
  }
}


