@charset "utf-8";
/* CSS Document */


.wf-sawarabimincho {
    font-family: "Sawarabi Mincho" ,'Noto Serif JP', serif;
    transform: rotate(.03deg);
}
/*---------------first-view----------------*/
.mainImg_ttl{
    font-style: italic;
    font-size: 45px;
    margin-bottom: 20px;
}
#mainImg{
    background-image: url(../images/online/bk-image.jpg); 
    background-repeat: no-repeat; 
    background-size: cover;
    height: 444px;
}
.mainImg_txt{
    max-width: 1000px;
    position: relative;
    top: 50px;
    left: -250px;
    font-size: 24px;
    color:#ce9a5a;
    text-align: center;
}
.mainImg_nav::before {
    content: '';
    position: absolute;
    top: .5%;
    left: .5%;
    bottom: .5%;
    right: .5%;
    background: url(../images/online/online-fv.png) no-repeat center/100% auto;
    z-index: 1;
}

.mainImg_nav{
    width: 500px;
    font-size: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    margin: auto;
}

.mainImg_nav li{
    padding: 8%;
    width: 33.3333%;
}

.mainImg_nav dl{
    padding: 0 0 100%;
    width: 100%;
    height: 0;
}

#contents {
	background: #f6efe8;
}

/*---------------main-contents----------------*/

h3{
    margin-bottom: 70px;
    margin-top: 70px;
    font-size: 25px;
    text-align: center;
}

h3.page_title.thanks {
    margin-top: 25px;
}

