#main:after{
    background: #fff4d5;
}

.name{
    background:#ffe100;
}

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

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

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

.trialNumber {
    background: #ffe100;
}

.det .time {
    background: #000;
    color: #fff;
    padding: 0.25em 1em;
    display: inline-block;
    margin: 8px 0;
}

.target span {
    background: #ffe100;;
}

@media screen and (max-width: 805px) {
    .name {
        padding:1em;
    }
}