@charset "UTF-8";

/* 共通
----------------------------------------------------- */
h2.common-md {
	background-color: #001446;
	color: #fff;
	font-size: 120%;
	font-weight: 700;
	padding: 10px 20px;
	/*margin-top: 40px;*/
}
h2.common-md:nth-of-type(1) {
	margin-top: 40px;
}
h2.common-md.txt-center {
	
}
@media(max-width: 900px) {
	h2.common-md {
		margin-top: 30px;
	}
}
@media(max-width: 500px) {
	h2.common-md {
		padding: 6px 10px;
		margin-top: 20px;
	}
}

