.editor-content h1:not([class]) {
  position: relative;
  padding-bottom: 0.75rem;
  font-family: var(--font-family-main);
  font-size: 3.25rem;
  font-weight: 900;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.04em;
}
.editor-content h1:not([class])::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 4.375rem;
  height: 0.25rem;
  content: "";
  background: var(--color-bg-main-light);
  transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
  .editor-content h1:not([class]) {
    padding-bottom: 1.125rem;
    font-size: 2.25rem;
    line-height: 1.4;
  }
  .editor-content h1:not([class])::after {
    width: 5rem;
  }
}
.editor-content h2:not([class]) {
  font-family: var(--font-family-main);
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 767px) {
  .editor-content h2:not([class]) {
    font-size: 1.6875rem;
    line-height: 1.4;
  }
}
.editor-content h3:not([class]) {
  font-size: 1.75rem;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 767px) {
  .editor-content h3:not([class]) {
    font-size: 1.5rem;
    line-height: 1.4;
  }
}
.editor-content h4:not([class]) {
  font-size: 1.625rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 767px) {
  .editor-content h4:not([class]) {
    font-size: 1.375rem;
    line-height: 1.4;
  }
}
.editor-content h5:not([class]) {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 767px) {
  .editor-content h5:not([class]) {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}
.editor-content h6:not([class]) {
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 767px) {
  .editor-content h6:not([class]) {
    font-size: 1.125rem;
    line-height: 1.5;
  }
}
.editor-content blockquote {
  padding-left: 1rem;
  margin-left: 1.5rem;
  border-left: 2px solid #ccc;
}
.editor-content ul:not([class]) {
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 1280px) {
  .editor-content ul:not([class]) {
    font-size: 1.125rem;
  }
}
.editor-content ul:not([class]) li:not([class]) {
  position: relative;
  padding-left: 1.25em;
}
.editor-content ul:not([class]) li:not([class])::before {
  position: absolute;
  top: 0;
  top: 0.8em;
  left: 0;
  left: 8px;
  width: 5px;
  height: 5px;
  content: "";
  background-color: currentcolor;
  border-radius: 50%;
  transform: translateY(-50%);
}
.editor-content ol:not([class]) {
  --color-ol-number: var(--color-text-brand-blue);
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.04em;
  list-style: none;
  counter-reset: item;
}
@media only screen and (max-width: 1280px) {
  .editor-content ol:not([class]) {
    font-size: 1.125rem;
  }
}
.editor-content ol:not([class]) li:not([class]) {
  --top: 1em;
  position: relative;
  padding-left: 2.625rem;
}
.editor-content ol:not([class]) li:not([class])::before {
  position: absolute;
  top: calc(var(--top) * 1.6 / 2);
  left: 0rem;
  display: block;
  font-weight: 700;
  line-height: 1.6;
  color: var(--color-ol-number);
  content: "0" counter(item) ".";
  counter-increment: item;
  transform: translateY(-50%);
}
.editor-content ol:not([class]) li:not([class]):not(:first-child) {
  margin-top: 0.4375rem;
}
@media only screen and (max-width: 767px) {
  .editor-content ol:not([class]) li:not([class]) {
    padding-left: 2rem;
    font-size: 0.9375rem;
  }
}
.editor-content a:not([class]) {
  --color-text-link: var(--color-text-link);
  --icon-size: 1.25rem;
  --icon-color: currentcolor;
  align-items: center;
  padding-bottom: 0.1875rem;
  font-size: inherit;
  line-height: 1.6;
  color: var(--color-text-link);
  letter-spacing: 0.04em;
  border-bottom: 0.0625rem solid var(--color-border-main);
}
@media (hover: hover) {
  .editor-content a:not([class]) {
    transition: var(--animation-normal);
  }
  .editor-content a:not([class]):hover {
    opacity: var(--opacity-main);
  }
}
@media only screen and (max-width: 767px) {
  .editor-content a:not([class]) {
    font-size: 0.9375rem;
  }
}
.editor-content a:not([class])[target=_blank]::after {
  display: inline-block;
  width: var(--icon-size);
  height: var(--icon-size);
  content: "";
  background: var(--icon-color);
  -webkit-mask-image: var(--icon-blank);
          mask-image: var(--icon-blank);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.editor-content a:not([class])[href$=pdf] {
  --icon-size: 1.5rem;
}
.editor-content a:not([class])[href$=pdf]::after {
  display: inline-block;
  width: var(--icon-size);
  height: var(--icon-size);
  content: "";
  background: var(--icon-pdf-02) no-repeat center/contain;
  -webkit-mask-image: none;
          mask-image: none;
}
.editor-content a:not([class])[href$=docx] {
  --icon-size: 1.5rem;
}
.editor-content a:not([class])[href$=docx]::after {
  display: inline-block;
  width: var(--icon-size);
  height: var(--icon-size);
  content: "";
  background: var(--icon-word-02) no-repeat center/contain;
  -webkit-mask-image: none;
          mask-image: none;
}
.editor-content a:not([class])[href$=".xlsx"] {
  --icon-size: 1.5rem;
}
.editor-content a:not([class])[href$=".xlsx"]::after {
  display: inline-block;
  width: var(--icon-size);
  height: var(--icon-size);
  content: "";
  background: var(--icon-excel-02) no-repeat center/contain;
  -webkit-mask-image: none;
          mask-image: none;
}
.editor-content table:not([class]) {
  width: 100%;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 100%;
  table-layout: fixed;
  table-layout: auto;
}
.editor-content table:not([class]) th,
.editor-content table:not([class]) td {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.04em;
  padding: 1rem 1.5rem;
  font-family: var(--font-family-main);
  vertical-align: middle;
  background: var(--color-bg-white);
  border: 0.0625rem solid var(--color-border-main-xxx-light);
}
@media only screen and (max-width: 1280px) {
  .editor-content table:not([class]) th,
  .editor-content table:not([class]) td {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .editor-content table:not([class]) th,
  .editor-content table:not([class]) td {
    padding: 1rem 1.25rem;
    font-size: 1rem;
  }
}
.editor-content table:not([class]) th {
  text-align: center;
  background-color: var(--color-bg-main-x-light);
  border: 0.0625rem solid var(--color-border-white);
}
.editor-content table:not([class]) td {
  vertical-align: top;
}