.edit-post-visual-editor .wp-block {
  max-width: 830px !important;
}
.edit-post-visual-editor hr {
  padding-top: 2em;
}
.edit-post-visual-editor .block-editor-block-list__block[data-align] {
  height: auto;
}
.edit-post-visual-editor .block-editor-block-list__block[data-align=right] >.is-block-content {
  justify-content: flex-end;
}
.edit-post-visual-editor .block-editor-block-list__block[data-align=left] >.is-block-content {
  justify-content: flex-start;
}
.edit-post-visual-editor .block-editor-block-list__block[data-align=center] >.is-block-content {
  justify-content: center;
}
.edit-post-visual-editor .block-editor-block-list__block[data-align] >.is-block-content {
  float: none !important;
  display: flex;
}
.mce-content-body {
  padding: 3rem;
}
.editor-styles-wrapper {
  font-size: 1rem;
}
.editor-styles-wrapper * {
  font-family: "Noto Serif JP", serif;
}
.editor-styles-wrapper h1 {
  color: #424242;
  font-size: 2.5rem;
  margin-top: 2em;
  font-weight: bold;
  line-height: 1.25;
  margin-bottom: 1.5em;
}
.editor-styles-wrapper h2 {
  color: #fff;
  font-size: 1.5rem;
  margin-top: 2em;
  line-height: 1.25;
  padding-top: 1.25rem;
  padding-left: 1.5rem;
  border-radius: 0.25rem;
  margin-bottom: 1em;
  padding-right: 1.5rem;
  letter-spacing: 0.1em;
  padding-bottom: 1.25rem;
  background-color: #204226;
}
.editor-styles-wrapper h3 {
  color: #424242;
  font-size: 1.5rem;
  margin-top: 2em;
  line-height: 1.5;
  border-bottom: 0.1875rem solid #204226;
  margin-bottom: 1em;
  letter-spacing: 0.1em;
  padding-bottom: 0.5em;
}
.editor-styles-wrapper h4 {
  color: #424242;
  font-size: 1.25rem;
  margin-top: 2em;
  border-left: 0.3125rem solid #204226;
  font-weight: bold;
  line-height: 1.5;
  padding-left: 0.625rem;
  margin-bottom: 1em;
  letter-spacing: 0.1em;
}
.editor-styles-wrapper h5 {
  color: #424242;
  font-size: 1.125rem;
  margin-top: 1.5em;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 1em;
  letter-spacing: 0.1em;
}
.editor-styles-wrapper h6 {
  color: #424242;
  font-size: 1rem;
  margin-top: 1.5em;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 1em;
  letter-spacing: 0.1em;
}
.editor-styles-wrapper p {
  color: #424242;
  font-size: 1rem;
  margin-top: 1.5em;
  line-height: 1.75;
  margin-bottom: 1em;
  letter-spacing: 0.075em;
}
.editor-styles-wrapper ul:not(.blocks-gallery-grid) {
  font-size: 1rem;
  margin-top: 2em;
  line-height: 1.5;
  padding-left: 0;
  margin-bottom: 2em;
}
.editor-styles-wrapper ol {
  font-size: 1rem;
  margin-top: 2em;
  line-height: 1.5;
  padding-left: 0;
  counter-reset: item;
  margin-bottom: 2em;
}
.editor-styles-wrapper .wp-block-table {
  margin-top: 2em;
  margin-bottom: 2em;
}
.editor-styles-wrapper table {
  border-collapse: collapse;
}
.editor-styles-wrapper code {
  font-size: 0.8em;
  background-color: #eeeeee;
}
.editor-styles-wrapper figure {
  margin-left: 0;
  margin-right: 0;
}
.editor-styles-wrapper .wp-block-media-text {
  margin-top: 2em;
  margin-bottom: 2em;
}
.editor-styles-wrapper .wp-block-file {
  margin-top: 2em;
  margin-bottom: 2em;
}
.editor-styles-wrapper .wp-block-gallery {
  margin-top: 2em;
  margin-bottom: 2em;
}
.editor-styles-wrapper .wp-block-cover {
  margin-top: 4em;
  margin-bottom: 4em;
}
.editor-styles-wrapper .has-huge-font-size {
  font-size: 2.5em;
}
.editor-styles-wrapper .has-large-font-size {
  font-size: 2em;
}
.editor-styles-wrapper .has-medium-font-size {
  font-size: 1.75em;
}
.editor-styles-wrapper .has-normal-font-size {
  font-size: 1.5em;
}
.editor-styles-wrapper .has-small-font-size {
  font-size: 1.25em;
}
.editor-styles-wrapper .has-drop-cap:first-letter {
  font-size: 4em;
}
.editor-styles-wrapper .alignleft {
  float: left;
  margin-right: 1rem;
}
.editor-styles-wrapper .alignright {
  float: right;
  margin-left: 1rem;
}
.editor-styles-wrapper .aligncenter {
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.editor-styles-wrapper .wp-block-embed {
  max-width: 100%;
  margin-top: 2em;
  margin-bottom: 2em;
}
.editor-styles-wrapper img {
  height: auto;
  max-width: 100%;
}
.editor-styles-wrapper a:not(.wp-block-button__link) {
  color: #204226;
  word-break: break-word;
}
.editor-styles-wrapper hr {
  max-width: 100% !important;
  border-top: 1px solid #bdbdbd;
  margin-top: 3em;
  border-bottom: 0;
  margin-bottom: 3em;
}
.editor-styles-wrapper figcaption {
  display: block !important;
}
.editor-styles-wrapper > *:first-child {
  margin-top: 0;
}
.editor-styles-wrapper > *:last-child {
  margin-bottom: 0;
}
.editor-styles-wrapper a:not(.wp-block-button__link):hover {
  text-decoration: none;
}
.editor-styles-wrapper .wp-block-embed.alignleft {
  display: flex;
  justify-content: flex-start;
}
.editor-styles-wrapper .wp-block-embed.alignright {
  display: flex;
  justify-content: flex-end;
}
.editor-styles-wrapper .wp-block-embed.aligncenter {
  display: flex;
  justify-content: center;
}
.editor-styles-wrapper .wp-block-embed .wp-block-embed__wrapper {
  width: 500px;
  max-width: 100%;
}
.editor-styles-wrapper .wp-block-embed.wp-block-embed-youtube {
  flex-grow: 1;
}
.editor-styles-wrapper .wp-block-embed.wp-block-embed-youtube.wp-embed-aspect-16-9 .wp-block-embed__wrapper {
  width: 100%;
  border: 1.25rem solid #f5f5f5;
  display: block;
  position: relative;
  background-color: #f5f5f5;
}
.editor-styles-wrapper .wp-block-embed.wp-block-embed-youtube.wp-embed-aspect-16-9 .wp-block-embed__wrapper::before {
  content: '';
  display: block;
  padding-top: 56.25%;
}
.editor-styles-wrapper .wp-block-embed.wp-block-embed-youtube.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe {
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  bottom: 0;
  height: 100%;
  position: absolute;
}
@media (max-width:799.95px) {
  .editor-styles-wrapper .wp-block-embed.wp-block-embed-youtube.wp-embed-aspect-16-9 .wp-block-embed__wrapper {
    border: 0.3125rem solid #f5f5f5;
  }
}
.editor-styles-wrapper .wp-block-cover h1, .editor-styles-wrapper .wp-block-cover h2, .editor-styles-wrapper .wp-block-cover h3, .editor-styles-wrapper .wp-block-cover h4, .editor-styles-wrapper .wp-block-cover h5, .editor-styles-wrapper .wp-block-cover h6 {
  border: 0;
  font-weight: bold;
  letter-spacing: 0.2em;
  background-color: transparent;
}
.editor-styles-wrapper .wp-block-cover h1 {
  font-size: 2.5em;
}
.editor-styles-wrapper .wp-block-cover h2 {
  font-size: 2em;
}
.editor-styles-wrapper .wp-block-cover h3 {
  font-size: 1.75em;
}
.editor-styles-wrapper .wp-block-cover h4 {
  font-size: 1.5em;
}
.editor-styles-wrapper .wp-block-cover h5 {
  font-size: 1.25em;
}
.editor-styles-wrapper .wp-block-cover h6 {
  font-size: 1em;
}
.editor-styles-wrapper .wp-block-file a:not([href]) {
  color: rgba(0, 0, 0, 0.7);
}
.editor-styles-wrapper .wp-block-file .wp-block-file__button {
  font-size: 1rem;
  font-weight: bold;
  padding-top: 0.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: 0.75rem;
  background-color: #e31837;
}
.editor-styles-wrapper table th, .editor-styles-wrapper table td {
  border: 1px solid #e0e0e0;
  font-size: 0.9375rem;
  text-align: left;
  line-height: 1.5;
  padding-top: 1.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-bottom: 1.25rem;
  vertical-align: top;
}
.editor-styles-wrapper table th {
  width: 25%;
  font-weight: bold;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #f5f5f5;
}
.editor-styles-wrapper table thead {
  border-bottom: 4px solid #616161;
}
.editor-styles-wrapper table p {
  margin: 0;
}
.editor-styles-wrapper ol li {
  display: flex;
  margin-bottom: 0.75em;
}
.editor-styles-wrapper ol li:last-child {
  margin-bottom: 0;
}
.editor-styles-wrapper ol li::before {
  color: #e31837;
  width: 1.5em;
  height: 0.5em;
  content: counter(item)'.';
  display: block;
  flex-grow: 0;
  text-align: right;
  flex-shrink: 0;
  font-weight: bold;
  margin-right: 0.5em;
  counter-increment: item;
}
.editor-styles-wrapper ul:not(.blocks-gallery-grid) li {
  display: flex;
  padding-left: 0.5rem;
  margin-bottom: 0.75em;
}
.editor-styles-wrapper ul:not(.blocks-gallery-grid) li:last-child {
  margin-bottom: 0;
}
.editor-styles-wrapper ul:not(.blocks-gallery-grid) li::before {
  width: 0.4em;
  height: 0.4em;
  content: '';
  display: block;
  flex-grow: 0;
  margin-top: 0.65em;
  flex-shrink: 0;
  margin-right: 0.5em;
  border-radius: 70%;
  background-color: #e31837;
}
@media (max-width:799.95px) {
  .editor-styles-wrapper h2 {
    font-size: 1.25rem;
  }
}
@media (max-width:799.95px) {
  .editor-styles-wrapper h1 {
    font-size: 1.875rem;
  }
}