@charset "utf-8";

/* howto */

main {
	background-color: #fff;
	line-height: 2.4em;
}

#top .container {
	padding: 153px 84px 100px;
}
#top .container > h2 {
	margin-bottom: 72px;
}
#top .container > h4 {
	margin-top: 80px;
	margin-bottom: 20px;
}


@media (max-width: 850px) {

	#top .container {
		padding: 100px 7% 50px;
	}
	#top .container > h2 {
		margin-bottom: 50px;
	}
	#top .container > h4 {
		margin-top: 50px;
		margin-bottom: 10px;
	}
}