
@charset "UTF-8";

#top_schedule + div .content_wrapper {
    display: flex;
    flex-direction: column;
}
#top_schedule + div .content_wrapper .heading.block_header_1.align-center {
    order: 1;
}
#top_schedule + div .content_wrapper .heading+.add_text {
    order: 3;
    margin-top: 0;
    margin-bottom: 0;
}
#top_schedule + div .content_wrapper .outer {
    order: 2;
    margin-top: -10px;
    margin-bottom: 25px;
}