@charset "utf-8";


/* contact-form用css */
/* post-75 = contact */
.wpcf7 {
    margin-top: 20px;
    padding-left: 100px;
}

.wpcf7 p {
    margin-top: 30px;
}

.wpcf7-text,
.wpcf7-textarea {
    border: 1px solid;
}

.wpcf7-submit {
    display: block;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    margin: auto;
    padding: 5px 35px;
    font-weight: bold;
    border-radius: 0.3rem;
    border-bottom: 7px solid #0686b2;
    background: #27acd9;
    color: #fff;
}