@charset "UTF-8";

@font-face {
  font-family: "Zen Maru Gothic";
  font-weight: 400;
  src: url("../fonts/ZenMaruGothic/ZenMaruGothic-Regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Zen Maru Gothic";
  font-weight: 500;
  src: url("../fonts/ZenMaruGothic/ZenMaruGothic-Medium.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Zen Maru Gothic";
  font-weight: 700;
  src: url("../fonts/ZenMaruGothic/ZenMaruGothic-Bold.woff") format("woff");
  font-display: swap;
}
/* ビジュアルエディタのフォント変更 */
#tinymce {
	font-family: "Zen Maru Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
/* 記事内見出し */
.el-h2-ttl {
	margin: 0 0 2.5rem;
	padding: 0.5rem 1rem;
	background: rgba(30, 190, 91, 0.4);
	color: #543d27;
	border-radius: 0.5rem;
	font-size: 1.375rem;
	line-height: 1.4;
}
p + .el-h2-ttl {
	margin-top: 2em;
}

/* 記事内小見出し */
.el-h3-ttl {
	margin: 0 0 1.5rem;
	padding: 0 0 0 1.5rem;
	font-size: 1.25rem;
	font-weight: bold;
	color: #543d27;
	line-height: 1.4;
	position: relative;
}
.el-h3-ttl::before {
	content: "";
	position: absolute;
	display: block;
	width: 0.4375rem;
	height: 100%;
	background: #ff9b00;
	border-radius: 0.25rem;
	top: 0;
	left: 0;
}
p + .el-h3-ttl {
	margin-top: 2em;
}

/* テキスト */
#tinymce p,
.bl-post-cont p {
	margin-bottom: 1em;
}
.el-post-sTxt {
	font-size: 0.8em;
}
.el-post-lTxt {
	font-size: 1.2em;
}
.el-post-llTxt {
	font-size: 1.4em;
}
.el-post-xlTxt {
	font-size: 1.8em;
}

/* リンクタグ */
#tinymce a,
.bl-post-cont a {
	color: #e25e31;
	text-decoration: underline;
}

/* イタリック文字 */
#tinymce em,
.bl-post-cont em {
	font-family: "游ゴシック", "游ゴシック体";
	font-weight: 500;
	font-style: italic;
}

/* 蛍光マーカー */
.underline-red {
	background: linear-gradient(transparent 60%, #ff7f7f 60%);
}
.underline-blue {
	background: linear-gradient(transparent 60%, #66ccff 60%);
}
.underline-green {
	background: linear-gradient(transparent 60%, #66FFCC 60%);
}
.underline-yellow {
	background: linear-gradient(transparent 60%, #ffff66 60%);
}

/* インデント */
.txt-indent {
	display: inline-block;
	padding: 0 0 0 1em;
}

/* マージン */
.m-20 {
	margin-bottom: 1.25rem !important;
}
.m-30 {
	margin-bottom: 1.875rem !important;
}
.m-40 {
	margin-bottom: 2.5rem !important;
}

/* 画像 */
#tinymce img,
.bl-post img {
	max-width: 100%;
	width: auto;
	height: auto;
	display: block;
	float: none !important;
}
#tinymce img.alignright,
.bl-post img.alignright {
	margin: 0 0 0 auto;
}
#tinymce img.alignleft,
.bl-post img.alignleft {
	margin: 0 auto 0 0;
}
#tinymce img.aligncenter,
.bl-post img.aligncenter {
	margin: 0 auto;
}

/* テーブル */
#tinymce table,
.bl-post table {
	border: 0.0625rem solid #000 !important;
}
#tinymce table th,
#tinymce table td,
.bl-post table th,
.bl-post table td {
	border: 0.0625rem solid #000 !important;
	padding: 0.625rem !important;
	background: #fff !important;
}

@media screen and (max-width: 46.875rem) {
	/* 記事内見出し */
	.el-h2-ttl {
		padding: 0.9375rem 1.25rem;
		font-size: 1.875rem;
	}
	/* 記事内小見出し */
	.el-h3-ttl {
		font-size: 1.75rem;
	}
}

/* Mac,iPad Safari */
@media only screen and (min-device-width:48rem) {
	_::-webkit-full-page-media, _:future, :root .bl-post-lv2Heading {
		padding-top: 0.3125rem;
	}
	_::-webkit-full-page-media, _:future, :root .bl-post-lv3Heading::before {
		height: calc(100% - 0.4375rem);
	}
}