/**
 * ハイフン見出し（core/heading ブロックスタイル / h3）
 * 見出しテキストの右に横線が伸びるデザイン
 */
.blog_content h3.wp-block-heading.is-style-hyphen-heading,
.editor-styles-wrapper h3.wp-block-heading.is-style-hyphen-heading {
	margin: 4rem auto 2.4rem;
	padding: 0;
	border: 0;
	line-height: 1.4;
	text-align: left;
	color: #000;
}
