@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 auto 20px;
	padding: 15px 15px;
	background: #0d6072;
	border-radius:3px;
	font-size: 24px;
	color: #FFF;
	line-height: 33px;
	text-align: left;
	position: relative;
	word-wrap : break-word;
	overflow-wrap : break-word;
}

.wp_content>h2 {
	margin:40px auto 20px;
	padding:0 0 5px;
	border-bottom: solid 2px #0d6072;
	font-size:20px;
	color:#000;
	line-height:30px;
	text-align:left;
	word-wrap : break-word;
	overflow-wrap : break-word;
	position: relative;
}

.wp_content>h3 {
	margin:40px 10px 20px 0;
	padding: 10px 10px;
	border-top: #0d6072 2px dashed;
	border-bottom: #0d6072 2px dashed;
	font-size:16px;
	color:#000;
	line-height:30px;
	text-align:left;
	word-wrap : break-word;
	overflow-wrap : break-word;
	position: relative;
}

.wp_content>h4 {
	margin:40px auto 20px;
	padding-top: 3px;
	padding-left: 15px;
	padding-bottom: 3px;
	font-size:16px;
	color:#000;
	line-height:30px;
	text-align:left;
	position: relative;
	word-wrap : break-word;
	overflow-wrap : break-word;
}

.wp_content>h4:before {
	content: "";
	width: 5px;
	height: 100%;
	background: #0d6072;
	border-radius: 3px;
	position: absolute;
	top: 0;
	left: 0;
}

.wp_content>h5 {
	margin:40px auto 20px;
	padding:0;
	font-size:16px;
	color:#000;
	line-height:30px;
	text-align:left;
	word-wrap : break-word;
	overflow-wrap : break-word;
}

.wp_content>h5:before{
	content: "";
	display: inline-block;
	width: 15px;
	height: 2px;
	margin-right:10px;
	background:#CCC;
	vertical-align:middle;
}

.wp_content>h5:after{
	content: "";
	display: inline-block;
	width: 15px;
	height: 2px;
	margin-left:10px;
	background:#CCC;
	vertical-align:middle;
}

.wp_content>h6 {
	display: inline-block;
	margin:40px auto 20px;
	padding:0 0 3px;
	font-size:16px;
	color:#000;
	line-height:30px;
	text-align:left;
	word-wrap : break-word;
	overflow-wrap : break-word;
	position: relative;
}

.wp_content>h6:after {
	content: "";
	width: 100%;
	height: 2px;
	background-color:#CCC;
	position: absolute;
	left: 0;
	bottom: 0;
}

/* 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:20px;
	line-height:26px;
}

.wp_content>h2 {
	font-size:18px;
	line-height:23px;
}
}

@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;
}
	
}

