/* 収益物件オープンページ contactモーダルCSS */

#contact_frame{
    border-radius: 10px;
    padding:  40px 20px!important;
}
#contact_frame .remodal-close{
    top: 10px;
    left: 10px;
}
section.contact h2{
    justify-content: center;    
}
section.contact .discription{
    margin: 30px 0;
}
section.contact form{
    width: 75%;
    margin: 20px auto;
    display: flex;
    flex-wrap: wrap;
    column-gap: 40px;
    row-gap: 20px;
    justify-content: center;
    font-size: 16px;
}
section.contact .form_item{
    width: calc(50% - 40px);
    padding: 10px;
    text-align: left;
}
section.contact form label{
    display: inline-block;
    font-weight: bold;
    margin-bottom: 5px;
}
section.contact form label span{
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
    margin:0 10px;
}
section.contact input[type="text"]{
    border: 1px solid #425460;
    width: 100%;
}
button.blue_button{
    position: relative;
}