@charset "UTF-8";


/*  sec01 -------------------------------------------*/
.sec01{
    position: relative;
    padding: 65px 0 50px 0;
    box-sizing: border-box;
}

.dz-message.uploaded {
    background: #cedbea;
}
.dz-message {
    padding: 40px;
    background: #f0f0f0;
    text-align: center;
}
@media screen and (max-width: 768px) {
    .dz-message {
        padding: 20px;
        line-height: 20px;
    }
}
.doc-list h3 {
    font-size: 16px;
    margin-bottom: 10px;
    text-align: center;
}
.doc-list p {
    font-size: 12px;
    padding-bottom: 20px;
}
.doc-list{
    display: flex;
    gap: 20px;
    padding-top: 40px;
}
.doc-list_item{
    width:50%;
}

/*.alert-box{*/
/*    position: fixed;*/
/*    bottom: 10px;*/
/*    z-index: +1;*/
/*    left: 50%;*/
/*    transform: translate(-50%, -50%);*/
/*}*/
input[type="radio"]{
    height: 20px !important;
}

.sec01 .lead{
    font-size: 3.3rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
}
.sec01 .lead .num{
    color: #0061A6;
    font-size: 6.0rem;
    padding: 0 8px;
}
.sec01 .text{
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.625;
    text-align: center;
    margin-bottom: 25px;
}
.sec01 .text02 .loginLink{
    font-size: 1.6rem;
    color: #fff;
    background: #BC0000;
    padding: 10px 30px;
    border-radius: 30px;
    margin-top:10px;
}
.sec01 .text02{
    text-align: center;
}
.sec01 .text_link{
    position: relative;
    text-align: center;
    color: #707070;
    font-size: 1.3rem;
    font-weight: 400;
}
.sec01 .text_link:before{
    position: relative;
    top: -1px;
    display: inline-block;
    vertical-align: middle;
    content: '> >';
    margin-right: 5px;
}

@media screen and (max-width: 768px) {
    .sec01{
        padding: 12% 0;
    }

    .sec01 .lead{
        font-size: 4vw;
        margin-bottom: 4%;
    }
    .sec01 .lead .num{
        font-size:8vw;
        padding: 0 5px;
    }

    .sec01 .text{
        font-size: 2.6vw;
        margin-bottom: 24px;
    }
    .sec01 .text_link{
        font-size: 2.6vw;
    }

}

.additional-space .input_wrap:first-child{
    margin-top:20px;
}
#license_additional_space .input_wrap:first-child{
    /*margin-top:0px;*/
}
.additional-space .input_wrap {
    position: relative;
}
.additional-space .remove {
    position: absolute;
    right: 9px;
    top: 15px;
    border-radius: 20px;
    background: #dcdcdc;
    color: #fff;
    width: 20px;
    text-align: center;
    height: 20px;
    cursor: pointer;
    padding-top: 5px;
}
#license_1{

}
.add {

    border: 3px dotted #afafaf;
    width: 100%;
    text-align: center;
    padding: 20px;
    font-size: 16px;
    cursor: pointer;
    margin: 20px 0;
}

@media screen and (max-width: 736px) {
    .sec01 .lead{
        font-size: 5.6vw;
    }
    .sec01 .lead .num{
        font-size: 14vw;
    }

    .sec01 .text{
        font-size: 1.2rem;
    }
    .sec01 .text_link{
        font-size: 1.2rem;
    }
}

/*  sec-form -------------------------------------------*/
.sec-form{
    position: relative;
    padding: 60px 0 40px 0;
    background: #E5F5FF;
    box-sizing: border-box;
}
.sec-form.form_style{ max-width: inherit;}

