/*コラムのform*/

.single_form{
    border-radius: 10px;
    margin: 125px auto 0 auto;
}

.single_form__title{
    font-size: 30px !important;
    font-weight: bold;
    text-align: left;
    color: #b60000;
    line-height: 36px;
    margin-bottom: 40px;
    letter-spacing: 1px;
}

@media (max-width: 560px) {
    .single_form__title{
        font-size: 20px !important;
    }
}

.single_form__subtitle{
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.single_form .contact_btn, .single_form .wpcf7-form > p{
    display: none;
}

.single_form .form-row{
    overflow: hidden;
    line-height: 150%;
    border-top: none;
    border-bottom: 2px solid #000;
    border-left: 2px solid #000;
    border-right: 2px solid #000;
}

.single_form .wpcf7-form .form-row:nth-child(5){
    border-top: 2px solid #000;
}

.single_form label, .single_form .wpcf7-form-control-wrap{
    padding-bottom: 0;
    text-align: left;
    display: block;
    width: 100%;
    background-color: #fff;
    border: none;
}

.single_form label{
    padding: 1rem 0.25rem 0 0.25rem;
    font-weight: bold;
    font-size: .875rem;
}

.single_form .wpcf7-form-control-wrap{
    padding: 0.5em 0.25em;
}

.single_form .wpcf7-form-control-wrap input{
    font-size: .875rem;
    border: none;
    width: 100%;
    line-height: 200%;
}

.single_form .wpcf7-form-control-wrap{
    border: none;
    width: calc(100% - 5px);
}

.single_form .form-label, .single_form .wpcf7-form-control-wrap{
    padding-bottom: 0;
    text-align: left;
    display: block;
    width: 100%;
    background-color: #fff;
    border: none;
}

.dl_btn{
    display: none;
}

.single_form .dl_btn_column{
    display: block !important;
    margin: 30px auto 0 auto;
    font-size: 16px;
    border: none;
    min-width: 200px;
    line-height: 40px;
    font-weight: bold;
    background-color: #b60000;
    width: 250px;
    color: #fff;
}

/*form新レイアウト*/
.column .section_body__block .section_red__block{
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: 100vw;
}

.column  .section__block_download .section_title__block{
    border-bottom: none;
    padding-bottom: 0;
}

.column  .section__block_download{
    margin-bottom: 60px;
}

.column .form_row__block .col .form__block {
    max-width: inherit;
}

.column .form_row__block .col .form__block {
    border: solid 3px #cf2e2e;
    box-shadow: 0px 2px 4px rgb(159 149 149 / 40%);
}