@charset "UTF-8";
.textarea_col span{
  width: 100%;
}

.contact .submit-area .wpcf7-submit{
    display: block;
    background-color: #d4354b;
    border: 1px solid #d4354b;
    color: #fff;
    width: 340px;
    text-align: center;
    padding: 20px 0;
    margin: 30px auto 0;
    font-size: 16px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.contact .submit-area .wpcf7-submit:hover {
    background-color: #fff;
    color: #d4354b;
    cursor: pointer;
}