.form_section_dl .section_main .cols .ltextbox .h1_title_box {
    border-bottom: none;
    align-items: center;
    padding-bottom: 16px;
}

.form_section_dl .section_main .cols {
    display: flex;
    gap: 0;
    /* width: 95%; */
    max-width: 1200px;
    align-items: center;

    flex-direction: column;
}
.form_section_dl .section_main .cols .ltextbox {
    max-width: unset;
}
.form_section_dl .section_main .cols .rformbox {
    max-width: 800px;
}


.form_section_dl .section_main .cols .ltextbox .h1_title_box > p {
    color: #0E203B;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%; /* 23.8px */
    margin-bottom: 0;
    margin-top: 24px;
}
.form_section_dl .section_main .cols .ltextbox .h1_title_box > p .sp_br{
    display: none;
}
.form_section_dl .section_main .cols .rformbox .formarea {
    padding: 40px 80px;
}
@media screen and (max-width:880px) {
    .form_section_dl .section_main .cols .ltextbox .h1_title_box > p .sp_br{
        display: block;
    }
    .form_section_dl .section_main .cols .rformbox .formarea {
        padding: 40px 24px;
        width: 100%;
        align-items: center;
        border-radius: 0px;
    }
}