/* -----------------------------------------------------------------
*  exam
*  ---------------------------------------------------------------*/

.p-n-points__head {
    padding: 65px 0 0;
    text-align: center;
}

.p-n-explains--typeC .c-inner {
    width: 900px;
}

.p-n-points__head h3 {
    margin-bottom: 1em;
    font-size: 3.1875rem;
}

.p-n-points__head__text .sub-text {
    /*margin-bottom: 20px;*/
    display: flex;
    justify-content: center;
    align-items: center;
}

.p-n-points__head__text .sub-text p span {
    background-color: #ff6e2d !important;
    color: #fff;
}

.p-n-points__head__text .sub-text .u-n-themeBalloonColor>span::after {
    border-top-color: #ff6e2d !important;
}

.p-n-points__head h3 em {
    color: #0fb143;
}

.p-n-points__head__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 3em;
}

.p-n-points__head__text .c-rt {
    margin-bottom: 1em;
    font-weight: bold;
    line-height: 2.2;
    text-align: center;
}

.p-n-explains--typeC__holderList__item__text p {
    font-size: 1.3rem;
}

.p-n-explains--typeC {
    position: relative;
    padding: 65px 0;
}

.p-n-points__head__text .c-rt span {
    color: #e92e18;
    font-weight: bold;
}

.p-n-explains--typeC__head{
    margin-bottom: 1em;
    padding: 30px 0 30px;
    color: #fff;
    background-color: #0fb143;
    text-align: center;
}
.p-n-explains--typeC__head__text h3 {
    font-size: 3.1875rem;
}

.p-n-explains--typeC__head__text p {
    text-align: center;
    font-weight: bold;
}

.p-n-explains--typeC__holderList__item__text figure {
    margin: 0 auto 2em;
    width: 25%;
    text-align: center;
}

.p-n-explains--typeC__holderList__item{
    margin-bottom: 1em;
    padding: 1.5em 0;
    background: #f4f5f6;    
}
.p-n-explains--typeC__holderList__item .c-inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.p-n-explains--typeC__holderList__item__fig {
    width: 48%;
    text-align: center;
}

.p-n-explains--typeC__holderList__item__text {
    width: 48%;
}

.p-n-explains--typeC__holderList__item__text h4 {
    margin-bottom: .5em;
    color: #0fb143;
    text-decoration: underline;
    font-size: 2.5rem;
    line-height: 1.2;
    text-align: center;
}

.p-n-explains--typeC__holderList__item__text p span{
    color: #ff6e2d;
    font-weight: bold;
}

.u-n-exam_last {
    margin: 0 auto;
    max-width: 600px;
    display: block;
    padding-left: 40px;
    position: relative;
    padding: 60px 0;
}

.u-n-exam_last_ttl {
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    font-size: 3.0rem;
    line-height: 1.6;
    padding-left: 60px;
}

.u-n-exam_last_img {
    max-width: 140px;
    position: absolute;
    bottom: -2px;
    left: -20px;
}


/* SP */

@media screen and (max-width: 767px) {
    .p-n-points__head {
        padding: 35px 0;
    }
    .p-n-mv__holder {
        display: table;
        width: 100%;
    }
    .p-n-points__head figure {
        margin: auto;
        width: 80%;
    }
    .p-n-points__head h3 {
        font-size: 2.2rem;
    }
    h3.h_text {
        font-size: 1.9rem;
    }
    .p-n-points__head__text .sub-text {
        /*margin: 0 auto 20px;*/
        display: block;
        /*width: 90.625%; */
    }
    .p-n-points__head__text .c-rt{
        line-height: 1.8;
    }
    .p-n-points__head__text .sub-text p {
        display: inline-block;
        padding: 10px 28px;
    }
    .p-n-explains--typeC {
        padding: 35px 0 0;
    }
    .p-n-explains--typeC .c-inner {
        width: 90.625%;
    }
    .p-n-explains--typeC__head__text {
        margin-bottom: 10px;
    }
    .p-n-explains--typeC__head__text h3 {
        font-size: 2.0rem;
        margin-bottom: 10px;
    }
    .p-n-explains--typeC__head__text p {
        text-align: center;
    }
    .p-n-explains--typeC .c-inner h3 img {
        margin: 0 auto;
    }
    .p-n-explains--typeC__holderList__item .c-inner {
        flex-direction: column;
        margin-bottom: 0;
    }
    .p-n-explains--typeC__holderList__item__fig {
        margin: 0 auto;
        width: 100%;
    }
    .p-n-explains--typeC__holderList__item__text {
        margin-bottom: 10px;
        width: 100%;
    }
    .p-n-explains--typeC__holderList__item__text figure {
        margin: 0 auto 1.5em;
    }
    .p-n-explains--typeC__holderList__item__text>figure:first-child {
        margin-top: -1em;
        width: 25%;
    }
    .p-n-explains--typeC__holderList__item__text h4 {
        font-size: 1.2em;
        line-height: 1.5;
    }
    .p-n-explains--typeC__holderList__item:nth-of-type(even) {
        flex-direction: column;
    }
    .p-n-points__head__text .c-rt {
        font-size: calc(90vw / 26);
    }
}

@media screen and (max-width: 375px) {
    .p-n-mv__holder__texts__hl em,
    .p-n-points__head h3 {
        font-size: 2rem;
    }
    }


/* -----------------------------------------------------------------
*  animation
*  ---------------------------------------------------------------*/

.effect-fade-model {
    opacity: 0;
    transform: translate(0, 60px);
    transition: all 1500ms;
}

.effect-fade-model.effect-scroll-model {
    opacity: 1;
    transform: translate(0, 0);
}