.wysiwyg-area,
.trumbowyg-editor {
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  line-height: 1.55;
  font-size: max(0.875rem, 10px);
}
.wysiwyg-area p:not([class]),
.trumbowyg-editor p:not([class]) {
  margin-bottom: 0.5rem;
}
.wysiwyg-area h1,
.trumbowyg-editor h1 {
  font-weight: 500;
  line-height: 1.25;
  position: relative;
  padding-left: 15px;
  margin-bottom: 1rem;
}
@media screen and (max-width: 919.8px) {
  .wysiwyg-area h1,
  .trumbowyg-editor h1 {
    font-size: max(1rem, 10px);
  }
}
@media screen and (min-width: 920px) {
  .wysiwyg-area h1,
  .trumbowyg-editor h1 {
    font-size: max(1.25rem, 10px);
  }
}
.wysiwyg-area h1:before,
.trumbowyg-editor h1:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  background-color: var(--color-accent-6);
}
@media screen and (max-width: 919.8px) {
  .wysiwyg-area h1:before,
  .trumbowyg-editor h1:before {
    height: 20px;
  }
}
@media screen and (min-width: 920px) {
  .wysiwyg-area h1:before,
  .trumbowyg-editor h1:before {
    height: 25px;
  }
}
.wysiwyg-area h2,
.trumbowyg-editor h2 {
  font-weight: 500;
  line-height: 1.25;
  position: relative;
  padding-left: 15px;
  margin-bottom: 1rem;
}
@media screen and (max-width: 919.8px) {
  .wysiwyg-area h2,
  .trumbowyg-editor h2 {
    font-size: max(0.875rem, 10px);
  }
}
@media screen and (min-width: 920px) {
  .wysiwyg-area h2,
  .trumbowyg-editor h2 {
    font-size: max(1.125rem, 10px);
  }
}
.wysiwyg-area h2:before,
.trumbowyg-editor h2:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  background-color: var(--color-accent-6);
}
@media screen and (max-width: 919.8px) {
  .wysiwyg-area h2:before,
  .trumbowyg-editor h2:before {
    height: 17.5px;
  }
}
@media screen and (min-width: 920px) {
  .wysiwyg-area h2:before,
  .trumbowyg-editor h2:before {
    height: 22.5px;
  }
}
.wysiwyg-area h3,
.trumbowyg-editor h3 {
  font-weight: 500;
  line-height: 1.25;
  position: relative;
  padding-left: 15px;
  margin-bottom: 1rem;
}
@media screen and (max-width: 919.8px) {
  .wysiwyg-area h3,
  .trumbowyg-editor h3 {
    font-size: max(0.75rem, 10px);
  }
}
@media screen and (min-width: 920px) {
  .wysiwyg-area h3,
  .trumbowyg-editor h3 {
    font-size: max(1rem, 10px);
  }
}
.wysiwyg-area h3:before,
.trumbowyg-editor h3:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  background-color: var(--color-accent-6);
}
@media screen and (max-width: 919.8px) {
  .wysiwyg-area h3:before,
  .trumbowyg-editor h3:before {
    height: 17.5px;
  }
}
@media screen and (min-width: 920px) {
  .wysiwyg-area h3:before,
  .trumbowyg-editor h3:before {
    height: 20px;
  }
}
.wysiwyg-area h4,
.trumbowyg-editor h4 {
  font-weight: 500;
  line-height: 1.25;
  padding-left: 15px;
  position: relative;
  margin-bottom: 1rem;
}
@media screen and (max-width: 919.8px) {
  .wysiwyg-area h4,
  .trumbowyg-editor h4 {
    font-size: max(0.75rem, 10px);
  }
}
@media screen and (min-width: 920px) {
  .wysiwyg-area h4,
  .trumbowyg-editor h4 {
    font-size: max(0.875rem, 10px);
  }
}
.wysiwyg-area h4:before,
.trumbowyg-editor h4:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  background-color: var(--color-accent-6);
}
@media screen and (max-width: 919.8px) {
  .wysiwyg-area h4:before,
  .trumbowyg-editor h4:before {
    height: 15px;
  }
}
@media screen and (min-width: 920px) {
  .wysiwyg-area h4:before,
  .trumbowyg-editor h4:before {
    height: 17.5px;
  }
}
.wysiwyg-area a,
.trumbowyg-editor a {
  color: var(--body-text-color);
  background-color: transparent;
  text-decoration: none;
}
.wysiwyg-area b,
.wysiwyg-area strong,
.trumbowyg-editor b,
.trumbowyg-editor strong {
  font-weight: 500;
}
.wysiwyg-area img,
.trumbowyg-editor img {
  vertical-align: middle;
  border-style: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: auto;
  max-width: 100%;
}
.wysiwyg-area a:not([class]),
.trumbowyg-editor a:not([class]) {
  text-decoration-skip-ink: auto;
  text-underline-offset: 0.2em;
  color: var(--color-base-3);
  word-break: break-all;
  text-decoration: underline;
}
.wysiwyg-area ul, .wysiwyg-area ol,
.trumbowyg-editor ul,
.trumbowyg-editor ol {
  padding-left: 2em;
  margin-bottom: 1em;
}
.wysiwyg-area ul li,
.wysiwyg-area ol li,
.trumbowyg-editor ul li,
.trumbowyg-editor ol li {
  list-style: unset;
}
.wysiwyg-area hr,
.trumbowyg-editor hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0.5em 0;
  clear: both;
  color: inherit;
}
.wysiwyg-area blockquote,
.trumbowyg-editor blockquote {
  padding: 1em 1em 1em 2em;
  margin-bottom: 1em;
  background-color: #eeeeee;
}

/*# sourceMappingURL=wysiwyg.css.map */
