﻿.web_form-banner-box{

    position: relative;

}

.web_form-banner-img{

    width: 100%;

    display: block;

    position: relative;

    padding-bottom: 100vh;

}

.web_form-banner-img img{

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    object-fit: cover;

}

.web_form-banner-text-box{

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    display: flex;

    display: -webkit-flex;

    flex-direction: column;

    justify-content: center;

    align-items: center;

    font-size: 40px;

    letter-spacing: 0.1em;

    color: #fff;

    z-index: 1;

    text-shadow: 0 0 5px rgba(0, 0, 0, 0.7);

    font-family: Roboto, "Noto Sans SC";

    box-sizing: border-box;

    padding: 0 20px;

}

.web_form-about-box{

    width: 1000px;

    max-width: 100%;

    display: block;

    margin: 0 auto;;

    position: relative;

    overflow: hidden;

    margin-top: 80px;

}

.web_form-about-list{

    width: 100%;

    display: flex;

    justify-content: start;

    align-items: center;

}

.web_form-about-list:nth-child(even){

    flex-direction: row-reverse;

}

.web_form-about-list-img{

    width: 50%;

    padding-bottom: calc((2/3)*50%);

    position: relative;

}

.web_form-about-list-img img{

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    object-fit: cover;

}

.web_form-about-list-text-box{

    width: 50%;

    box-sizing: border-box;

    padding: 0 40px;

    display: flex;

    justify-content: start;

    align-items: start;

    flex-direction: column;

}

.web_form-about-list-title{

    font-size: 24px;

    color: #000;

    letter-spacing: 0.06em;

    font-weight: 700;

    font-family: Roboto, "Noto Sans SC";

    padding: 0 20px;

    box-sizing: border-box;

    border: 1px solid #888;

    display: inline-block;

}

.web_form-about-list-text{

    font-size: 18px;

    color: #000;

    letter-spacing: 0.06em;

    margin-top: 20px;

}



.web_form-box{

    width: 1920px;

    max-width: 100%;

    display: block;

    margin: 0 auto;

    position: relative;

    font-size: 0;

    min-height: calc(100vh - 100px);

    background-color: #f5f5f5;

    box-sizing: border-box;

    /* padding: 50px 0; */

    padding-bottom: 50px;

}

.web_form-all-box{

    width: 1300px;

    max-width: 100%;

    display: block;

    margin: 0 auto;;

    position: relative;

    background-color: #fff;

    border-radius: 5px;

    overflow: hidden;

    margin-top: 80px;

}

.web_form-title-box{

    width: 100%;

    display: block;

    background-color: #b8150b;

}

.web_form-title-box h2{

    text-align: center;

    font-size: 20px;

    color: #fff;

    font-weight: bold;

    letter-spacing: 0.1em;

    line-height: 60px;

}

.web_form-info-box{

    width: 100%;

    display: block;

    box-sizing: border-box;

    padding: 20px 50px;

}

.web_form-info-name{

    font-size: 18px;

    letter-spacing: 0.1em;

    color: #b8150b;

    font-weight: 700;

    line-height: 22px;

    margin-bottom: 15px;

}

.web_form-info{

    margin-bottom: 20px;

    padding-bottom: 25px;

    position: relative;

}

/* .web_form-info:nth-child(2){

    z-index:3;

}

.web_form-info:nth-child(3){

    z-index:2;

}

.web_form-info:nth-child(4){

    z-index:1;

}

.web_form-info:nth-child(7){

    z-index:2;

} */

.web_form-info:after{

    content: '';

    width: 100%;

    height: 1px;

    display: block;

    position: absolute;

    bottom: 0;

    left: 0;

    background-color: #eee;

}

.web_form-form-list{

    width: 370px;

    display: inline-block;

    vertical-align: top;

    margin-right: 45px;

}

.web_form-form-list2,

.web_form-form-list3{

    margin-top: 20px;

}

.web_form-form-list:nth-child(3n){

    margin-right: 0;

}

