@charset "utf-8";

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* WP POST CONTENT */
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

/* editor-styles-wrapper */
.editor-styles-wrapper{
	line-height: 2.2;
}
.editor-styles-wrapper h2{
	font-size: 24px;
	font-weight: bold;
	line-height: 1.6;
	margin: 3em 0 1.5em;
	padding-bottom: 0.8em;
	border-bottom: 1px solid #dddddd;
}
.editor-styles-wrapper h3{
	font-size: 20px;
	font-weight: bold;
	line-height: 1.6;
	margin: 3em 0 1.5em;
}
.editor-styles-wrapper p{
	margin: 2em 0;
	line-height: 2.2;
}
.editor-styles-wrapper a{
	display: block;
	color: #C4972F;
	text-decoration: underline;
	line-height: 2.2;
}
.editor-styles-wrapper ul{
	margin: 2em 0;
}
.editor-styles-wrapper ul li{
	list-style: disc;
	margin-left: 2em;
}	
.editor-styles-wrapper ol{
	margin: 2em 0;
}
.editor-styles-wrapper ol li{
	list-style: decimal;
	margin-left: 2em;
	padding-left: 0.5em;
}
.editor-styles-wrapper strong{
	font-weight: bold;
}
/* 1000px SP */
@media screen and (max-width: 1000px) {

	/* editor-styles-wrapper */
	.editor-styles-wrapper{
		font-size: 1em;
	}
	.editor-styles-wrapper h2{
		font-size: 1.5em;
	}
	.editor-styles-wrapper h3{
		font-size: 1.3em;
	}
	
}







