#main:after{
    background: #fbded3;
}

.name{
    background:#ef856d;
}

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

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

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

.trialNumber {
    background: #ef856d;
}
h6{
    background:#fbded3;
}

.targetBox,.invite{
    width: 1030px;
    margin: 0 auto;
}

.targetBox {
    padding: 15px 30px;
    background: #fff5f1;
    margin-bottom: 30px;
    border-radius: 15px;
}

.targetBox h4:before {
    display: none;
}

.target span {
    background: #ef856d;
    border: none;
}

.invite{
    background:#fff5f1;
    padding:30px;
    border-radius:15px;
}

.invite h3 {
    background: #e5004f;
    color: #fff;
    text-align: center;
    font-size: 1.35em;
    font-weight: bold;
    padding: 7px;
    border-radius: 9em;
    margin-bottom: 15px;
}

.invite p {
    text-align: center;
    margin-bottom: 30px;
}

.detail  .invite h4:before {
    display: none;
}

.detail .invite .date {
    background: none;
    display: inline-block;
    color: #fff;
    background: #000;
    width: 100%;
    text-align: center;
    font-size: 1em;
    padding: 0;
    height: auto;
    padding: 5px;
    border-radius: 15px 15px 0 0;
}

.detail .invite .date:after {
    display: none;
}

.detail .invite h4 {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
    line-height: 1.75em;
    background: #fff;
    border-radius: 15px;
    padding-bottom: 7px;
}

.invite .col2 .img {max-width: 320px;}

.invite .col2 .txt p {
    text-align: left;
}

.invite .col2 {
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.detail .invite h4 .thin {
    font-size: 0.8em;
    margin-top: 5px;
}

@media screen and (max-width: 1030px) {
    .targetBox,.invite {
        width: 100%;
    }
}