.table_line {
    display: flex;
}
.table_line_half {
    display: flex;
}
.timetable_one_box {
    text-align: center;
    border-radius: 5px;
}
.timetable_one_class {
    text-align: center;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
}
.timetable_one_time {
    text-align: center;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
}
.timetable_one_box_first {
    width: 80px;
}
.timetable_one_box_second {
    width: 180px;
}
.timetable_one_box_third {
    width: 145px;
}

.table_title {
    height: 50px;
    border-radius: 5px;
    text-align: center;
    line-height: 35px;
    margin-left:4px;
    padding: 10px 0;
}

.tt_box {
    height: 50px;
}
.table_week {
    background-color: skyblue;
    border:solid 1px #af9d85;
}
.table_icon {
    border:solid 1px skyblue;
    width: 80px;
}
.table_icon img {
    margin-top: 4px;
}
.timetable_one_time {
    background-color: #ffc778;
    border:solid 1px #927141;
    border-radius: 5px;
    padding: 10px 0;
    line-height: 30px;
    text-align: center;
    margin-top: 4px;
}
.timetable_one_class {
    background-color: #e4d4bc;
    border:solid 1px #927141;
    border-radius: 5px;
    padding: 10px 0;
    line-height: 30px;
    text-align: center;
    margin-top: 4px;
    margin-left: 4px;

}
.timetable_start {
    margin-top: 5px;
}
.timetable_unit {
    display: flex;
    margin-top: 2px;
    margin-left: 5px;
}
.time_box{
    margin:2em 0;
    position: relative;
    padding: 0.5em 1.5em;
    border-top: solid 2px orange;
    border-bottom: solid 2px orange;
}
.time_box:before, .time_box:after{
    content: '';
    position: absolute;
    top: -10px;
    width: 2px;
    height: -webkit-calc(100% + 20px);
    height: calc(100% + 20px);
    /*background-color: orange;*/
    background-color: #ffc778;
}
.time_box:before {left: 10px;}
.time_box:after {right: 10px;}
.time_box p {
    margin: 0;
    padding: 0;
}
.timetable_number {
    /*border-radius: 4px;*/
    font-size: 0.9em;
    margin-top:2px;
    text-align: center;
    width: 40px;
    height: 36px;
    line-height: 38px;
    /*background-color: #007acc;*/
    background-color: #87ceeb;
    /*color:white;*/
    color:black;
}
.timetable_hour {
    width: 200px;
    margin-top: 8px;
    /*border-bottom:solid 2px #00aced;*/
    border-bottom:solid 1px #87ceeb;
}
.timetable_comment_box {
    /* padding: 20px; */
    border-radius: 5px;
    box-shadow: none;
    text-align: left;
    /* margin-top:10px; */
    /* margin-bottom: 30px; */
    background: #f9fafc;
    background: #ecf0f1;
}

.timetable_comment_box ul, ol {
    padding: 0;
    position: relative;
}

.fee_comment_box ul li, ol li {
    color: black;
    border-left: solid 8px skyblue;
    /*左側の線*/
    background: whitesmoke;
    /*背景色*/
    margin-bottom: 5px;
    /*下のバーとの余白*/
    line-height: 1.4;
    border-radius: 0 15px 15px 0;
    /*右側の角だけ丸く*/
    padding: 0.5em;
    list-style-type: none!important;
}


.timetable_comment_box ul li, ol li {
    color: black;
    border-left: solid 8px skyblue;
    /*左側の線*/
    background: whitesmoke;
    /*背景色*/
    margin-bottom: 5px;
    /*下のバーとの余白*/
    line-height: 1.4;
    border-radius: 0 15px 15px 0;
    /*右側の角だけ丸く*/
    padding: 0.5em;
    list-style-type: none!important;
}

.timetable_comment_box p {
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 0;
}

.table_title th {
    background-color: white;
    border-color: skyblue;
}

.timetable_area {
    padding: 50px 0px 40px;
}


.timetable_comment_box {
    margin-top: 30px;
}
.table_one_box {
    display: flex;
    /*background-color: crimson;*/
}
.table_three_box {
    width: 33%;
    text-align: center;
}
.box_elementary_school {
    background-color: yellowgreen;
}
.box_junia_high_school {
    width: 33%;
}
.box_high_school {
    width: 33%;
}
.box_with_title {
    position: relative;
    padding: 1em 1.5em;
    margin: 2em 0;
    border: solid 3px #c71585;/*線*/
    border: solid 3px #6a9e1f;/*線*/
    border: solid 3px #007acc;/*線*/
    border: solid 2px skyblue;/*線*/
    border-radius: 8px;/*角の丸み*/
    color: #000000;/*文字色*/
}
.box_with_title .sample_box_title{
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 10px;
    line-height: 1;
    font-size: 1.4em;
    background: #ffffff;
    color:#222;
    letter-spacing: 0.06em;
}
.box_with_title p {
    margin: 0;
    padding: 0;
}
@media (max-width: 480px) {
    .fee_comment_box p {
        margin-bottom: 0;
        padding-bottom: 0;
        padding-top: 0;
    }
}

@media (max-width: 991px) {
    .timetable_area {
        padding: 20px 0px 40px;
    }
    .timetable_comment_box {
        margin-top: 15px;
        /* padding:10px; */
    }
}

@media (max-width: 450px) {
    .timetable_comment_box {
        /* padding:10px; */
    }
}

@media (max-width: 350px) {
    .timetable_comment_box {
        /* padding:5px; */
    }
}


