@charset "UTF-8";


.main-contents .news-heading {
    text-align: left;
    padding: 0.5em;
    color: #494949;
    background: #fffaf4;
    border-left: solid 5px #ffaf58;
    margin: 0px 0 20px;
}

.main-contents .news-text {
    line-height: 1.75;
}

.schedule-title {
    margin: 30px 0;
    text-align: left;
    letter-spacing: 1px;
    font-size: 18px;
    
}

.schedule-title::before,
.schedule-title::after {
    content:'';
    display: inline-block;
    width: 100px;
    height: 1px;
    margin: 0 10px;
    background-color: #000000;
    vertical-align: middle;
}

.status {
    display: inline-block;
    width: 80px;
    background-color: dodgerblue;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    letter-spacing: 1px;
    font-size: 15px;
    line-height: 20px;
    margin-left: 8px;
}

.status.stop {
    background-color: #d03c56;
}

.lesson-schedule dl {
        padding: 0 20px;
}

.lesson-schedule dd {
    margin: 10px 5px 15px 
}

@media (max-width: 768px) {
    
    .schedule-title::before,
    .schedule-title::after {
        display: block;
        text-align: center;
        width: 90%;
        margin: 5px auto;
    }
    
    .schedule-title {
        text-align: center;
    }
    
    

}