@charset "utf-8";

h2{
	background: url(../../privacy/img/h2.jpg) no-repeat;
	width: 1000px;
	height: 130px;
	display: block;
	text-indent: -9999px;
	position: absolute;
	top: 50px;
	left: 0;
}

@media screen and (max-width: 768px) {
h2{
	background: url(../../img/common/bg_slash_blue2.png) repeat;
	width: auto;
	height: auto;
	font-size: 18px;
	padding: 3% 1%;
	color: #FFF;
	text-indent: 0;
	display: block;
	position: inherit;
}
}