@charset "utf-8";
/* CSS Document */

#contact_banner {
	border: 4px solid #181919;
	box-sizing: border-box;
	width: 100%;
	padding: 20px;
	position: relative;
	margin-top: 80px;
}
#contact_banner:before {
	position: absolute;
	content: "";
	background: url(img/contactbnr/contact.png);
	width: 248px;
	height: 38px;
	top: -40px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}
#contact_banner h2 {margin: 0 auto 20px; max-width: 519px;}
#contact_banner .con {display: flex; justify-content: space-between; align-items: center;}