.first{text-align: center;}
.first .jp{font-size: 25px;color:#333;}
.online_flow .jp{color:#333;}

.form_btn{background-color: #fff;
        width: 442px;
        font-size: 20px;
        margin: 80px auto;
        padding: 45px 20px;
        transition: 0.7s;
        -webkit-transition: 0.7s;
        position:relative;
        }

    .form_btn br{
    display: none;
}


    .first a{
        color: #fff;
        text-decoration: none;
        position:absolute;
        top:0;
        left:0;
        background-color: #ce9a5a;
        width: 100%;
        font-size: 20px;
        padding: 18px 0px;}

     .first a:hover {
         opacity: 0.5;
     }

.first a:after {
    content: "";
    width: 25px;
    height: 25px;
    background: url(../images/online/arrow.svg) no-repeat;
    background-size: 100%;
    display: block;
    margin: 0 auto;
    position: relative;
        }

.fa-chevron-down{
    margin-bottom: -10px;
}

.second{
    background-color: #fff;
    color: #333;
    font-size: 20px;
    padding-top: 70px;
    padding-bottom: 95px;
}
.second p{margin-top: 50px;
    text-align: center;}

.problem{
    text-align: center;
    }

.problem ul{
    display: inline-block;
    margin: 0 auto;
    text-align: left;}

.problem li{
    color: #5a493e;
    font-weight: bold;
    font-size: 25px;
    margin: 35px;
}


.problem li::before{
    content: "";
    width: 34px;
    height: 30px;
    display: inline-block;
    background: url(../images/online/checklist3.svg) no-repeat left bottom;
    background-size: 30px;

}

.problem img{line-height: 0%;}


/*----------------online-flow----------------*/

.online_flow{
    margin: 0 auto;
    max-width: 1000px;}

/*----------------online_nav----------------*/

.online_nav{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.online_nav li{
    background-color: #fff;
    width: 31%;
    margin: 10px auto;
    text-align: center;
    position: relative;
}

.online_nav a{
    color:#fff;
    display: block;
    position: absolute;
    bottom: 0px;
    background-color: #ce9a5a;
    padding: 2% 0;
    margin-top: 5px;
    width: 100%;
}

.online_nav dd{color: #5a493e;
                font-size: 16px;
                text-align: left;
                padding: 20px;
                margin-bottom: 30px;
            }

.online_nav dt{
    color: #5a493e;
    font-weight: bold;
    font-size: 18px;
    padding: 0 10px;
}


.cap::before{
    content: "※ ";

}

    .icon-01{
            height: 65px;
            margin: 3%;
            background-image: url(../images/online/video-conference.svg);
            background-repeat: no-repeat;
            background-size: 50px;
            background-position: center;
        }
        .icon-02{
            height: 65px;
            margin: 3%;
            background-image: url(../images/online/LINE_typeA.svg);
            background-repeat: no-repeat;
            background-size: 50px;
            background-position: center;
        }
        .icon-03{
            height: 65px;
            margin: 3%;
            background-image: url(../images/online/Gradient.svg);
            background-repeat: no-repeat;
            background-size: 50px;
            background-position: center;
        }


        .online_nav dd span {
            padding-left: 0;
            display: inline-block;
            text-indent: -25px;
            margin-left: 25px;
        }


        .online_nav dd span .cap{
            text-indent: -25px;
            margin-left: 25px;

        }

    .nav_flow .check::before{
        content: "";
        width: 25px;
        height: 25px;
        display: inline-block;
        background: url(../images/online/checklist3.svg) no-repeat left bottom;
        background-size: 20px;

    }

    .ymd input{
        margin-right:5px;
    }

    .ymd_txt{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-right: 10px;
    }
    .ymd{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .select{
        height: 32px;
        margin: 0 5px;
        border-color: #dfdfdf;
        border: 1px solid #e2e3ea;
        padding: 0 10px;
        color: #4b4b4b;
    }

/*----------------step----------------*/

.caption{
    color: #ff0000;
}
.title {
        color: #ce9a5a;
        padding-bottom: 10px;
        margin-bottom: 30px;
        background: url(../images/online/line-bg-online.png) repeat-x bottom center;
    }
.step_flow{
    border: 1px solid #dbba95;
}

.step{
        background-color: #fff;
        color: #333;
        vertical-align: middle;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
    }

.border{
    border-bottom: 1px solid #dbba95;
    border-top: 1px solid #dbba95;
}

.step dt{
    background-color: #ce9a5a;
    color: #fff;
    flex-basis: 11%;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
	position: relative;
}

.step .td_title {
    align-self: center;
}
.step dd{
    flex-basis: 80%;
    padding-left: 15px;
    align-self: center;
    padding: 2%;
}

.row{
    padding-top: 3%;
    display: inline-block;
}


.wf-sawarabimincho span{
    font-size: calc(100vw / 43);
    display: block;
    line-height: 80%;}



/*----------------mail-form----------------*/

span.mwform-checkbox-field-text {
    line-height: 2.3;
}

.required {
    display: inline-block;
    height: 16px;
    margin: 0 13px;
    padding-top: .5px;
    padding-right: 6px;
    padding-left: 6px;
    background-color: #ac0310;
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    line-height: 16px;
}

input{
    font-size: 1.5rem;
    height: 32px;
    margin:0 5px 6px 5px;
    padding-left: 10px;
    border: 1px solid #e2e3ea;
    border-top: 1px solid #abadb3;
    border-radius: 3px;
    box-sizing: border-box;
    vertical-align: top;
}

.line_height {
    line-height: 2.3;
}

.interesting .horizontal-item {
        display: inline;
        width: 50%;
}
.back_w{
    background-color: #fff;
}
.form-ttl{
    color: #5a493e;
    padding-bottom: 25px;
    margin-top: 50px;
    margin-bottom: 0;
    font-size: 30px;
    background: url(../images/common/line-bg.png) repeat-x bottom center;

}
.ttl_s{
    font-size: 20px;
    text-align: center;
}
.page .sec_inner{
    margin-top: 150px;
}
.mb30{
    margin-top: 30px;
}
#text1_check{
    padding:30px 0;
}
.confirm{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
            align-items: center;
    position: relative;
    width: 160px;
    margin: 0 40px;
    background: #d28f4d;
}
.confirm svg{
    position: absolute;
    top: 31%;
    right: 10px;
    bottom: 0;
}

.fa-angle-right{
    color: #fff;
    margin-right: 10px!important;
}
.confirm input{
    display: block;
    width: 100%;
    padding-left: 21px;
    color: #fff;
    font-size: 1.6rem;
    text-align: center;
    line-height: 36px;
    letter-spacing: 10px;
    border: none;
    cursor: pointer;
    background: none;
}
.arrow_l i {
    margin-left: 15px;}

.mw_wp_form_input .confirm.arrow_l{
display: none;
    }
ul.contact-form1 {
    color: #fff;
    margin: 35px auto 0;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
            justify-content: center;}

/*.confirm input::after {
    content: "";
    width: 25px;
    height: 25px;
    background: url(../images/online/arrow-right.svg) no-repeat;
    background-size: 100%;
    margin: 0 auto;
    position: relative;
        }*/

/*---------------policy-------------------*/

#policy_inner{
    margin-top: 20px;
}

#privacy_contact{
    border-top: 1px dotted #c57a39;
    padding-top:10px;
    margin-top: 10px;
    margin-bottom: 10px;

}

#privacy_contact p{
    font-weight: bold;
}
/*----------------form-----------------*/
/*-----------------メディアクエリ------------------------*/

