@charset "UTF-8";

#detail h2{
	margin: 40px 0 20px;
	padding: 20px 2.5%;
}
#detail h2 span{
	padding-left: 30px;
}
#detail h2 span:before{
	content:url("../img/common/deco_star_w.svg");
	width: 20px;
	position: absolute;
	left: 0;
}


@media screen and (max-width: 740px) {
	#detail h2{
		margin: 40px 0 20px;
		padding: 10px 2.5%;
	}
	#detail h2 span:before{
		width: 15px;
		left: 0;
	}
	#detail h2 span{
		padding-left: 20px;
	}

}