@charset "UTF-8";
@font-face {
  font-family: "CabinetGrotesk";
  src: url("../font/CabinetGrotesk-Regular.woff2") format("woff2"), url("../font/CabinetGrotesk-Regular.woff") format("woff"), url("../font/CabinetGrotesk-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
:root {
  --headerHeight: 6.25rem;
  --paddingSection: 11.25rem;
  --paddingLR: 15px;
  --colorFont: #000;
  --colorMain: #283266;
  --colorSub: #CB333B;
}
@media screen and (max-width: 768px) {
  :root {
    --headerHeight: 4.6875rem;
    --paddingSection: 4rem;
  }
}

/*==========
タイトル
==========*/
.title_01 {
  font-size: 0.875rem;
  color: var(--colorMain);
  font-weight: 500;
  line-height: 1;
  padding-top: 1em;
  position: relative;
}
.title_01::before {
  content: "";
  width: 2em;
  height: 4px;
  border-radius: 6.25rem;
  background: linear-gradient(90deg, var(--colorSub) 50%, var(--colorMain) 50%);
  position: absolute;
  top: 0;
  left: 0;
}
.title_01::after {
  content: attr(data-en);
  font-size: 3.75em;
  font-family: "oswald";
  display: block;
  line-height: 1;
  margin-top: 0.1em;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .title_01 {
    font-size: 0.8125rem;
  }
  .title_01::before {
    height: 2px;
  }
  .title_01::after {
    font-size: 3.076924em;
  }
}

.editor_normal h2,
.title_02 {
  font-size: 2rem;
  padding-left: 0.5em;
  margin-bottom: 2.5rem;
  position: relative;
}
.editor_normal h2::before,
.title_02::before {
  content: "";
  width: 0.625rem;
  height: 3px;
  border-radius: 6.25rem;
  background: linear-gradient(90deg, var(--colorSub) 50%, var(--colorMain) 50%);
  position: absolute;
  top: 0.8em;
  left: 0;
}
@media screen and (max-width: 768px) {
  .editor_normal h2,
.title_02 {
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
  }
}

.title_03 {
  font-size: 1.75rem;
  font-weight: 500;
  background-color: var(--colorMain);
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.25rem 0.625rem;
  border-radius: 2px;
  line-height: 1.25;
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .title_03 {
    font-size: 1.125rem;
    margin-bottom: 1.5rem;
  }
}

.title_04 {
  font-size: 1.5625rem;
  font-weight: 600;
  color: var(--colorMain);
  position: relative;
  padding-left: 0.75em;
  margin-bottom: 1.5rem;
}
.title_04::before {
  content: "";
  width: 0.25em;
  aspect-ratio: 1/1;
  background-color: var(--colorMain);
  -webkit-clip-path: polygon(0 0, 100% 50%, 0% 100%);
          clip-path: polygon(0 0, 100% 50%, 0% 100%);
  position: absolute;
  left: 0;
  top: 0.75em;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .title_04 {
    font-size: 1.125rem;
    margin-bottom: 1.5rem;
  }
}

.editor_normal h3,
.title_05 {
  font-size: 1.625rem;
  margin-bottom: 2rem;
}
.editor_normal h3:not(:first-child),
.title_05:not(:first-child) {
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .editor_normal h3,
.title_05 {
    font-size: 1.125rem;
    margin-bottom: 1rem;
  }
  .editor_normal h3:not(:first-child),
.title_05:not(:first-child) {
    margin-top: 2rem;
  }
}

.title_06 {
  font-size: 1.875rem;
  font-weight: 500;
  padding-top: 0.75em;
  margin-bottom: 4rem;
  position: relative;
}
.title_06::before {
  content: "";
  width: 2.5rem;
  height: 4px;
  border-radius: 6.25rem;
  background: linear-gradient(90deg, var(--colorSub) 50%, var(--colorMain) 50%);
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .title_06 {
    font-size: 1.125rem;
    margin-bottom: 1rem;
  }
  .title_06::before {
    width: 1.5rem;
    height: 2px;
  }
}

.wp-block-buttons.alignfull .wp-block-button .wp-block-button__link {
  max-width: 100%;
}
.wp-block-buttons.is-content-justification-left .wp-block-button .wp-block-button__link {
  margin-left: 0;
}
.wp-block-buttons.is-content-justification-right .wp-block-button .wp-block-button__link {
  margin-right: 0;
}
.wp-block-buttons:not(:first-child) {
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .wp-block-buttons:not(:first-child) {
    margin-top: 2.5rem;
  }
}

.wp-block-button {
  width: 100%;
}

.wp-block-button.is-style-btn_03 .wp-block-button__link,
button[class^=btn_].btn_03,
.btn_03 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.25em 2em;
  width: 100%;
  max-width: 26.25rem;
  height: 3.75rem;
  border-radius: 6.25rem;
  color: var(--colorFont);
  background: #fff;
  box-shadow: 0 0 1.5625rem rgba(0, 0, 0, 0.16);
}
.wp-block-button.is-style-btn_03 .wp-block-button__link[href$=".zip"]::after,
button[class^=btn_].btn_03[href$=".zip"]::after,
.btn_03[href$=".zip"]::after {
  content: "ZIP";
  background-color: #6C6C6C;
  color: #fff;
  border-radius: 0.3125rem;
  padding: 0.25em 0.5em;
  font-size: 0.75em;
  font-weight: 700;
  margin-left: 1em;
  flex-shrink: 0;
}
.wp-block-button.is-style-btn_03 .wp-block-button__link[href$=".pdf"]::after,
button[class^=btn_].btn_03[href$=".pdf"]::after,
.btn_03[href$=".pdf"]::after {
  content: "PDF";
  background-color: #C4464D;
  color: #fff;
  border-radius: 0.3125rem;
  padding: 0.25em 0.5em;
  font-size: 0.75em;
  font-weight: 700;
  margin-left: 1em;
  flex-shrink: 0;
}
.wp-block-button.is-style-btn_03 .wp-block-button__link:not([href$=".zip"]):not([href$=".pdf"])::after,
button[class^=btn_].btn_03:not([href$=".zip"]):not([href$=".pdf"])::after,
.btn_03:not([href$=".zip"]):not([href$=".pdf"])::after {
  content: "";
  width: 1.5rem;
  aspect-ratio: 1/1;
  background: center/contain url("../img/common/icon_btn_03.svg") no-repeat;
  margin-left: 1em;
}
@media screen and (max-width: 768px) {
  .wp-block-button.is-style-btn_03 .wp-block-button__link,
button[class^=btn_].btn_03,
.btn_03 {
    font-size: 0.875rem;
  }
}

.wp-block-button:not(.is-style-btn_03) .wp-block-button__link,
button[class^=btn_].btn_04,
.btn_04 {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.625rem;
  background-color: var(--colorMain);
  border: 2px solid var(--colorMain);
  color: #fff;
  font-weight: 700;
  max-width: 25rem;
  height: 5.625rem;
  margin-left: auto;
  margin-right: auto;
}
.wp-block-button:not(.is-style-btn_03) .wp-block-button__link:not(:first-child),
button[class^=btn_].btn_04:not(:first-child),
.btn_04:not(:first-child) {
  margin-top: 4rem;
}
@media screen and (min-width: 769px) {
  .wp-block-button:not(.is-style-btn_03) .wp-block-button__link,
button[class^=btn_].btn_04,
.btn_04 {
    transition: background-color 0.5s, color 0.5s;
  }
  .wp-block-button:not(.is-style-btn_03) .wp-block-button__link:hover,
button[class^=btn_].btn_04:hover,
.btn_04:hover {
    opacity: 1;
    background-color: #fff;
    color: var(--colorMain);
  }
}
@media screen and (max-width: 768px) {
  .wp-block-button:not(.is-style-btn_03) .wp-block-button__link,
button[class^=btn_].btn_04,
.btn_04 {
    font-size: 1rem;
    height: 4rem;
  }
  .wp-block-button:not(.is-style-btn_03) .wp-block-button__link:not(:first-child),
button[class^=btn_].btn_04:not(:first-child),
.btn_04:not(:first-child) {
    margin-top: 2.5rem;
  }
}

/*==========
テーブル
==========*/
.editor-styles-wrapper .wp-block-flexible-table-block-table > table,
table.has-fixed-layout,
table:not([class]) {
  width: 100%;
}
.editor-styles-wrapper .wp-block-flexible-table-block-table > table th,
table.has-fixed-layout th,
table:not([class]) th {
  font-weight: 700;
  text-align: left;
}
.editor-styles-wrapper .wp-block-flexible-table-block-table > table th, .editor-styles-wrapper .wp-block-flexible-table-block-table > table td,
table.has-fixed-layout th,
table.has-fixed-layout td,
table:not([class]) th,
table:not([class]) td {
  border: 1px solid var(--colorMain);
  padding: 0.75rem 1.5rem;
  vertical-align: middle;
}
.editor-styles-wrapper .wp-block-flexible-table-block-table > table thead th,
table.has-fixed-layout thead th,
table:not([class]) thead th {
  text-align: center;
  padding-left: 0.25em;
  padding-right: 0.25em;
}
.editor-styles-wrapper .wp-block-flexible-table-block-table > table thead th, .editor-styles-wrapper .wp-block-flexible-table-block-table > table thead td,
table.has-fixed-layout thead th,
table.has-fixed-layout thead td,
table:not([class]) thead th,
table:not([class]) thead td {
  background-color: var(--colorMain);
  color: #fff;
}
.editor-styles-wrapper .wp-block-flexible-table-block-table > table tbody,
table.has-fixed-layout tbody,
table:not([class]) tbody {
  font-size: 0.9375rem;
}
.editor-styles-wrapper .wp-block-flexible-table-block-table > table tbody th,
table.has-fixed-layout tbody th,
table:not([class]) tbody th {
  background-color: #F4F8F9;
  color: var(--colorMain);
}
.editor-styles-wrapper .wp-block-flexible-table-block-table > table tbody td,
table.has-fixed-layout tbody td,
table:not([class]) tbody td {
  color: var(--colorFont);
  background-color: #fff;
}
.editor-styles-wrapper .wp-block-flexible-table-block-table > table caption,
table.has-fixed-layout caption,
table:not([class]) caption {
  margin-top: 1.5rem;
  caption-side: bottom;
  font-size: 0.9375rem;
}
@media screen and (max-width: 768px) {
  .editor-styles-wrapper .wp-block-flexible-table-block-table > table thead,
table.has-fixed-layout thead,
table:not([class]) thead {
    font-size: 0.875rem;
  }
  .editor-styles-wrapper .wp-block-flexible-table-block-table > table th, .editor-styles-wrapper .wp-block-flexible-table-block-table > table td,
table.has-fixed-layout th,
table.has-fixed-layout td,
table:not([class]) th,
table:not([class]) td {
    padding: 0.5rem var(--paddingLR);
  }
  .editor-styles-wrapper .wp-block-flexible-table-block-table > table tbody,
table.has-fixed-layout tbody,
table:not([class]) tbody {
    font-size: 0.875rem;
  }
  .editor-styles-wrapper .wp-block-flexible-table-block-table > table caption,
table.has-fixed-layout caption,
table:not([class]) caption {
    font-size: 0.75rem;
  }
}

/*==========
エディター
==========*/
.editor-styles-wrapper .wp-block-flexible-table-block-table:not(:first-child),
.editor-styles-wrapper .wp-block-columns:not(:first-child),
.editor-styles-wrapper .wp-block-group:not(:first-child),
.editor-styles-wrapper .wp-block-image:not(:first-child),
.editor-styles-wrapper .wp-block-video:not(:first-child),
.editor-styles-wrapper .wp-video:not(:first-child),
.editor-styles-wrapper p:has(img):not(:first-child),
.editor-styles-wrapper .wp-caption:not(:first-child),
.editor_normal .wp-block-flexible-table-block-table:not(:first-child),
.editor_normal .wp-block-columns:not(:first-child),
.editor_normal .wp-block-group:not(:first-child),
.editor_normal .wp-block-image:not(:first-child),
.editor_normal .wp-block-video:not(:first-child),
.editor_normal .wp-video:not(:first-child),
.editor_normal p:has(img):not(:first-child),
.editor_normal .wp-caption:not(:first-child),
.editor_products .wp-block-flexible-table-block-table:not(:first-child),
.editor_products .wp-block-columns:not(:first-child),
.editor_products .wp-block-group:not(:first-child),
.editor_products .wp-block-image:not(:first-child),
.editor_products .wp-block-video:not(:first-child),
.editor_products .wp-video:not(:first-child),
.editor_products p:has(img):not(:first-child),
.editor_products .wp-caption:not(:first-child) {
  margin-top: 3.125rem;
}
.editor-styles-wrapper .wp-block-flexible-table-block-table + p,
.editor-styles-wrapper .wp-block-columns + p,
.editor-styles-wrapper .wp-block-group + p,
.editor-styles-wrapper .wp-block-image + p,
.editor-styles-wrapper .wp-block-video + p,
.editor-styles-wrapper .wp-video + p,
.editor-styles-wrapper p:has(img) + p,
.editor-styles-wrapper .wp-caption + p,
.editor_normal .wp-block-flexible-table-block-table + p,
.editor_normal .wp-block-columns + p,
.editor_normal .wp-block-group + p,
.editor_normal .wp-block-image + p,
.editor_normal .wp-block-video + p,
.editor_normal .wp-video + p,
.editor_normal p:has(img) + p,
.editor_normal .wp-caption + p,
.editor_products .wp-block-flexible-table-block-table + p,
.editor_products .wp-block-columns + p,
.editor_products .wp-block-group + p,
.editor_products .wp-block-image + p,
.editor_products .wp-block-video + p,
.editor_products .wp-video + p,
.editor_products p:has(img) + p,
.editor_products .wp-caption + p {
  margin-top: 3.125rem;
}
@media screen and (max-width: 768px) {
  .editor-styles-wrapper .wp-block-flexible-table-block-table:not(:first-child),
.editor-styles-wrapper .wp-block-columns:not(:first-child),
.editor-styles-wrapper .wp-block-group:not(:first-child),
.editor-styles-wrapper .wp-block-image:not(:first-child),
.editor-styles-wrapper .wp-block-video:not(:first-child),
.editor-styles-wrapper .wp-video:not(:first-child),
.editor-styles-wrapper p:has(img):not(:first-child),
.editor-styles-wrapper .wp-caption:not(:first-child),
.editor_normal .wp-block-flexible-table-block-table:not(:first-child),
.editor_normal .wp-block-columns:not(:first-child),
.editor_normal .wp-block-group:not(:first-child),
.editor_normal .wp-block-image:not(:first-child),
.editor_normal .wp-block-video:not(:first-child),
.editor_normal .wp-video:not(:first-child),
.editor_normal p:has(img):not(:first-child),
.editor_normal .wp-caption:not(:first-child),
.editor_products .wp-block-flexible-table-block-table:not(:first-child),
.editor_products .wp-block-columns:not(:first-child),
.editor_products .wp-block-group:not(:first-child),
.editor_products .wp-block-image:not(:first-child),
.editor_products .wp-block-video:not(:first-child),
.editor_products .wp-video:not(:first-child),
.editor_products p:has(img):not(:first-child),
.editor_products .wp-caption:not(:first-child) {
    margin-top: 1.5rem;
  }
}
.editor-styles-wrapper img,
.editor_normal img,
.editor_products img {
  border-radius: 0.3125rem;
}
.editor-styles-wrapper .aligncenter,
.editor_normal .aligncenter,
.editor_products .aligncenter {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.editor-styles-wrapper .alignright,
.editor_normal .alignright,
.editor_products .alignright {
  margin-left: auto;
}
.editor-styles-wrapper .alignleft,
.editor_normal .alignleft,
.editor_products .alignleft {
  margin-right: auto;
}
.editor-styles-wrapper .wp-element-caption,
.editor-styles-wrapper .wp-caption-text,
.editor_normal .wp-element-caption,
.editor_normal .wp-caption-text,
.editor_products .wp-element-caption,
.editor_products .wp-caption-text {
  font-size: 0.9375rem;
}
.editor-styles-wrapper .wp-element-caption:not(:first-child),
.editor-styles-wrapper .wp-caption-text:not(:first-child),
.editor_normal .wp-element-caption:not(:first-child),
.editor_normal .wp-caption-text:not(:first-child),
.editor_products .wp-element-caption:not(:first-child),
.editor_products .wp-caption-text:not(:first-child) {
  margin-top: 0.25rem;
}
.editor-styles-wrapper .youtube_wrap,
.editor-styles-wrapper iframe[title*=YouTube],
.editor-styles-wrapper .wp-block-embed-youtube,
.editor_normal .youtube_wrap,
.editor_normal iframe[title*=YouTube],
.editor_normal .wp-block-embed-youtube,
.editor_products .youtube_wrap,
.editor_products iframe[title*=YouTube],
.editor_products .wp-block-embed-youtube {
  width: 100%;
  max-width: 46.875rem;
  height: auto;
  aspect-ratio: 16/9;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.editor-styles-wrapper .youtube_wrap:not(:first-child),
.editor-styles-wrapper iframe[title*=YouTube]:not(:first-child),
.editor-styles-wrapper .wp-block-embed-youtube:not(:first-child),
.editor_normal .youtube_wrap:not(:first-child),
.editor_normal iframe[title*=YouTube]:not(:first-child),
.editor_normal .wp-block-embed-youtube:not(:first-child),
.editor_products .youtube_wrap:not(:first-child),
.editor_products iframe[title*=YouTube]:not(:first-child),
.editor_products .wp-block-embed-youtube:not(:first-child) {
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .editor-styles-wrapper .youtube_wrap:not(:first-child),
.editor-styles-wrapper iframe[title*=YouTube]:not(:first-child),
.editor-styles-wrapper .wp-block-embed-youtube:not(:first-child),
.editor_normal .youtube_wrap:not(:first-child),
.editor_normal iframe[title*=YouTube]:not(:first-child),
.editor_normal .wp-block-embed-youtube:not(:first-child),
.editor_products .youtube_wrap:not(:first-child),
.editor_products iframe[title*=YouTube]:not(:first-child),
.editor_products .wp-block-embed-youtube:not(:first-child) {
    margin-top: 1.5rem;
  }
}
.editor-styles-wrapper p,
.editor_normal p,
.editor_products p {
  font-size: 0.9375rem;
  line-height: 2;
}
.editor-styles-wrapper p:not(:first-child),
.editor_normal p:not(:first-child),
.editor_products p:not(:first-child) {
  margin-top: 2em;
}
.editor-styles-wrapper b,
.editor-styles-wrapper strong,
.editor_normal b,
.editor_normal strong,
.editor_products b,
.editor_products strong {
  font-weight: 700;
}
.editor-styles-wrapper em,
.editor_normal em,
.editor_products em {
  font-style: italic;
}
.editor-styles-wrapper ul.wp-block-list,
.editor-styles-wrapper ol.wp-block-list,
.editor_normal ul.wp-block-list,
.editor_normal ol.wp-block-list,
.editor_products ul.wp-block-list,
.editor_products ol.wp-block-list {
  list-style: none;
  padding-left: 0;
  font-size: 1.125rem;
  font-weight: 700;
}
.editor-styles-wrapper ul.wp-block-list:not(:first-child),
.editor-styles-wrapper ol.wp-block-list:not(:first-child),
.editor_normal ul.wp-block-list:not(:first-child),
.editor_normal ol.wp-block-list:not(:first-child),
.editor_products ul.wp-block-list:not(:first-child),
.editor_products ol.wp-block-list:not(:first-child) {
  margin-top: 1.5em;
}
.editor-styles-wrapper ul.wp-block-list,
.editor_normal ul.wp-block-list,
.editor_products ul.wp-block-list {
  line-height: 2;
}
.editor-styles-wrapper ul.wp-block-list > *,
.editor_normal ul.wp-block-list > *,
.editor_products ul.wp-block-list > * {
  position: relative;
  padding-left: 1em;
}
.editor-styles-wrapper ul.wp-block-list > *::before,
.editor_normal ul.wp-block-list > *::before,
.editor_products ul.wp-block-list > *::before {
  content: "・";
  position: absolute;
  left: 0;
}
.editor-styles-wrapper ol.wp-block-list,
.editor_normal ol.wp-block-list,
.editor_products ol.wp-block-list {
  line-height: 2;
  counter-reset: ol;
}
.editor-styles-wrapper ol.wp-block-list > *,
.editor_normal ol.wp-block-list > *,
.editor_products ol.wp-block-list > * {
  display: flex;
}
.editor-styles-wrapper ol.wp-block-list > *::before,
.editor_normal ol.wp-block-list > *::before,
.editor_products ol.wp-block-list > *::before {
  counter-increment: ol;
  content: counter(ol) "";
  flex-shrink: 0;
  margin-right: 0.5em;
  color: var(--colorMain);
}
.editor-styles-wrapper ol.wp-block-list > *:not(:last-child),
.editor_normal ol.wp-block-list > *:not(:last-child),
.editor_products ol.wp-block-list > *:not(:last-child) {
  margin-bottom: 0;
}
.editor-styles-wrapper table,
.editor_normal table,
.editor_products table {
  font-size: 0.9375rem;
  margin-top: 2.5rem;
}
.editor-styles-wrapper table thead th,
.editor_normal table thead th,
.editor_products table thead th {
  text-align: left;
  padding: 0.75rem 1.5rem;
}
.editor-styles-wrapper table tbody th,
.editor_normal table tbody th,
.editor_products table tbody th {
  color: var(--colorFont);
}
@media screen and (max-width: 768px) {
  .editor-styles-wrapper p,
.editor-styles-wrapper ul.wp-block-list,
.editor-styles-wrapper ol.wp-block-list,
.editor_normal p,
.editor_normal ul.wp-block-list,
.editor_normal ol.wp-block-list,
.editor_products p,
.editor_products ul.wp-block-list,
.editor_products ol.wp-block-list {
    font-size: 0.875rem !important;
    line-height: 1.75;
  }
  .editor-styles-wrapper p:not(:first-child),
.editor-styles-wrapper ul.wp-block-list:not(:first-child),
.editor-styles-wrapper ol.wp-block-list:not(:first-child),
.editor_normal p:not(:first-child),
.editor_normal ul.wp-block-list:not(:first-child),
.editor_normal ol.wp-block-list:not(:first-child),
.editor_products p:not(:first-child),
.editor_products ul.wp-block-list:not(:first-child),
.editor_products ol.wp-block-list:not(:first-child) {
    margin-top: 1.75em;
  }
  .editor-styles-wrapper table,
.editor_normal table,
.editor_products table {
    margin-top: 0;
  }
}

.post-type-products.editor-styles-wrapper h2 img, .post-type-products.editor-styles-wrapper h3 img, .post-type-products.editor-styles-wrapper h4 img, .post-type-products.editor-styles-wrapper h5 img, .post-type-products.editor-styles-wrapper h6 img, .post-type-products.editor-styles-wrapper p img,
.editor_products h2 img,
.editor_products h3 img,
.editor_products h4 img,
.editor_products h5 img,
.editor_products h6 img,
.editor_products p img {
  display: inline;
}
.post-type-products.editor-styles-wrapper h2,
.editor_products h2 {
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.25;
  color: var(--colorMain);
  padding-left: 0.5em;
  margin-bottom: 3.125rem;
  position: relative;
}
.post-type-products.editor-styles-wrapper h2::before,
.editor_products h2::before {
  content: "";
  width: 0.25rem;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: var(--colorMain);
  opacity: 0.3;
  border-radius: 6.25rem;
}
.post-type-products.editor-styles-wrapper h2:not(:first-child),
.editor_products h2:not(:first-child) {
  margin-top: 10rem;
}
.post-type-products.editor-styles-wrapper h2:not(:first-child)::after,
.editor_products h2:not(:first-child)::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #C6C6C6;
  position: absolute;
  top: -5rem;
  left: 0;
}
.post-type-products.editor-styles-wrapper h2 + h3,
.editor_products h2 + h3 {
  margin-top: 0 !important;
}
.post-type-products.editor-styles-wrapper h3,
.editor_products h3 {
  font-size: 1.25rem;
  font-weight: 500;
  color: var(--colorMain);
  padding-left: 0.5em;
  margin-bottom: 3.125rem;
  position: relative;
}
.post-type-products.editor-styles-wrapper h3::before,
.editor_products h3::before {
  content: "";
  width: 0.25em;
  height: 3px;
  border-radius: 6.25rem;
  background: linear-gradient(90deg, var(--colorSub) 50%, var(--colorMain) 50%);
  position: absolute;
  top: 0.8em;
  left: 0;
}
.post-type-products.editor-styles-wrapper h3:not(:first-child),
.editor_products h3:not(:first-child) {
  margin-top: 3.125rem;
}
.post-type-products.editor-styles-wrapper h4,
.editor_products h4 {
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 2rem;
  color: var(--colorMain);
}
.post-type-products.editor-styles-wrapper h4:not(:first-child),
.editor_products h4:not(:first-child) {
  margin-top: 3.125rem;
}
.post-type-products.editor-styles-wrapper p,
.editor_products p {
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .post-type-products.editor-styles-wrapper h2,
.editor_products h2 {
    font-size: 1.375rem;
    margin-bottom: 1rem;
  }
  .post-type-products.editor-styles-wrapper h2:not(:first-child),
.editor_products h2:not(:first-child) {
    margin-top: 5rem;
  }
  .post-type-products.editor-styles-wrapper h2:not(:first-child)::after,
.editor_products h2:not(:first-child)::after {
    top: -2.5rem;
  }
  .post-type-products.editor-styles-wrapper h3,
.editor_products h3 {
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
  }
  .post-type-products.editor-styles-wrapper h3:not(:first-child),
.editor_products h3:not(:first-child) {
    margin-top: 1.5rem;
  }
  .post-type-products.editor-styles-wrapper h4,
.editor_products h4 {
    font-size: 1.125rem;
    margin-bottom: 1rem;
  }
  .post-type-products.editor-styles-wrapper h4:not(:first-child),
.editor_products h4:not(:first-child) {
    margin-top: 1.5rem;
  }
  .post-type-products.editor-styles-wrapper p,
.editor_products p {
    font-size: 14px;
  }
}
.post-type-products.editor-styles-wrapper .youtube_wrap:not(:first-child),
.post-type-products.editor-styles-wrapper iframe[title*=YouTube]:not(:first-child),
.post-type-products.editor-styles-wrapper .wp-block-embed-youtube:not(:first-child),
.editor_products .youtube_wrap:not(:first-child),
.editor_products iframe[title*=YouTube]:not(:first-child),
.editor_products .wp-block-embed-youtube:not(:first-child) {
  margin-top: 6.25rem;
}
@media screen and (max-width: 768px) {
  .post-type-products.editor-styles-wrapper .youtube_wrap:not(:first-child),
.post-type-products.editor-styles-wrapper iframe[title*=YouTube]:not(:first-child),
.post-type-products.editor-styles-wrapper .wp-block-embed-youtube:not(:first-child),
.editor_products .youtube_wrap:not(:first-child),
.editor_products iframe[title*=YouTube]:not(:first-child),
.editor_products .wp-block-embed-youtube:not(:first-child) {
    margin-top: 2.5rem;
  }
}
.post-type-products.editor-styles-wrapper #anchor_youtube,
.editor_products #anchor_youtube {
  padding-top: calc(var(--headerHeight) + 1.5rem);
  margin-top: calc((var(--headerHeight) + 1.5rem) * -1);
}
.post-type-products.editor-styles-wrapper #anchor_youtube:not(:first-child),
.editor_products #anchor_youtube:not(:first-child) {
  margin-top: calc(((var(--headerHeight) + 1.5rem) * -1) + 6.25rem);
}
@media screen and (max-width: 768px) {
  .post-type-products.editor-styles-wrapper #anchor_youtube:not(:first-child),
.editor_products #anchor_youtube:not(:first-child) {
    margin-top: calc(((var(--headerHeight) + 1.5rem) * -1) + 2.5rem);
  }
}