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 {
    display: block;
    padding: 8px 140px 8px 110px;
    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: 10px;
    right: 100px;
    pointer-events: none;
}

.p-timetable_more__btn::after {
    content: "";
    display: inline-block;
    right: 104px;
    top: 18px;
    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::before{
        right: 86px !important;
        top: 8px !important;
    }
    .p-timetable_more__btn::after {
        right:90px !important;
        top: 16px !important;
    }
}

@media screen and (max-width: 768px) {
    .p-timetable_more__btn input {
        font-size: 13px;
        padding: 8px 120px 8px 100px;
    }
}
