@charset "UTF-8";

.bl_pref_select {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin: 25px 25px 0;
    gap: 15px;
}

.el_pref_link {
    display: block;
    padding: 5px 0;
    text-align: center;
    color: #fff;
    border-radius: 25px;
    text-decoration: none;
    font-weight: bold;
    border-width: 1px;
    border-style: solid;
}

.bl_list_more {
    margin: 25px auto;
    text-align: center;
    max-width: 300px;
}

.el_schedule_date:first-of-type {
    margin-top: 10px;
}