﻿/* request, contact */
.nav .menu-outbg {
    display: flex;
}
.dl_section{
    margin-top: 80px;
    background: linear-gradient(270deg, var(--blue-color-type2,#F1F6F7) 0%, rgba(243, 247, 251, 0.20) 100%);
}
.dl_section .section_main .h2_title p br{
    display: block;
}
.dl_section .section_main .h2_title h2{
    font-size: 48px;
    line-height: 130%; 
}
.dl_section .section_main .h2_title p{
    font-size: 16px;
    line-height: 180%;
}
.dl_section .section_main .formdiv{
    margin-top: 56px;
    display: flex;
    width: 95%;
    justify-content: center;
    background: #FFF;
    max-width: 740px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
    padding-top: 48px;
    padding-bottom: 48px;
}
.dl_section .section_main .formdiv .formmain{
    display: flex;
    width: 100%;
    flex-direction: column;
}
.dl_section .section_main .formdiv .formmain .btndiv{
    display: flex;
    justify-content: center;
    padding-top: 24px;
    width: 88%;
    align-self: center;
}
.dl_section .section_main .formdiv .formmain .btndiv button{
    height: 62px;
    border-style: none;
}
@media screen and (max-width: 880px) {
    .dl_section .section_main .formdiv {
        margin-top: 48px;
        width: 96.285%;
        padding-top: 32px;
        padding-bottom: 32px;
    }
    form {
        width: 90.675%;
    }
    
}
@media screen and (max-width: 780px) {
    .dl_section {
        margin-top: 60px;
        padding-top: 72px;
        padding-bottom: 96px;
    }
    .dl_section .section_main .h2_title h2{
        font-size: 28px;
        line-height: 130%; /* 36.4px */
    }
    .dl_section .section_main .h2_title p{
        font-size: 14px;
        line-height: 180%;
    }
}