<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">a.u-borderbtn {
    color: #F57C31;
    text-decoration: none;
}

a.u-roundbtn {
    text-decoration: none;
}
a.u-roundbtn__inactive {
    color: #859099 !important;
}

img.c-timetableBox__box--logo {
    background-color: #FFFFFF;
}

span.text-bold {
    font-weight: bold;
}

/* 驟堺ｿ｡荳ｭ縺ｮ繧ｻ繝溘リ繝ｼ 讌ｭ遞ｮ繝ｻ遉ｾ蜷阪��鍋せ繝ｪ繝ｼ繝繝ｼ陦ｨ遉ｺ */
.c-bookedBox__type {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.c-bookedBox__name {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.p-timetable_more__btn input {
    width: 330px;
    display: block;
    padding: 10px 0;
    color: #006BCD;
    background-color: #fff;
    border-radius: 100px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    margin: 0 auto;
    font-size: 100%;
    border: none;
    cursor: pointer;
}

.p-timetable_more__btn::before{
    position: absolute;
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color:#00ABEB;
    border-radius: 50%;
    right: 15px;
    bottom: 25px !important;
    z-index: 10000;
    cursor: pointer;
    top: 12px;
    right: 90px;
    pointer-events: none;
}
@media screen and (max-width:768px) {
    .p-timetable_more__btn::before{
        right: 104px;
        top: 10px;
    }
}

.p-timetable_more__btn::after {
    content: "";
    display: inline-block;
    right: 94px;
    top: 20px;
    width: 0;
    height: 0;
    border-bottom: solid 6px transparent;
    border-top: solid 6px white;
    border-left: solid 6px transparent;
    border-right: solid 6px transparent;
    position: absolute;
    z-index: 10000;
    cursor: pointer;
    pointer-events: none;
}
@media screen and (max-width:768px) {
    .p-timetable_more__btn::after {
        right: 108px;
        top: 18px;
    }
}


@media screen and (max-width: 768px) {
    .p-timetable_more__btn input {
        font-size: 13px;
    }
}
</pre></body></html>