@media screen and (max-width: 768px) {

/*---------------first-view-SP----------------*/

#mainImg{
    height: calc(100vw / 1);
    padding-top: 30px;
    padding-bottom: 30px;
    background-position: center;
    background-image: url(../images/online/bk-image-sp_03.jpg); 
}

.mainImg_ttl {
    font-size: 35px;}

.mainImg_nav dl {
    padding: 0 0 90%;
}

.mainImg_txt{
    top: 0;
    left: 0;
    padding: 0 10px;
    font-size: 20px;
}

.wrap {
    padding: 0;
    position: relative;
    top: 62%;
}

/*---------------main-contents-SP----------------*/

.page_contact label, .page_contact td, .page_check label, .page_check td, .page_error label, .page_error td{
    font-size: 0.8rem;
}

.first .jp {
			font-size: 18px;
			line-height: 2em;
			margin-top:30px;
			padding: 30px 10px 0;
    }
.form_btn{
        margin: 30px auto;
        }


.problem li{
    margin: 18px;
}

.problem img {
    width:20px;
}
.second {
    padding-top: 30px;
    padding-bottom: 45px;
}

.second p {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 18px;
    padding: 0px 10px;
}

/*----------------mail-form----------------*/

.mail-form table th{
    text-align:center;
}
.mwform-tel-field input[type="text"]{
    width: calc(100vw/6);
}
.mail-form table th,table td{
    width: 100%;
}
table td{
    /*font-size: 0.8rem;*/
    font-size: 1.5rem;
}

.mail-form td #text5,#text8{
    width:100%;
}

.ymd{
    width: 100%;
}

.ymd input{
    width: calc(100vw/6);
}

.interesting td {
    padding-top: 5%;
    padding-bottom: 5%;
}

.required{
    height: auto;
}

.mw_wp_form{
    width:100%;
}

.confirm li::after{
    content: "";
    width: 25px;
    height: 25px;
    background: url(../images/online/arrow-right.svg) no-repeat;
    background-size: 100%;
    display: block;
    margin: 0 auto;
    position: relative;
}

.select{
    width:100%;
}

}


@media screen and (max-width: 600px) {

        .wrap {
            top: 60%;
        }
    
.mainImg_ttl{
    margin-bottom: 10px;
}

    /*----------------online_nav-SP----------------*/
    .nav_flow {
        height: auto;
        margin-bottom: 10%;
    }
    .online_nav {
        flex-wrap: wrap;
    }
    .online_nav li {
        width: 90%; 
        margin-bottom: 15%;
    }

.online_nav a{
    bottom: 0%;
}

    
    .online_nav dt {
        font-size: 21px;
    }
    .icon {
        margin: 3%;
    }
    .online_nav dd{
        margin-bottom: 5%;
        display: inline-grid;
        text-align: left;
        margin: 0 auto;
    }

    .wf-sawarabimincho span{
        font-size: calc(100vw / 18);
    }

    .mw_wp_form table,tr{
        flex-flow: row wrap;
        width: 100%;
    }
    


}



@media screen and (max-width: 500px) {
        .wrap {
            top: 60%;
        }

    .mainImg_nav{
        font-size: 20px;
        width: 100%;
    }

    .mainImg_ttl {
        font-size: 25px;
    }

    .problem li{
        font-size: calc(100vw / 22);
    }

    .problem li::before{
        width: 25px;
        height: 22px;
        background-size: 22px;
    
    }

    .confirm{
        width: 100%;
    margin: 0 auto 30px auto;
    }
    .fa-angle-right {
        margin: 0 3%;}
    .form_btn{
        width: 80%;
    }



.second p{
    font-size:calc(100vw / 26);
}

    .form_btn{
        padding: 60px 20px;
        font-size: 20px;
    }
    .form_btn br{
        display: block;
    }

.step .td_title{
    padding:10px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
      transform: translateY(-50%) translateX(-50%);
}

.wf-sawarabimincho span {
    font-size: calc(100vw / 15);
    padding-bottom: 1%;
}

.step dd{
    padding: 30px;
}
.step dt{
    padding: 15px;
}

.ymd_txt{
    display: inline-block;
}
}

@media screen and (max-width: 416px) {

    .first .jp br{
        display: none;
    }

}

@media screen and (max-width: 372px) {

    .mainImg_nav{
        font-size: 14px;
        width: 100%;
    }
    .form_btn{
        padding: 60px 20px;
    }

    .problem{
        margin-top: 30px;
    }

    .problem li{
        margin: 20px 10px;
    }


}