@charset "utf-8";

.entry_content h1,
.entry_content h2,
.entry_content h3,
.entry_content h4,
.entry_content h5,
.entry_content h6 {
  letter-spacing: 0.05em;
  font-weight: bold;
}
.entry_content strong {
  font-weight: bold;
}
.entry_content em {
  font-weight: normal;
  font-style: italic;
}
.entry_content sup {
  font-size: 1rem;
  vertical-align: super;
}
.entry_content sub {
  font-size: 1rem;
  vertical-align: sub;
}

.entry_content code {
  display: inline;
  background-color: var(--gray_color_super_light);
  padding: 0.4em 0.5em;
  margin: 0 0.3em;
  white-space: pre-wrap;
  word-break: break-word;
}

.entry_content mark {
  font-style: normal;
}

.entry_content ul,
.entry_content ol {
  margin-left: 1.6em;
}

.entry_content ul {
  list-style: disc;
}

.entry_content ol {
  list-style: decimal;
}

.entry_content li {
  list-style: inherit;
  line-height: 1.5;
  margin-bottom: 0.6em;
}

.entry_content li:last-child {
  margin-bottom: 0;
}

.entry_content hr.wp-block-separator {
  margin: 20px 0;
  border-top: 1px solid var(--gray_color_light);
}

.entry_content > * + h1,
.entry_content > * + h2,
.entry_content > * + h3,
.entry_content > * + h4,
.entry_content > * + h5,
.entry_content > * + h6,
.entry_content > * + .wp-block-columns {
  margin-top: 40px;
}
.entry_content > * + p,
.entry_content > * + ul,
.entry_content > * + ol {
  margin-top: 16px;
}
.entry_content > * + figure {
  margin-top: 30px;
}
.entry_content .wp-block-columns .wp-block-columns {
  margin-top: 24px;
}

.entry_content .is-style-rounded img {
  border-radius: 100vh;
}

