body {
    background: #FFF !important;
}
@media screen and (min-width: 768px) {
    .single_header_section {
        padding: 196px 35px 24px;
        background: url(/wp-content/themes/jstork19_custom/assets/images/titlebg_illust_compare.png) calc(50% - 400px) bottom / 1280px auto no-repeat, url(/wp-content/themes/jstork19_custom/assets/images/titlebg.png) center bottom / 1600px auto repeat-y;
    }
    .single_header_section .bread {
        display: block;
        width: 100%;
        padding: 0;
        margin: 0;
        line-height: 1;
    }
    .single_header_section .inner_wrap ._inner_form .miniform {
        width: 100%;
        background-color: #fff;
        padding: 1.5em 2em;
        border-radius: 8px;
        -webkit-box-shadow: 0 0 12px 1px rgba(0, 0, 0, .1);
        box-shadow: 0 0 12px 1px rgba(0, 0, 0, .1);
        height: 28em;
        overflow-y: scroll;
        position: relative;
        top: -40px;
    }
}
@media screen and (max-width: 767px) {
    .single_header_section {
        padding: 101px 4% 85px;
        background: url(/wp-content/themes/jstork19_custom/assets/images/titlebg_sp.png) center bottom / 1024px auto repeat-y;
    }
    .single_header_section .inner_wrap ._inner_form .miniform {
        width: 100%;
        background-color: #fff;
        padding: 1.5em 2em;
        border-radius: 8px;
        -webkit-box-shadow: 0 0 12px 1px rgba(0, 0, 0, .1);
        box-shadow: 0 0 12px 1px rgba(0, 0, 0, .1);
        height: 28em;
        overflow-y: scroll;
        position: relative;
        top: 2em;
    }
}
.single_header_section .inner_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.single_header_section .inner_wrap ._inner_main {
    width: 50%;
    min-width: 400px;
}
.single_header_section .inner_wrap ._inner_main .title_text {
    margin-top: 3em;
}
.single_header_section .inner_wrap ._inner_form {
    width: 46%;
    min-width: 400px;
}
@media screen and (max-width: 767px) {
    .single_header_section .inner_wrap ._inner_main {
        width: 100%;
    }
    .single_header_section .inner_wrap ._inner_form {
        width: 100%;
    }
}
.rows-flex {
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.rows-flex .form-group {
    width: 45%;
}
.documents_form h3 {
    color: #6295CC;
    margin-top: 0;
    font-weight: 600;
}
.documents_form button {
    background: #6295CC;
    color: #FFF;
}
.documents_form input[type=text],
.documents_form input[type=email],
.documents_form input[type=number],
.documents_form select,
.documents_form textarea {
    width: 100%;
    border: 1px solid rgba(66, 66, 66, 0.3);
}
.documents_form .form-group {
    margin-bottom: 0.8em;
    font-size: 90%;
}
.documents_form .form-group h5 {
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 0.3em;
}
.documents_form .form-group .miniform-checkbox {
    display: flex;
    justify-content: flex-start;
    aling-items: center;
}
.documents_form .form-group .miniform-checkbox label {
    font-weight: normal;
    margin-left: 0.4em;
}
.documents_form .form-group .miniform-checkbox input[type=checkbox],
.documents_form .form-group .miniform-checkbox input[type=radio] {
    width: 1.2em;
}
.documents_form .form-group span.required {
    color: #F00;
    font-size: 90%;
}
.inputTxtError {
    background: #FFF0F0 !important;
}
label.error {
    font-size:90%;
    color: #F00;
}