@charset "utf-8";

.br-mb {
    display: none;
}

/*--  contents frame  --*/

.education-program h2 {
    font-size: 26px;
    text-align: center;
    background-color: #fff000;
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
}

.education-box1,
.education-box2 {
    display: flex;
    flex-wrap: nowrap;
    /*    justify-content: center;*/
    justify-content: space-around;
    align-items: center;
    max-width: 1000px;
    width: 98%;
    margin: 30px auto 30px auto;
}

.education-box1 p,
.education-box2 p {
    font-size: 16px;
    max-width: 420px;
    width: 90%;
}

.education-box1 p {
    order: -1;
    margin: 10px 0px 10px 0px;
}

.education-box2 p {
    order: 1;
    margin: 10px 0px 10px 0px;
}

.box-img {
    max-width: 404px;
    width: 100%;
}

.box-img img {
    width: 404px;
    height: 277px;
}

@media screen and (max-width: 910px) {
    /*-- -- */
    .education-program h2 {
        padding: 30px;
    }
    .education-box1 p,
    .education-box2 p {
        text-align: center;
    }
    .education-box1,
    .education-box2 {
        display: block;
    }
    .education-box1 .box-img,
    .education-box2 .box-img {
        margin-left: auto;
        margin-right: auto;
    }
    .education-box1 p,
    .education-box2 p {
        margin-left: auto;
        margin-right: auto;
    }
    .br-mb {
        display: block;
    }
}

@media screen and (max-width: 460px) {
    .education-program h2 {
        font-size: 20px;
    }
    /*-- -- */
    .teacher-item-inner {
        max-width: 98%;
        width: 98%;
    }
    .education-box1 img,
    .education-box2 img {
        width: 100%;
        height: auto;
    }
}


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

.education-points h2 {
    font-size: 26px;
    text-align: center;
    max-width: 1080px;
    width: 96%;
    background-color: #1d2087;
    color: white;
    padding: 10px 0px 10px 0px;
    margin-left: auto;
    margin-right: auto;
}

.education-points {
    padding-top: 50px;
    background-color: #fffccc;
}

.education-points section {
    width: 100%;
    max-width: 1080px;
    margin: 30px auto 10px auto;
    display: flex;
    flex-wrap: nowrap;
    /* justify-content: center; */
    /* justify-content: space-around; */
    justify-content: space-between;
}

.education-point {
    width: 300px;
    padding-left: 10px;
    padding-right: 10px;
    margin: 10px auto 30px auto;
}

.bubble {
    width: calc(100% - 6px);
    background-color: white;
    border: 3px solid #c7c7c7;
    text-align: center;
}

.nowrap {
    white-space: nowrap;
}

.brsp {
    font-size: 0;
}

.bubble-no {
    width: 100px;
    font-weight: bold;
    color: white;
    text-align: center;
    background-color: #f15a24;
    margin: 30px auto 10px auto;
}

.bubble h3 {
    font-size: 20px;
    margin-bottom: 30px;
}

.bubble h3 br {}

.bubble-bottom {
    margin: -3px auto 10px auto;
}

.education-point h4 {
    font-size: 20px;
    text-align: center;
    line-height: 30px;
    margin-top: 20px;
}

.marker {
    background-image: linear-gradient(transparent 55%, #ffed00 0%);
}

.point-text {
    margin-top: 40px;
}

@media screen and (max-width: 910px) {
    .education-points h2 {
        width: 98%;
    }
    .education-points section {
        flex-wrap: wrap;
    }
    .education-point {
        width: 94%;
        padding-left: 10px;
        padding-right: 10px;
    }
    .br-pc {
        display: none;
    }
}


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

.flowchart {
    margin-bottom: 50px;
}

.flowchart h2 {
    font-size: 26px;
    text-align: center;
    max-width: 1080px;
    width: 96%;
    background-color: #1d2087;
    color: white;
    padding: 10px 0px 10px 0px;
    margin: 50px auto 30px auto;
}

.flowchart h3 {
    font-size: 24px;
    color: #f15a24;
    margin-bottom: 10px;
}

.flowchart section {
    width: 96%;
    max-width: 1020px;
    margin: 2px auto 2px auto;
    background-image: url(/design/ver5rp_inc/about/step-allow.jpg);
    background-repeat: no-repeat;
    background-position: left bottom;
    padding-bottom: 20px;
}

.flowchart section:last-child {
    background-image: none;
}

.flowchart .step-mark {
    width: 77px;
    min-width: 77px;
    height: 77px;
    flex-shrink: 0;
}

.flowchart .illust {
    width: 190px;
    height: 134px;
    flex: 0 0 190px;
    margin-bottom: 10px;
}

.step-box {
    display: -webkit-flex;
    display: flex;
    flex-wrap: nowrap;
    /* justify-content: center; */
    /* justify-content: space-around; */
    justify-content: space-between;
    width: 100%;
    max-width: 1080px;
    margin: 0px auto 10px auto;
}

.step-box div {
    margin-left: 20px;
    margin-right: 30px;
    flex: 1 1 auto;
}

.step-text-sp {
    margin-left: 80px;
    margin-bottom: 20px;
    display: none;
}

.flowchart hr {
    height: 1px;
    background-color: #1d2087;
    border: none;
    color: #1d2087;
    margin-left: 100px;
    margin-bottom: 0px;
}

@media screen and (max-width: 910px) {
    .flowchart h2 {
        width: 500px;
    }
    .flowchart section {
        width: 500px;
    }
    .step-text-pc {
        display: none;
    }
    .step-text-sp {
        display: block;
    }
    .step-box div {
        padding-top: 20px;
        margin-left: 10px;
        margin-right: 10px;
    }
    .flowchart hr {
        margin-left: 80px;
    }
}

@media screen and (max-width: 500px) {
    /*-- -- */
    .flowchart h2 {
        width: 98%;
    }
    .flowchart section {
        width: 98%;
    }
}
@media screen and (max-width: 450px) {
}
