.main-contents h2.wp-block-heading,
.editor-styles-wrapper h2.wp-block-heading {
  position: relative;
  margin-top: 3rem;
  margin-bottom: 1rem;
  padding: 0.3em 0 0.2em 1em;
  border-bottom: 3px solid #00a6b2;
  font-size: 1.75rem;
  font-family: "Noto Sans JP", "sans-serif";
  color: #333333;
}
@media screen and (max-width: 720px) {
  .main-contents h2.wp-block-heading,
  .editor-styles-wrapper h2.wp-block-heading {
    font-size: 1.5rem;
  }
}
.main-contents h2.wp-block-heading::before,
.editor-styles-wrapper h2.wp-block-heading::before {
  position: absolute;
  top: 0;
  left: 0.3em;
  transform: rotate(55deg);
  height: 11px;
  width: 12px;
  background: #00a6b2;
  content: "";
}
.main-contents h2.wp-block-heading::after,
.editor-styles-wrapper h2.wp-block-heading::after {
  position: absolute;
  transform: rotate(15deg);
  top: 0.6em;
  left: 0;
  height: 8px;
  width: 8px;
  background: #00a6b2;
  content: "";
}

.main-contents h3.wp-block-heading,
.editor-styles-wrapper h3.wp-block-heading {
  margin-top: 2rem;
  margin-bottom: 1rem;
  padding: 0.25rem 0.75rem;
  border-left: 5px solid #00a6b2;
  font-size: 1.5rem;
  font-family: "Noto Sans JP", "sans-serif";
  line-height: 1.75rem;
  color: #333333;
}
@media screen and (max-width: 720px) {
  .main-contents h3.wp-block-heading,
  .editor-styles-wrapper h3.wp-block-heading {
    font-size: 1.25rem;
  }
}

.main-contents h4.wp-block-heading,
.editor-styles-wrapper h4.wp-block-heading {
  position: relative;
  margin-top: 1rem;
  padding: 0.5rem 0 0.5rem 1.5rem;
  font-size: 1.25rem;
  font-weight: 500;
  font-family: "Noto Sans JP", "sans-serif";
  color: #333333;
}
@media screen and (max-width: 720px) {
  .main-contents h4.wp-block-heading,
  .editor-styles-wrapper h4.wp-block-heading {
    font-size: 1rem;
  }
}
.main-contents h4.wp-block-heading::before, .main-contents h4.wp-block-heading::after,
.editor-styles-wrapper h4.wp-block-heading::before,
.editor-styles-wrapper h4.wp-block-heading::after {
  display: inline-block;
  position: absolute;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  border: 2px solid #00a6b2;
  content: "";
}
.main-contents h4.wp-block-heading::before,
.editor-styles-wrapper h4.wp-block-heading::before {
  top: calc(50% - 3px);
  left: 0;
}
.main-contents h4.wp-block-heading::after,
.editor-styles-wrapper h4.wp-block-heading::after {
  top: calc(50% + 3px);
  left: 5px;
}

.main-contents h5.wp-block-heading,
.editor-styles-wrapper h5.wp-block-heading {
  margin-top: 1rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  color: #333333;
  border-bottom: 1px solid #00a6b2;
  font-size: 1rem;
  font-weight: 700;
  font-family: "Noto Sans JP", "sans-serif";
}

.main-contents strong,
.editor-styles-wrapper strong {
  font-weight: 500;
}

.main-contents ul,
.main-contents ol {
  margin-top: 0.5rem;
  margin-left: 1.5rem;
  margin-bottom: 0.25rem;
  padding-bottom: 0.25rem;
}
.main-contents ul li,
.main-contents ol li {
  margin-bottom: 0.5rem;
}

.main-contents mark,
.editor-styles-wrapper mark {
  padding: 0 0.25rem;
}
.main-contents mark.has-white-color,
.editor-styles-wrapper mark.has-white-color {
  color: #ffffff;
}
.main-contents mark.has-black-color,
.editor-styles-wrapper mark.has-black-color {
  color: #000000;
}
.main-contents mark.has-gray-color,
.editor-styles-wrapper mark.has-gray-color {
  color: #808080;
}
.main-contents mark.has-cyan-color,
.editor-styles-wrapper mark.has-cyan-color {
  color: #00a6b2;
}
.main-contents mark.has-skyblue-color,
.editor-styles-wrapper mark.has-skyblue-color {
  color: #cdf8ff;
}
.main-contents mark.has-pink-color,
.editor-styles-wrapper mark.has-pink-color {
  color: #ffcdf0;
}
.main-contents mark.has-yellow-color,
.editor-styles-wrapper mark.has-yellow-color {
  color: #fcfaa4;
}

div#ez-toc-container {
  margin-top: 2rem;
  padding: 1rem;
  position: relative;
}
div#ez-toc-container .ez-toc-list {
  list-style: disc;
}
div#ez-toc-container .ez-toc-title {
  position: absolute;
  top: -1rem;
  left: 1rem;
  padding: 0 0.5rem;
  background-color: #ffffff;
}
div#ez-toc-container .ez-toc-page-1.ez-toc-heading-level-2 {
  list-style: none !important;
}
div#ez-toc-container .ez-toc-heading-level-2 {
  margin-top: 0.5rem;
}
div#ez-toc-container .ez-toc-heading-level-2 .ez-toc-link {
  font-weight: 500;
}
div#ez-toc-container .ez-toc-heading-level-2 .ez-toc-link::before {
  margin-right: 0.5rem;
}
div#ez-toc-container .ez-toc-heading-level-2 > .ez-toc-link {
  font-weight: 700;
}

.wp-block-image .fancybox.image {
  background-color: white;
  border: 1px solid #00a6b2;
  padding: 0.25rem;
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.2));
}/*# sourceMappingURL=style-gutenberg.css.map */