@charset 'utf-8';
/*WysiWygエディタテンプレここからcss*/
.mce-content-body{
	font-size: 16px;
	line-height: 24px;
	ffont-family: "Zen Kaku Gothic New", sans-serif;
	font-style: normal;
	font-weight: 400;
}
.mce-content-body h1{
	font-size: 24px;
	line-height: 31px;
	font-weight: 700;
	margin: 0;
	padding: 11px 0;
	border-top: 1px solid #707070;
	border-bottom: 1px solid #707070;
}
.mce-content-body h2{
	font-size: 18px;
	line-height: 28px;
	font-weight: 500;
	margin: 0;
}
.mce-content-body h3{
	font-size: 20px;
	line-height: 28px;
	font-weight: 700;
	margin: 0;
}
.mce-content-body h4{
	font-size: 18px;
	line-height: 28px;
	font-weight: 700;
	margin: 0;
}
.mce-content-body h5{
	font-size: 18px;
	line-height: 28px;
	font-weight: 700;
	margin: 0;
}
.mce-content-body h6{
	font-size: 18px;
	line-height: 28px;
	font-weight: 700;
	margin: 0;
}
.mce-content-body pre{
	font-size: 16px;
	line-height: 24px;
	margin: 0;
}
.mce-content-body p{
	font-size: 16px;
	line-height: 24px;
	margin: 0;
}
.mce-content-body p strong{
	font-weight: 700;
}
.mce-content-body p em{
	font-style: italic;
}
.mce-content-body p a{
	font-size: 16px;
	line-height: 24px;
	color: #0F68CA;
	text-decoration-thickness: 1px;
	text-decoration-line: underline;
	text-decoration-color: #0F68CA;
	text-decoration-style: solid;
	text-underline-offset: 3px;
	text-decoration-skip-ink: none;
	opacity: 1;
	transition: all .5s;
}
.mce-content-body p a:hover{
	text-decoration: none;
	opacity: .8;
	transition: all .5s;
}
.mce-content-body ul{
	margin: 0;
	padding-left: 0;
}
.mce-content-body ul li{
	list-style: none;
	font-size: 16px;
	line-height: 24px;
	margin-top: 10px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.mce-content-body ul li:nth-of-type(1){
	margin-top: 0;
}
.mce-content-body ul li::before{
	content: '';
	width: 6px;
	height: 6px;
	margin: 10px 14px 0 7px;
	background-color: #0F68CA;
	border-radius: 50%;
	display: block;
	flex-shrink: 0;
}
.mce-content-body ol{
	margin: 0;
	padding-left: 0;
	counter-reset: number;
}
.mce-content-body ol li{
	list-style: none;
	font-size: 16px;
	line-height: 24px;
	margin-top: 10px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	
}
.mce-content-body ol li:nth-of-type(1){
	margin-top: 0;
}
.mce-content-body ol li::before{
	counter-increment: number;
	content: counter(number);
	width: 18px;
	height: 18px;
	margin: 4px 8px 0 0;
	font-size: 14px;
	line-height: 18px;
	font-weight: 500;
	color: #ffffff;
	background-color: #0F68CA;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
}
.mce-content-body blockquote{
	box-sizing: border-box;
	width: 500px;
	height: auto;
	padding: 30px 50px;
	margin: 0;
	background-color: #d9effc;
	display: block;
	position: relative;
}
.mce-content-body blockquote::before{
	content: '“';
	width: 20px;
	height: 20px;
	color: #0F68CA;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 25px;
	bottom: auto;
	left: 24px;
	right: auto;
	margin: auto;
	font-size: 62px;
	line-height: 1;
	font-family: sans-serif;
	font-weight: 400;
}
.mce-content-body blockquote::after{
	content: '”';
	width: 20px;
	height: 20px;
	color: #0F68CA;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: auto;
	bottom: -10px;
	left: auto;
	right: 24px;
	margin: auto;
	font-size: 62px;
	line-height: 1;
	font-family: sans-serif;
	font-weight: 400;
}
.mce-content-body blockquote a{
	color: #0F68CA;
}
.mce-content-body hr{
	margin: 0;
}
.mce-content-body img{
	max-width: 100%;
	float: none;
	display: block;
}
.mce-content-body img.alignleft{
	margin: 0 auto 0 0;
}
.mce-content-body img.aligncenter{
	margin: 0 auto;
}
.mce-content-body img.alignright{
	margin: 0 0 0 auto;
}
.mce-content-body .wp-caption{
	max-width: 100%;
	float: none;
	display: block;
}
.mce-content-body .wp-caption.alignleft{
	margin: 0 auto 0 0;
}
.mce-content-body .wp-caption.aligncenter{
	margin: 0 auto;
}
.mce-content-body .wp-caption.alignright{
	margin: 0 0 0 auto;
}
.mce-content-body .wp-caption .wp-caption-text{
	margin-top: 10px;
	font-size: 16px;
	line-height: 24px;
}

/*2025/08/23追加分===================*/
/*追加内容はギャラリー機能使用時の装飾*/
.mce-content-body .gallery-item{
	margin: 10px 10px 0 0!important;
	float: none!important;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
}
.mce-content-body .gallery-columns-1,
.mce-content-body .gallery-columns-2,
.mce-content-body .gallery-columns-3,
.mce-content-body .gallery-columns-4{
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-wrap: wrap;
}
.mce-content-body .gallery-columns-1 .gallery-item{
	width: 100%!important;
}
.mce-content-body .gallery-columns-1 .gallery-item:nth-of-type(1){
	margin-top: 0!important;
	margin-right: 0!important;
}
.mce-content-body .gallery-columns-2 .gallery-item{
	width: calc((100% - 10px * 1) / 2)!important;
}
.mce-content-body .gallery-columns-2 .gallery-item:nth-of-type(-n+2){
	margin-top: 0!important;
}
.mce-content-body .gallery-columns-2 .gallery-item:nth-of-type(2n){
	margin-right: 0!important;
}
.mce-content-body .gallery-columns-3 .gallery-item{
	width: calc((100% - 10px * 2) / 3)!important;
}
@media only screen and (max-width: 767px) {
	.mce-content-body .gallery-columns-3 .gallery-item{
		width: calc((100% - 10px * 1) / 2)!important;
	}
}
@media only screen and (min-width: 768px) {
	.mce-content-body .gallery-columns-3 .gallery-item:nth-of-type(-n+3){
		margin-top: 0!important;
	}
	.mce-content-body .gallery-columns-3 .gallery-item:nth-of-type(3n){
		margin-right: 0!important;
	}
}
@media only screen and (max-width: 767px) {
	.mce-content-body .gallery-columns-3 .gallery-item:nth-of-type(-n+2){
		margin-top: 0!important;
	}
	.mce-content-body .gallery-columns-3 .gallery-item:nth-of-type(2n){
		margin-right: 0!important;
	}
}
.mce-content-body .gallery-columns-4 .gallery-item{
	width: calc((100% - 10px * 3) / 4)!important;
}
@media only screen and (max-width: 767px) {
	.mce-content-body .gallery-columns-4 .gallery-item{
		width: calc((100% - 10px * 1) / 2)!important;
	}
}
@media only screen and (min-width: 768px) {
	.mce-content-body .gallery-columns-4 .gallery-item:nth-of-type(-n+4){
		margin-top: 0!important;
	}
	.mce-content-body .gallery-columns-4 .gallery-item:nth-of-type(4n){
		margin-right: 0!important;
	}
}
@media only screen and (max-width: 767px) {
	.mce-content-body .gallery-columns-4 .gallery-item:nth-of-type(-n+2){
		margin-top: 0!important;
	}
	.mce-content-body .gallery-columns-4 .gallery-item:nth-of-type(2n){
		margin-right: 0!important;
	}
}
.mce-content-body .gallery-item .gallery-icon{
	margin: 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-grow: 1;
}
.mce-content-body .gallery-item .gallery-icon img{
	height: auto;
	border: 0!important;
}
.mce-content-body .gallery-item .gallery-caption{
	margin-top: 5px;
	font-size: 14px;
	line-height: 20px;
	text-align: left;
}
@media only screen and (max-width: 767px) {
	.mce-content-body .gallery-item .gallery-caption{
		font-size: 10px;
		line-height: 16px;
	}
}
/*2025/08/23追加分===================*/

/*WysiWygエディタテンプレここまでcss*/