@charset "euc-jp";
.ttl-h2 {
	margin-bottom: 10px;
}
.prd-search-hit {
  clear: both;
}

.hero_ttl {
	font-size: 24px;
	font-weight: normal;
	text-align: center;
	margin-top: 70px;
}
.hero_ttl:after {
	content: "";
	display: block;
	width: 90px;
	height: 1px;
	background-color: #707070;
	margin: 30px auto 0;
}

@media screen and (max-width:768px) {
	.hero_ttl {
		font-size: 20px;
		margin-top: 40px;
	}
	.hero_ttl:after {
		margin: 15px auto 0;
	}
}