@charset "utf-8";
/* CSS Document */
/* editor */
p {
	display: block;
	margin: 1em 0;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

blockquote {
	display: block;
}

/* img */
.aligncenter {
	display: block;
	margin: 0 auto;
}

.alignright {
	margin-left:1em;
	margin-bottom:1em;
	float: right;
}

.alignleft {
	margin-right:1em;
	margin-bottom:1em;
	float: left;
}

img[class*="wp-image-"],
img[class*="size-"],
img[class*="attachment-"] {
	height: auto;
	max-width: 100%;
}

.wp-caption p {
	margin:0 auto 10px;
	font-size:14px;
	line-height:20px;
}

.wp-block-video {
	max-width:100%;
	margin:0 auto !important;
}

/*jetpackshare*/
.sd-title {
	display: none !important;
}

.sd-content {
	margin-bottom: 20px;
}

.wp_content .sharedaddy {
	display: none !important;
}

.wp_content>h1 {
	margin: 40px 10px 20px 0;
	padding: 0;
	font-size: 25px;
	color: #000;
	line-height: 1.5;
	text-align: left;
	position: relative;
	word-wrap : break-word;
	overflow-wrap : break-word;
}

.wp_content>h2 {
	margin: 40px 10px 20px 0;
	padding: 0;
	font-size: 23px;
	color: #000;
	line-height: 1.5;
	text-align:left;
	word-wrap : break-word;
	overflow-wrap : break-word;
}

.wp_content>h3 {
	margin: 40px 10px 20px 0;
	padding: 0;
	font-size: 20px;
	color: #000;
	line-height: 1.5;
	text-align: left;
	word-wrap : break-word;
	overflow-wrap : break-word;
}

.wp_content>h4 {
	margin: 40px auto 20px;
	padding: 0;
	font-size: 18px;
	color: #000;
	line-height: 1.5;
	text-align: left;
	word-wrap : break-word;
	overflow-wrap : break-word;
}

.wp_content>h5 {
	margin: 40px auto 20px;
	padding: 0;
	font-size: 16px;
	font-weight: 500;
	color: #000;
	line-height: 1.5;
	text-align: left;
	word-wrap : break-word;
	overflow-wrap : break-word;
}

.wp_content>h6 {
	margin: 40px auto 20px;
	padding: 0;
	font-size: 14px;
	font-weight: 500;
	color: #204CA9;
	line-height: 1.5;
	text-align: left;
	word-wrap : break-word;
	overflow-wrap : break-word;
}

/* clearfix 
.clearfix {
	overflow: hidden;
	zoom: 1;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}*/

@media screen and (max-width: 1024px) {
/* 1024pxまでの幅の場合に適応される */

}

@media screen and (max-width: 768px) {
/* 768pxまでの幅の場合に適応される */

.wp-block-video {
	max-width:100%;
}

.wp_content>h1 {
	font-size: 22px;
}

.wp_content>h2 {
	font-size: 20px;
}

.wp_content>h3 {
	font-size: 18px;
}

.wp_content>h4 {
	font-size: 16px;
}

.wp_content>h5 {
	font-size: 14px;
}

.wp_content>h6 {
	font-size: 12px;
}

}

@media screen and (max-width: 480px) {
/* 480pxまでの幅の場合に適応される */

.alignright {
	display: block;
	margin:0 auto 1em;
	float:none;
}

.alignleft {
	display: block;
	margin:0 auto 1em;
	float:none;
}
	
}

