@charset 'utf-8';
/*WysiWygエディタテンプレここからcss*/
.mce-content-body{
	font-size: 16px;
	line-height: 30px;
	font-family: 'Noto_Sans_JP', sans-serif;
	font-weight: 400;
	color: #002333;
}
@media only screen and (max-width: 767px) {
	.mce-content-body{
		font-size: 15px;
		line-height: 25px;
	}
}
.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: 22px;
	line-height: 29px;
	font-weight: 700;
	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: 30px;
	margin: 0;
}
.mce-content-body p{
	font-size: 16px;
	line-height: 30px;
	margin: 0;
}
@media only screen and (max-width: 767px) {
	.mce-content-body p{
		font-size: 15px;
		line-height: 25px;
	}
}
.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: 30px;
	color: #333333;
	text-decoration: underline;
	opacity: 1;
	transition: all .5s;
}
@media only screen and (max-width: 767px) {
	.mce-content-body p a{
		font-size: 15px;
		line-height: 25px;
	}
}
.mce-content-body p a:hover{
	text-decoration: none;
	opacity: .8;
	transition: all .5s;
}
.mce-content-body ul,
.mce-content-body ol{
	margin: 0;
}
.mce-content-body ul li{
	list-style: inside;
	list-style-type: disc;
	font-size: 16px;
	line-height: 30px;
	margin-top: 5px;
}
@media only screen and (max-width: 767px) {
	.mce-content-body ul li{
		font-size: 15px;
		line-height: 25px;
	}
}
.mce-content-body ul li:nth-of-type(1){
	margin-top: 0;
}
.mce-content-body ol li{
	list-style: inside;
	list-style-type: decimal;
	font-size: 16px;
	line-height: 30px;
	margin-top: 5px;
}
@media only screen and (max-width: 767px) {
	.mce-content-body ol li{
		font-size: 15px;
		line-height: 25px;
	}
}
.mce-content-body ol li:nth-of-type(1){
	margin-top: 0;
}
.mce-content-body blockquote{
	box-sizing: border-box;
	width: 500px;
	height: auto;
	padding: 30px 50px;
	margin: 0;
	background-color: #ECF0F5;
	display: block;
	position: relative;
}
@media only screen and (max-width: 767px) {
	.mce-content-body blockquote{
		width: 100%;
	}
}
.mce-content-body blockquote::before{
	content: '“';
	width: 20px;
	height: 20px;
	color: #104EA3;
	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: #104EA3;
	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: #104EA3;
}
.mce-content-body hr{
	margin: 0;
}
/*WysiWygエディタテンプレここまでcss*/