.web_form-form-list:nth-child(n + 4){

    margin-top: 15px;

}

.web_form-form-list-title{

    font-size: 14px;

    letter-spacing: 0.1em;

    color: #b8150b;

    line-height: 22px;

}

.web_form-form-input-box{

    position: relative;

    display: block;

}

.web_form-form-text{

    width: 100%;

    height: 36px;

    box-sizing: border-box;

    border: 1px solid #d1d1d1;

    border-radius: 5px;

    display: block;

    letter-spacing: 0.1em;

    padding: 0 15px;

    color: #555;

    position: relative;

    font-size: 14px;

    font-family: Roboto, "Noto Sans SC";

    margin-top: 5px;

}

.web_form-form-select-box{

    position: relative;

    display: block;

    margin-top: 5px;

}

.web_form-form-select-box select{

    -webkit-appearance: none; /*Chrome*/

    -moz-appearance: none; /*FF*/

    appearance: none;/*CSS3*/

}

.web_form-form-select-box:after{

    content: '\f107';

    font-size: 14px;

    display: block;

    position: absolute;

    bottom: calc(50% - 12px);

    right: 10px;

    color: #888;

    line-height: inherit;

    box-sizing: border-box;

    font-weight: bold;

    font-family: "Font Awesome 5 Free";

}

.web_form-form-list-textarea{

    width: 100%;

}

.web_form-form-textarea{

    width: 100%;

    height: 100px;

    box-sizing: border-box;

    border: 1px solid #d1d1d1;

    border-radius: 5px;

    display: block;

    letter-spacing: 0.1em;

    padding: 10px 15px;

    color: #888;

    position: relative;

    font-size: 14px;

    font-family: Roboto, "Noto Sans SC";

    resize: none;

    outline: none;

    margin-top: 5px;

}

.web_form-form-list-textarea::-webkit-input-placeholder,

.web_form-form-text::-webkit-input-placeholder{

    font-family: Roboto, "Noto Sans SC";

    color: #888;

    letter-spacing: 0.1em;

}

.web_form-form-list-textarea:-moz-placeholder,

.web_form-form-text:-moz-placeholder{

    font-family: Roboto, "Noto Sans SC";

    color: #888;

    letter-spacing: 0.1em;

}

.web_form-form-list-textarea::-moz-placeholder,

.web_form-form-text::-moz-placeholder{

    font-family: Roboto, "Noto Sans SC";

    color: #888;

    letter-spacing: 0.1em;

}

.input-go_day:after{

    content: 'none';

    font-size: 0;

    width: 0px;

    height: 0px;

    margin: 0 auto;

    border-right: 5px solid transparent;

    border-top: 5px solid #888;

    border-left: 5px solid transparent;

    display: block;

    position: absolute;

    right: 15px;

    top: calc(50% - 2px);

    pointer-events: none;

    border-radius: 5px;

}

.form-necessary{

    color: #b8150b;

}

.web_form-form-input-remind{

    font-size: 14px;

    color: #ff0f00;

    letter-spacing: 0.1em;

    display: inline-block;

    position: absolute;

    bottom: -25px;

    right: 0;

}

.web_form-form-input-remind span:nth-child(1)>i{

    margin-right: 5px;

}

.web_form-form-input-remind span:nth-child(2){

    color: #00ff80;

}

#web_form .contact-box{

    display: none;

}

#web_form .header-style1 .header-menu> li.header-advisory{

    display: none;

}

#web_form .header-style1 .header-menu> li.header-qa:after{

    display: none;

}

.member_comment-info-evaluation input,

.web_form-form-input-box #Consultant,

.web_form-form-input-box #AccommodationWeeks,

.web_form-form-input-box #Accommodation,

.web_form-form-input-box #CourseWeeks,

.web_form-form-input-box #Course,

.web_form-form-input-box #school{

    opacity: 0;

    position: absolute;

    pointer-events: none;

}

