/** 固定ページは、テンプレートでタイトルを出力しないので、エディター側でのタイトル欄を小さくする */
.post-type-page .editor-styles-wrapper .edit-post-visual-editor__post-title-wrapper h1,
.post-type-page.editor-styles-wrapper .edit-post-visual-editor__post-title-wrapper h1 {
	font-size: 1em;
	margin-bottom: 3em;
}

/** thとtdの境目がわかりづらいので、エディター側では点線を表示する */
.editor-styles-wrapper .wp-block-table.is-style-no-border th,
.editor-styles-wrapper .wp-block-table.is-style-no-border td {
	border: 1px dotted #ccc !important;
}

