@charset "UTF-8";

#price_list + section .inner_item_txt{
    overflow-x: scroll;
}

/*診療時間*/
#hours+.block_table_5 table tr:last-child td:nth-child(n+2){
    display: none;
}
#hours+.block_table_5 table thead,
#hours+.block_table_5 table thead th{
    background-color: unset;
}
#hours+.block_table_5 tbody tr:first-child td{
    white-space: nowrap;
}
@media screen and (max-width: 400px){
#hours+.block_table_5 table{
    font-size: 1.4rem;
}
.block_table_5 table th,.block_table_5 table td {
    padding: 3px;
}
}


/*診療時間調整*/
@media screen and (max-width: 480px) {
#hours + div {
    padding-top: 70px;
    padding-bottom: 0;
}

#top_column + div {
    padding-top: 70px;
}
}