@charset "UTF-8";
/* CSS Document */
.eakonArea .inner{
	padding: 60px 20px 70px;
	max-width: 550px;
}

.eakonArea .inner .contact{
	padding-top: 170px;
	background-image:url(../img/sub/eakon_img.png);
	background-repeat: no-repeat;
	background-position: top center;
}
.eakonArea .inner p{
	font-weight: bold;
}
.eakonArea .inner .e_br{
	display: none;
}
@media screen and (min-width: 1500px) {
	.eakonArea .inner{
		max-width: 900px;
	}
}

@media screen and (max-width: 1500px) {
.eakonArea .inner .e_br{
	display: block;
}
}
@media screen and (max-width: 767px) {
	.eakonArea .inner{
		padding: 20px 5vw 70px;
	}

	.eakonArea .inner .e_br{
		display: none;
	}
}