.seminar_content,
.editor-styles-wrapper {
  * {
    font-family: Manrope, Noto Sans JP, sans-serif;
    font-weight: 500;
    color: oklch(21% 0.034 264.665) /**gray-900**/;
  }
  h1,h2,h3,h4,h5 {
    font-family: YakuHanJP, Manrope, Noto Sans JP, sans-serif;
    margin-top: 2.5rem;
    margin-bottom: 0.5rem;
    font-weight: 600;
    color: oklch(27.8% 0.033 256.848) /**gray-700**/;
  }
  h2 {
    border-left: 4px solid #34a394;
    padding-left: 0.5rem;
    font-size: 1.5rem;
    color: #101828 /**gray-900**/;
  }
  h3 {
    border-bottom: solid 2px #34a394;
    color: #101828 /**gray-900**/;
    font-size: 1.25rem;
    margin-inline: 0.5rem;
    padding-left: 0.25rem;
    padding-top: 0.25rems;
  }
  ul {
    list-style: disc;
  }
  ol {
    list-style: decimal;
  }
  ul,ol {
    margin: 0;
    padding-right: 0.75rem;
    padding-left: 1.75rem;
  }
  li {
    margin-bottom: 0.5rem;
  }
  li::marker {
    color: #34A394;
  }
  p {
    margin: 0 0 0.5rem;
    padding-inline: 0.75rem;
    text-align: justify;
  }
  a {
    text-decoration: underline;
  }
  p:not(.has-text-color) a,
  p:not(.has-link-color) a{
    color: #078cd3;
  }
  a:hover {
    filter: saturate(200%);
  }
  strong {
    font-weight: bolder;
  }
  iframe {
    width: 100%;
    height: 100%;
    aspect-ratio: 16/9;
    margin-inline: auto;
  }
  @media (width >= 64rem /* 1024px */){
    iframe {
      width: 80%;
    }
  }
  .has-background {
    padding: 0.5rem 0.75rem;
    margin: 0.75rem auto 0.25rem;
  }
  .has-background .wp-block-group__inner-container > *:first-child {
    margin-top: 0.5rem;
  }
  .has-background .wp-block-group__inner-container > *:last-child {
    margin-bottom: 0rem;
  }
  mark.has-inline-color {
    background: linear-gradient(#fff 60%, transparent 60%);
    padding: 0 0.125rem;
    font-weight: 500;
  }
  .wp-block-button{
    min-width: 14rem;
    margin: 1rem auto;
  }
  .wp-block-button .wp-block-button__link{
    text-decoration-line: none;
    font-weight: 600;
    min-width: 14rems;
    transition-duration: 150ms;
    border-radius: 4px;
    padding: 0.5rem 0.75rem;
    border: 0;
  }
  .wp-block-button:not(.is-style-outline) .wp-block-button__link{
    border: none;
  }
  .wp-block-button:not(.is-style-outline):not(.has-textcolor) .wp-block-button__link{
    color: white;    
  }
  .wp-block-button:not(.is-style-outline):not(.has-background) .wp-block-button__link{
    background-color: #34A394;
  }
  .wp-block-button:not(.is-style-outline) .wp-block-button__link:hover{
    filter: saturate(200%);
  }
  .wp-block-button.is-style-outline {
    border: 2px #34A394 solid;
    border-radius: 4px;
  }
  .wp-block-button.is-style-outline .wp-block-button__link{
    color: #34A394;
  }
  .wp-block-button.is-style-outline .wp-block-button__link:hover{
    background-color: color-mix(in srgb, currentColor 7%, transparent);
  }
  .wp-block-button .has-background {
    margin: 0;
  }
  .wp-block-column *:first-child {
    margin-top: 0;
  }
}
