@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%;
	border-radius: 5px;
	box-shadow: 0px 0px 30px -10px rgba(0,0,0,0.3);
}

.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: #169D62;
	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 #169D62;
	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: #2F496E 2px dashed;
	border-bottom: #2F496E 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: #169D62;
	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;
}*/

.tplbox01 {
	max-width: 710px;
	margin:50px 0;
	padding:15px 15px 30px;
	background: #FFFAF3;
	font-size:0;
	position: relative;
	/* box-shadow */
	box-shadow: 3px 3px 6px -1px rgba(150,150,150,0.5);
}

.tplbox01:before {
	content: "";
	width: 100%;
	height: 5px;
	background:#FFFAF3;
	position: absolute;
	top: -10px;
	left: 0;
}

.tplbox01:after {
	content: "";
	width: 100%;
	height: 5px;
	background:#FFFAF3;
	position: absolute;
	top:-20px;
	left: 0;
}

.tplbox01_in {
	padding:10px 10px;
	border-radius:12px;
	font-size:0;
	text-align:center;
}

.tplbox01_imgbox {
	display:inline-block;
	width:200px;
	margin-right:30px;
	vertical-align:middle;
	position: relative;
	z-index:2;
}

.tplbox01_imgbox_img {
	display:block;
	border-radius: 50%;
	/* box-shadow */
	box-shadow: 3px 3px 6px -1px rgba(150,150,150,0.5);
}

.tplbox01_content {
	display:inline-block;
	width:calc(100% - 230.5px);
	vertical-align:middle;
	position: relative;
	z-index:2;
}

.tplbox01_title {
	margin-bottom:20px;
	padding-bottom:5px;
	border-bottom:#8C0004 2px solid;
	font-size:0;
	text-align:left;
}

.tplbox01_title_text {
	display:inline-block;
	border-bottom:#FFDD83 2px solid;
	font-size:18px;
	color:#111;
	line-height:23px;
	text-align:left;
	vertical-align:top;
	text-shadow: 
        #FFF 1px 1px 0, #FFF -1px -1px 0,/*右下、左上*/
        #FFF -1px 1px 0, #FFF 1px -1px 0,/*右上、左下*/
        #FFF 0px 1px 0, #FFF  0 -1px 0,/*右、左*/
        #FFF -1px 0 0, #FFF 1px 0 0;/*上、下*/
}

.tplbox01_textbox {
	font-size:14px;
	line-height:23px;
	text-align:left;
}

.tplbox01_textbox_span01 {
	display:block;
	margin:5px 0;
	padding-left:1em;
	text-indent:-1em;
	text-align:left;
}

.tplbox01_textbox_span02 {
	display:block;
	margin:15px 0;
	padding:3px 0;
	border-top:#FF8800 2px dashed;
	border-bottom:#FF8800 2px dashed;
	font-weight:bold;
	color:#111;
	text-align:center;
}

.wp_long.reserve #toc_container,
.wp_long.reserve .sharedaddy {
	display: none !important;
}

@media screen and (max-width: 1024px) {
/* 1024pxまでの幅の場合に適応される */

.tplbox01_imgbox {
	display: block;
	margin: 0 auto 30px;
}

.tplbox01_content {
	display:block;
	width:auto;
}
}

@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;
}

.tplbox01 {
	margin:30px 0;
}
	
}

