@charset "UTF-8";

/*------時間割レスポンシブ----*/
#time_table + .block_table_2 .outer{
overflow-y: auto;
}

#time_table + .block_table_2 .outer table{
white-space: nowrap;
min-width:600px;
}

@media screen and (max-width: 500px){
.block_table_2 table tbody {
    display: table-row-group !important;
}
.block_table_2 table thead {
    display: block;
    width: fit-content;
}
.block_table_2 table tbody.block_table_2_item {
    display: none !important;
}
.block_table_2 table th{
    display:table-cell;
    width:61px;
}
.block_table_2 table tr:nth-of-type(1)>th:first-child{
    width:600px !important;
}
.block_table_2 table tr {
    width: auto;
    display: flex;
}

.block_table_2 table td{
    width:61px;
}
.block_table_2 table tr:nth-of-type(1)>td:first-child, .block_table_2 table tr:nth-of-type(1)>th:first-child, .block_table_5 table tr:nth-of-type(1)>td:first-child, .block_table_5 table tr:nth-of-type(1)>th:first-child, .block_table_6 table tr:nth-of-type(1)>td:first-child, .block_table_6 table tr:nth-of-type(1)>th:first-child {
    width: 61px !important;
}
}

/*----------------ボタン調整----------------------*/

@media screen and (max-width:321px){
   #button + .block_news_1 .contents_btn01 a span {
    font-size: 1.4rem;
}
}