@charset "UTF-8";



section h2 {
	font-size: 150%;
	text-align: center;
	margin: 50px 0 40px;
}


/* FOR smartphone landscape
***************************************************************************/
@media screen and (max-width:700px) {

	section h2 {
		font-size: 130%;
		margin: 30px 0 20px;
	}
