.step-block .container #con_Btn {
    border: 0;
    color: #406673;
    border: 1px solid #406673;
    font-weight: bold;
    border-radius: 60px;
    display: inline-block;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: .3s;
    width: 270px;
    background: #fff;
    position: relative;
    padding: 1.4rem 1rem;
    z-index: 1;
    margin: 0 1rem;
}
.services-block .tabcontent .videolist .video-a .date{
width:auto;
}
@media (max-width: 767px) {
    .step-block .container #con_Btn {
        width: 120px;
        padding: 0.5rem;
    }
}

.step-block .container #con_Btn:hover {
    color: #fff;
    border: 1px solid #406673;
    transform: scale(1.1);
}

.step-block .container #con_Btn:hover::after {
    height: 100%;
    left: 0;
    right: auto;
    transition: .3s;
}

.step-block .container #con_Btn::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    border-radius: 0;
    bottom: 0;
    left: auto;
    right: 0;
    z-index: -1;
    transition: .3s;
    background: #406673;
}

.step-block .container #con_Btn {
    display: none;
}


/****日曆*****/

.fc .fc-button-group>.fc-button {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    /* padding: 0.4em 0.65em; */
    font-size: 1em;
    width: 40px;
    height: 40px;
    line-height: 0;
    color: #000;
    background-color: #fff;
    box-shadow: 0px 0px 5px rgb(200 200 200 / 50%);
    border-radius: 50%;
    margin: 7px;
}

#calendar.fc td:not(.has-events),
#calendar.fc th {
    pointer-events: none;
}

#calendar.fc td.has-events:not(.fc-day-other) {
    cursor: pointer;
    pointer-events: auto;
}

#calendar.fc td.has-events:not(.fc-day-other) a.fc-daygrid-day-number {
    color: #fff;
}

.services-block .tabcontent .ulbox {
    border-bottom: none;
}

.time_desc {
    display: none;
}

.services-block .tabcontent .items:nth-child(1) {
    display: none;
}
