@charset "utf-8";

/* お問い合わせエリア
------------------------------------------------------------------------------------ */
section#contactArea {
	margin-top: 0;
}

section#about {
}
section#about h3 {
	width: auto;
	max-width: 334px;
	margin: 0 auto 50px auto;
}



/* タブレット用
------------------------------------------------------------------------------------ */
@media screen and (min-width:768px) and (max-width:1279px) {
}



/* スマホ用
------------------------------------------------------------------------------------ */
@media screen and (max-width:767px) {
	section#about h3 {
		max-width: 200px;
		margin-bottom: 30px;
	}
}
