@charset "UTF-8";

#schedule + .block_table_5 table tr:nth-of-type(1)>th:first-child{
    width: inherit;
}
.br-sp{
    display: none;
}
@media screen and (max-width: 900px){
    #schedule + div .outer{
       overflow-x: scroll;
   }
    #schedule + div table{
       min-width: 900px;
   }
}
@media screen and (max-width: 480px){
    .br-sp{
       display: block;
   }
}