@charset "utf-8";

/************************************************
 mainte/detail
************************************************ */

/* メンテナンス情報 */
#section_2 .frame {
	padding: 3.571% 3.571% 5.357% 3.571%;
	background: #FFFFFF;
}
/* タイトル */
#section_2 #main_ttl {
	width: 100%;
	max-width: 1000px;
	background: url(../img/ttl-h1_sp.png) no-repeat;
	background-size: 100%;
	height: 8.928vw;
	margin-bottom: 20px;
}
#section_2 #mainte_ttl {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
}
#section_2 #mainte_cont {
	
}
@media all and (min-width: 1024px) {
	#section_2 .frame {
		padding: 20px 20px 30px 20px;
	}
	#section_2 #main_ttl {
		background: url(../img/ttl-h1.png);
		height: 38px;
	}
	#section_2 #mainte_ttl {
		font-size: 20px;
	}
}
