@charset "utf-8";
/* CSS Document */

.it-hojo {
	max-width: 729px;
	height: auto;
	margin: 2% auto;
	text-align: center;
}

.it-hojo-WP {
	margin: 0 auto 2%;
}

.it-hojo img {
	width: 100%;
}

@media screen and (max-width: 414px) {
	.it-hojo img {
		width: 96%;
	}	
}

.main-top-contents .it-hojo {
	margin: -2% auto 2%;
}