.school-class-select-now.web_form-form-text:after {

    content: '\f107';

    font-size: 14px;

    display: block;

    position: absolute;

    bottom: 0;

    right: 10px;

    color: #888;

    line-height: inherit;

    box-sizing: border-box;

    font-weight: bold;

    font-family: "Font Awesome 5 Free";

}

.this_ok-on{

    color: #15c100;

}

.web_form-form-edit-box{

    overflow: auto;

}

.web_form-label-box{

    font-size: 14px;

}



button{

    font-family: Roboto, "Noto Sans SC";

    transition: all .3s linear;

}

.button{

    box-sizing: border-box;

    padding-top: 30px;

    padding-bottom: 40px;

}

.button button{

    width: 180px;

    line-height: 40px;

    background-color: #b8150b;

    text-align: center;

    letter-spacing: 0.03em;

    font-size: 20px;

    color: #fff;

    border: none;

    border-radius: 5px;

    font-weight: bold;

    cursor: pointer;

}





.web_form-form-file-box{

    margin-top: 5px;

}

.web_form-file-info-box{

    width: 100%;

    display: block;

    box-sizing: border-box;

    padding: 35px 50px;

}

.web_form-file-url{

    width: 160px;

    line-height: 48px;

    display: inline-block;

    vertical-align: middle;

    font-size: 16px;

    color: #888;

    text-align: center;

    letter-spacing: 0.1em;

    background-color: #f5f5f5;

    border-radius: 10px;

    border: 1px solid #d1d1d1;

    box-sizing: border-box;

    margin-right: 20px;

    transition: all .3s linear;

}

.web_form-file-url:last-child{

    margin-right: 0px;

}

.web_form-file-info-all-box{

    box-sizing: border-box;

    padding-top: 35px;

}

.web_form-file-info-update-box{

    width: 100px;

    height: 100px;

    vertical-align: middle;

    margin-right: 30px;

    overflow: hidden;

    border-radius: 10px;

    border: 1px dashed #888;

    background-color: #fff;

    display: inline-flex;

    display: -webkit-inline-flex;

    align-items: center;

    -webkit-align-items: center;

    justify-content: center;

    -webkit-justify-content: center;

    flex-direction: column;

    box-sizing: border-box;

    cursor: pointer;

    transition: all .3s linear;

}

.web_form-file-info-bank-box{

    display: inline-block;

    vertical-align: middle;

    width: 100px;

    height: 100px;

    cursor: pointer;

}

.web_form-file-info-update{

    width: 100%;

    display: block;

    cursor: pointer;

}

.web_form-file-info-update span{

    font-size: 16px;

    color: #888;

    letter-spacing: 0.1em;

    display: block;

    text-align: center;

    transition: all .3s linear;

}

.web_form-file-info-update input{

    opacity: 0;

    pointer-events: none;

    height: 0;

}

.file-list-box{

    margin-top:50px; 

}

.web_form-file-info{

    width: 100px;

    height: 100px;

    display: inline-block;

    vertical-align: middle;

    margin-right: 20px;

    overflow: hidden;

    border-radius: 10px;

    border: 1px solid #d1d1d1;

    background-color: #fff;

    box-sizing: border-box;

    position: relative;

}

.web_form-file-info a{

    display: block;

    cursor: pointer;

}

.web_form-file-info-del{

    font-size: 36px;

    line-height: 24px;

    color: #555;

    position: absolute;

    right: 5px;

    top: 5px;

    cursor: pointer;

    transition: all .3s linear;

}



.web_form-file-info-del:hover{

    color: #b8150b;

}

.web_form-file-info:nth-child(5n){

    margin-right: 0;

}

.web_form-file-info:nth-child(n + 6){

    margin-top: 50px;

}

.web_form-file-info-icon{

    width: 100%;

    height: 100%;

    display: flex;

    display: -webkit-flex;

    align-items: center;

    -webkit-align-items: center;

    justify-content: center;

    -webkit-justify-content: center;

    flex-direction: column;

    font-size: 30px;

    color: #888;

}

