@charset "UTF-8";

@media screen and (min-width:600px) and (max-width:900px){
 .contents_box01 .inner_item_img img {
width: 70% !important;
}
}

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