/*
試験日程・申込の流れ・受験方法
*/

.CF-top-entry-schedule {
    background: #f0ede3;
}

.CF-top-entry-schedule-heading {
    position: relative;
    font-size: var(--fs-component-20);
    line-height: 28px;
    background: #009966;
    color: #fff;
    text-align: center;
    font-weight: 700;
    padding: 10px 9px 10px 0;
}

.CF-top-entry-schedule-heading span {
    display: inline-block;
}

.CF-top-entry-schedule-heading::before {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 18px 12px 0 12px;
    border-color: #009966 transparent transparent transparent;
    bottom: -18px;
    left: 50%;
    transform: translate(-50%, 0);
}

.CF-top-entry-schedule-box {
    background: #ececec;
    padding: 20px 40px;
}

.CF-top-entry-schedule-data {
    background: #fff;
    margin-bottom: 20px;
}

.CF-top-entry-schedule-data:last-child {
    margin-bottom: 0;
}

.CF-top-entry-schedule-label {
    font-size: var(--fs-component-16);
    line-height: 28px;
    background: #666;
    text-align: center;
    color: #fff;
    padding: 1px 0;
}

.CF-top-entry-schedule-date {
    position: relative;
    font-size: var(--fs-component-18);
    line-height: 29px;
    color: #000;
    font-weight: 700;
    padding: 13px;
}

.CF-top-entry-schedule-date strong {
    font-size: 30px;
    line-height: 29px;
    color: #000;
}

.CF-top-entry-schedule-date span {
    font-family: "Lato";
    font-size: var(--fs-component-20);
    color: #000;
    line-height: 29px;
}

.CF-top-entry-schedule-date .-is-start {
    position: absolute;
    font-size: 12px;
    color: #fff;
    line-height: 14px;
    background: #00a157;
    padding: 2px 6px;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 35px;
    bottom: 16px;
    right: 13px;
    text-align: center;
}

.CF-top-entry-schedule-date .-is-entry {
    position: absolute;
    font-size: 12px;
    color: #fff;
    line-height: 14px;
    background: #ec0000;
    padding: 2px 6px;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 35px;
    bottom: 16px;
    right: 13px;
    text-align: center;
}

.CF-top-entry-schedule-date .-is-end {
    position: absolute;
    font-size: 12px;
    color: #fff;
    line-height: 14px;
    background: #999999;
    padding: 2px 6px;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 35px;
    bottom: 16px;
    right: 13px;
    text-align: center;
}

.CF-to-entry-btn {
    margin-top: 28px;
}

.schedule-title {
    text-align: center;
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: .07em;
    color: #1c7da1;
    padding-bottom: 32px;
    border-bottom: 2px solid #1c7da1;
    margin-bottom: 45px;


}

.top_sc_btn {
    display: block;
    max-width: 400px;
    width: 100%;
    padding: 16px;
    border-radius: 50px;
    text-align: center;
    text-decoration: none;
    font-weight: 700;
    background-color: #1c7da1;
    margin: 30px auto;

}


.top_sc_btn span,
.top_sc_btn a {
    display: inline-block;
    color: #fff;
    font-size: 20px;
    text-decoration: none;
}

.top_sc_btn:hover {
    opacity: .6
}




@media screen and (min-width:769px) {
    .CF-top-entry-schedule-box {
        padding: 30px 40px;
    }

    .CF-top-entry-schedule-group {
        display: flex;
        flex-flow: wrap;
        justify-content: flex-start;
        align-items: flex-start;
        margin: 0 0 0 -30px;
    }

    .CF-top-entry-schedule-data {
        width: calc((100% / 2) - 30px);
        margin: 0 0 0 30px;
    }

    .CF-top-entry-schedule-date {
        font-size: var(--fs-component-18);
        padding: 20px 30px;
    }

    .CF-top-entry-schedule-date .-is-start,
    .CF-top-entry-schedule-date .-is-entry,
    .CF-top-entry-schedule-date .-is-end,
        {
        padding: 6px;
    }

    .CF-to-entry-btn {
        margin: 0 auto;
        margin-top: 40px;
        max-width: 600px;
    }

    .CF-to-entry-btn .CF-btn.-is-reverse {
        padding: 24px 20px;
        font-size: 24px;
        background: url(/co/_assets/images/svg/white-arrow.svg) right 20px center no-repeat #ff6937;
        background-size: 13px 20px;
    }



}


@media screen and (min-width:1020px) {
    .CF-top-entry-schedule-date {
        font-size: 28px;
        padding: 20px 30px;
    }

    .CF-top-entry-schedule-date span {
        font-size: 34px;
    }

    .CF-top-entry-schedule-date strong {
        font-size: 50px;
    }
}

/* /試験日程・申込の流れ・受験方法 */



.p-ai-block2 {
    padding: 50px 0;
}


@media screen and (max-width: 768px) {
    .schedule-title {
        font-size: 18px;
        line-height: 1.4;
        letter-spacing: .05em;
        padding-bottom: 20px;
        margin-bottom: 30px;
    }

    .top_sc_btn {
        max-width: 280px;
        padding: 12px;
        margin: 20px auto;
    }

    .top_sc_btn span,
    .top_sc_btn a {
        font-size: 16px;
    }
}