/* 投稿画面（エディタ）専用のデザイン */
.entry-content h2, .editor-styles-wrapper h2 {
    font-size: 20px;
    font-weight: 700;
    border-bottom: #9BC700 3px solid;
    display: inline-block;
    padding-bottom: 2px;
    margin-bottom: 10px;
}

.entry-content h3, .editor-styles-wrapper h3 {
	font-size: 20px;
	font-weight: 700;
	color: #9BC700;
    margin-bottom: 10px;
}

/* パソコン　タイトルcss解除 */
html :where(.wp-block) {
    margin-bottom: 28px;
    margin-top: 28px;
    max-width: none;
}