@charset "utf-8";

/* // post-type-magazine //
----------------------------------------------- */
.post-type-magazine.mce-content-body h2{
	background: #edeced;
	font-size: 157%;
	line-height: 1.6;
	padding: 15px 15px 15px 30px;
	border-left: 6px solid #0d74c5;
	font-weight: 500;
	margin-top: 70px;
	margin-bottom: 30px;
}
.post-type-magazine.mce-content-body h2:first-of-type{
	margin-top: 0px;
}
.post-type-magazine.mce-content-body h3{
	border-bottom: 2px solid #000;
	font-size: 128%;
	font-weight: 600;
	padding-bottom: 10px;
	margin-top: 50px;
	margin-bottom: 30px;
}

.post-type-magazine.mce-content-body p{
	font-weight: 400;
	margin-top: 20px;
}

.post-type-magazine.mce-content-body h4{
	color: #0d74c5;
	font-weight: 500;
	margin-top: 30px;
}
.post-type-magazine.mce-content-body h4:before{
	content:" ";
	display: inline-block;
	vertical-align: top;
	height: 1em;
	width: 35px;
	left: 0;
	top: 0;
	margin-right: 5px;
	border-bottom: 1px solid #0d74c5;
	z-index: 1;
	transition: .5s;
}
.post-type-magazine.mce-content-body .linkcard{
	margin: 30px 0;
	text-align: left;
}
.post-type-magazine.mce-content-body .lkc-external-wrap,
.post-type-magazine.mce-content-body .lkc-internal-wrap{
	border: 1px solid #eee;
	background: #f9f9f9;
}
.post-type-magazine.mce-content-body .lkc-card{
	margin: 0;
}
.post-type-magazine.mce-content-body .lkc-info{
	display: none !important;
}
.post-type-magazine.mce-content-body .lkc-content{
	margin: 0;
}
.post-type-magazine.mce-content-body .lkc-thumbnail{
	max-width: initial;
	margin: 0 10px 0 0;
}
.post-type-magazine.mce-content-body .lkc-thumbnail-img{
	width: 200px;
	height: 108px;
	max-height: initial;
	object-fit: cover;
}
.post-type-magazine.mce-content-body .lkc-title-text{
	padding: 15px 10px 10px;
	color: #333;
	font-size: 100%;
	line-height: 1.2;
}
.post-type-magazine.mce-content-body .lkc-url{
	display: none;
}
.post-type-magazine.mce-content-body .lkc-excerpt{
	padding: 0 10px 10px;
	color: #aaa;
	font-size: 87%;
	line-height: 1.6;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

/* // ________SP________ // */
@media screen and (max-width: 840px)  {
	.post-type-magazine.mce-content-body h2{
		font-size: 128%;
		line-height: 1.5;
		padding: 8px 10px 8px 15px;
		border-left: 5px solid #0d74c5;
		margin-top: 40px;
		margin-bottom: 20px;
	}
	.post-type-magazine.mce-content-body h3{
		line-height: 1.5;
		font-size: 110%;
		padding-bottom: 10px;
		margin-top: 40px;
		margin-bottom: 20px;
	}

	.post-type-magazine.mce-content-body p{
		margin-top: 15px;
	}
	.post-type-magazine.mce-content-body h4{
		margin-top: 20px;
	}
	.post-type-magazine.mce-content-body h4:before{
		width: 20px;
	}
	.post-type-magazine.mce-content-body .lkc-content{
		height: 80px;
	}
	.post-type-magazine.mce-content-body .lkc-thumbnail{
		margin: 0 5px 0 0;
	}
	.post-type-magazine.mce-content-body .lkc-thumbnail-img{
		width: 128px;
		height: 80px;
	}
	.post-type-magazine.mce-content-body .lkc-title-text{
		padding: 5px;
	}
	.post-type-magazine.mce-content-body .lkc-excerpt{
		padding: 0 5px 5px;
	}
	.post-type-magazine.mce-content-body .lkc-excerpt{
	  -webkit-line-clamp: 3;
		font-size: 75%;
	}
}

/* // xxx //
----------------------------------------------- */
/* //    |- xxx  */

/* //    |- htxG  */
.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;
	}

}
