@charset "UTF-8";

/*--------------診療時間-----------------*/
@media screen and (min-width: 901px) {
    #schedule+ div > .content_wrapper, #schedule_txt+section > .content_wrapper {
        margin-right: auto;
    }
}

#schedule + div > .content_wrapper {
    width: 100%;
    margin-top: 0px;
    padding: 0px !important;
}

@media screen and (max-width: 1240px) {
#schedule + div > .content_wrapper {
    padding: 0 var(--i_padding, 20px) !important;
}
}

@media screen and (max-width: 900px) {
a#hl+section {
    padding-bottom: 0;
}
}