@charset "utf-8";
/* CSS Document */

@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);

body {
  -webkit-text-size-adjust: 100%;
}

#top_img {
	color: blue;
	line-height: 1.2;
	position:relative;
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
}

#top_img .hero_over {
	position:absolute;
	width: 680px;
	top: 575px;
}

#top_img .hero_title {
	text-indent:0;
	color: #fff;
	font-size: 57px;
	background:none;
}

#top_img .hero_title .sub {
	font-size: 31px;
}

.hero_text {
	padding: 0;
	font-weight: 600;
	margin-top: 30px;
	line-height:1.6;
	text-indent:0;
	color: #eee;
	font-size: 15px;
}
