@charset 'utf-8';
/*WysiWygエディタテンプレここからcss*/
.mce-content-body{
	font-size: 1.6rem;
	line-height: 3.0rem;
	font-family: 'Noto_Sans_JP', sans-serif;
	font-weight: 400;
}
@media only screen and (max-width: 767px) {
	.mce-content-body{
		font-size: 1.5rem;
		line-height: 2.5rem;
	}
}
.mce-content-body h1,
.mce-content-body h2.h1{
	font-size: 2.4rem;
	line-height: 3.1rem;
	font-weight: 700;
	margin: 0;
	padding: 1.1rem 0;
}
.mce-content-body h2:not(.h1){
	font-size: 2.2rem;
	line-height: 2.9rem;
	font-weight: 700;
	margin: 0;
}
.mce-content-body h3{
	font-size: 2.0rem;
	line-height: 2.8rem;
	font-weight: 700;
	margin: 0;
}
.mce-content-body h4{
	font-size: 1.8rem;
	line-height: 2.8rem;
	font-weight: 700;
	margin: 0;
}
.mce-content-body h5{
	font-size: 1.8rem;
	line-height: 2.8rem;
	font-weight: 700;
	margin: 0;
}
.mce-content-body h6{
	font-size: 1.8rem;
	line-height: 2.8rem;
	font-weight: 700;
	margin: 0;
}
.mce-content-body pre{
	font-size: 1.6rem;
	line-height: 3.0rem;
	margin: 0;
}
.mce-content-body p{
	font-size: 1.6rem;
	line-height: 4.0rem;
	letter-spacing: calc((100/1000)*1em);
	margin: 0;
}
@media only screen and (max-width: 767px) {
	.mce-content-body p{
		font-size: 1.5rem;
		line-height: 2.5rem;
	}
}
.mce-content-body p strong{
	font-weight: 700;
}
.mce-content-body p em{
	font-style: italic;
}
.mce-content-body p a{
	font-size: 1.6rem;
	line-height: 3.0rem;
	color: #333333;
	text-decoration-thickness: .1rem;
	text-decoration-line: underline;
	/*text-decoration-color: #000000;*/
	text-decoration-style: solid;
	text-underline-offset: .3rem;
	text-decoration-skip-ink: none;
	opacity: 1;
	transition: all .5s;
}
@media only screen and (max-width: 767px) {
	.mce-content-body p a{
		font-size: 1.5rem;
		line-height: 2.5rem;
	}
}
.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: 1.6rem;
	line-height: 3.0rem;
	margin-top: .5rem;
}
@media only screen and (max-width: 767px) {
	.mce-content-body ul li{
		font-size: 1.5rem;
		line-height: 2.5rem;
	}
}
.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: 1.6rem;
	line-height: 3.0rem;
	margin-top: .5rem;
}
@media only screen and (max-width: 767px) {
	.mce-content-body ol li{
		font-size: 1.5rem;
		line-height: 2.5rem;
	}
}
.mce-content-body ol li:nth-of-type(1){
	margin-top: 0;
}
.mce-content-body blockquote{
	box-sizing: border-box;
	width: 50.0rem;
	height: auto;
	padding: 3.0rem 5.0rem;
	margin: 5.0rem 0 0 0;
	background-color: #fff;
	display: block;
	position: relative;
}
@media only screen and (max-width: 767px) {
	.mce-content-body blockquote{
		width: 100%;
	}
}
.mce-content-body blockquote::before{
	content: '“';
	width: 2.0rem;
	height: 2.0rem;
	color: #B5B5B5;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 2.5rem;
	bottom: auto;
	left: 2.4rem;
	right: auto;
	margin: auto;
	font-size: 6.2rem;
	line-height: 1;
	font-family: sans-serif;
	font-weight: 400;
}
.mce-content-body blockquote::after{
	content: '”';
	width: 2.0rem;
	height: 2.0rem;
	color: #B5B5B5;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: auto;
	bottom: -1.0rem;
	left: auto;
	right: 2.4rem;
	margin: auto;
	font-size: 6.2rem;
	line-height: 1;
	font-family: sans-serif;
	font-weight: 400;
}
.mce-content-body blockquote a{
	color: #B5B5B5;
}
.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: 1.0rem;
	font-size: 1.6rem;
	line-height: 2.4rem;
}
.mce-content-body .gallery-item{
	margin: 1.0rem 1.0rem 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% - 1.0rem * 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% - 1.0rem * 2) / 3)!important;
}
@media only screen and (max-width: 767px) {
	.mce-content-body .gallery-columns-3 .gallery-item{
		width: calc((100% - 1.0rem * 1) / 2)!important;
	}
}
@media only screen and (min-width: 76.8rem) {
	.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% - 1.0rem * 3) / 4)!important;
}
@media only screen and (max-width: 767px) {
	.mce-content-body .gallery-columns-4 .gallery-item{
		width: calc((100% - 1.0rem * 1) / 2)!important;
	}
}
@media only screen and (min-width: 76.8rem) {
	.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: .5rem;
	font-size: 1.4rem;
	line-height: 2.0rem;
	text-align: left;
}
@media only screen and (max-width: 767px) {
	.mce-content-body .gallery-item .gallery-caption{
		font-size: 1.0rem;
		line-height: 1.6rem;
	}
}
/*WysiWygエディタテンプレここまでcss*/