@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
/* default rules */
/* original styles */
/* contents */
.editor-style p, .wp-block-paragraph {
  font-size: 16px;
  line-height: 1.7;
  margin: 30px auto;
  max-width: 900px;
}

.editor-style h1, h1.wp-block-heading {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.3;
  margin: 6rem auto 3rem;
  max-width: 900px;
}

.editor-style h2, h2.wp-block-heading {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.3;
  border-bottom: 3px solid #912f4f;
  padding-bottom: 0.3em;
  margin: 6rem auto 3rem;
  max-width: 900px;
}

.editor-style h3, h3.wp-block-heading {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.3;
  color: #912f4f;
  margin: 2rem auto;
  max-width: 900px;
}

.editor-style h4, h4.wp-block-heading {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
  margin: 2rem auto;
  border-left: 10px solid #912f4f;
  padding-left: 1rem;
  max-width: 900px;
}

.editor-style h5, h5.wp-block-heading {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
  margin: 2rem auto;
  max-width: 900px;
}

.editor-style h6, h6.wp-block-heading {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
  margin: 2rem auto;
  max-width: 900px;
}

.editor-style ul, ul.wp-block-list {
  max-width: 900px;
  margin: 20px auto;
  padding-left: 4rem;
  font-size: 16px;
}
.editor-style ul li, ul.wp-block-list li {
  position: relative;
}
.editor-style ul li + li, ul.wp-block-list li + li {
  margin-top: 0.5em;
}
.editor-style ul > li::before, ul.wp-block-list > li::before {
  content: "";
  width: 1.7rem;
  height: 5px;
  background: #912f4f;
  display: block;
  position: absolute;
  left: -2.5rem;
  top: 0.7em;
}
.editor-style ul ul, ul.wp-block-list ul, .editor-style ul ol, ul.wp-block-list ol {
  margin: 1rem 0 0 2rem !important;
}
.editor-style ul ul li, ul.wp-block-list ul li, .editor-style ul ol li, ul.wp-block-list ol li {
  margin-bottom: 0.5rem;
}
.editor-style ul ul li a, ul.wp-block-list ul li a, .editor-style ul ol li a, ul.wp-block-list ol li a {
  color: #818181;
}
.editor-style ul ul li::before, ul.wp-block-list ul li::before, .editor-style ul ol li::before, ul.wp-block-list ol li::before {
  content: "";
  width: 1rem;
  height: 3px;
  background: #818181;
  display: block;
  position: absolute;
  left: -2.5rem;
  top: 0.7em;
}

.editor-style ol, ol.wp-block-list {
  max-width: 900px;
  margin: 20px auto;
  padding-left: 4rem;
  font-size: 16px;
}
.editor-style ol li, ol.wp-block-list li {
  list-style: decimal;
}
.editor-style ol li + li, ol.wp-block-list li + li {
  margin-top: 0.5em;
}
.editor-style ol li::marker, ol.wp-block-list li::marker {
  color: #912f4f;
}
.editor-style ol ol, ol.wp-block-list ol, .editor-style ol ul, ol.wp-block-list ul {
  margin: 0 0 0 2rem !important;
}

.editor-style blockquote, .wp-block-quote {
  border-left: 3px solid #912f4f;
  padding: 5rem 4rem;
  position: relative;
  max-width: 900px;
  margin: 3rem auto;
}
.editor-style blockquote::before, .wp-block-quote::before {
  content: "“";
  font-size: 10rem;
  color: #b5b5b5;
  position: absolute;
  top: -4rem;
  left: 4rem;
  z-index: -1;
}

.editor-style table, .wp-block-table {
  width: 100%;
  max-width: 900px;
  margin: 3rem auto;
  border-collapse: collapse;
  font-size: 16px;
}

.editor-style dl, .wp-block-dl {
  max-width: 900px;
  margin: 3rem auto;
  font-size: 16px;
}
.editor-style dl dt, .wp-block-dl dt {
  font-weight: bold;
  margin-top: 1.5rem;
}
.editor-style dl dl + dl, .wp-block-dl dl + dl {
  margin-top: 2rem;
}

.editor-style pre, .wp-block-preformatted {
  background: #ededed;
  padding: 2rem;
  border-radius: 5px;
  font-size: 14px;
  line-height: 1.5;
  overflow-x: auto;
  max-width: 900px;
  margin: 3rem auto;
}

.editor-style address, .wp-block-address {
  font-style: normal;
  font-size: 16px;
  line-height: 1.7;
  max-width: 900px;
  margin: 3rem auto;
}

/* 標準 font-size(16px) を 14px にする場合 */
body.block-editor-page .editor-block-list__block {
  font-size: 62.5%;
}

.editor-style {
  font-size: 16px;
  line-height: 1.7;
}

html :where(.wp-block) {
  max-width: 900px;
}

.editor-style figcaption, .wp-block-image figcaption {
  margin: 0;
  font-size: 14px;
  line-height: 1.2;
}

.editor-style p a {
  color: #a84654;
  text-decoration: underline;
}/*# sourceMappingURL=editor-style.css.map */