#main:after{
    background: #d9ecdb;
}

.name{
    background:#87C68B;
}

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

.tabBox a.active {
    background: #87C68B;
}

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

.trialNumber {
    background: #87C68B;
}


#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: #87C68B;
}

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

.detBox {
    background: #edf9ee;
}

.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;
}

.teacherTable table {
    width: 100%;
    margin-top:0;
}

.teacherTable tr {
    border-bottom: 10px solid #fff;
}

.teacherTable th {
    vertical-align: middle;
    background: #52ab58;
    color: #fff;
    border-radius: 15px 0 0 15px;
}

.teacherTable td {
    padding-left: 1.5em;
    background: #edf9ee;
    border-radius: 0 15px 15px 0;
}

.teacherTable td div {
    display: inline-block;
    margin-right: 0.5em;
    font-size: 15px;
}

.teacherTable td div:last-child {
    margin-right: 0;
}

.instName {
    color: #27bb31;
}

.teacherTable td div.inst {
    margin-right: 1em;
}

.teacherTable td div.inst:last-child {
    margin-right: 0;
}

.program .teacherTable h5 {
    display: block;
    margin-bottom: 0.5em;
    background: #52ab58;
    color: #fff;
    padding: 0 0.5em;
    text-align: center;
    border-radius: 8px;
}

.program .teacherTable h5:after {
    display: none;
}

.teacherTable {
    margin-bottom: 20px;
}

@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;
    }
}