@charset "UTF-8";
/*###################################################################
※※※※ 直接編集禁止 ※※※※
このCSSファイルはSassから生成されていますので直接編集しないようご注意ください。
  編集は拡張子「.scss」ファイルを編集して当ファイルにコンパイルしてください。
  もしくは別途cssファイルを作成して読み込ませてください。
###################################################################*/
:root {
  --base: #fff;
  --main: #b32619;
  --accent: #dd2e1e;
  --bg: #f5f2f2;
  --text: #333;
  --gray: #959595;
  --ls: 0.06em;
}

.mce-content-body {
  display: flow-root;
  zoom: 1;
  color: var(--text);
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-size: max(1.1111111111cqw, 10px);
  font-weight: 500;
  line-height: 2.1875;
  word-break: break-word;
}
.mce-content-body::after {
  content: "";
  display: block;
  clear: both;
}
@media (max-width: 768px) {
  .mce-content-body {
    font-size: 3.7333333333cqw;
  }
}
.mce-content-body > *:first-child {
  margin-top: 0;
}
.mce-content-body h1 {
  font-size: inherit;
  font-weight: 500;
}
.mce-content-body h2,
.mce-content-body h3,
.mce-content-body h4,
.mce-content-body h5,
.mce-content-body h6 {
  color: var(--main);
  font-weight: 500;
}
.mce-content-body h2 {
  font-size: max(1.6666666667cqw, 10px);
  line-height: 1.4333;
  border-bottom: 3px solid var(--main);
  padding-bottom: 1.3611111111cqw;
  margin-top: 4.0972222222cqw;
}
@media (max-width: 768px) {
  .mce-content-body h2 {
    font-size: 4.8cqw;
    border-bottom-width: 2px;
    padding-bottom: 3.92cqw;
    margin-top: 11.8cqw;
  }
}
.mce-content-body h3 {
  font-size: max(1.3888888889cqw, 10px);
  line-height: 1.72;
  background-color: var(--bg);
  border-left: 0.3472222222cqw solid var(--main);
  padding: 0.6944444444cqw 1.1111111111cqw;
  margin-top: 3.0729166667cqw;
}
@media (max-width: 768px) {
  .mce-content-body h3 {
    font-size: 4.5333333333cqw;
    border-left-width: 1.0666666667cqw;
    padding: 2.1333333333cqw 3.2cqw;
    margin-top: 8.8506666667cqw;
  }
}
.mce-content-body h4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.6944444444cqw;
     -moz-column-gap: 0.6944444444cqw;
          column-gap: 0.6944444444cqw;
  font-size: max(1.25cqw, 10px);
  line-height: 1.9111;
  margin-top: 2.4583333333cqw;
}
@media (max-width: 768px) {
  .mce-content-body h4 {
    -webkit-column-gap: 2.1333333333cqw;
       -moz-column-gap: 2.1333333333cqw;
            column-gap: 2.1333333333cqw;
    font-size: 4.2666666667cqw;
    margin-top: 7.08cqw;
  }
}
.mce-content-body h4::before {
  content: "";
  min-width: 0.7638888889cqw;
  aspect-ratio: 1/1;
  background-color: var(--accent);
}
@media (max-width: 768px) {
  .mce-content-body h4::before {
    min-width: 2.4cqw;
  }
}
.mce-content-body h5,
.mce-content-body h6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.6944444444cqw;
     -moz-column-gap: 0.6944444444cqw;
          column-gap: 0.6944444444cqw;
  font-size: max(1.1111111111cqw, 10px);
  font-weight: 700;
  line-height: 2.15;
  margin-top: 2.0486111111cqw;
}
@media (max-width: 768px) {
  .mce-content-body h5,
  .mce-content-body h6 {
    -webkit-column-gap: 2.1333333333cqw;
       -moz-column-gap: 2.1333333333cqw;
            column-gap: 2.1333333333cqw;
    font-size: 3.7333333333cqw;
    margin-top: 5.9013333333cqw;
  }
}
.mce-content-body h5::before,
.mce-content-body h6::before {
  content: "";
  min-width: 1.3888888889cqw;
  height: 2px;
  background-color: var(--main);
}
@media (max-width: 768px) {
  .mce-content-body h5::before,
  .mce-content-body h6::before {
    min-width: 4.2666666667cqw;
  }
}
.mce-content-body h6 {
  color: var(--text);
}
.mce-content-body h6::before {
  background-color: var(--gray);
}
.mce-content-body h2 + p {
  margin-top: 1.25cqw;
}
@media (max-width: 768px) {
  .mce-content-body h2 + p {
    margin-top: 3.6cqw;
  }
}
.mce-content-body p {
  margin-top: 1.0416666667cqw;
}
@media (max-width: 768px) {
  .mce-content-body p {
    margin-top: 3cqw;
  }
}
.mce-content-body strong {
  color: var(--accent);
  font-weight: 700;
}
.mce-content-body [style*=color] strong,
.mce-content-body [style*=color] em,
.mce-content-body [style*=color] a {
  color: inherit;
}
.mce-content-body .c-h-fill {
  position: relative;
  color: var(--base);
  line-height: 1.5;
  border: 0;
}
.mce-content-body .c-h-fill::before {
  content: none;
}
.mce-content-body h2.c-h-fill {
  background-color: var(--main);
  padding: 1.1805555556cqw 1.5277777778cqw;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media (max-width: 768px) {
  .mce-content-body h2.c-h-fill {
    padding: 3.4666666667cqw 4.2666666667cqw;
  }
}
.mce-content-body h2.c-h-fill::before {
  content: "";
  position: absolute;
  inset: 0.3472222222cqw 0;
  border-top: 1px solid var(--base);
  border-bottom: 1px solid var(--base);
}
@media (max-width: 768px) {
  .mce-content-body h2.c-h-fill::before {
    inset: 1.0666666667cqw 0;
  }
}
.mce-content-body h3.c-h-fill {
  background-color: var(--main);
  padding: 0.9027777778cqw 1.3888888889cqw;
  -webkit-box-shadow: 0.3472222222cqw 0.3472222222cqw 0 0 rgba(179, 38, 25, 0.25);
          box-shadow: 0.3472222222cqw 0.3472222222cqw 0 0 rgba(179, 38, 25, 0.25);
}
@media (max-width: 768px) {
  .mce-content-body h3.c-h-fill {
    padding: 2.6666666667cqw 3.7333333333cqw;
    -webkit-box-shadow: 1.0666666667cqw 1.0666666667cqw 0 0 rgba(179, 38, 25, 0.25);
            box-shadow: 1.0666666667cqw 1.0666666667cqw 0 0 rgba(179, 38, 25, 0.25);
  }
}
.mce-content-body h4.c-h-fill,
.mce-content-body h5.c-h-fill,
.mce-content-body h6.c-h-fill {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: var(--main);
  padding: 0.4166666667cqw 0.9722222222cqw;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media (max-width: 768px) {
  .mce-content-body h4.c-h-fill,
  .mce-content-body h5.c-h-fill,
  .mce-content-body h6.c-h-fill {
    padding: 1.3333333333cqw 2.9333333333cqw;
  }
}
.mce-content-body .c-fz-xl {
  font-size: max(1.8055555556cqw, 10px);
}
@media (max-width: 768px) {
  .mce-content-body .c-fz-xl {
    font-size: 5.3333333333cqw;
  }
}
.mce-content-body .c-fz-lg {
  font-size: max(1.3888888889cqw, 10px);
}
@media (max-width: 768px) {
  .mce-content-body .c-fz-lg {
    font-size: 4.2666666667cqw;
  }
}
.mce-content-body .c-fz-sm {
  font-size: max(0.9722222222cqw, 10px);
}
@media (max-width: 768px) {
  .mce-content-body .c-fz-sm {
    font-size: 3.2cqw;
  }
}
.mce-content-body em {
  font-style: italic;
}
.mce-content-body pre {
  overflow: auto;
  background-color: var(--bg);
  border: 1px solid #ccc;
  padding: 7px 12px;
  margin-top: 1.0416666667cqw;
}
.mce-content-body blockquote {
  color: var(--gray);
  border-left: 5px solid #ddd;
  padding: 0.5em 0 0.5em 10px;
  margin-top: 1.0416666667cqw;
}
.mce-content-body blockquote > *:first-child {
  margin-top: 0;
}
.mce-content-body ul,
.mce-content-body ol {
  padding-left: 0;
  margin-top: 1.0416666667cqw;
}
.mce-content-body ul ul,
.mce-content-body ul ol,
.mce-content-body ol ul,
.mce-content-body ol ol {
  margin-top: 0;
}
@media (max-width: 768px) {
  .mce-content-body ul,
  .mce-content-body ol {
    margin-top: 2.6666666667cqw;
  }
}
.mce-content-body ul {
  list-style-type: disc;
}
.mce-content-body ol {
  list-style-type: decimal;
}
.mce-content-body li {
  margin-left: 1.5em;
}
.mce-content-body a {
  color: var(--accent);
  text-decoration: underline;
}
.mce-content-body img {
  width: auto;
}
.mce-content-body hr {
  margin-top: 1.0416666667cqw;
}
.mce-content-body .aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.mce-content-body .alignright {
  float: right;
  margin-bottom: 20px;
  margin-left: 20px;
}
.mce-content-body .alignleft {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
.mce-content-body .wp-caption,
.mce-content-body [class*=wp-image] {
  max-width: 100% !important;
  display: block;
  text-align: center;
  margin-top: 1.0416666667cqw;
}
.mce-content-body .wp-caption-text {
  margin-top: 0;
}

body.mce-content-body {
  font-size: 1rem;
}
body.mce-content-body h2 {
  font-size: 1.5rem;
  border-bottom-width: 3px;
  padding-bottom: 1.225rem;
  margin-top: 59px;
}
body.mce-content-body h3 {
  font-size: 1.25rem;
  border-left-width: 5px;
  padding: 10px 16px;
  margin-top: 2.765625rem;
}
body.mce-content-body h4 {
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  font-size: 1.125rem;
  margin-top: 2.2125rem;
}
body.mce-content-body h4::before {
  min-width: 11px;
}
body.mce-content-body h5,
body.mce-content-body h6 {
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  font-size: 1rem;
  margin-top: 1.84375rem;
}
body.mce-content-body h5::before,
body.mce-content-body h6::before {
  min-width: 20px;
}
body.mce-content-body h2 + p {
  margin-top: 18px;
}
body.mce-content-body h2.c-h-fill {
  padding: 17px 22px;
}
body.mce-content-body h2.c-h-fill::before {
  inset: 5px 0;
}
body.mce-content-body h3.c-h-fill {
  -webkit-clip-path: none;
          clip-path: none;
  padding: 13px 20px;
  -webkit-box-shadow: 5px 5px 0 0 rgba(179, 38, 25, 0.25);
          box-shadow: 5px 5px 0 0 rgba(179, 38, 25, 0.25);
}
body.mce-content-body h4.c-h-fill,
body.mce-content-body h5.c-h-fill,
body.mce-content-body h6.c-h-fill {
  padding: 6px 14px;
}
body.mce-content-body .c-fz-xl {
  font-size: 1.625rem;
}
body.mce-content-body .c-fz-lg {
  font-size: 1.25rem;
}
body.mce-content-body .c-fz-sm {
  font-size: 0.875rem;
}
body.mce-content-body p,
body.mce-content-body pre,
body.mce-content-body blockquote,
body.mce-content-body ul,
body.mce-content-body ol,
body.mce-content-body hr,
body.mce-content-body .wp-caption,
body.mce-content-body [class*=wp-image] {
  margin-top: 15px;
}
body.mce-content-body ul ul,
body.mce-content-body ul ol,
body.mce-content-body ol ul,
body.mce-content-body ol ol,
body.mce-content-body .wp-caption-text {
  margin-top: 0;
}
body.mce-content-body > *:first-child {
  margin-top: 0;
}