@charset "UTF-8";
/*===== 変数,フォント,常用色定義 =====*/
:root {
  --font-size-xs: 12px;
  --font-size-s: 15px;
  --font-size-m: 16px;
  --font-size-l: 18px;
  --font-size-xl: 21px;
  --font-size-xxl: 24px;
  --font-size-xxxl: 28px;
}

:root {
  --wp--style--block-gap: 12px;
}
@media screen and (max-width: 599px) {
  :root {
    --wp--style--block-gap: 5px;
  }
}

.editor-styles-wrapper {
  font-family: "Noto Sans JP", "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.editor-styles-wrapper ul, .editor-styles-wrapper ol {
  padding: 0;
}
.editor-styles-wrapper li {
  list-style: none;
}
.editor-styles-wrapper img {
  width: 100%;
}

.editor-styles-wrapper,
.c-article {
  /* カスタムブロック */
}
.editor-styles-wrapper h2.wp-block-heading,
.c-article h2.wp-block-heading {
  margin: 60px 0 25px;
  font-size: var(--font-size-xxl);
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 599px) {
  .editor-styles-wrapper h2.wp-block-heading,
  .c-article h2.wp-block-heading {
    font-size: 22px;
  }
}
.editor-styles-wrapper h2.wp-block-heading span,
.c-article h2.wp-block-heading span {
  font-size: var(--font-size-xxl);
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 599px) {
  .editor-styles-wrapper h2.wp-block-heading span,
  .c-article h2.wp-block-heading span {
    font-size: 22px;
  }
}
.editor-styles-wrapper h3.wp-block-heading,
.c-article h3.wp-block-heading {
  margin: 40px 0 20px;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 599px) {
  .editor-styles-wrapper h3.wp-block-heading,
  .c-article h3.wp-block-heading {
    font-size: var(--font-size-xl);
    line-height: 1.4;
    letter-spacing: 0.01em;
  }
}
.editor-styles-wrapper h3.wp-block-heading span,
.c-article h3.wp-block-heading span {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 599px) {
  .editor-styles-wrapper h3.wp-block-heading span,
  .c-article h3.wp-block-heading span {
    font-size: var(--font-size-xl);
    line-height: 1.4;
    letter-spacing: 0.01em;
  }
}
.editor-styles-wrapper h4.wp-block-heading,
.c-article h4.wp-block-heading {
  margin: 40px 0 20px;
  padding: 0 0 0 20px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.02em;
  border-left: 6px solid #C48847;
}
@media screen and (max-width: 599px) {
  .editor-styles-wrapper h4.wp-block-heading,
  .c-article h4.wp-block-heading {
    padding: 0 0 0 15px;
    font-size: 19px;
    border-left: 6px solid #C48847;
  }
}
.editor-styles-wrapper p, .editor-styles-wrapper figcaption,
.c-article p,
.c-article figcaption {
  margin: 20px 0 30px;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Osaka, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 2;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 599px) {
  .editor-styles-wrapper p, .editor-styles-wrapper figcaption,
  .c-article p,
  .c-article figcaption {
    font-size: var(--font-size-m);
    letter-spacing: 0.01em;
  }
}
.editor-styles-wrapper strong,
.c-article strong {
  font-weight: 600;
}
.editor-styles-wrapper blockquote.wp-block-quote,
.c-article blockquote.wp-block-quote {
  position: relative;
  margin: 35px 0;
  padding: 56px 25px;
}
.editor-styles-wrapper blockquote.wp-block-quote > :first-child,
.c-article blockquote.wp-block-quote > :first-child {
  margin-top: 0;
}
.editor-styles-wrapper blockquote.wp-block-quote > :last-child,
.c-article blockquote.wp-block-quote > :last-child {
  margin-bottom: 0;
}
.editor-styles-wrapper blockquote.wp-block-quote::before, .editor-styles-wrapper blockquote.wp-block-quote::after,
.c-article blockquote.wp-block-quote::before,
.c-article blockquote.wp-block-quote::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 37px;
}
.editor-styles-wrapper blockquote.wp-block-quote::before,
.c-article blockquote.wp-block-quote::before {
  top: 0;
  left: 0;
  background: url("../img/quote-alt-left.svg") no-repeat 0% 0%/contain, linear-gradient(to top, transparent calc(50% - 0.5px), #C3C3C3 50%, transparent calc(50% + 0.5px)) no-repeat 100% 100%/89.5%;
}
@media screen and (max-width: 599px) {
  .editor-styles-wrapper blockquote.wp-block-quote::before,
  .c-article blockquote.wp-block-quote::before {
    background: url("../img/quote-alt-left.svg") no-repeat 0% 0%/contain, linear-gradient(to top, transparent calc(50% - 0.5px), #C3C3C3 50%, transparent calc(50% + 0.5px)) no-repeat 100% 100%/82%;
  }
}
.editor-styles-wrapper blockquote.wp-block-quote::after,
.c-article blockquote.wp-block-quote::after {
  bottom: 0;
  right: 0;
  background: url("../img/quote-alt-right.svg") no-repeat 100% 100%/contain, linear-gradient(to top, transparent calc(50% - 0.5px), #C3C3C3 50%, transparent calc(50% + 0.5px)) no-repeat 0% 0%/89.5%;
}
@media screen and (max-width: 599px) {
  .editor-styles-wrapper blockquote.wp-block-quote::after,
  .c-article blockquote.wp-block-quote::after {
    background: url("../img/quote-alt-right.svg") no-repeat 100% 100%/contain, linear-gradient(to top, transparent calc(50% - 0.5px), #C3C3C3 50%, transparent calc(50% + 0.5px)) no-repeat 0% 0%/82%;
  }
}
@media screen and (max-width: 599px) {
  .editor-styles-wrapper blockquote.wp-block-quote,
  .c-article blockquote.wp-block-quote {
    padding: 56px 0;
    font-size: var(--font-size-m);
    letter-spacing: 0.01em;
  }
}
.editor-styles-wrapper blockquote.wp-block-quote cite,
.c-article blockquote.wp-block-quote cite {
  margin: 30px 0 0;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Osaka, sans-serif;
  font-size: 17px;
  font-weight: 300;
  text-align: right;
  line-height: 2;
  letter-spacing: 0.02em;
  font-style: normal;
}
@media screen and (max-width: 599px) {
  .editor-styles-wrapper blockquote.wp-block-quote cite,
  .c-article blockquote.wp-block-quote cite {
    font-size: var(--font-size-m);
    letter-spacing: 0.01em;
  }
}
.editor-styles-wrapper ul.wp-block-list,
.c-article ul.wp-block-list {
  margin: 35px 0;
}
.editor-styles-wrapper ul.wp-block-list li,
.c-article ul.wp-block-list li {
  position: relative;
  padding: 0 0 0 30px;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Osaka, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 2;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 599px) {
  .editor-styles-wrapper ul.wp-block-list li,
  .c-article ul.wp-block-list li {
    font-size: var(--font-size-m);
  }
}
.editor-styles-wrapper ul.wp-block-list li:not(:last-of-type),
.c-article ul.wp-block-list li:not(:last-of-type) {
  margin: 0 0 10px;
}
.editor-styles-wrapper ul.wp-block-list li::before,
.c-article ul.wp-block-list li::before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 5.5px;
  left: 0;
  background: url(../img/ico-radio-circle.svg?v=u1godgq) no-repeat 50% 50%/contain;
}
.editor-styles-wrapper ul.wp-block-list li:has(br)::first-line,
.c-article ul.wp-block-list li:has(br)::first-line {
  font-weight: 600;
}
.editor-styles-wrapper ul.wp-block-list li ul,
.c-article ul.wp-block-list li ul {
  margin: 10px 0 0;
}
.editor-styles-wrapper ol.wp-block-list,
.c-article ol.wp-block-list {
  margin: 35px 0;
  counter-reset: parent;
}
.editor-styles-wrapper ol.wp-block-list li,
.c-article ol.wp-block-list li {
  position: relative;
  padding: 0 0 0 30px;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Osaka, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 2;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 599px) {
  .editor-styles-wrapper ol.wp-block-list li,
  .c-article ol.wp-block-list li {
    font-size: var(--font-size-m);
  }
}
.editor-styles-wrapper ol.wp-block-list li:not(:last-of-type),
.c-article ol.wp-block-list li:not(:last-of-type) {
  margin: 0 0 10px;
}
.editor-styles-wrapper ol.wp-block-list li::before,
.c-article ol.wp-block-list li::before {
  width: 28px;
  position: absolute;
  top: 0;
  left: 0;
  text-align: right;
}
.editor-styles-wrapper ol.wp-block-list li ol,
.c-article ol.wp-block-list li ol {
  margin: 10px 0 0;
}
.editor-styles-wrapper ol.wp-block-list > li,
.c-article ol.wp-block-list > li {
  counter-increment: parent;
}
.editor-styles-wrapper ol.wp-block-list > li::before,
.c-article ol.wp-block-list > li::before {
  content: counter(parent) ". ";
}
.editor-styles-wrapper ol.wp-block-list > li > ol,
.c-article ol.wp-block-list > li > ol {
  counter-reset: child;
}
.editor-styles-wrapper ol.wp-block-list > li > ol > li,
.c-article ol.wp-block-list > li > ol > li {
  counter-increment: child;
}
.editor-styles-wrapper ol.wp-block-list > li > ol > li::before,
.c-article ol.wp-block-list > li > ol > li::before {
  content: counter(child) ". ";
}
.editor-styles-wrapper ol.wp-block-list > li > ol > li > ol,
.c-article ol.wp-block-list > li > ol > li > ol {
  counter-reset: g-child;
}
.editor-styles-wrapper ol.wp-block-list > li > ol > li > ol > li,
.c-article ol.wp-block-list > li > ol > li > ol > li {
  counter-increment: g-child;
}
.editor-styles-wrapper ol.wp-block-list > li > ol > li > ol > li::before,
.c-article ol.wp-block-list > li > ol > li > ol > li::before {
  content: counter(g-child) ". ";
}
.editor-styles-wrapper figure.wp-block-image,
.editor-styles-wrapper figure.wp-block-gallery,
.c-article figure.wp-block-image,
.c-article figure.wp-block-gallery {
  margin: 35px auto;
  text-align: center;
}
.editor-styles-wrapper figure.wp-block-image:not(.alignwide),
.editor-styles-wrapper figure.wp-block-gallery:not(.alignwide),
.c-article figure.wp-block-image:not(.alignwide),
.c-article figure.wp-block-gallery:not(.alignwide) {
  max-width: 650px;
}
.editor-styles-wrapper figure.wp-block-image:not(.alignwide) img,
.editor-styles-wrapper figure.wp-block-gallery:not(.alignwide) img,
.c-article figure.wp-block-image:not(.alignwide) img,
.c-article figure.wp-block-gallery:not(.alignwide) img {
  max-width: 100%;
  width: auto;
  height: auto;
}
@media screen and (min-width: 1000px) {
  .editor-styles-wrapper figure.wp-block-image.alignwide,
  .editor-styles-wrapper figure.wp-block-gallery.alignwide,
  .c-article figure.wp-block-image.alignwide,
  .c-article figure.wp-block-gallery.alignwide {
    position: relative;
    max-width: 780px;
    margin-left: -8.35%;
    margin-right: -8.35%;
  }
}
@media screen and (min-width: 600px) {
  .editor-styles-wrapper figure.wp-block-image.alignwide,
  .editor-styles-wrapper figure.wp-block-gallery.alignwide,
  .c-article figure.wp-block-image.alignwide,
  .c-article figure.wp-block-gallery.alignwide {
    position: relative;
    margin-left: -6%;
    margin-right: -6%;
  }
}
@media screen and (max-width: 599px) {
  .editor-styles-wrapper figure.wp-block-image.alignwide,
  .editor-styles-wrapper figure.wp-block-gallery.alignwide,
  .c-article figure.wp-block-image.alignwide,
  .c-article figure.wp-block-gallery.alignwide {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
}
.editor-styles-wrapper figure.wp-block-image.alignwide img,
.editor-styles-wrapper figure.wp-block-gallery.alignwide img,
.c-article figure.wp-block-image.alignwide img,
.c-article figure.wp-block-gallery.alignwide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.editor-styles-wrapper figure.wp-block-image figcaption,
.editor-styles-wrapper figure.wp-block-gallery figcaption,
.c-article figure.wp-block-image figcaption,
.c-article figure.wp-block-gallery figcaption {
  margin: 12px 0 0;
}
.editor-styles-wrapper figure.wp-block-table,
.c-article figure.wp-block-table {
  margin: 35px auto;
}
.editor-styles-wrapper figure.wp-block-table table th, .editor-styles-wrapper figure.wp-block-table table td,
.c-article figure.wp-block-table table th,
.c-article figure.wp-block-table table td {
  padding: 16px;
  color: #212121;
  font-size: var(--font-size-m);
  text-align: left;
  line-height: 2;
  letter-spacing: 0.02em;
  border: 1px solid #CCCCCC;
}
@media screen and (max-width: 599px) {
  .editor-styles-wrapper figure.wp-block-table table th, .editor-styles-wrapper figure.wp-block-table table td,
  .c-article figure.wp-block-table table th,
  .c-article figure.wp-block-table table td {
    padding: 10px 8px;
    font-size: var(--font-size-s);
    line-height: 1.7;
    letter-spacing: 0.01em;
  }
}
.editor-styles-wrapper figure.wp-block-table table thead,
.c-article figure.wp-block-table table thead {
  border: none;
  background: #F6F2E8;
}
.editor-styles-wrapper figure.wp-block-table table thead th,
.c-article figure.wp-block-table table thead th {
  font-weight: 700;
}
.editor-styles-wrapper figure.wp-block-table table tr:first-child th, .editor-styles-wrapper figure.wp-block-table table tr:first-child td,
.c-article figure.wp-block-table table tr:first-child th,
.c-article figure.wp-block-table table tr:first-child td {
  border-top: 1px solid #545454;
}
.editor-styles-wrapper figure.wp-block-table table tr:last-child th, .editor-styles-wrapper figure.wp-block-table table tr:last-child td,
.c-article figure.wp-block-table table tr:last-child th,
.c-article figure.wp-block-table table tr:last-child td {
  border-bottom: 1px solid #545454;
}
.editor-styles-wrapper figure.wp-block-table table tr > :first-child,
.c-article figure.wp-block-table table tr > :first-child {
  border-left: none;
  border-right: 1px solid #545454;
}
.editor-styles-wrapper figure.wp-block-table table tr > :last-child,
.c-article figure.wp-block-table table tr > :last-child {
  border-right: none;
}
.editor-styles-wrapper div.wp-block-file,
.c-article div.wp-block-file {
  margin: 35px 0;
}
.editor-styles-wrapper div.wp-block-file a:not(.wp-element-button),
.c-article div.wp-block-file a:not(.wp-element-button) {
  position: relative;
  padding: 0 0 0 36px;
  color: #0D65C5;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Osaka, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 2;
  letter-spacing: 0.02em;
  text-decoration: none;
}
@media screen and (max-width: 599px) {
  .editor-styles-wrapper div.wp-block-file a:not(.wp-element-button),
  .c-article div.wp-block-file a:not(.wp-element-button) {
    display: block;
    padding: 0 0 0 30px;
    font-size: var(--font-size-m);
    letter-spacing: 0.01em;
  }
}
.editor-styles-wrapper div.wp-block-file a:not(.wp-element-button)::before,
.c-article div.wp-block-file a:not(.wp-element-button)::before {
  content: "";
  width: 22px;
  height: 30px;
  position: absolute;
  /*上下中央寄せ*/
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  background: url(../img/ico-file-download.svg?v=u1godh3) no-repeat 50% 50%/contain;
}
.editor-styles-wrapper div.wp-block-file .wp-block-file__button,
.c-article div.wp-block-file .wp-block-file__button {
  position: relative;
  margin: 0 0 0 14px;
  padding: 5px 18px 5px 40px;
  color: #333;
  font-family: "Hiragino UD Sans Rd W5 JIS2004";
  font-size: 14px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 0;
  background: #F6F2E8;
  border-radius: 100px;
}
@media screen and (max-width: 599px) {
  .editor-styles-wrapper div.wp-block-file .wp-block-file__button,
  .c-article div.wp-block-file .wp-block-file__button {
    margin: 5px 0 0 30px;
    font-size: 13px;
  }
}
.editor-styles-wrapper div.wp-block-file .wp-block-file__button::before,
.c-article div.wp-block-file .wp-block-file__button::before {
  content: "";
  width: 11px;
  height: 13px;
  position: absolute;
  /*上下中央寄せ*/
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 18px;
  background: url(../img/ico-download.svg?v=u1godht) no-repeat 50% 50%/contain;
}
.editor-styles-wrapper div.wp-block-buttons,
.c-article div.wp-block-buttons {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  margin: 40px 0;
}
.editor-styles-wrapper div.wp-block-buttons .wp-block-button,
.c-article div.wp-block-buttons .wp-block-button {
  max-width: 75%;
}
.editor-styles-wrapper div.wp-block-buttons .wp-block-button .wp-block-button__link,
.c-article div.wp-block-buttons .wp-block-button .wp-block-button__link {
  position: relative;
  padding: 15px 35px 15px 60px;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 0.02em;
  background: #0D65C5;
  border-radius: 8px;
}
@media screen and (max-width: 599px) {
  .editor-styles-wrapper div.wp-block-buttons .wp-block-button .wp-block-button__link,
  .c-article div.wp-block-buttons .wp-block-button .wp-block-button__link {
    font-size: var(--font-size-m);
    letter-spacing: 0.01em;
  }
}
.editor-styles-wrapper div.wp-block-buttons .wp-block-button .wp-block-button__link::before,
.c-article div.wp-block-buttons .wp-block-button .wp-block-button__link::before {
  content: "";
  width: 17px;
  height: 10px;
  position: absolute;
  top: 23px;
  left: 35px;
  -webkit-mask: url(../img/ico-arrow.svg?v=u1godib) no-repeat 50% 50%/contain;
  mask: url(../img/ico-arrow.svg?v=u1godib) no-repeat 50% 50%/contain;
  background: #fff;
  opacity: 0.75;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.editor-styles-wrapper div.wp-block-group:not(:has(.wp-block-group)),
.c-article div.wp-block-group:not(:has(.wp-block-group)) {
  margin: 35px 0;
  padding: 35px 40px;
  border-radius: 8px;
}
@media screen and (max-width: 599px) {
  .editor-styles-wrapper div.wp-block-group:not(:has(.wp-block-group)),
  .c-article div.wp-block-group:not(:has(.wp-block-group)) {
    padding: 30px 20px;
  }
}
.editor-styles-wrapper div.wp-block-group:not(:has(.wp-block-group)):not(.is-style-post-group-brown):not(.is-style-post-group-blue),
.c-article div.wp-block-group:not(:has(.wp-block-group)):not(.is-style-post-group-brown):not(.is-style-post-group-blue) {
  background: #F3F2EE;
}
.editor-styles-wrapper div.wp-block-group > :first-child,
.c-article div.wp-block-group > :first-child {
  margin-top: 0;
}
.editor-styles-wrapper div.wp-block-group > :last-child,
.c-article div.wp-block-group > :last-child {
  margin-bottom: 0;
}
.editor-styles-wrapper hr.wp-block-separator,
.c-article hr.wp-block-separator {
  margin: 35px 0;
}
.editor-styles-wrapper hr.wp-block-separator:not(.is-style-post-hr-dotted-event),
.c-article hr.wp-block-separator:not(.is-style-post-hr-dotted-event) {
  border-top: 1px solid #5E5E5E;
}
.editor-styles-wrapper hr.wp-block-separator.is-style-dots,
.c-article hr.wp-block-separator.is-style-dots {
  width: 90px;
  height: 10px;
  margin: 35px auto;
  background-image: radial-gradient(circle, #5E5E5E 5px, transparent 5px) !important;
  background-position: center top !important;
  background-repeat: repeat-x !important;
  background-size: 40px 10px !important;
}
.editor-styles-wrapper hr.wp-block-separator.is-style-dots::before,
.c-article hr.wp-block-separator.is-style-dots::before {
  display: none;
}
.editor-styles-wrapper hr.wp-block-separator.is-style-wide,
.c-article hr.wp-block-separator.is-style-wide {
  border-top: 3px solid #5E5E5E;
}
.editor-styles-wrapper h2.wp-block-heading.is-style-post-heading-border-bottom,
.c-article h2.wp-block-heading.is-style-post-heading-border-bottom {
  padding-bottom: 16px;
  border-bottom: 1px solid #C48847;
}
.editor-styles-wrapper h2.wp-block-heading.is-style-post-heading-border,
.c-article h2.wp-block-heading.is-style-post-heading-border {
  padding: 16px 0;
  border-top: 1px solid #C48847;
  border-bottom: 1px solid #C48847;
}
.editor-styles-wrapper h3.wp-block-heading.is-style-post-heading-brown,
.c-article h3.wp-block-heading.is-style-post-heading-brown {
  color: #C48847;
}
.editor-styles-wrapper h3.wp-block-heading.is-style-post-heading-brown span,
.c-article h3.wp-block-heading.is-style-post-heading-brown span {
  color: #C48847;
}
.editor-styles-wrapper h3.wp-block-heading.is-style-post-heading-blue,
.c-article h3.wp-block-heading.is-style-post-heading-blue {
  color: #4BA3DE;
}
.editor-styles-wrapper h3.wp-block-heading.is-style-post-heading-blue span,
.c-article h3.wp-block-heading.is-style-post-heading-blue span {
  color: #4BA3DE;
}
.editor-styles-wrapper h4.wp-block-heading.is-style-post-heading-brown,
.c-article h4.wp-block-heading.is-style-post-heading-brown {
  color: #C48847;
  border-left: 6px solid #CCCCCC !important;
}
.editor-styles-wrapper h4.wp-block-heading.is-style-post-heading-blue,
.c-article h4.wp-block-heading.is-style-post-heading-blue {
  color: #4BA3DE;
  border-left: 6px solid #CCCCCC !important;
}
.editor-styles-wrapper ul.wp-block-list.is-style-post-ul-event li::before,
.c-article ul.wp-block-list.is-style-post-ul-event li::before {
  background: url("../img/ico-check-square.svg") no-repeat 50% 50%/contain !important;
}
.editor-styles-wrapper div.wp-block-group.is-style-post-group-brown,
.c-article div.wp-block-group.is-style-post-group-brown {
  background: none;
  border: 1px solid #C48847;
}
.editor-styles-wrapper div.wp-block-group.is-style-post-group-blue,
.c-article div.wp-block-group.is-style-post-group-blue {
  background: none;
  border: 1px solid #4BA3DE;
}
.editor-styles-wrapper .is-style-post-hr-dotted-event,
.c-article .is-style-post-hr-dotted-event {
  height: 3px;
  border: none;
  background-image: repeating-linear-gradient(90deg, #5E5E5E, #5E5E5E 3px, transparent 3px, transparent 12px);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 100% 3px;
}