@charset "UTF-8";

.bl_form br {
    display: none !important;
    }
    .bl_form_input.js_error{
    color:red;
    font-size: 12px;
    line-height: 24px;
}
form{
    transition: transform 1s;
}
.bl_main_inner {
    border-radius: 0 0 14px 14px;
}
.bl_main{
    width: 100%;
}
.bl_aside{
    width: 0;
    padding: 0;
}
.bl_completeSec{
    padding: 100px 20px 50px;
    border-radius: 10px;
}
.bl_completeSec_ttl{
    font-size: 32px;
    text-align: center;
    font-weight: bold;
    padding-bottom: 40px;
}
.bl_completeSec_cont_txt{
    text-align: center;
    line-height: 1.875;
    padding-bottom: 82px;
}
.bl_completeSec_cont_back{
    margin-left: auto;
    margin-right: auto;
}

/* 上書き */
    body{
        background-color: #2586fb;
    }
    
.bl_container{
    background: linear-gradient(#2586fb 0%, #2586fb 90%, #2586fb 100%);
}

body:after{
    background-color: #2586fb;
}

.bl_kado{
    background-color: #2586fb;
}

.bl_kado:after,
.bl_kado:before{
    background-image: none;
}
.txt_form{
    text-align: center;
}
@media screen and (max-width:820px) {
    .txt_form{
        font-size: 13px;
    }
}


.bl_form_cont_input{
    margin: 50px auto;
    max-width: 600px;
    text-align:left;
}

.bl_form_cont_input_row{
    margin-bottom: 15px;
}

.bl_label{
        margin-bottom: 2%;
}

.bl_label span{
        background: #c40505;
        color: #fff;
        border-radius: 5px;
        padding: 0.5px 10px 3px;
        margin-right: 12px;
}

.contact_btn{
    text-align:center;
    display: flex;
justify-content: center;
margin: auto;
}

@media screen and (max-width:820px) {
    .bl_completeSec{
    height: auto;
    padding: 50px 10px 50px;
    }
    .bl_completeSec_ttl{
    font-size: 28px;
    }
    .bl_completeSec_cont_txt{
    line-height: 2;
    }
    .bl_form_cont_input{
        margin: 5%;
    max-width: initial;
    }
    .contact_btn {
        padding: 2% 12%;
        font-size: 5vw;
    }
}

.bl_section{
    margin: 20px;
}

.bl_completeSec {
    padding: 100px 20px 50px;
    border-radius: 10px;
}
@media screen and (max-width:820px) {
    .bl_completeSec {
        padding: 50px 10px 50px;
    }
}
.bl_section__bg_white {
    background-color: #fff;
}

.bl_main_inner {
    border-radius: 0 0 30px 30px;
    overflow: hidden;
    position: relative;
}
.bl_form_cont_input{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.bl_copyRight{
    color: #fff;
    text-align: center;
    padding-top: 16px;
    font-weight: 500;
}
@media screen and (max-width: 820px) {
    .bl_copyRight {
        padding-top: 12px;
        font-size: 10px;
    }
}
.wpcf7-spinner{
    display: none!important;
}