@charset "utf-8";
/* CSS Document */

.single {
	border-bottom: 1px solid #707070;
	letter-spacing: 1px;
	line-height: 1.8;
	margin: 40px auto;
}
.single img {
	margin: 32px auto;
}
ol,li {
	margin-left: 16px;
}

.single p {
	font-size: 16px;
	margin: 30px auto;
	word-break: break-all;
}

.single a {
	word-break: break-all;
}

.single.__column img {
	width: 100%;
	max-height: 500px;
	object-fit: cover;
	margin: 30px auto 30px 0px;
}
			
@media screen and (max-width: 750px) {
.single {
	width: 90%;
}

.single p {
	width: 100%;
	margin: 20px auto;
	word-break: break-all;
}

.single a {
	word-break: break-all;
}
.single.__column img {
	min-width: 100%;
	margin: 30px auto;
}
}

.single h2{
	font-size:18px;
	font-weight:bold;
	padding:10px 15px;
	border-left:4px solid black;
}
/*
.single h2,.single h3,.single h4 {
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif", "游ゴシック体 ミディアム", "游ゴシック体 ボールド";
}
*/
.single blockquote.wp-block-quote{
	text-align:left;
	padding:10px 15px;
	/* border-left: 4px solid #696969; */
	background:#F5F5F5;
    word-break: break-all;
}
.single blockquote.wp-block-quote p {
	font-size:14px;
	color:#696969;
	margin:auto auto 5px auto;
}
.single blockquote.wp-block-quote cite {
	font-size:12px;
	color:#939393;
}
.single.wp-block-pullquote{
	padding: 20px 0px;
	border-top:2px solid black;
	border-bottom:2px solid black;
}
.single blockquote {
	text-align: center;
}
.single.wp-block-pullquote p{
	font-size:14px;
	font-weight:bold;
	margin:auto auto 15px auto;
}
.single.wp-block-pullquote cite {
	font-size:12px;
	color:#515151;
}
.single.wp-block-verse{
	font-size: 12px;
	letter-spacing: 3px;
	line-height:20px;
	margin: 30px auto;
	white-space: normal;
}
pre {
	white-space: normal;
}
.single.wp-block-image img{
	width:100%;
	height: auto;
	object-fit: cover;
}
.single.wp-block-gallery ul {
	list-style-type: none;
}
.single.wp-block-cover{
	position:relative;
	width:100%;
	height:350px;
}
.single.wp-block-cover__image-background{
	position: absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	object-fit: cover;
}
.single.has-large-font-size{
	position:absolute;
	width: 100%;
	height:100%;
	top:50%;
	left:50%;
	transform: translateY(-50%) translateX(-50%);
 	 -webkit- transform: translateY(-50%) translateX(-50%);
}


.share_btn {
	list-style: none;
	margin: 30px auto;
	text-align: right;
}

.share_btn li {
	display: inline-block;
	position: relative;
	width: 45px;
	height: 45px;
	margin-left: 12px;
}

.share_btn li img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	margin: auto;
}
.single.__column .share_btn a {
    margin: 30px auto 30px 0;
}
@media screen and (max-width: 750px) {
	.share_btn li {
		width: 34px;
		height: 34px;
		margin-left: 9px;
	}
}