.web_form-file-info-text{

    font-size: 16px;

    color: #888;

    letter-spacing: 0.1em;

    text-align: center;

    line-height: 50px;

    background-color: #eee;

    box-sizing: border-box;

    padding: 0 10px;

    overflow: hidden;

    text-overflow: ellipsis;

    white-space: nowrap;

    transition: all .3s linear;

}

.web_form-file-info-who{

    font-size: 14px;

    color: #888;

    position: absolute;

    bottom: 50px;

    right: 5px;



}

.consultant-update .web_form-file-info-del{

    display: none;

}



.loadingForm-mask-box{

    width: 100%;

    height: 100%;

    position: fixed;

    top: 0;

    left: 0;

    background-color: rgba(0, 0, 0, 0.8);

    display: none;

    align-items: center;

    justify-content: center;

    font-size: 30px;

    color: #fff;

    z-index: 9999;

}

.loadingForm-mask-box.active{

    display: flex;

}

.loadingForm-mask-box i{

    animation: loadingForm 1s linear 0s infinite;

}

@keyframes loadingForm{

    from {

      transform: rotate(0deg) 

    }

  

    to {

        transform: rotate(360deg)

    }

  }





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

    .web_form-all-box{

        width: 1200px;

    }

    .web_form-form-list {

        width: 340px;

        margin-right: 40px;

    }

    .web_form-form-list-textarea{

        width: 100%;

    }

}

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

    .web_form-banner-text-box{

        font-size: 30px;

    }

    .web_form-all-box{

        width: 1000px;

    }

    .web_form-info-box{

        padding: 35px 30px;

    }

    .web_form-form-list {

        width: 300px;

        margin-right: 20px;

    }

    .web_form-form-list-textarea{

        width: 100%;

    }

}

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

    .web_form-banner-img{

        padding-bottom: calc((1000/1920)*100vw);

    }

    .web_form-about-box{

        width: 500px;

        margin-top: 60px;

    }

    .web_form-about-list:nth-child(n){

        flex-direction: column;

    }

    .web_form-about-list-img{

        width: 100%;

        padding-bottom: calc((2/3)*100%);

    }

    .web_form-about-list-text-box{

        width: 100%;

        padding: 20px 0;

        margin-bottom: 40px;

    }



    #web_form .header-style1 .header-menu> li.header-qa:after{

        display: block;

    }

    #web_form .header-style1 .header-menu> li.header-qa:before{

        content: '';

        width: 100%;

        height: 1px;

        display: block;

        position: absolute;

        bottom: 0;

        left: 0;

        background-color: #c35e58cc;

    }

    .web_form-all-box{

        width: 750px;

        margin-top: 60px;

    }

    .web_form-form-list {

        width: 220px;

        margin-right: 15px;

    }

    .web_form-form-list-textarea{

        width: 100%;

    }

    .web_form-info{

        margin-bottom: 50px;

    }

    .web_form-info:after{

        bottom: -30px;

    }

    .web_form-file-info-update-box{

        width: 80px;

        height: 80px;

        margin-right: 10px;

    }

    .web_form-file-info{

        width: 80px;

        height: 80px;

    }

    .web_form-file-info-icon{

        font-size: 20px;

    }

    .web_form-file-info-update span{

        font-size: 14px;

        letter-spacing: 0.06em;

    }

}

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

    .web_form-banner-img{

        padding-bottom: calc((1000/1920)*100vw);

    }

    .web_form-banner-text-box{

        font-size: 20px;

    }

    .web_form-about-box{

        margin-top: 40px;

    }

    .web_form-all-box{

        width: 550px;

        margin-top: 40px;

    }

    .web_form-title-box h2{

        line-height: 40px;

        font-size: 18px;

    }

    .web_form-info-name{

        margin-bottom: 10px;

    }

    .web_form-info-box{

        padding: 20px 15px;

    }

    .web_form-form-list {

        width: 100%;

        margin-right: 0;

        margin-bottom: 10px;

    }

    .web_form-info{

        margin-bottom: 0;

        padding-bottom: 15px;

    }

    .web_form-info:after{

        display: none;

    }

    #web_form .button{

        padding-top: 30px;

        padding-bottom: 0px;

    }

    .web_form-form-list2{

        margin-top: 0;

    }

    .web_form-form-list3{

        margin-bottom: 10px;

    }

    .web_form-form-list-title{

        margin-bottom: -5px;

    }

    .web_form-form-list:nth-child(n + 4){

        margin-top: 0;

    }

}

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

    .web_form-banner-text-box{

        padding: 0 10px;

        font-size: 16px;

        letter-spacing: 0.06em;

    }

    .web_form-about-box{

        width: calc(100% - 40px);

        margin-top: 20px;

    }

    .web_form-about-list-text-box{

        padding: 10px 0;

        margin-bottom: 20px;

    }

    .web_form-about-list-title{

        font-size: 18px;

    }

    .web_form-about-list-text{

        font-size: 16px;

        margin-top: 10px;

        line-height: 1.3;

    }

    .web_form-box{

        padding-bottom: 30px;

    }

    .web_form-all-box{

        width: 95%;

        margin-top: 20px;

    }

    .web_form-title-box h2{

        font-size: 16px;

        line-height: 46px;

    }

    .web_form-info-box{

        padding: 10px;

    }

    .web_form-form-list-title{

        font-size: 12px;

        line-height: 24px;

    }

    .web_form-form-text{

        height: 36px;

        font-size: 12px;

        padding: 0 5px;

    }

    .web_form-form-textarea{

        height: 100px;

        padding: 5px 5px;

        font-size: 12px;

    }

    #web_form .button{

        padding-top: 15px;

    }

    .button {

        padding: 20px 0;

    }

    .button button {

        width: 100px;

        font-size: 16px;

        line-height: 30px;

    }

}

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

    .web_form-title-box h2{

        font-size: 14px;

        line-height: 36px;

    }

}







