/* フロントとGutenberg両対応 */

.editor-styles-wrapper ul.wp-block-list,
ul.wp-block-list {
  border: dashed 1px gray;
  padding: 1.5em !important;
  margin: 0 0 2em;
margin-left: auto;
margin-right: auto;
}

.editor-styles-wrapper ul.wp-block-list li,
ul.wp-block-list li {
  list-style-type: none;
  padding-left: 2.3em;
  position: relative;
  margin: 0.5em 0 1em;
  line-height: 1.5em;
}

.editor-styles-wrapper ul.wp-block-list li::before,
ul.wp-block-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #f19ec2;
  width: 0.5em;
  height: 0.5em;
}
