@charset "UTF-8";




a.btn_mailform{
    font-size: 26px;
    padding:20px;
    color: #fff;
    text-align: center;
    display: block;
    width: 890px;
    max-width: 100%;
    background:linear-gradient(#555 , #000);
    border-radius: 100px;
    margin:32px auto 0;
    box-sizing: border-box;
}
a.btn_mailform:before{
    content: url("img/header_icon01.png.webp");
    vertical-align: middle;
    margin-right: 8px;
}
@media screen and (max-width: 431px){
    a.btn_mailform{
        font-size: 20px;
        padding:15px;
    }
}

body#mailform{
    background: #f5f5f5!important;
}

body#mailform #contact{
    padding: 40px 0 0;
}

body#mailform .mailform,body#mailform .pp{
    width: 1000px;
    max-width: 90%;
    margin: 0 auto;
}

body#mailform .mailform{
    background: #fff;
    border-radius: 8px;
    margin-bottom: 32px;
}
body#mailform .container.pt-5{
    padding-top:16px!important;
}

body#mailform .pp h2{
        background: #083090;
    border-radius: 10px 10px 0 0;
    box-sizing: border-box;
    padding:15px 5%;
    color: #fff;
    font-size: 20px;
    font-weight: normal;
    text-align: center;
    margin-bottom: 0;
}
body#mailform .pp h3{
    font-size:18px;
}
body#mailform .pp .privacy_box{
    padding:15px 5%;
    height: 240px;
    background: #fff;
    overflow-y: auto;
    border-radius: 0 0 10px 10px;
    box-sizing: border-box;
    text-align: left;
}

body#mailform #copy{
    text-align: center;
    padding: 32px 0;
}