@media only screen and (min-width: 1001px){

    .web_form-form-text:focus{

        background-color: #f1f1f1;

    }

    .web_form-file-url:hover{

        background-color: #b8150b;

        color: #fff;

    }

    .web_form-file-info-update-box:hover{

        border-color: #b8150b;

    }

    .web_form-file-info-update-box:hover .web_form-file-update-plus{

        transform: scale(1.2);

    }

    .web_form-file-info-update-box:hover .web_form-file-info-update span{

        color: #b8150b;

    }

    .web_form-file-info:hover .web_form-file-info-text{

        background-color: #b8150b;

        color: #fff;

    }

}



/*fancy-box*/



.fancybox-table{

    width: 100%;

    height: 100vh;

    display: none;

    position: fixed;

    top: 0;

    left: 0;

    z-index: 999;

}

.fancybox-table.active{

    display: table;

}

.fancybox-table-mid{

    display: table-cell;

    vertical-align: middle;

}

.fancybox-box{

    width: 800px;

    max-width: 100%;

    display: block;

    margin: 0 auto;

    position: relative;

    z-index: 3;

}

.fancybox-img-box{

    width: 100%;

    height: 600px;

    display: block;

    margin-bottom: 10px;

    border: 1px solid rgba(255,255,255,0.2);

}

.fancybox-article{

    max-height: calc(100vh - 700px);

    overflow: auto;

}

.fancybox-article-title{

    font-size: 20px;

    color: #FFF;

    letter-spacing: 2px;

}

.fancybox-article-p{

    font-size: 16px;

    display: block;

    color: #FFF;

}



.fancybox-mask-box{

    width: 100%;

    height: 100%;

    display: block;

    background-color: rgba(0,0,0,0.6);

    position: fixed;

    top: 0;

    left: 0;

}

.fancybox-close{

    width: 40px;

    height: 40px;

    line-height: 40px;

    font-size: 20px;

    color: #000;

    text-align: center;

    position: absolute;

    top: 0;

    right: 0;

    background-color: #ddd;

    cursor: pointer;

    z-index: 3;

}

.body-close{

    overflow: hidden;



}

