@charset "utf-8";

/* ブロックエディター
---------------------------------------------- */

.entry-content > *:not(:last-child) {
  margin-bottom: 1.5em;
}

.entry-content :is(h1, h2, h3, h4, h5, h6) {
  font-size: revert;
  font-weight: revert;
}

.entry-content ol:not([class]),
.entry-content ul:not([class]) {
  padding-left: 1.4em;
  list-style-position: inside;
  text-indent: -1.4em;
}

.entry-content ol:not([class]) {
  list-style-type: decimal;
}

.entry-content ul:not([class]) {
  list-style-type: circle;
}

.entry-content ol:not([class]) li + li,
.entry-content ul:not([class]) li + li {
  margin-top: 0.5em;
}

.entry-content a:not([class]) {
  color: var(--c-link);
  text-decoration: underline;
}

.entry-content a:not([class]):hover,
.entry-content a:not([class]):focus {
  text-decoration: none;
}

.entry-content .wp-caption {
  max-width: 100%;
}
