@charset "utf-8";

.mom-c-article-head{
	background:url('./bg-head.jpg') no-repeat center center;
	background-size:cover;
}

@media screen and (max-width:767px) {

	.mom-c-article-head{
		background:url('./bg-head.jpg') no-repeat center center;
		background-size:cover;
	}

}

.mom-c-article-main-h2-01 {
	margin-top:25px;
	font-size:22px;
}

.mom-c-article-main-list-01 {
	margin:0 0 0 1.5em;
	list-style:disc;
}

