.cat-ttl {
    background: url(../img/ttl-bg.png) no-repeat center top;
    height: 170px;
}
.cat-ttl h2.contact {
    background: url(../img/contact/head-ttl.png) no-repeat;
	background-position: 0px 92px;
	color: #fff;
	width: 1156px;
	margin: 0 auto;
	padding: 120px 50px 20px;
	font-size: 3rem;
}

.contact-wrap {
	width: 600px;
	margin: 70px auto 200px;
}
.contact-wrap p {
	text-align: center;
}
.contact-form {
	width: 100%;
	color: #0c5e9a;
	margin-top: 50px;
}
.contact-form dd {
	margin: 0;
}
.contact-form input[type=text],
.contact-form input[type=tel],
.contact-form input[type=email],
.contact-form textarea {
	display: block;
	width: 100%;
	margin-bottom: 1rem;
	padding: 10px;
	border-radius: 5px;
	background-color: rgba(12,92,151,1);
	color: #fff;
	border: none;
}
.contact-form textarea {
	height: 144px;
}
.contact-form input[type=submit] {
	display: block;
	width: 105px;
	margin: 50px auto;
	padding: 15px;
	border-radius: 5px;
	background-color: #0c5e9a;
	color: #fff;
	border: none;
}
.thanks {
	    text-align: center;
}
.thanks h3 {
	margin: 100px 0;
    font-size: 4rem;
    color: #0b5083;
    line-height: 1.5;
}
.thanks p {
	font-size: 2rem;
}
.thanks a {
display: inline-block;
    width: 83px;
    height: 43px;
    background-color: #005ca9;
    color: #fff;
    text-decoration: none;
    padding-top: 13px;
	    margin-top: 5rem;
    transition: 0.5s;
}
.thanks a:hover {
	background: #fff;
	color: #005ca9;
	border: 2px solid #005ca9;
}



@media screen and (max-width: 768px) {
.cat-ttl {
    background: none;
    background-color: #0c5e9a;
}
.cat-ttl h2.contact {
	background: url(../img/contact/head-ttl.png) no-repeat;
    background-position: top 92px left 0;
    width: auto;
    background-size: contain;
	}
.contact-wrap {
	width: 100%;
	padding: 0 5% 10vh;
	margin: auto;
	}
.contact-wrap p {
	text-align: left;
	line-height: 1.8;
	}
.thanks h3 {
    font-size: 3rem;
	}
	.thanks p {
    font-size: 1.5rem;
}
	
	
}
