/* めいほく ブログ記事本文の読みやすさ調整（記事詳細ページのみ） */
body.single :is(main, article, .entry-content, .post-content, .single-content, #content) p:not(:is(header, footer, nav, aside, .sidebar, .breadcrumb) p){
	line-height: 2 !important;
	margin: 0 0 1.8em !important;
	letter-spacing: .03em;
}
body.single :is(main, article, .entry-content, .post-content, .single-content, #content) :is(h2, h3, h4):not(:is(header, footer, nav, aside, .sidebar) *){
	margin-top: 2.5em !important;
	margin-bottom: 1em !important;
	line-height: 1.6 !important;
}
body.single :is(main, article, .entry-content, .post-content, .single-content, #content) h1 + h2,
body.single :is(main, article, .entry-content, .post-content, .single-content, #content) :is(h2, h3, h4):first-child{
	margin-top: 1em !important;
}
body.single :is(main, article, .entry-content, .post-content, .single-content, #content) :is(ul, ol, table):not(:is(header, footer, nav, aside, .sidebar) *){
	margin-top: 0 !important;
	margin-bottom: 1.8em !important;
}
body.single :is(main, article, .entry-content, .post-content, .single-content, #content) li:not(:is(header, footer, nav, aside, .sidebar) li){
	line-height: 1.9 !important;
	margin-bottom: .5em !important;
}
body.single :is(main, article, .entry-content, .post-content, .single-content, #content) :is(th, td):not(:is(header, footer, nav, aside, .sidebar) *){
	line-height: 1.7 !important;
	padding: .7em .9em !important;
}

/* アイキャッチ画像（タイトル直下） */
.mbf-eyecatch{
	margin: 0 0 2em !important;
	padding: 0 !important;
	text-align: center;
}
.mbf-eyecatch__img{
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto !important;
	border-radius: 6px;
}
