/* Gutenberg(ブロック) コンテンツ領域のリストマーカー復旧 */
ul.wp-block-list{
  list-style: revert;
  padding-left: 1.5em;
}