.page-info{
    right:18% !important;
}






.bg-gray{
    background-color: #E8E8E8;
    padding-bottom:5vw;
}
.gray-content{
    padding-top:5vw;
    padding-bottom:10vw;
    height:50vw;
    width:70.42vw;
    margin:0 auto;
}

.gray-content h4{
    font-size:1.3vw;
    text-align: center;
}


.contact-content{
    width:100%;
    height:100%;
}
.contact-content .bg-white{
    width:100%;
    height:50vw;
    background-color:rgba(255, 255, 255, .5);
    margin-top:4.95vw;
}


.wpcf7-form{
    width:70%;
    margin:0 auto;
    padding-top:5vw;
}

label{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size:1.1vw;
    margin-bottom:1.5vw;
}

input{
    width:34.74vw;
    height:3vw;
    border: none;
    border-radius: 0;
    background-color: #E8E8E8;
}

input[type="submit"] {
    background-color: #030398;
    color: white;
    width:20%;
    height:3vw;
    margin:5vw auto 0 auto;
    border:none;
    cursor: pointer;
    display:block;
    font-size:1.1vw;
}

textarea{
    width:34.74vw;
    border: none;
    border-radius: 0;
    background-color: #E8E8E8;
}

/*必須タグ*/
.required {
    font-size: .8vw;
    padding: 0 1vw;
    background: #cc0000;
    color: #ffffff;
    display: inline-block;
    }











/*-----------------------------------------------------------------------------
レスポンシブ
-------------------------------------------------------------------------------*/

@media(max-width:599px){

    .page-info{
        right: 5% !important;
    }



    /*---------------------------------------------------------------------
    メイン
    -----------------------------------------------------------------------*/

    .bg-gray{
        padding-bottom:5vw;
    }
    .gray-content{
        padding-top:5vw;
        height:160vw;
        width:90%;
    }

    .gray-content h4{
        font-size:4vw;
    }



    .contact-content .bg-white{
        height:150vw;
        margin-top:4.95vw;
    }
    
    
    .wpcf7-form{
        width:74.1vw;
        margin:0 auto;
        padding-top:10vw;
    }
    
    label{
        width:50%;
        flex-wrap: wrap;
        justify-content:flex-start;
        font-size:3.5vw;
        margin-bottom:3.5vw;
    }
    
    input{
        width:74.1vw;
        height:10.51vw;
    }
    
    input[type="submit"] {
        width:30%;
        height:11vw;
        margin:6vw auto 0 auto;
        font-size:3.5vw;
    }
    
    textarea{
        width:74.1vw;
    }
    
    /*必須タグ*/
    .required {
        font-size: 2.5vw;
        padding: 0 2.5vw;
        margin-left:2vw;
        }
    
}