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

section#cont_01 .contact_wrap {
	border: 1px solid #60ccec;
	padding: 15px;
	box-sizing: border-box;
}

section#cont_01 .contact_wrap:after {
	content: '';
	clear: both;
	display: block;
}

section#cont_01 .contact_wrap .contact_title {
	margin-bottom: 10px;
}

section#cont_01 .contact_wrap .contact_title h2 {
	color: #2bbbe6;
	font-size: 16px;
	
}

section#cont_01 .contact_wrap .f_left {
	width: 50%;
}

section#cont_01 .contact_wrap .f_right {
	width: 50%;
}

@media screen and (max-width: 767px) {
	section#cont_01 .contact_wrap .f_left {
		width: 100%;
		float: none;
	}
	
	section#cont_01 .contact_wrap .f_right {
		width: 100%;
		float: none;
	}
}

