@charset "UTF-8";
.editor-styles-wrapper {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.9;
}
.editor-styles-wrapper h3 {
  width: calc(100% + 1.7em);
  margin-left: -1.7em;
  font-size: 180%;
  color: #428d9e;
  border-bottom: solid 1px #e65d5e;
  line-height: 1.2;
  padding-bottom: 0.2em;
}
.editor-styles-wrapper h4 {
  font-size: 140%;
  color: #428d9e;
  border-bottom: solid 1px #428d9e;
  margin: 1.5em 0 1em;
}
.editor-styles-wrapper h5 {
  font-size: 120%;
  color: #428d9e;
  margin: 1.5em 0 1em;
}
.editor-styles-wrapper h3::first-letter,
.editor-styles-wrapper h4::first-letter,
.editor-styles-wrapper h5::first-letter {
  color: #e65d5e;
}
.editor-styles-wrapper h3:first-child,
.editor-styles-wrapper h4:first-child,
.editor-styles-wrapper h5:first-child {
  margin-top: 0;
}
.editor-styles-wrapper p {
  line-height: 1.9;
}
.editor-styles-wrapper a {
  text-decoration: underline;
}
.editor-styles-wrapper .wp-block-image.size-full img {
  width: 100%;
  height: auto;
}
.editor-styles-wrapper .wp-block-columns.is-layout-flex.normal {
  gap: 0;
}
.editor-styles-wrapper .wp-block-columns.is-layout-flex.normal .wp-block-column {
  flex-basis: auto;
}/*# sourceMappingURL=editor-styles.css.map */