@charset "UTF-8";


/*****************************************************
　記事本文　
*****************************************************/
/* 全体
------------------------------------------------- */
*,
div,p,span,object,iframe,blockquote,pre,
abbr,address,cite,code,
del,dfn,em,img,ins,kbd,q,samp,
small,strong,sub,sup,var,
b,i,
dl,dt,dd,ol,ul,li,
fieldset,form,label,legend,
article,aside,canvas,details,figcaption,figure, 
footer,header,hgroup,menu,nav,section,summary,
time,mark,audio,video,
table,tr,td,th,tbody,tfoot,thead{
	word-wrap:break-word;
	line-height:1.5;
}
/* 改ページ
------------------------------------------------- */
.post-nav-links{
	text-align:center;
	margin:50px 0 0;
}
.post-nav-links .current{
	text-decoration:underline;
}
.contents .post-nav-links a{
	text-decoration:none;
}
.post-nav-links .post-page-numbers{
	margin:2px;
	padding:3px;
}
/* 画像
------------------------------------------------- */
.wp-block[data-align=center]>.wp-block-image,
img.aligncenter{
	display:block;
	margin:0 auto;
}
.wp-block[data-align=left],
.wp-block[data-align=right]{
	height:auto;
}
.wp-block[data-align=right]>*,
img.alignright{
	display:block;
	margin:0 0 0 auto!important;
	float:none;
}
.wp-block[data-align=left]>*,
img.alignleft{
	display:block;
	margin:0 auto 0 0!important;
	float:none;
}
.wp-block-image .aligncenter>figcaption,
.wp-block-image .alignleft>figcaption,
.wp-block-image .alignright>figcaption,
.wp-block[data-align=center]>.wp-block-image>figcaption,
.wp-block[data-align=left]>.wp-block-image>figcaption,
.wp-block[data-align=right]>.wp-block-image>figcaption{
	display:block;
	text-align:center;
}
.wp-block-image .aligncenter{
	margin:0 auto;
}
.wp-block-image .alignright{
	margin:0 0 0 auto;
	float:none;
}
.wp-block-image .alignleft{
	margin:0 auto 0 0;
	float:none;
}
img[class*="wp-image-"],
img[class*="attachment-"]{
	height:auto;
	max-width:100%;
}
.wp-block-image{
	margin-top:1em;
}
/* リスト
------------------------------------------------- */
ul,
ol{
	padding:0 0 0 1em;
}
ul{
	list-style-type:disc;
}
li > ul{
	list-style-type:circle;
}
li > ul > li > ul{
	list-style-type:square;
}
ol{
	list-style-type:decimal;
}
/* 引用
------------------------------------------------- */
blockquote{
	border-left:5px solid #080808;
	font-style:italic;
	margin:1em 0;
	padding:0.5em 1.2em;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
blockquote cite{
	display:block;
	text-align:right;
}
.block-editor-block-list__layout .wp-block:not(.wp-block-separator){
	border:none;
	padding:0;
}
/* ----- プルクオート ----- */
.wp-block-pullquote blockquote{
	border-top:5px solid #080808;
	border-bottom:5px solid #080808;
	border-left:none;
	padding:1.5em;
}
.wp-block-pullquote blockquote cite{
	display:inline;
	text-align:center;
}
/* リンク
------------------------------------------------- */
a{
	text-decoration:underline;
}
/* パスワードで保護されたページ
------------------------------------------------- */
input[name="post_password"],
input[type="submit"]:not(.head-search-submit){
	width:auto;
	height:auto;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
input[name="post_password"]{
	background:#fff;
	margin:0 0 10px;
	padding:5px;
}
input[type="submit"]:not(.head-search-submit){
	background:#a9a9ab;
	color:#282a2e!important;
	margin:0;
	padding:5px 10px;
	cursor:pointer;
}
/* iframe
------------------------------------------------- */
iframe{
	width:100%;
}
/* youtube
------------------------------------------------- */
.wp-block-embed-youtube .wp-block-embed__wrapper{
	width:100%;
	height:0;
	padding:0 0 56.3%;
	position:relative;
}
.wp-block-embed-youtube .wp-block-embed__wrapper iframe{
	width:100%;
	height:100%;
	margin:0;
	position:absolute;
	top:0;
	left:0;
}
/* 固定画像
------------------------------------------------- */
div[id*="attachment_"]{
	max-width:100%;
}
/* pre
------------------------------------------------- */
pre{
	white-space:pre-wrap;
}
/* 見出し
------------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6{
	margin:1em 0;
}
/* 表
------------------------------------------------- */
table{
	border-collapse:collapse;
}
table th,
table td{
	border:1px solid #bbb;
	box-sizing:border-box;
	letter-spacing:0.025em;
	line-height:1.7;
	padding:10px 20px;
	vertical-align:middle;
}
table th{
	background:#ececec;
}
.wp-block-table thead,
.wp-block-table tfoot{
	border:none;
}
.wp-block-table figcaption{
	color:#080808;
	text-align:center;
	padding:0.5em;
}
/* 区切り線
------------------------------------------------- */
.wp-block-separator:not(.is-style-wide):not(.is-style-dots){
	max-width:100px;
}
/* その他
------------------------------------------------- */
span,
strong,
b,
i{
	font-size:inherit;
}


@media screen and (max-width:1024px){
	/*****************************************************
	　記事本文　
	*****************************************************/
	/* 引用
	------------------------------------------------- */
	blockquote{
		border-width:1.25vw;
	}
	/* ----- プルクオート ----- */
	.wp-block-pullquote blockquote{
		border-width:1.25vw;
	}
}

