.contact_wrap{
    margin-top: 8vh;
}

@media screen and (min-width: 60em){
    .contact_wrap{
        margin-top: 15vh;
    }
}

.contact_list{
    background-color: #fff;
    padding: 5vh 6vw;
}

@media screen and (min-width: 60em){
    .contact_list{
        padding: 10vh 6vw;
    }
}

.contact_item{
    padding-bottom: 2vh;
}

.txt_box{
   width: 100%;
}

.contact_ttl{
    font-weight: bold;
}

.contact_must{
    color: red;
}

.wpcf7 input[name="your-name"],
.wpcf7 input[name="your-email"],
.wpcf7 input[name="tel-707"] {
    height: 35px !important;
}

@media screen and (min-width: 48em){
    .wpcf7 input[name="your-name"],
    .wpcf7 input[name="your-email"],
    .wpcf7 input[name="tel-707"] {
        width: 70%;
    }
}

@media screen and (min-width: 60em){
    .wpcf7 input[name="your-name"],
    .wpcf7 input[name="your-email"],
    .wpcf7 input[name="tel-707"]{
        width: 50%;
    }
}

.wpcf7 input[name="textarea-445"],
.wpcf7 input[name="textarea-827"]{
    height: 100px !important;
}

.contact_item textarea{
    border: solid 1px #333;
}

.wpcf7 input[type="submit"] {
    width: 50%;
    padding: 10px 15px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border: none;
    background: #3a902f;
    transition: 0.3s;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.3rem;
}

@media screen and (min-width: 60em){
    .wpcf7 input[type="submit"] {
        width: 30%;
        padding: 15px 15px;
    }
}

.wpcf7-submit:hover {
    opacity: 0.7;
}

.submit_btn{
    text-align: center;
    margin-top: 3vh;
}



