@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: noto-sans-jp, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* 記事内見出し */
.bl-post-h2 {
	padding: 0.375rem 1.5rem;
	margin-top: 3em;
	font-size: 1.375rem;
	font-weight: 700;
	color: #fff;
	background: #197474;
	border-radius: 0.625rem;
}
.bl-column .bl-post-h2{
	background: #F5F8F5;
	color: #125252;
}
/* 記事内小見出し */
.bl-post-h3 {
	position: relative;
	padding: 0 1rem 0.5rem 1rem;
	margin-top: 2em;
	font-size: 1.25rem;
	font-weight: bold;
	line-height: calc(29/20);
	border-bottom: 0.125rem solid #D9E8E8;
}
.bl-post-h3::before {
	content: '';
	position: absolute;
	top: 0.7rem;
	left: 0;
	display: block;
	width: 0.5rem;
	height: 0.5rem;
	border-radius: 0.5rem;
	background: #197474;
}
.bl-column .bl-post-h3{
	color: #197474;
	padding-left: 0;
}
.bl-column .bl-post-h3::before{
	content: none;
}
/* テキスト */
.bl-post-txt--s {
	font-size: 0.8em;
}

.bl-post-txt--l {
	font-size: 1.2em;
}

.bl-post-txt--ll {
	font-size: 1.4em;
}

.bl-post-txt--xl {
	font-size: 1.8em;
}

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

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

#tinymce p,
.bl-post-cont p {
	margin-top: 1em;
}

/* 蛍光マーカー */
.underline-red {
	background: linear-gradient(transparent 60%, #ff7f7f 60%);
}

.underline-blue {
	background: linear-gradient(transparent 60%, #6cf 60%);
}

.underline-green {
	background: linear-gradient(transparent 60%, #6fc 60%);
}

.underline-yellow {
	background: linear-gradient(transparent 60%, #ff6 60%);
}

/* マージン */
.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 {
	display: block;
	float: none !important;
	width: auto;
	max-width: 100%;
	height: auto;
	border-radius: 0.625rem;
}
#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.aligncente,
.bl-post img.aligncenter {
	margin: 0 auto;
}

/* テーブル */
#tinymce table,
.bl-post table {
	border: 0.0625rem solid #000 !important;
	margin-top: 1em;
}

#tinymce table th,
#tinymce table td,
.bl-post table th,
.bl-post table td {
	padding: 0.625rem !important;
	background: #fff !important;
	border: 0.0625rem solid #000 !important;
}
/* ボックスなど*/
.bl-greenBox{
	background: #F5F8F5;
	border-radius: 0.625rem;
	padding: 1rem 2rem;
	margin: 2eem 0;
}
.bl-listBox{
	border-radius: 0.625rem;
	border: 0.1875rem solid #D9E8E8;
	padding: 0 0.875rem;
	margin: 2em 0;
}
.bl-listBox > ul > li {
  position: relative;
  padding: 0.75rem 0 0.75rem 1em;
}
.bl-listBox > ul > li:last-child-of-type{
	padding-bottom: 0;
}
.bl-listBox> ul > li::before {
  content: "";
  position: absolute;
  width: 0.5rem;
  height: 0.5rem;
  background: #197474;
  border-radius: 0.5rem;
  top: 54%;
  left: 0;
  transform: translateY(-50%);
}
.bl-listBox > ul > li::after{
content: "";
  position: absolute;
  width: calc(100% + 1.75rem);
  height: 0.1875rem;
  background: #D9E8E8;
  border-radius: 0.5rem;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.bl-listBox > ul > li:last-of-type::after{
	content: none;
}
.bl-attentionBox{
	background: #FFF8F5;
	border: 0.1875rem solid #FFEDE3;
	border-radius: 0.625rem;
	padding: 1.5rem 2rem 1.5rem 5.25rem;
	margin: 2em 0;
	position: relative;
}
.bl-attentionBox::before{
	content: "";
	position: absolute;
	width: 1.75rem;
	height: 1.75rem;
	background: url(../images/common/icon-attention.svg) top center / contain no-repeat;
	top: 50%;
	left: 2rem;
	transform: translateY(-50%);
}
.bl-post-cont > ul > li {
	position: relative;
	padding-left: 1em;
}
.bl-post-cont > ul > li::before {
	content: "・";
	position: absolute;
	top: 0;
	left: 0;
}
@media screen and (max-width: 750px) {
	/* 記事内見出し */
	.bl-post-h2 {
		padding: 0.46875rem 1.5rem 0.84375rem;
		font-size: 2rem;
	}
	/* 記事内小見出し */
	.bl-post-h3 {
		padding: 0 0 0.75rem 1.6875rem;
		font-size: 1.875rem;
		border-width: 0.125rem;
	}
	.bl-post-h3::before {
		top: 1.1rem;
		width: 0.75rem;
		height: 0.75rem;
	}
	/* ボックスなど */
	.bl-greenBox{
		padding: 2rem 2.5rem;
	}
	.bl-listBox{
		padding: 0 1.25rem;
		margin: 2em 0;
	}
	.bl-listBox > ul > li {
	  padding: 1rem 0 1rem 1em;
	}
	.bl-listBox> ul > li::before {
	  top: 53%;
	}
	.bl-listBox > ul > li::after{
	  width: calc(100% + 2.5rem);
	}
	.bl-attentionBox{
		padding: 1.5rem 2rem 1.5rem 4.5rem;
	}
	.bl-attentionBox::before{
		width: 1.75rem;
		height: 1.75rem;
		left: 1.5rem;
	}
}