@charset "UTF-8";
.editor-styles-wrapper {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  color: #23221E;
}

.editor-styles-wrapper a {
  color: #c2a14f;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.editor-styles-wrapper a:hover {
  opacity: 0.85;
}

.editor-styles-wrapper p {
  margin: 0 0 18px;
  font-size: 18px;
  font-weight: 600;
  line-height: 2;
  color: #23221E;
}

/* h2 */
.editor-styles-wrapper h2 {
  margin: 36px 0 12px;
  font-size: 32px;
  line-height: 1.6;
  font-weight: 800;
  color: #23221E;
  padding-bottom: 8px;
  border-bottom: 3px dashed #c2a14f;
}

/* h3 */
.editor-styles-wrapper h3 {
  margin: 24px 0 16px;
  font-size: 22px;
  line-height: 1.6;
  font-weight: 800;
  color: #c2a14f;
  border-top: 2px solid #c2a14f;
  border-bottom: 2px solid #c2a14f;
  padding: 8px 0;
}

/* 注釈 */
.editor-styles-wrapper .articleNote {
  background: #f5f5f5;
  border-radius: 4px;
  width: 100%;
  display: block;
  margin: 24px auto;
}

.editor-styles-wrapper .articleNote p {
  margin: 0;
  padding: 14px 16px;
  line-height: 1.8;
  font-weight: 700;
  font-size: 16px;
  color: #000;
}

.editor-styles-wrapper .articleNote .is-label {
  color: #c8a14a;
  font-weight: 700;
}

/* =========================
   リスト（ul）
========================= */
.editor-styles-wrapper ul.wp-block-list {
  list-style: none;
  margin: 24px auto 16px;
  padding-left: 0;
}

.editor-styles-wrapper ul.wp-block-list > li {
  position: relative;
  padding-left: 12px;
  margin: 8px 0;
  font-size: 16px;
  font-weight: 700;
  color: #222;
  line-height: 1.7;
}

.editor-styles-wrapper ul.wp-block-list > li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 20px;
  line-height: 1.2;
  color: #222;
}

/* ul の中の ul */
.editor-styles-wrapper ul.wp-block-list ul.wp-block-list {
  margin-top: 8px;
  padding-left: 16px;
}

.editor-styles-wrapper ul.wp-block-list ul.wp-block-list > li {
  padding-left: 18px;
  font-size: 15px;
  font-weight: 700;
}

/* =========================
   番号付きリスト（ol）
========================= */
.editor-styles-wrapper ol.wp-block-list {
  margin: 24px auto 16px;
  padding-left: 12px;
  list-style-type: decimal;
}

.editor-styles-wrapper ol.wp-block-list > li {
  margin: 8px 0;
  font-size: 16px;
  font-weight: 700;
  color: #222;
  line-height: 1.7;
}

.editor-styles-wrapper ol.wp-block-list > li::marker {
  font-weight: 800;
  color: #222;
}

/* ol 内の ul（i, ii など） */
.editor-styles-wrapper ol.wp-block-list ul.wp-block-list {
  margin-top: 8px;
  padding-left: 24px;
  list-style-type: lower-roman;
}

.editor-styles-wrapper ol.wp-block-list ul.wp-block-list > li {
  font-size: 15px;
  font-weight: 700;
  padding-left: 0;
}

.editor-styles-wrapper ol.wp-block-list ul.wp-block-list > li::before {
  display: none;
}

.editor-styles-wrapper ol.wp-block-list ul.wp-block-list > li::marker {
  font-weight: 800;
}

/* =========================
   テーブル
========================= */
.editor-styles-wrapper .wp-block-table {
  margin: 32px auto 16px;
  overflow-x: auto;
}

.editor-styles-wrapper .wp-block-table table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #333;
  background: #fff;
}

.editor-styles-wrapper .wp-block-table tr {
  border-bottom: 1px solid #333;
}

.editor-styles-wrapper .wp-block-table tr:first-child {
  background: #1f1f1f;
}

.editor-styles-wrapper .wp-block-table tr:first-child td {
  color: #fff;
  font-weight: 800;
  font-size: 20px;
}

.editor-styles-wrapper .wp-block-table td {
  padding: 8px 12px;
  font-size: 20px;
  font-weight: 700;
  color: #222;
  vertical-align: middle;
}

.editor-styles-wrapper .wp-block-table td:last-child {
  border-right: 0;
}/*# sourceMappingURL=editor.css.map */