#main:after{
    background: #e6d9ec;
}

.name{
    background:#C797C4;
}

.detail h4:before {
    background: linear-gradient(135deg, #C797C4 50%, #000 50%);
}

.tabBox a.active {
    background: #C797C4;
}

.scheduleFlow li:after {
    border-color: #C797C4 transparent transparent transparent;
}

.trialNumber {
    background: #C797C4;
}


#lesson .name {
    width: 860px;
}

.kome p {
    font-size: 14px;
    font-weight: 300;
    margin-left: 1.5em;
    line-height: 1.6em;
}

.detail h4 {
    margin-top: 50px;
    margin-bottom: 15px;
}

.target span {
    background: #C797C4;
}

.detBox h5 {
    background: #872181;
    display: flex;
    align-items: center;
}

.detBox h6{
    background: none;
    color: #872181;
    width: auto;
}

.detBox {
    background: #f4eff7;
}

.value {
    display: inline-block;
    background: #686868;
    color: #fff;
    padding: 0.2em 1.5em;
    border-radius: 5em;
    font-size: 15px;
    margin-left: 1.5em;
}

p.cau {
    color: #fd6159;
}

.inDet div .kome {
    font-size: 0.7em;
    font-weight: 300;
}

.noIn h5 {
    border-radius: 15px;
}


.class li {
    display: inline-block;
    margin-right: 1em;
}

.class li:before {content: '□';}

.class li:last-child {
    margin-right: 0;
}

.instName {
    color: #872181;
}

@media screen and (max-width:805px) {
    #lesson .name {
        width: 100%;
    }
    .teacherTable th {
        display: block;
        width: 100%;
        border-radius: 0;
        padding: 0;
    }
    
    .teacherTable td {
        display: block;
        width: 100%;
        border-radius: 0;
        padding: 0.5em 1.5em;
    }
    
    .teacherTable tr {
        display: block;
        border: none;
        margin-bottom: 20px;
    }
    
    .teacherTable tr:last-child {
        margin-bottom: 0;
    }
}