/* .phase-date {
    height: 30px;
    border: solid 1px lightgrey;
    padding: 6px;
} */

/*
.certification-text {
    flex-shrink: 0;
    text-align: center;
    float: inherit;
    padding-top: 15px;
    color: #000;
    font-family: Noto Sans JP;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}*/

/*
.label-certification {
    border: 1px solid #EEE;
    background: #FFF;
}
*/

/* .phase-date-lable {
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
} */

/*
.certification-time {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}*/

/*
.certification-input {
    width: auto;
    text-align: center;
    color: #000;
    font-family: Noto Sans JP;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.7px;
    margin-right: 4rem;
}*/

/*
.certification-custom {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 5px;
    border: 1px solid #000;
    background: #FFF;
    width: 60px;
    height: 22px !important;
    flex-shrink: 0;
}*/

/*
.certification-title {
    color: #494949;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: flex;
    height: 100px;
    flex-direction: column;
    justify-content: center;
    flex-shrink: 0;
}*/

/*
.check-box {
    margin-left: 2rem !important;
    width: 2rem;
    margin-bottom: 8px !important;
}*/


/* ------------- */


.certification-start-end-date {
    display: flex;
    padding-left: 1rem;
    align-items: center;
    flex-wrap: wrap;
    gap:10px;
}

.certification-content-date-time {
    display: flex;
    justify-content: space-between;
    padding-left: 1rem;
    padding-right: 1rem;
}

#errorSection {
    padding: 7em 0;

    @media screen and (max-width: 780px) {
        margin-top: 0px;
        padding: 3em 0;
    }
}

.certification-content {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}