@charset "utf-8";
.post-type-page.mce-content-body:not(.page-template-page-ad) {
	line-height:1.9;
	font-size:92%;
	font-weight:400;
}
.post-type-page.mce-content-body:not(.page-template-page-ad) h2 {
	margin-bottom:30px;
	padding:10px 0 10px 15px;
	border-left:6px solid #3372BD;
	font-size:144%;
	font-weight:600;
	line-height:1.5;
}
.post-type-page.mce-content-body:not(.page-template-page-ad) h3 {
	margin-bottom:18px;
	font-size:132%;
	font-weight:600;
	line-height:1.5;
}
.post-type-page.mce-content-body:not(.page-template-page-ad) h4 {
	margin-bottom:11px;
	font-size:120%;
	font-weight:500;
	line-height:1.5;
}
.post-type-page.mce-content-body:not(.page-template-page-ad) hr {
	display:block;
	overflow:hidden;
	height:1px;
	width:100%;
	background-color:#BBB;
	line-height:1;
	border: 0;
	margin:40px auto;
}
.post-type-page.mce-content-body:not(.page-template-page-ad) ul.schedule {
	padding:0;
	margin:0;
	text-align:left;
}
.post-type-page.mce-content-body:not(.page-template-page-ad) ul.schedule li {
	line-height:1.3;
	color:#0096E6;
	margin-bottom:10px;
	padding:7px 10px;
	list-style-type: none;
	border:2px solid #43BEFF;
	border-radius: 3px;
	font-weight:400;
	min-width:51%;
	display:inline-block;
}
.post-type-page.mce-content-body:not(.page-template-page-ad) ul.schedule li:last-of-type {
	margin-bottom:0;
}

/* // ________SP________ // */
@media screen and (max-width: 840px)  {
	.post-type-page.mce-content-body:not(.page-template-page-ad) h2 {
		margin-bottom:22px;
		padding:8px 0 8px 12px;
		border-left-width:5px;
		font-size:132%;
	}
	.post-type-page.mce-content-body:not(.page-template-page-ad) h3 {
		margin-bottom:15px;
		font-size:122%;
	}
	.post-type-page.mce-content-body:not(.page-template-page-ad) h4 {
		margin-bottom:11px;
		font-size:110%;
	}
	.post-type-page.mce-content-body:not(.page-template-page-ad) ul.schedule li {
		margin-bottom:8px;
		padding:6px 10px;
		border-radius: 3px;
		min-width:100%;
		display:block;
	}

}
