.sec-form{
    overflow: hidden;
    height: 2000px;
    padding: 0;
}
.sec01 {
    padding: 30px 0 20px 0 !important
}

.form-box{
    top: 40px;
    left: 150%;
    transform: translateX(-50%);
    position: absolute;
    margin: 0;
}

.form-box.is-current{
    left: 50%;
    position: absolute;
}
.privacy {
    margin-top: 20px;
    text-align: center;
}
.privacy .ttl{
    text-align: center;
}
.privacy .content {
    height: 160px;
    text-align: left;
    width: 550px;
    margin: 0 auto;
    border: 1px solid #dcdcdc;
    padding: 5px 12px;
    overflow-y: auto;
}
.privacy .content .sub-ttl {
    margin: 10px 0 5px 0;
    line-height: 3px;
    font-size: 13px;
}
.privacy .content .txt {
    padding-left: 20px;
    font-size: 13px;
}
.privacy .consent input{
    width: initial;
    background: initial;
    outline: initial;
    color: initial;
    border: initial;
    box-sizing: initial;
    -webkit-appearance : checkbox;
}
.privacy .consent {
    margin-top: 20px;
    font-size: 13px;
}



.alert-flash{
    font-size: 14px;
    line-height: 22px;
    padding: 0px 0 20px 0;
    color: #BC0000;
}

.form-box.is-done{
    left: -50%;
    position: absolute;
}

.form-box .text{
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.625;
    text-align: left;
    margin-top: 35px;
    margin-bottom: 10px;
}

.form-box .text.company_info{
    margin-top: 0;
}

@media screen and (max-width: 768px) {
    .form-box .text{
        font-size: 1.2rem;
        margin-bottom: 0;
        margin-top: 15px;
    }
}

@media screen and (max-width: 736px) {
    .form-box .text{
        font-size: 1.2rem;
    }
}

.required.danger, .danger .selectIn{
    border-color: #BC0000;
    background:#fff5fa !important;
    transition: 0.1s;
}
.text.danger {
    color: #BC0000;
    text-align: left;
    margin-top: 5px;
    margin-bottom: 0;
    width: 100%;
    font-size: 1.4rem;
}
.btn.text.danger{
    text-align: center;
}

input[type=text]:hover{
    box-shadow: 0 0 5pt 0.5pt #D3D3D3;
    transition: 0.5s;
}
input[type=text]:focus {
    box-shadow: 0 0 5pt 2pt #D3D3D3;
    outline-width: 0px;
    transition: 0.5s;
}
.select_wrap .select.width01.mt0{
    margin-top:0;
}

/*.form_style .required{*/
.form_style .required{
    position: static;
    left: 10px;
    top: 20px;
    display: inline-block;
    font-size: 1.4rem;
    font-weight: 700;
    text-align: inherit;
    color: inherit;
    padding: inherit;
    background: inherit;
}

.form-box .btn_wrap .btn_registration input:disabled {
    background: #ccc;
}

.form_style .select_wrap{
    align-items: start !important;
}
.form_style .select_wrap{
    display: flex;
    justify-content: space-between;
    padding: 0;
}
.form_style .select_wrap .select:after{
    content: none;
}
.form_style .select_wrap .selectIn:after{
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -3px;
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 5px 0 5px;
    border-color: #000 transparent transparent transparent;
}
.select_wrap .selectIn--register select {
    height: 50px;
}
.select_wrap .selectIn select {
    padding: 5px 13px 6px 13px;
    height: 50px;
    text-align: left;
}

@media screen and (max-width: 767px){
    .form_style .select_wrap--hope{
        display: block;
    }
    .select_wrap--hope .select{
        margin-left: auto;
        margin-right: auto;
    }
    .form-box .input_wrap .width03--page3{
        width: 100%;
    }
    .select_wrap .selectIn--register select {
        height: 40px;
    }
    .select_wrap .selectIn select {
        height: 40px;
    }

}
@media screen and (min-width: 768px) and (max-width: 1023px){
    .form-box .input_wrap .width03--page3{
        width: 30%;
    }
    .select_wrap--hope .select+.select {
             margin: 0;
    }
}
@media screen and (max-width: 1023px){
    .select_wrap--barth .select+.select {
        margin: 0;
    }
    .form-box .input_wrap .width03--page1{
        width: 31%;
    }

    .privacy .ttl{
        font-size: 13px;
    }
    .privacy .content{
        width: 100%;
    }
    .privacy .content .sub-ttl{
        font-size: 12px;
        line-height: 10px;
    }
    .privacy .content .txt{
        font-size: 12px;
        line-height: 15px;
    }
}

