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


.target span {
    background: #87C68B;
}

.detBox {
    background: #edf9ee;
}

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

.name h3{
    line-height: 1.75em;
}

.theme {
    font-size: 1.25em;
}

@media screen and (max-width: 805px){
    .name{
        text-align: center;
    }
    .name .free {
        margin-top: 7px;
    }
}
.value {
    display: inline-block;
    background: #686868;
    color: #fff;
    padding: 0.2em 1.5em;
    border-radius: 5em;
    font-size: 15px;
    margin-left: 1.5em;
}