.contact-content {
    max-width: 600px;
}

.contact-intro {
    margin-bottom: 5rem;
}

.wpcf7.js {
    margin-top: 3rem;
}

.wpcf7.js label {
    display: block;
    margin-bottom: .75rem;
}

.wpcf7.js label br {
    display: none;
}

.wpcf7.js .wpcf7-form-control-wrap {
    display: block;
    margin-top: .5rem;
}

.contact-form-container {
    width: 60vw;
}

.page h2.contact-form-heading {
    margin-top: 5rem;
}

.contact-form-section input[type=date], .contact-form-section input[type=email], .contact-form-section input[type=number], .contact-form-section input[type=password], .contact-form-section input[type=tel], .contact-form-section input[type=text], .contact-form-section input[type=url], .contact-form-section select, .contact-form-section textarea {
    border: 1px solid #05AFF2;
    border-radius: 0;
}

.wpcf7-list-item.first {
    margin: 0;
}

.wpcf7-list-item {
    margin: 0;
}

.contact-form-section input[type=submit] {
    font-size: 1rem;
    border: 2px solid #05AFF2;
    background-color: #05AFF2;
    color: #fff;
    padding: .5em 2em;
    font-weight: 700;
	border-radius: 0;
}

.contact-form-section input[type=submit]:hover {
	    background-color: #fff;
    color: #05AFF2;
}

.contact-form-tel a {
    font-weight: 700;
    text-decoration: underline;
    text-decoration-color: #1F364D;
}
.contact-form-tel a:hover {
	color: #05AFF2;
}

@media screen and (max-width: 768px) {
.contact-form-container {
    width: 100%;
}
    body .container .contact-form-container .wpcf7-form.init p {
        margin-bottom: .6rem;
        margin-block-end: .6rem;
    }
	.wpcf7.js .wpcf7-form-control-wrap {
    margin-top: .2rem;
}
}

.wpcf7 form .wpcf7-response-output {
    margin: 0;
    font-family: 'Zen Kaku Gothic New';
    padding: .4rem .8rem;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #05AFF2;
}