@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Jost:wght@100..900&family=Alexandria:wght@100..900&family=Onest:wght@100..900&family=Didact+Gothic&family=Nanum+Gothic+Coding:wght@400;700&family=Inter:wght@100..900&display=swap");
h2.wp-block-heading {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-left: 6px solid #c02c6e;
  padding-bottom: 13px;
  border-bottom: 1px solid #c02c6e;
  padding-inline: 14px;
}
@media screen and (width <= 768px) {
  h2.wp-block-heading {
    font-size: 18px;
    border-left: 4px solid #c02c6e;
    padding-bottom: 10px;
    padding-inline: 10px;
  }
}

h3.wp-block-heading {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  background-color: #f4f4f4;
  padding-block: 10px;
  padding-inline: 10px;
}
@media screen and (width <= 768px) {
  h3.wp-block-heading {
    font-size: 18px;
    padding-block: 8px;
    padding-inline: 8px;
  }
}

h4.wp-block-heading {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 10px;
  border-bottom: 1px dotted #ddd;
  color: #c02c6e;
}
@media screen and (width <= 768px) {
  h4.wp-block-heading {
    font-size: 18px;
    padding-bottom: 8px;
  }
}

h5.wp-block-heading {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (width <= 768px) {
  h5.wp-block-heading {
    font-size: 16px;
  }
}

h6.wp-block-heading {
  font-size: min(16px, 1rem);
}/*# sourceMappingURL=block-styles.css.map */