@charset "UTF-8";
#form_schedule .schedule_items {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    margin-top: 20px;
}