.body-close::-webkit-scrollbar{

    display:none;

}



.fancybox-link{

    position: fixed;

    text-align: center;

    top: calc(50% - 31px);

}

.news-prev{

    right: calc(50% + 427px);

}

.news-next{

    left: calc(50% + 427px);

}

.fancybox-link i{

    font-size: 24px;

    color: #FFF;

    display: block;

    margin-bottom: 10px;

}

.fancybox-link p{

    font-size: 18px;

    color: #FFF;

}

.fancybox-block{

    width: 100%;

    max-height: 100vh;

    overflow: auto;



}

.fancybox-block::-webkit-scrollbar{

    display:none;

}





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



.rwd-menu-class-list{

    width: 100%;

    height: 46px;

    border: 1px solid #888;

    font-size: 16px;

    letter-spacing: 1px;

    text-align: center;

    display: none;

    line-height: 46px;

    position: relative;

    box-sizing: border-box;

}

.rwd-menu-class-list:after {

    content: '';

    width: 0px;

    height: 0px;

    margin: 0 auto;

    border-right: 10px solid transparent;

    border-top: 10px solid #888;

    border-left: 10px solid transparent;

    display: block;

    position: absolute;

    bottom: calc(50% - 5px);

    right: 5%;

    box-sizing: border-box;

}



/*--------------confirm-block--------------*/

.confirm-block{    

    width: 100%;

    height: 100vh;

    position: fixed;

    z-index: 999;

    top: 0;

    left: 0;

    -webkit-align-items: center;

    align-items: center;

    -webkit-justify-content: center;

    justify-content: center;

    display: -webkit-flex;

    display: flex;

}

.confirm-box{

    max-width: 500px;

    min-width: 200px;

    width: 400px;

    padding: 40px 30px;

    box-sizing: border-box;

    background-color: #fff;

    position: relative;

    z-index: 1;

    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);

}

.confirm-info-box{

    position: relative;

}

.confirm-out{

    width: 20px;

    height: 20px;

    max-width: 100%;

    display: block;

    position: absolute;

    border-radius: 50%;

    border: 1px solid #FFF;

    top: 4%;

    right: 4%;

    cursor: pointer;

}

.confirm-out span{

    width: 15px;

    height: 1px;

    background-color: #FFF;

    display: block;

    margin: 0 auto;

    position: relative;

}

.confirm-out{

    z-index: 6;

}

.confirm-out span:nth-child(1){

    top: 9px;

    left: 0.5px;

    transform: rotate(45deg);

}

.confirm-out span:nth-child(2){

    top: 8px;

    left: 0.5px;

    transform: rotate(-45deg);

}

.confirm-info-title{

    font-size: 20px;

    margin-bottom: 10px;

    letter-spacing: 1px;

    transform: scaleY(1.05);

}

.confirm-info-p {

    font-size: 16px;

    color: #555;

    margin-bottom: 10px;

    letter-spacing: 1px;

    transform: scaleY(1.05);

}

.confirm-info-p:last-child {

    margin-bottom: 0;

}

.confirm-status {

    text-align: center;

    width: 100%;

    display: block;

    margin-top: 20px;

}

.confirm-status-save, .confirm-status-no {

    width: 100px;

    max-width: 100%;

    display: inline-block;

    margin: 0 auto;

    transition: all .5s ease;

    cursor: pointer;

    background-color: inherit;

    color: #000;

    font-size: 14px;

    padding: 8px 0;

    letter-spacing: 1px;

    border: 1px solid #999;

    margin: 15px;

    outline: none;

}

.confirm-status-save:hover, 

.confirm-status-no:hover{

    background-color: #555;

    color: #fff;

}

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



    .confirm-box{

        width: 95%;

        box-sizing: border-box;

        margin: 0 auto;

        padding: 30px 20px;

    }

    .confirm-info-p{

        font-size: 14px;

    }

}

/*--------------noInformation--------------*/

.noInformation{

    display: block;

    font-size: 12px;

}