.form-box{
    margin: 60px auto 100px auto;
    max-width: 880px;
    background: #FFF;
    border-radius: 10px;
    padding: 60px 50px;
    box-shadow: 2px 2px 8px 0 rgba(0,0,0,.16);
    box-sizing: border-box;
}
.form-box .title_wrap{
    background: #0061A6;
    padding: 20px;
    margin-bottom: 35px;
    box-sizing: border-box;
}
.form-box .title_wrap .ttl{
    font-size: 2.0rem;
    color: #FFF;
}
.form-box .input_wrap{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.form-box .input_wrap h3{
    font-size: 1.6rem;
    color: #707070;
    margin-bottom: 15px;
}

.form-box .input_wrap.zip_wrap{ justify-content: flex-start;}

.form-box .input_wrap+.input_wrap{ margin-top: 20px;}

.form-box .input_wrap input{
    padding: 9px 13px 13px 13px;
    height:50px;
    font-size: 1.4em;
}
.form-box .input_wrap .radio-input {
    visibility: hidden;
    width: 1px !important;
    padding: 0 !important;
    margin-left: -1px;
}
.form-box .input_wrap .width01{
    width: 48.8%;
    max-width: 380px;
}
.form-box .input_wrap .width02{
    width: 23.1%;
    max-width: 180px;
}
.form-box .input_wrap .width03{
    width: 46.3%;
    max-width: 250px;
}
.aR{ text-align: right;}
.form-box .radio-wrap li{ white-space: nowrap;}

.form-box .btn_wrap{ margin-top: 50px;}
.form-box .btn_wrap .btn_next input{
    width: 300px;
    background: #53B8FF;
    box-shadow: none;
}

.form-box .btn_wrap .btn_registration{
    width: 100%;
    max-width: 450px;
    /*margin: 0 auto;*/
}
.form-box .btn_wrap .btn_registration input{
    color: #000000;
    background: #FFE202;
    border-radius: 45px;
    font-size: 1.8rem;
    text-align: center;
    padding: 27px 10px;
    border: none;
    box-shadow: 2px 2px 5px 0 rgba(0,0,0,.16);
    cursor: pointer;
    transition: .4s;
}
.form-box .btn_wrap .btn_registration input:hover{ opacity: .7;}

.note{
    width: 100%;
    max-width: 450px;
    margin: 15px auto 0 auto;
}
.note p{ line-height: 1.3;}
.note .text_link{
    position: relative;
    text-align: center;
    color: #707070;
    font-size: 1.3rem;
    font-weight: 400;
}
.note .text_link:before{
    position: relative;
    top: -1px;
    display: inline-block;
    vertical-align: middle;
    content: '> >';
    margin-right: 5px;
}



@media screen and (max-width: 768px) {
    .sec-form{
        padding: 5% 0;
    }

    .form-box{
        margin: 12% auto;
        max-width: inherit;
        padding: 6%;
    }
    .form-box .title_wrap{
        padding: 4%;
        margin-bottom: 5%;
    }
    .form-box .title_wrap .ttl{
        font-size: 3.2vw;
        line-height: 1.5;
    }

    .form-box .input_wrap h3{
        font-size: 3.2vw;
        margin-bottom: 2%;
    }

    .form-box .input_wrap+.input_wrap{ margin-top: 3%;}

    .form-box .input_wrap input{
        padding: 7px 10px 10px 10px;
        height:40px;
    }
    .form-box .input_wrap .width01{
        width: 48.5%;
        max-width: inherit;
    }
    .form-box .input_wrap .width01.sp-widht{
        width: 46%;
        max-width: inherit;
    }
    .form-box .input_wrap .width01.sp-widht-100{
        width: 100%;
        max-width: inherit;
    }

    .form-box .input_wrap .width02{
        width: 24%;
        max-width: inherit;
    }
    .form-box .input_wrap .width03{
        width: 48%;
        max-width: inherit;
    }
    .form-box .btn_wrap{ margin-top: 8%;}
    .form-box .btn_wrap .btn_next input{
        width: 100%;
    }

    .form-box .btn_wrap .btn_registration{
        width: 100%;
        max-width: inherit;
        margin: 0 auto;
    }
    .form-box .btn_wrap .btn_registration input{
        border-radius: 60vw;
        font-size: 1.8rem;
        padding: 27px 10px;
    }
    .note{
        width: 90%;
        max-width: inherit;
        margin: 3% auto 0 auto;
    }
    .note p{ line-height: 1.5;}
    .note .text_link{
        font-size: 1.3rem;
    }
    .note .text_link:before{
        position: relative;
        top: -1px;
        display: inline-block;
        vertical-align: middle;
        content: '> >';
        margin-right: 5px;
    }
    .mt20{ margin-top: 3%;}
    .tab-padding{ padding: 2.2% 4% 3.6% 4% !important;}

    .form-box .radio-wrap{ width: 100%;}

}

@media screen and (max-width: 736px) {
    .form-box .title_wrap .ttl{
        font-size: 1.4rem;
    }
    .form-box .input_wrap h3{
        font-size: 3.6vw;
        margin-top: 4%;
    }
    .form-box .btn_wrap .btn_registration input{
        font-size: 1.3rem;
        padding: 5% 4%;
    }

    input[type="radio"]{
        height: 25px !important;
    }

    .note .text_link{
        font-size: 3.6vw;
    }
    .tab-padding{ padding: 3.0% 4% 3.8% 4% !important;}
}

/* ---------------------------------------------
  thanks 完了ページ
-----------------------------------------------*/
.sec01.wrapper.thanks_wrap {
    padding: 88px 0 !important;
}
.thanks_wrap .lead{
    text-align: center;
    font-size: 3.2rem;
    color: #0061A6;
    margin-bottom: 0;
}
.thanks_wrap .img{
    text-align: center;
    margin: 0 auto;
}

.thanks_wrap .text{
    font-size: 1.6rem;
    text-align: center;
    margin-bottom: 10px;
}
.thanks_wrap .text02{
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.5;
    color: #707070;
}
.thanks_wrap .text02 .text_link{
    color: #0061A6;
    font-weight: 700;
    text-decoration: underline;
}
.thanks_wrap .text02 .text_link:before{ display: none;}
.thanks_wrap .text02 .text_link:hover{
    text-decoration: none;
}
.thanks_wrap .btn_wrap{
    margin: 40px auto 0 auto;
    text-align: center;
}
.thanks_wrap .btn_wrap .btn_login{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 300px;
    height: 60px;
    margin: 0 auto;
    text-align: center;
    font-size: 1.5rem;
    color: #FFF;
    border-radius: 45px;
    background: #53B8FF;
    box-sizing: border-box;
    transition: .4s;
}
.thanks_wrap .btn_wrap .btn_login:hover{
    text-decoration: none;
    opacity: .7;
}

@media screen and (max-width: 768px) {
    .thanks_wrap{
        padding-bottom: 18%;
    }
    .thanks_wrap.wrapper{ width: 80%; max-width: 480px;}
    .thanks_wrap .lead{
        font-size: 5.2vw;
    }
    .thanks_wrap .text{
        font-size: 3.2vw;
    }
    .thanks_wrap .text02{
        font-size: 2.5vw;
        text-align: left;
        line-height: 1.7;
    }

    .thanks_wrap .text02 .text_link{ font-size:  2.5vw;}

    .thanks_wrap .btn_wrap{
        margin: 8% auto 0 auto;
    }
    .thanks_wrap .btn_wrap .btn_login{
        width: 100%;
        height: 9vw;
        font-size: 2.6vw;
        border-radius: 60vw;
    }

}

@media screen and (max-width: 736px) {
    .thanks_wrap.wrapper{ max-width: inherit;}
    .thanks_wrap .lead{
        font-size: 7.8vw;
    }
    .thanks_wrap .img{
        width: 50%;
        max-width: 182px;
    }
    .thanks_wrap .text{
        font-size: 4.1vw;
    }
    .thanks_wrap .text02{
        font-size: 3.2vw;
    }
    .thanks_wrap .text02 .text_link{ font-size: 3.2vw;}
    .thanks_wrap .btn_wrap .btn_login{
        height: 15vw;
        font-size: 4vw;
    }
}






/* ---------------------------------------------
  terms
-----------------------------------------------*/
.policy-block .page_title{
    padding: 50px 0;
    box-sizing: border-box;
}
.policy-block .page_title .ttl{
    font-size: 1.2rem;
    color: #707070;
    text-align: center;
}
.policy-block .page_title .ttl .en{
    display: block;
    color: #0061A6;
    font-size: 3.2rem;
    margin-bottom: 20px;
}

    /*margin-bottom: 160px;*/
    /*padding: 60px 0;*/
    /*background: #EAEAEA;*/
    /*box-sizing: border-box;*/

.policy-block .box_wrap{
    padding: 30px;
    /*border-radius: 10px;*/
    /*background: #FFF;*/
    /*box-shadow: 2px 2px 8px 0 rgba(0,0,0,.16);*/
    box-sizing: border-box;
}

.policy-block .box_wrap .input_wrap{
    width: 100%;
    max-width: 520px;
    margin: 0 auto;
}
.policy-block .box_wrap .input_wrap+.input_wrap{ margin-top: 20px;}
.policy-block .box_wrap .btn_wrap{
    display: block;
    margin: 40px auto 15px auto;
    width: 100%;
    max-width: 370px;
}
.policy-block .box_wrap .btn_wrap .btn+.btn{ margin-top: 15px;}

.policy-block .box_wrap .btn_wrap .btn_login{
    width: 100%;
    background: #0061A6;
    font-size: 1.6rem;
    letter-spacing: .4rem;
    font-weight: 700;
    text-align: center;
    color: #FFF;
    padding: 18px 10px;
    border-radius: 35px;
    box-shadow: 2px 2px 5px 0 rgba(0,0,0,.16);
    box-sizing: border-box;
    border: none;
    cursor: pointer;
    transition: .4s;
}
.policy-block .box_wrap .btn_wrap .btn_login:hover{ opacity: .7;}

.policy-block .box_wrap .btn_wrap .btn.application.btn a{
    padding: 13px 5px 11px 5px;
}
.policy-block .box_wrap .btn_wrap .btn.application span{
    position: relative;
    top: -2px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    background: #FFF;
    border-radius: 35px;
    color: #BC0000;
    font-size: 1.8rem;
    line-height: 1;
    padding: 8px 16px 10px 16px;
    margin-right: 14px;
}

.policy-block .note_wrap{
    width: 100%;
    max-width: 370px;
    margin: 0 auto;
}
.policy-block .note_wrap li{ line-height: 1.4;}
.policy-block .note_wrap .text_link{
    position: relative;
    text-align: center;
    color: #707070;
    font-size: 1.3rem;
    font-weight: 400;
}
.policy-block .note_wrap .text_link:before{
    position: relative;
    top: -1px;
    display: inline-block;
    vertical-align: middle;
    content: '> >';
    margin-right: 5px;
}
.policy-block .policy_box{
    margin-bottom: 50px;
}

.policy-block .policy_content{
    margin-bottom: 30px;
}

.policy-block .policy_ttl{
    color: #0061A6;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 30px;
}
.policy-block .policy_txt{
    line-height: 25px;
    margin-bottom: 30px;
    font-size: 1.4rem;
}
.policy-block .policy_list{
    line-height: 25px;
    margin-bottom: 25px;
}

.policy-block .policy_list li{
    font-size: 1.4rem;
    position: relative;
    margin-left: 1rem;
    list-style: inside disc;
}

.policy-block .policy_link{
    margin-bottom: 30px;
}

.policy-block .policy_link a{
    line-height: 25px;
    color: #0b97c4;
    text-decoration: underline;
    margin-bottom: 8px;
    display: inline-block;
}

.policy-block .policy_sb{
    font-weight: 600;
    line-height: 25px;
    margin-bottom: 12px;
    font-size: 16px;
}


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

    .policy-block .page_title{
        padding:0;
        box-sizing: border-box;
    }

    .policy-block{
        margin-bottom: 0;
        padding: 10% 0;
    }
    .policy-block .box_wrap{
        width: 92%;
        padding: 10% 0%;
        margin: 0 auto;
    }

    .policy-block .box_wrap .input_wrap{
        max-width: inherit;
    }
    .policy-block .box_wrap .input_wrap+.input_wrap{ margin-top: 4%;}
    .policy-block .box_wrap .btn_wrap{
        display: block;
        margin: 10% auto 5% auto;
        max-width: inherit;
    }
    .policy-block .box_wrap .btn_wrap .btn+.btn{ margin-top: 3%;}
    .policy-block .box_wrap .btn_wrap .btn_login{
        padding: 14px 3vw 18px 3vw;
        font-size: 3.4vw;
    }
    .policy-block .box_wrap .btn_wrap .btn.application a{font-size: 3.4vw;}
    .policy-block .box_wrap .btn_wrap .btn.application span{
        top: -2px;
        border-radius: 35px;
        font-size: 2.8vw;
        padding: 8px 10px 10px 10px;
        margin-right: 7px;
    }

    .policy-block .note_wrap{
        max-width: inherit;
    }
    .policy-block .note_wrap .text_link{
        font-size: 2.6vw;
    }

}

@media screen and (max-width: 736px) {
    .policy-block .box_wrap .btn_wrap .btn_login{
        padding: 4vw 3vw;
        font-size: 4vw;
    }
    .policy-block .box_wrap .btn_wrap .btn.application a{ font-size: 4vw;}
    .policy-block .box_wrap .btn_wrap .btn.application span{
        top: -2px;
        font-size: 3.4vw;
    }
    .policy-block .note_wrap .text_link{
        font-size: 3.2vw;
    }
    .additional-space .remove{
        top:10px;
    }
    .additional-space .input_wrap:first-child{
        margin-top:10px;
    }
}





