/* members2020*/

.u_479,
.u_767{
    display: none;
}
.texta_c{
    text-align: center;
}
.user_trg{
    display: inline-block;
    position: relative;
    padding-left: -1rem;
    
}
.user_trg:before {
    font-family: 'design_plus';
    font-size: 16px;
    display: block;
    position: absolute;
    content: '\e910';
    right: -1rem;
    top: 1px;
}
.child_section{
    margin-bottom: 4rem;
}
.display_ib{
    display: inline-block;
}
 h2{
    text-align: center;
    font-weight: normal;
}
.post_content h3{
    color: #1e99a8;
}
.btn_section{
    text-align: center;
}
.app_btn{
    margin: 2rem 0;
}
 .app_btn a{
    background-color: #1e99a8;
    padding: 0.6rem 2rem;
     display: inline-block;
     margin-left: 2rem;
}
 .app_btn a:first-child{
     margin-left: 0;
}
.app_btn a p.user_trg{
    color: #fff;
    font-size:16px;
    margin: 0;
    line-height: 1;
}
.app_btn a p.user_trg:before {
    color: #fff;

}
.app_btn p{
    font-size: 14px;
    line-height: 1.8;
    font-weight: bold;
}
/*guidance*/
.page_guidance .guidance_lead_section{
    text-align: center;
}
.page_guidance .guidance_lead_section span{
    display: inline-block;
    background-color: #d2e7ec;
    padding: 1em;
    font-size: 1.2em;
    margin-bottom: 28px;
}
.page_guidance .guidance_lead_section span em{
    font-style: normal;
}
/*application*/
.page_application .flow_box ul{
    list-style: decimal;
}
.page_application .flow_box ul li {
    margin: 0px 0px 40px;
    position: relative;
}

.page_application .flow_box ul li:after {
    content: "";
    position: absolute;
    bottom: -42px;
    left: 5%;
    /* margin-left: -15px; */
    border: 15px solid transparent;
    border-top: 15px solid #000;
}

.page_application .flow_box ul li:last-child:after{
    content: none;
}
/*teacher*/

.page_teacher .column_box .column_img{
    width: 20%;
    margin-right: 5%;
}
.page_teacher .column_box .column_text{
    width: 75%;
}
.page_teacher .teacher_box{
    margin-bottom: 4rem;
}
.page_teacher .teacher_box p{
    line-height: 1.4;
    
}
.page_teacher .teacher_box h4{
    line-height: 1.4;
}
@media only screen and (max-width: 767px){
    .u_767{
        display: block;
    }

    
}
@media only screen and (max-width: 580px){

    
}
@media screen and (max-width: 479px){
   .u_479{
        display: block;
    }

    .page_guidance .campaigns_prof_section h4 {
    font-size: 16px;
}

    
}
