@charset "utf-8";

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

.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;
}

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


/* // iframe_movie_1 //
----------------------------------------------- */
.iframe_movie_1 {
	width: 80%;
	display: block;
	margin: 0px auto;
	aspect-ratio: 10 / 6;
}
/* // ________SP________ // */
@media screen and (max-width: 840px) {
	.iframe_movie_1 {
		width: 100%;
	}
}


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


/* // ________SP________ // */
@media screen and (max-width: 840px) {}


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


/* // ________SP________ // */
@media screen and (max-width: 840px) {}