@charset "UTF-8";

.container .top_contents .main_block .ttl_h1_01 {
	min-height: 70px;
	padding: 10px 10px 10px 12px;
	margin-bottom: 30px;
	background:url(../img/common/bg-h1.png) repeat;
	background-size: 100%;
}

.container .top_contents .main_block .ttl_h1_01 h1 {
	margin: 0 auto;
	font-size: 26px;
	font-size: 2.6rem;
	color: #fff;
	padding: 8px 0 8px 15px;
	background: url(../img/common/bg-h1-icon.png) repeat-y left  top;
	line-height: 1.3;
}


@media only screen and (max-width: 736px) {
	.container .top_contents .main_block .ttl_h1_01 {
		min-height: 42px;
		padding: 5px;
		margin-bottom: 15px;
		background-size: 100% 100%;	
	}

	.container .top_contents .main_block .ttl_h1_01 h1 {
		margin: 0 auto;
		font-size: 18px;
		font-size: 1.8rem;
		color: #fff;
		background-size: 6px auto;
		padding: 5px 0 5px 15px;
	}

}