.contents .content-1 {
  /* sample */
}

.contents .content-1 .row.row-1 {
  /* sample */
}
.contents .content-1 .row.row-1 .col.col-1 {
  /* sample */
}
.contents .content-1 .row.row-1 .col.col-1 .component.rich-heading {
  /* sample */
}

.contents .content-2 {
  /* sample */
}

.contents .content-2 .row.row-1 {
  /* sample */
}
.contents .content-2 .row.row-1 .col.col-1 {
  /* sample */
}
.contents .content-2 .row.row-1 .col.col-1 .component.rich-heading {
  /* sample */
}
.contents .content-2 .row.row-1 .col.col-1 .component.richtext {
  /* sample */
}
.contents .content-2 .row.row-1 .col.col-2 {
  /* sample */
}
.contents .content-2 .row.row-1 .col.col-2 .component.richtext {
  /* sample */
}

.contents .content-2 .dp-ctaBtn_row {
  max-width: 892px;
  margin: auto;
  display: flex;
}
@media screen and (max-width: 769px) {
  .contents .content-2 .dp-ctaBtn_row {
    display: block;
  }
}
.contents .content-2 .dp-ctaBtn_row .col {
  display: flex !important;
  flex-direction: column;
}
@media screen and (min-width: 770px) {
  .contents .content-2 .dp-ctaBtn_row .col:is(.vertical_position_top, .vertical_position_middle, .vertical_position_bottom) {
    align-self: auto !important;
  }
  .contents .content-2 .dp-ctaBtn_row .col.vertical_position_top {
    justify-content: start;
  }
  .contents .content-2 .dp-ctaBtn_row .col.vertical_position_middle {
    justify-content: center;
  }
  .contents .content-2 .dp-ctaBtn_row .col.vertical_position_bottom {
    justify-content: end;
  }
}
.contents .content-2 .dp-ctaBtn_row .col .component.button:not(:root:root) {
  margin: calc(16px * var(--fo-spacing-coef) - 10px) 0 0;
}
@media screen and (max-width: 769px) {
  .contents .content-2 .dp-ctaBtn_row .col .component.button:not(:root:root) {
    margin: calc(16px * var(--fo-spacing-coef) * 0.75 - 10px) 0 0;
  }
}
.contents .content-2 .row.row-2 .col.col-1 {
  /* sample */
}
.contents .content-2 .row.row-2 .col.col-1 .dp-richBase_text-v2 {
  font-family: var(--fo-text-font-family);
  font-size: var(--fo-text-font-size-pc);
  color: var(--fo-text-main-color);
  line-height: var(--fo-text-line-height);
  letter-spacing: var(--fo-text-letter-spacing);
  --dp-richBase-border-color: #eee;
}
@media screen and (max-width: 769px) {
  .contents .content-2 .row.row-2 .col.col-1 .dp-richBase_text-v2 {
    font-size: var(--fo-text-font-size-sp);
  }
}
.contents .content-2 .row.row-2 .col.col-1 .dp-richBase_text-v2 :link {
  text-decoration: none;
}
.contents .content-2 .row.row-2 .col.col-1 .dp-richBase_text-v2 :visited {
  text-decoration: none;
}
.contents .content-2 .row.row-2 .col.col-1 .dp-richBase_text-v2 a {
  color: var(--fo-text-link-color);
}
.contents .content-2 .row.row-2 .col.col-1 .dp-richBase_text-v2 a:hover {
  opacity: var(--fo-text-link-hover-opacity, 1);
  text-decoration: var(--fo-text-link-hover-text-decoration, none);
  font-weight: var(--fo-text-link-hover-font-weight, inherit);
  color: var(--fo-text-link-color);
  filter: invert(var(--fo-text-link-hover-invert,0));
}
.contents .content-2 .row.row-2 .col.col-1 .dp-richBase_text-v2 p {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  line-height: inherit;
  margin: 0;
  overflow-wrap: anywhere;
}
.contents .content-2 .row.row-2 .col.col-1 .dp-richBase_text-v2 :is(p, ul, ol, table, .normal-table, .table-with-row-header, .table-with-two-headers, .article-embed, [id*=cta-]) + :is(p, ul, ol, table, .normal-table, .table-with-row-header, .table-with-two-headers, .article-embed, [id*=cta-]) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-2 .row.row-2 .col.col-1 .dp-richBase_text-v2 :is(p, ul, ol, table, .normal-table, .table-with-row-header, .table-with-two-headers, .article-embed, [id*=cta-]) + :is(p, ul, ol, table, .normal-table, .table-with-row-header, .table-with-two-headers, .article-embed, [id*=cta-]) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-2 .row.row-2 .col.col-1 .dp-richBase_text-v2 strong {
  font-family: inherit;
}
.contents .content-2 .row.row-2 .col.col-1 .dp-richBase_text-v2 :is(ol, ul) {
  color: inherit;
  margin: 0 0 0 25px;
}
.contents .content-2 .row.row-2 .col.col-1 .dp-richBase_text-v2 :is(ol, ul) li {
  font-size: inherit;
  color: inherit;
  overflow-wrap: anywhere;
}
.contents .content-2 .row.row-2 .col.col-1 .dp-richBase_text-v2 :is(ol, ul) li a {
  font-size: inherit;
}
.contents .content-2 .row.row-2 .col.col-1 .dp-richBase_text-v2 table :is(tbody, tr, th, td) {
  border-color: var(--dp-richBase-border-color, transparent);
}
.contents .content-2 .row.row-2 .col.col-1 .dp-richBase_text-v2 table :is(tbody, tr, th, td) tr th p strong {
  font-weight: normal;
}
.contents .content-2 .row.row-2 .col.col-1 .dp-richBase_text-v2 table :is(tbody, tr, th, td) tr :is(th, td) {
  background-clip: padding-box;
  background-color: transparent;
  position: static;
  width: unset;
  line-height: inherit;
  padding: 10px;
}
.contents .content-2 .row.row-2 .col.col-1 .dp-richBase_text-v2 table :is(tbody, tr, th, td) tr :is(th, td) p {
  font-size: inherit;
}
.contents .content-2 .row.row-2 .col.col-1 .dp-richBase_text-v2 table :is(tbody, tr, th, td) tr :is(th, td) :is(ul, ol) {
  margin-left: 25px;
}
.contents .content-2 .row.row-2 .col.col-1 .dp-richBase_text-v2 .heading[data-designpart-id] :is(h1, h2, h3) {
  margin-bottom: calc(32px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-2 .row.row-2 .col.col-1 .dp-richBase_text-v2 .heading[data-designpart-id] :is(h1, h2, h3) {
    margin-bottom: calc(32px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-2 .row.row-2 .col.col-1 .dp-richBase_text-v2 .heading[data-designpart-id] :is(h4, h5, h6) {
  margin-bottom: calc(24px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-2 .row.row-2 .col.col-1 .dp-richBase_text-v2 .heading[data-designpart-id] :is(h4, h5, h6) {
    margin-bottom: calc(24px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-2 .row.row-2 .col.col-1 .dp-richBase_text-v2 .button[data-designpart-id] {
  margin-top: calc(64px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-2 .row.row-2 .col.col-1 .dp-richBase_text-v2 .button[data-designpart-id] {
    margin-top: calc(64px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-2 .row.row-2 .col.col-1 .dp-richBase_text-v2 .button[data-designpart-id] + :is(p, ul, ol, table, .normal-table, .table-with-row-header, .table-with-two-headers, .article-embed, [id*=cta-]) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-2 .row.row-2 .col.col-1 .dp-richBase_text-v2 .button[data-designpart-id] + :is(p, ul, ol, table, .normal-table, .table-with-row-header, .table-with-two-headers, .article-embed, [id*=cta-]) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-2 .row.row-2 .col.col-1 .dp-richBase_text-v2 .cta {
  margin-block: 0;
}
.contents .content-2 .row.row-2 .col.col-1 .dp-richBase_text-v2 [id*=cta-] + .button[data-designpart-id] {
  margin-top: calc(64px * var(--fo-spacing-coef) - 10px);
}
@media screen and (max-width: 769px) {
  .contents .content-2 .row.row-2 .col.col-1 .dp-richBase_text-v2 [id*=cta-] + .button[data-designpart-id] {
    margin-top: calc(64px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-2 .row.row-2 .col.col-1 .dp-btn_custom05-03 {
  margin-top: calc(64px * var(--fo-spacing-coef) - 20px);
  padding: 0;
}
@media screen and (max-width: 769px) {
  .contents .content-2 .row.row-2 .col.col-1 .dp-btn_custom05-03 {
    margin-top: calc(64px * var(--fo-spacing-coef) * 0.75 - 10px);
  }
}
.contents .content-2 .row.row-2 .col.col-1 .dp-btn_custom05-03 .button-cont {
  margin: 0;
  padding: 0;
}
.contents .content-2 .row.row-2 .col.col-1 .dp-btn_custom05-03 .button-cont a:where(.size-s, .size-m, .size-l) {
  background: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  font-family: var(--fo-text-font-family);
  color: #fff;
  text-decoration: none;
  text-align-last: left;
  letter-spacing: var(--fo-text-letter-spacing);
  line-height: var(--fo-text-line-height);
  border: 1px solid #fff;
  border-radius: var(--fo-button1-border-radius);
  box-shadow: 0 3px 8px var(--fo-shadow-color);
  margin: 0;
}
.contents .content-2 .row.row-2 .col.col-1 .dp-btn_custom05-03 .button-cont a:where(.size-s, .size-m, .size-l)::before {
  content: var(--fo-button-contact-fa-unicode);
  font-family: "FontAwesome";
  color: inherit;
  margin-right: 10px;
  position: relative;
  top: 1px;
  letter-spacing: 0;
}
.contents .content-2 .row.row-2 .col.col-1 .dp-btn_custom05-03 .button-cont a.size-s {
  min-width: var(--fo-button-small-min-width-pc);
  font-size: var(--fo-button-small-font-size);
  padding: 6.75px 20px;
}
@media screen and (max-width: 769px) {
  .contents .content-2 .row.row-2 .col.col-1 .dp-btn_custom05-03 .button-cont a.size-s {
    min-width: var(--fo-button-small-min-width-sp);
    width: auto;
  }
}
@media screen and (min-width: 577px) and (max-width: 769px) {
  .contents .content-2 .row.row-2 .col.col-1 .dp-btn_custom05-03 .button-cont a.size-s {
    min-width: var(--fo-button-small-min-width-pc);
  }
}
.contents .content-2 .row.row-2 .col.col-1 .dp-btn_custom05-03 .button-cont a.size-m {
  min-width: var(--fo-button-medium-min-width-pc);
  font-size: var(--fo-button-medium-font-size);
  padding: 12.5px 20px;
}
@media screen and (max-width: 769px) {
  .contents .content-2 .row.row-2 .col.col-1 .dp-btn_custom05-03 .button-cont a.size-m {
    width: auto;
    min-width: var(--fo-button-medium-min-width-sp);
  }
}
@media screen and (min-width: 577px) and (max-width: 769px) {
  .contents .content-2 .row.row-2 .col.col-1 .dp-btn_custom05-03 .button-cont a.size-m {
    min-width: var(--fo-button-medium-min-width-pc);
  }
}
.contents .content-2 .row.row-2 .col.col-1 .dp-btn_custom05-03 .button-cont a.size-l {
  min-width: var(--fo-button-large-min-width-pc);
  font-size: var(--fo-button-large-font-size);
  padding: 16.5px 20px;
}
@media screen and (max-width: 769px) {
  .contents .content-2 .row.row-2 .col.col-1 .dp-btn_custom05-03 .button-cont a.size-l {
    width: var(--fo-button-large-min-width-sp);
    min-width: auto;
  }
}
@media screen and (min-width: 577px) and (max-width: 769px) {
  .contents .content-2 .row.row-2 .col.col-1 .dp-btn_custom05-03 .button-cont a.size-l {
    width: auto;
    min-width: var(--fo-button-large-min-width-pc);
  }
}
.contents .content-2 .row.row-2 .col.col-1 .dp-btn_custom05-03 .button-cont a:hover {
  opacity: 0.4;
  transform: scale(1.05);
  background: none;
  color: #fff;
  border-color: #fff;
}
.contents .content-2 .row.row-2 .col.col-2 {
  /* sample */
}
.contents .content-2 .row.row-2 .col.col-2 .dp-richBase_text-v2 {
  font-family: var(--fo-text-font-family);
  font-size: var(--fo-text-font-size-pc);
  color: var(--fo-text-main-color);
  line-height: var(--fo-text-line-height);
  letter-spacing: var(--fo-text-letter-spacing);
  --dp-richBase-border-color: #eee;
}
@media screen and (max-width: 769px) {
  .contents .content-2 .row.row-2 .col.col-2 .dp-richBase_text-v2 {
    font-size: var(--fo-text-font-size-sp);
  }
}
.contents .content-2 .row.row-2 .col.col-2 .dp-richBase_text-v2 :link {
  text-decoration: none;
}
.contents .content-2 .row.row-2 .col.col-2 .dp-richBase_text-v2 :visited {
  text-decoration: none;
}
.contents .content-2 .row.row-2 .col.col-2 .dp-richBase_text-v2 a {
  color: var(--fo-text-link-color);
}
.contents .content-2 .row.row-2 .col.col-2 .dp-richBase_text-v2 a:hover {
  opacity: var(--fo-text-link-hover-opacity, 1);
  text-decoration: var(--fo-text-link-hover-text-decoration, none);
  font-weight: var(--fo-text-link-hover-font-weight, inherit);
  color: var(--fo-text-link-color);
  filter: invert(var(--fo-text-link-hover-invert,0));
}
.contents .content-2 .row.row-2 .col.col-2 .dp-richBase_text-v2 p {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  line-height: inherit;
  margin: 0;
  overflow-wrap: anywhere;
}
.contents .content-2 .row.row-2 .col.col-2 .dp-richBase_text-v2 :is(p, ul, ol, table, .normal-table, .table-with-row-header, .table-with-two-headers, .article-embed, [id*=cta-]) + :is(p, ul, ol, table, .normal-table, .table-with-row-header, .table-with-two-headers, .article-embed, [id*=cta-]) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-2 .row.row-2 .col.col-2 .dp-richBase_text-v2 :is(p, ul, ol, table, .normal-table, .table-with-row-header, .table-with-two-headers, .article-embed, [id*=cta-]) + :is(p, ul, ol, table, .normal-table, .table-with-row-header, .table-with-two-headers, .article-embed, [id*=cta-]) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-2 .row.row-2 .col.col-2 .dp-richBase_text-v2 strong {
  font-family: inherit;
}
.contents .content-2 .row.row-2 .col.col-2 .dp-richBase_text-v2 :is(ol, ul) {
  color: inherit;
  margin: 0 0 0 25px;
}
.contents .content-2 .row.row-2 .col.col-2 .dp-richBase_text-v2 :is(ol, ul) li {
  font-size: inherit;
  color: inherit;
  overflow-wrap: anywhere;
}
.contents .content-2 .row.row-2 .col.col-2 .dp-richBase_text-v2 :is(ol, ul) li a {
  font-size: inherit;
}
.contents .content-2 .row.row-2 .col.col-2 .dp-richBase_text-v2 table :is(tbody, tr, th, td) {
  border-color: var(--dp-richBase-border-color, transparent);
}
.contents .content-2 .row.row-2 .col.col-2 .dp-richBase_text-v2 table :is(tbody, tr, th, td) tr th p strong {
  font-weight: normal;
}
.contents .content-2 .row.row-2 .col.col-2 .dp-richBase_text-v2 table :is(tbody, tr, th, td) tr :is(th, td) {
  background-clip: padding-box;
  background-color: transparent;
  position: static;
  width: unset;
  line-height: inherit;
  padding: 10px;
}
.contents .content-2 .row.row-2 .col.col-2 .dp-richBase_text-v2 table :is(tbody, tr, th, td) tr :is(th, td) p {
  font-size: inherit;
}
.contents .content-2 .row.row-2 .col.col-2 .dp-richBase_text-v2 table :is(tbody, tr, th, td) tr :is(th, td) :is(ul, ol) {
  margin-left: 25px;
}
.contents .content-2 .row.row-2 .col.col-2 .dp-richBase_text-v2 .heading[data-designpart-id] :is(h1, h2, h3) {
  margin-bottom: calc(32px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-2 .row.row-2 .col.col-2 .dp-richBase_text-v2 .heading[data-designpart-id] :is(h1, h2, h3) {
    margin-bottom: calc(32px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-2 .row.row-2 .col.col-2 .dp-richBase_text-v2 .heading[data-designpart-id] :is(h4, h5, h6) {
  margin-bottom: calc(24px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-2 .row.row-2 .col.col-2 .dp-richBase_text-v2 .heading[data-designpart-id] :is(h4, h5, h6) {
    margin-bottom: calc(24px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-2 .row.row-2 .col.col-2 .dp-richBase_text-v2 .button[data-designpart-id] {
  margin-top: calc(64px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-2 .row.row-2 .col.col-2 .dp-richBase_text-v2 .button[data-designpart-id] {
    margin-top: calc(64px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-2 .row.row-2 .col.col-2 .dp-richBase_text-v2 .button[data-designpart-id] + :is(p, ul, ol, table, .normal-table, .table-with-row-header, .table-with-two-headers, .article-embed, [id*=cta-]) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-2 .row.row-2 .col.col-2 .dp-richBase_text-v2 .button[data-designpart-id] + :is(p, ul, ol, table, .normal-table, .table-with-row-header, .table-with-two-headers, .article-embed, [id*=cta-]) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-2 .row.row-2 .col.col-2 .dp-richBase_text-v2 .cta {
  margin-block: 0;
}
.contents .content-2 .row.row-2 .col.col-2 .dp-richBase_text-v2 [id*=cta-] + .button[data-designpart-id] {
  margin-top: calc(64px * var(--fo-spacing-coef) - 10px);
}
@media screen and (max-width: 769px) {
  .contents .content-2 .row.row-2 .col.col-2 .dp-richBase_text-v2 [id*=cta-] + .button[data-designpart-id] {
    margin-top: calc(64px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-2 .row.row-2 .col.col-2 .dp-btn_custom06-02 {
  margin-top: calc(64px * var(--fo-spacing-coef) - 20px);
  padding: 0;
}
@media screen and (max-width: 769px) {
  .contents .content-2 .row.row-2 .col.col-2 .dp-btn_custom06-02 {
    margin-top: calc(64px * var(--fo-spacing-coef) * 0.75 - 10px);
  }
}
.contents .content-2 .row.row-2 .col.col-2 .dp-btn_custom06-02 .button-cont {
  margin: 0;
  padding: 0;
}
.contents .content-2 .row.row-2 .col.col-2 .dp-btn_custom06-02 .button-cont a:where(.size-s, .size-m, .size-l) {
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  font-family: var(--fo-text-font-family);
  color: var(--fo-main-color);
  text-decoration: none;
  text-align-last: left;
  letter-spacing: var(--fo-text-letter-spacing);
  line-height: var(--fo-text-line-height);
  border: 1px solid #fff;
  border-radius: var(--fo-button1-border-radius);
  box-shadow: 0 3px 8px var(--fo-shadow-color);
  margin: 0;
}
.contents .content-2 .row.row-2 .col.col-2 .dp-btn_custom06-02 .button-cont a:where(.size-s, .size-m, .size-l)::before {
  content: var(--fo-button-download-fa-unicode);
  font-family: "FontAwesome";
  color: inherit;
  margin-right: 10px;
  position: relative;
  top: 0.5px;
}
.contents .content-2 .row.row-2 .col.col-2 .dp-btn_custom06-02 .button-cont a.size-s {
  min-width: var(--fo-button-small-min-width-pc);
  font-size: var(--fo-button-small-font-size);
  padding: 6.75px 20px;
}
@media screen and (max-width: 769px) {
  .contents .content-2 .row.row-2 .col.col-2 .dp-btn_custom06-02 .button-cont a.size-s {
    width: auto;
    min-width: var(--fo-button-small-min-width-sp);
  }
}
@media screen and (min-width: 577px) and (max-width: 769px) {
  .contents .content-2 .row.row-2 .col.col-2 .dp-btn_custom06-02 .button-cont a.size-s {
    min-width: var(--fo-button-small-min-width-pc);
  }
}
.contents .content-2 .row.row-2 .col.col-2 .dp-btn_custom06-02 .button-cont a.size-m {
  min-width: var(--fo-button-medium-min-width-pc);
  font-size: var(--fo-button-medium-font-size);
  padding: 12.5px 20px;
}
@media screen and (max-width: 769px) {
  .contents .content-2 .row.row-2 .col.col-2 .dp-btn_custom06-02 .button-cont a.size-m {
    width: auto;
    min-width: var(--fo-button-medium-min-width-sp);
  }
}
@media screen and (min-width: 577px) and (max-width: 769px) {
  .contents .content-2 .row.row-2 .col.col-2 .dp-btn_custom06-02 .button-cont a.size-m {
    min-width: var(--fo-button-medium-min-width-pc);
  }
}
.contents .content-2 .row.row-2 .col.col-2 .dp-btn_custom06-02 .button-cont a.size-l {
  min-width: var(--fo-button-large-min-width-pc);
  font-size: var(--fo-button-large-font-size);
  padding: 16.5px 20px;
}
@media screen and (max-width: 769px) {
  .contents .content-2 .row.row-2 .col.col-2 .dp-btn_custom06-02 .button-cont a.size-l {
    min-width: auto;
    width: var(--fo-button-large-min-width-sp);
  }
}
@media screen and (min-width: 577px) and (max-width: 769px) {
  .contents .content-2 .row.row-2 .col.col-2 .dp-btn_custom06-02 .button-cont a.size-l {
    width: auto;
    min-width: var(--fo-button-large-min-width-pc);
  }
}
.contents .content-2 .row.row-2 .col.col-2 .dp-btn_custom06-02 .button-cont a:hover {
  opacity: 0.4;
  transform: scale(1.05);
  background: #fff;
  color: var(--fo-main-color);
  border-color: #fff;
}

.contents .content-2 .row.row-3 {
  /* sample */
}
.contents .content-2 .row.row-3 .col.col-1 {
  /* sample */
}
.contents .content-2 .row.row-3 .col.col-1 .component.rich-heading {
  /* sample */
}
.contents .content-2 .row.row-3 .col.col-1 .component.richtext {
  /* sample */
}
.contents .content-2 .row.row-3 .col.col-2 {
  /* sample */
}
.contents .content-2 .row.row-3 .col.col-2 .component.richtext {
  /* sample */
}

.contents .content-2 .dp-ctaTel_row {
  max-width: 892px;
  margin: auto;
}
.contents .content-2 .dp-ctaTel_row .col .component.richtext:first-child {
  margin-top: calc(24px * var(--fo-spacing-coef) - 10px);
}
@media screen and (max-width: 769px) {
  .contents .content-2 .dp-ctaTel_row .col .component.richtext:first-child {
    margin-top: calc(24px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-2 .dp-ctaTel_row .col .component.button:not(:root:root) {
  margin: 10px 0;
}
.contents .content-2 .row.row-4 .col.col-1 {
  /* sample */
}
.contents .content-2 .row.row-4 .col.col-1 .dp-richBase_text-v2 {
  font-family: var(--fo-text-font-family);
  font-size: var(--fo-text-font-size-pc);
  color: var(--fo-text-main-color);
  line-height: var(--fo-text-line-height);
  letter-spacing: var(--fo-text-letter-spacing);
  --dp-richBase-border-color: #eee;
}
@media screen and (max-width: 769px) {
  .contents .content-2 .row.row-4 .col.col-1 .dp-richBase_text-v2 {
    font-size: var(--fo-text-font-size-sp);
  }
}
.contents .content-2 .row.row-4 .col.col-1 .dp-richBase_text-v2 :link {
  text-decoration: none;
}
.contents .content-2 .row.row-4 .col.col-1 .dp-richBase_text-v2 :visited {
  text-decoration: none;
}
.contents .content-2 .row.row-4 .col.col-1 .dp-richBase_text-v2 a {
  color: var(--fo-text-link-color);
}
.contents .content-2 .row.row-4 .col.col-1 .dp-richBase_text-v2 a:hover {
  opacity: var(--fo-text-link-hover-opacity, 1);
  text-decoration: var(--fo-text-link-hover-text-decoration, none);
  font-weight: var(--fo-text-link-hover-font-weight, inherit);
  color: var(--fo-text-link-color);
  filter: invert(var(--fo-text-link-hover-invert,0));
}
.contents .content-2 .row.row-4 .col.col-1 .dp-richBase_text-v2 p {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  line-height: inherit;
  margin: 0;
  overflow-wrap: anywhere;
}
.contents .content-2 .row.row-4 .col.col-1 .dp-richBase_text-v2 :is(p, ul, ol, table, .normal-table, .table-with-row-header, .table-with-two-headers, .article-embed, [id*=cta-]) + :is(p, ul, ol, table, .normal-table, .table-with-row-header, .table-with-two-headers, .article-embed, [id*=cta-]) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-2 .row.row-4 .col.col-1 .dp-richBase_text-v2 :is(p, ul, ol, table, .normal-table, .table-with-row-header, .table-with-two-headers, .article-embed, [id*=cta-]) + :is(p, ul, ol, table, .normal-table, .table-with-row-header, .table-with-two-headers, .article-embed, [id*=cta-]) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-2 .row.row-4 .col.col-1 .dp-richBase_text-v2 strong {
  font-family: inherit;
}
.contents .content-2 .row.row-4 .col.col-1 .dp-richBase_text-v2 :is(ol, ul) {
  color: inherit;
  margin: 0 0 0 25px;
}
.contents .content-2 .row.row-4 .col.col-1 .dp-richBase_text-v2 :is(ol, ul) li {
  font-size: inherit;
  color: inherit;
  overflow-wrap: anywhere;
}
.contents .content-2 .row.row-4 .col.col-1 .dp-richBase_text-v2 :is(ol, ul) li a {
  font-size: inherit;
}
.contents .content-2 .row.row-4 .col.col-1 .dp-richBase_text-v2 table :is(tbody, tr, th, td) {
  border-color: var(--dp-richBase-border-color, transparent);
}
.contents .content-2 .row.row-4 .col.col-1 .dp-richBase_text-v2 table :is(tbody, tr, th, td) tr th p strong {
  font-weight: normal;
}
.contents .content-2 .row.row-4 .col.col-1 .dp-richBase_text-v2 table :is(tbody, tr, th, td) tr :is(th, td) {
  background-clip: padding-box;
  background-color: transparent;
  position: static;
  width: unset;
  line-height: inherit;
  padding: 10px;
}
.contents .content-2 .row.row-4 .col.col-1 .dp-richBase_text-v2 table :is(tbody, tr, th, td) tr :is(th, td) p {
  font-size: inherit;
}
.contents .content-2 .row.row-4 .col.col-1 .dp-richBase_text-v2 table :is(tbody, tr, th, td) tr :is(th, td) :is(ul, ol) {
  margin-left: 25px;
}
.contents .content-2 .row.row-4 .col.col-1 .dp-richBase_text-v2 .heading[data-designpart-id] :is(h1, h2, h3) {
  margin-bottom: calc(32px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-2 .row.row-4 .col.col-1 .dp-richBase_text-v2 .heading[data-designpart-id] :is(h1, h2, h3) {
    margin-bottom: calc(32px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-2 .row.row-4 .col.col-1 .dp-richBase_text-v2 .heading[data-designpart-id] :is(h4, h5, h6) {
  margin-bottom: calc(24px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-2 .row.row-4 .col.col-1 .dp-richBase_text-v2 .heading[data-designpart-id] :is(h4, h5, h6) {
    margin-bottom: calc(24px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-2 .row.row-4 .col.col-1 .dp-richBase_text-v2 .button[data-designpart-id] {
  margin-top: calc(64px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-2 .row.row-4 .col.col-1 .dp-richBase_text-v2 .button[data-designpart-id] {
    margin-top: calc(64px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-2 .row.row-4 .col.col-1 .dp-richBase_text-v2 .button[data-designpart-id] + :is(p, ul, ol, table, .normal-table, .table-with-row-header, .table-with-two-headers, .article-embed, [id*=cta-]) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-2 .row.row-4 .col.col-1 .dp-richBase_text-v2 .button[data-designpart-id] + :is(p, ul, ol, table, .normal-table, .table-with-row-header, .table-with-two-headers, .article-embed, [id*=cta-]) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-2 .row.row-4 .col.col-1 .dp-richBase_text-v2 .cta {
  margin-block: 0;
}
.contents .content-2 .row.row-4 .col.col-1 .dp-richBase_text-v2 [id*=cta-] + .button[data-designpart-id] {
  margin-top: calc(64px * var(--fo-spacing-coef) - 10px);
}
@media screen and (max-width: 769px) {
  .contents .content-2 .row.row-4 .col.col-1 .dp-richBase_text-v2 [id*=cta-] + .button[data-designpart-id] {
    margin-top: calc(64px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-2 .row.row-4 .col.col-1 .dp-btn_custom04-01 {
  margin-top: calc(64px * var(--fo-spacing-coef) - 20px);
  padding: 0;
}
@media screen and (max-width: 769px) {
  .contents .content-2 .row.row-4 .col.col-1 .dp-btn_custom04-01 {
    margin-top: calc(64px * var(--fo-spacing-coef) * 0.75 - 10px);
  }
}
.contents .content-2 .row.row-4 .col.col-1 .dp-btn_custom04-01 .button-cont {
  margin: 0;
  padding: 0;
}
.contents .content-2 .row.row-4 .col.col-1 .dp-btn_custom04-01 .button-cont a:where(.size-s, .size-m, .size-l) {
  background: none;
  box-sizing: border-box;
  font-family: var(--fo-text-font-family);
  color: #000;
  text-decoration: none;
  text-align-last: left;
  letter-spacing: 0;
  line-height: 1;
  border-radius: 50vh;
  margin: 0;
  padding: 0;
}
.contents .content-2 .row.row-4 .col.col-1 .dp-btn_custom04-01 .button-cont a:where(.size-s, .size-m, .size-l)::before {
  content: "\f095";
  font-family: "FontAwesome";
  font-size: inherit;
  color: inherit;
  position: relative;
  margin-right: 0.3rem;
}
.contents .content-2 .row.row-4 .col.col-1 .dp-btn_custom04-01 .button-cont a.size-s {
  font-size: var(--fo-button-small-font-size);
}
.contents .content-2 .row.row-4 .col.col-1 .dp-btn_custom04-01 .button-cont a.size-m {
  font-size: var(--fo-button-medium-font-size);
}
.contents .content-2 .row.row-4 .col.col-1 .dp-btn_custom04-01 .button-cont a.size-l {
  display: inline-block;
  font-size: var(--fo-button-large-font-size);
}
.contents .content-2 .row.row-4 .col.col-1 .dp-btn_custom04-01 .button-cont a:hover {
  opacity: 0.4;
  transform: scale(1.05);
}
.contents .content-2 .row.row-4 .col.col-1 .dp-richBase_text-v2 {
  font-family: var(--fo-text-font-family);
  font-size: var(--fo-text-font-size-pc);
  color: var(--fo-text-main-color);
  line-height: var(--fo-text-line-height);
  letter-spacing: var(--fo-text-letter-spacing);
  --dp-richBase-border-color: #eee;
}
@media screen and (max-width: 769px) {
  .contents .content-2 .row.row-4 .col.col-1 .dp-richBase_text-v2 {
    font-size: var(--fo-text-font-size-sp);
  }
}
.contents .content-2 .row.row-4 .col.col-1 .dp-richBase_text-v2 :link {
  text-decoration: none;
}
.contents .content-2 .row.row-4 .col.col-1 .dp-richBase_text-v2 :visited {
  text-decoration: none;
}
.contents .content-2 .row.row-4 .col.col-1 .dp-richBase_text-v2 a {
  color: var(--fo-text-link-color);
}
.contents .content-2 .row.row-4 .col.col-1 .dp-richBase_text-v2 a:hover {
  opacity: var(--fo-text-link-hover-opacity, 1);
  text-decoration: var(--fo-text-link-hover-text-decoration, none);
  font-weight: var(--fo-text-link-hover-font-weight, inherit);
  color: var(--fo-text-link-color);
  filter: invert(var(--fo-text-link-hover-invert,0));
}
.contents .content-2 .row.row-4 .col.col-1 .dp-richBase_text-v2 p {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  line-height: inherit;
  margin: 0;
  overflow-wrap: anywhere;
}
.contents .content-2 .row.row-4 .col.col-1 .dp-richBase_text-v2 :is(p, ul, ol, table, .normal-table, .table-with-row-header, .table-with-two-headers, .article-embed, [id*=cta-]) + :is(p, ul, ol, table, .normal-table, .table-with-row-header, .table-with-two-headers, .article-embed, [id*=cta-]) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-2 .row.row-4 .col.col-1 .dp-richBase_text-v2 :is(p, ul, ol, table, .normal-table, .table-with-row-header, .table-with-two-headers, .article-embed, [id*=cta-]) + :is(p, ul, ol, table, .normal-table, .table-with-row-header, .table-with-two-headers, .article-embed, [id*=cta-]) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-2 .row.row-4 .col.col-1 .dp-richBase_text-v2 strong {
  font-family: inherit;
}
.contents .content-2 .row.row-4 .col.col-1 .dp-richBase_text-v2 :is(ol, ul) {
  color: inherit;
  margin: 0 0 0 25px;
}
.contents .content-2 .row.row-4 .col.col-1 .dp-richBase_text-v2 :is(ol, ul) li {
  font-size: inherit;
  color: inherit;
  overflow-wrap: anywhere;
}
.contents .content-2 .row.row-4 .col.col-1 .dp-richBase_text-v2 :is(ol, ul) li a {
  font-size: inherit;
}
.contents .content-2 .row.row-4 .col.col-1 .dp-richBase_text-v2 table :is(tbody, tr, th, td) {
  border-color: var(--dp-richBase-border-color, transparent);
}
.contents .content-2 .row.row-4 .col.col-1 .dp-richBase_text-v2 table :is(tbody, tr, th, td) tr th p strong {
  font-weight: normal;
}
.contents .content-2 .row.row-4 .col.col-1 .dp-richBase_text-v2 table :is(tbody, tr, th, td) tr :is(th, td) {
  background-clip: padding-box;
  background-color: transparent;
  position: static;
  width: unset;
  line-height: inherit;
  padding: 10px;
}
.contents .content-2 .row.row-4 .col.col-1 .dp-richBase_text-v2 table :is(tbody, tr, th, td) tr :is(th, td) p {
  font-size: inherit;
}
.contents .content-2 .row.row-4 .col.col-1 .dp-richBase_text-v2 table :is(tbody, tr, th, td) tr :is(th, td) :is(ul, ol) {
  margin-left: 25px;
}
.contents .content-2 .row.row-4 .col.col-1 .dp-richBase_text-v2 .heading[data-designpart-id] :is(h1, h2, h3) {
  margin-bottom: calc(32px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-2 .row.row-4 .col.col-1 .dp-richBase_text-v2 .heading[data-designpart-id] :is(h1, h2, h3) {
    margin-bottom: calc(32px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-2 .row.row-4 .col.col-1 .dp-richBase_text-v2 .heading[data-designpart-id] :is(h4, h5, h6) {
  margin-bottom: calc(24px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-2 .row.row-4 .col.col-1 .dp-richBase_text-v2 .heading[data-designpart-id] :is(h4, h5, h6) {
    margin-bottom: calc(24px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-2 .row.row-4 .col.col-1 .dp-richBase_text-v2 .button[data-designpart-id] {
  margin-top: calc(64px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-2 .row.row-4 .col.col-1 .dp-richBase_text-v2 .button[data-designpart-id] {
    margin-top: calc(64px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-2 .row.row-4 .col.col-1 .dp-richBase_text-v2 .button[data-designpart-id] + :is(p, ul, ol, table, .normal-table, .table-with-row-header, .table-with-two-headers, .article-embed, [id*=cta-]) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-2 .row.row-4 .col.col-1 .dp-richBase_text-v2 .button[data-designpart-id] + :is(p, ul, ol, table, .normal-table, .table-with-row-header, .table-with-two-headers, .article-embed, [id*=cta-]) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-2 .row.row-4 .col.col-1 .dp-richBase_text-v2 .cta {
  margin-block: 0;
}
.contents .content-2 .row.row-4 .col.col-1 .dp-richBase_text-v2 [id*=cta-] + .button[data-designpart-id] {
  margin-top: calc(64px * var(--fo-spacing-coef) - 10px);
}
@media screen and (max-width: 769px) {
  .contents .content-2 .row.row-4 .col.col-1 .dp-richBase_text-v2 [id*=cta-] + .button[data-designpart-id] {
    margin-top: calc(64px * var(--fo-spacing-coef) * 0.75);
  }
}

.contents .content-2 .row.row-5 {
  /* sample */
}
.contents .content-2 .row.row-5 .col.col-1 {
  /* sample */
}
.contents .content-2 .row.row-5 .col.col-1 .component.rich-heading {
  /* sample */
}
.contents .content-2 .row.row-5 .col.col-1 .component.richtext {
  /* sample */
}
.contents .content-2 .row.row-5 .col.col-2 {
  /* sample */
}
.contents .content-2 .row.row-5 .col.col-2 .component.richtext {
  /* sample */
}

@media screen and (min-width: 770px) {
  .contents .content-2 .dp-ctaBtn02_row {
    display: flex;
    justify-content: center;
    gap: calc(24px * var(--fo-spacing-coef) - 20px);
    max-width: calc(900px + (24px * var(--fo-spacing-coef) - 20px) * 2);
    margin: auto;
  }
}
.contents .content-2 .dp-ctaBtn02_row .col:not(:root) {
  display: flex !important;
  flex-direction: column;
}
@media screen and (min-width: 770px) {
  .contents .content-2 .dp-ctaBtn02_row .col:not(:root) {
    width: 100% !important;
    max-width: 320px;
  }
}
@media screen and (min-width: 770px) and (max-width: 834px) {
  .contents .content-2 .dp-ctaBtn02_row .col:not(:root) {
    max-width: none;
  }
}
@media screen and (min-width: 770px) {
  .contents .content-2 .dp-ctaBtn02_row .col:not(:root):is(.vertical_position_top, .vertical_position_middle, .vertical_position_bottom) {
    align-self: auto !important;
  }
  .contents .content-2 .dp-ctaBtn02_row .col:not(:root).vertical_position_top {
    justify-content: start;
  }
  .contents .content-2 .dp-ctaBtn02_row .col:not(:root).vertical_position_middle {
    justify-content: center;
  }
  .contents .content-2 .dp-ctaBtn02_row .col:not(:root).vertical_position_bottom {
    justify-content: end;
  }
}
.contents .content-2 .dp-ctaBtn02_row .col:not(:root):empty {
  display: none !important;
}
.contents .content-2 .dp-ctaBtn02_row .col:not(:root) .component.button:not(:root) {
  margin: calc(16px * var(--fo-spacing-coef) - 10px) 0 0;
}
@media screen and (max-width: 769px) {
  .contents .content-2 .dp-ctaBtn02_row .col:not(:root) .component.button:not(:root) {
    margin: calc(16px * var(--fo-spacing-coef) * 0.75 - 10px) 0 0;
  }
}
@media screen and (min-width: 770px) {
  .contents .content-2 .dp-ctaBtn02_row .col:not(:root) .component.button:not(:root) .button-cont a.size-l {
    min-width: auto;
    width: 100%;
  }
}
.contents .content-2 .row.row-6 .col.col-1 {
  /* sample */
}
.contents .content-2 .row.row-6 .col.col-1 .dp-richBase_text-v2 {
  font-family: var(--fo-text-font-family);
  font-size: var(--fo-text-font-size-pc);
  color: var(--fo-text-main-color);
  line-height: var(--fo-text-line-height);
  letter-spacing: var(--fo-text-letter-spacing);
  --dp-richBase-border-color: #eee;
}
@media screen and (max-width: 769px) {
  .contents .content-2 .row.row-6 .col.col-1 .dp-richBase_text-v2 {
    font-size: var(--fo-text-font-size-sp);
  }
}
.contents .content-2 .row.row-6 .col.col-1 .dp-richBase_text-v2 :link {
  text-decoration: none;
}
.contents .content-2 .row.row-6 .col.col-1 .dp-richBase_text-v2 :visited {
  text-decoration: none;
}
.contents .content-2 .row.row-6 .col.col-1 .dp-richBase_text-v2 a {
  color: var(--fo-text-link-color);
}
.contents .content-2 .row.row-6 .col.col-1 .dp-richBase_text-v2 a:hover {
  opacity: var(--fo-text-link-hover-opacity, 1);
  text-decoration: var(--fo-text-link-hover-text-decoration, none);
  font-weight: var(--fo-text-link-hover-font-weight, inherit);
  color: var(--fo-text-link-color);
  filter: invert(var(--fo-text-link-hover-invert,0));
}
.contents .content-2 .row.row-6 .col.col-1 .dp-richBase_text-v2 p {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  line-height: inherit;
  margin: 0;
  overflow-wrap: anywhere;
}
.contents .content-2 .row.row-6 .col.col-1 .dp-richBase_text-v2 :is(p, ul, ol, table, .normal-table, .table-with-row-header, .table-with-two-headers, .article-embed, [id*=cta-]) + :is(p, ul, ol, table, .normal-table, .table-with-row-header, .table-with-two-headers, .article-embed, [id*=cta-]) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-2 .row.row-6 .col.col-1 .dp-richBase_text-v2 :is(p, ul, ol, table, .normal-table, .table-with-row-header, .table-with-two-headers, .article-embed, [id*=cta-]) + :is(p, ul, ol, table, .normal-table, .table-with-row-header, .table-with-two-headers, .article-embed, [id*=cta-]) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-2 .row.row-6 .col.col-1 .dp-richBase_text-v2 strong {
  font-family: inherit;
}
.contents .content-2 .row.row-6 .col.col-1 .dp-richBase_text-v2 :is(ol, ul) {
  color: inherit;
  margin: 0 0 0 25px;
}
.contents .content-2 .row.row-6 .col.col-1 .dp-richBase_text-v2 :is(ol, ul) li {
  font-size: inherit;
  color: inherit;
  overflow-wrap: anywhere;
}
.contents .content-2 .row.row-6 .col.col-1 .dp-richBase_text-v2 :is(ol, ul) li a {
  font-size: inherit;
}
.contents .content-2 .row.row-6 .col.col-1 .dp-richBase_text-v2 table :is(tbody, tr, th, td) {
  border-color: var(--dp-richBase-border-color, transparent);
}
.contents .content-2 .row.row-6 .col.col-1 .dp-richBase_text-v2 table :is(tbody, tr, th, td) tr th p strong {
  font-weight: normal;
}
.contents .content-2 .row.row-6 .col.col-1 .dp-richBase_text-v2 table :is(tbody, tr, th, td) tr :is(th, td) {
  background-clip: padding-box;
  background-color: transparent;
  position: static;
  width: unset;
  line-height: inherit;
  padding: 10px;
}
.contents .content-2 .row.row-6 .col.col-1 .dp-richBase_text-v2 table :is(tbody, tr, th, td) tr :is(th, td) p {
  font-size: inherit;
}
.contents .content-2 .row.row-6 .col.col-1 .dp-richBase_text-v2 table :is(tbody, tr, th, td) tr :is(th, td) :is(ul, ol) {
  margin-left: 25px;
}
.contents .content-2 .row.row-6 .col.col-1 .dp-richBase_text-v2 .heading[data-designpart-id] :is(h1, h2, h3) {
  margin-bottom: calc(32px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-2 .row.row-6 .col.col-1 .dp-richBase_text-v2 .heading[data-designpart-id] :is(h1, h2, h3) {
    margin-bottom: calc(32px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-2 .row.row-6 .col.col-1 .dp-richBase_text-v2 .heading[data-designpart-id] :is(h4, h5, h6) {
  margin-bottom: calc(24px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-2 .row.row-6 .col.col-1 .dp-richBase_text-v2 .heading[data-designpart-id] :is(h4, h5, h6) {
    margin-bottom: calc(24px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-2 .row.row-6 .col.col-1 .dp-richBase_text-v2 .button[data-designpart-id] {
  margin-top: calc(64px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-2 .row.row-6 .col.col-1 .dp-richBase_text-v2 .button[data-designpart-id] {
    margin-top: calc(64px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-2 .row.row-6 .col.col-1 .dp-richBase_text-v2 .button[data-designpart-id] + :is(p, ul, ol, table, .normal-table, .table-with-row-header, .table-with-two-headers, .article-embed, [id*=cta-]) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-2 .row.row-6 .col.col-1 .dp-richBase_text-v2 .button[data-designpart-id] + :is(p, ul, ol, table, .normal-table, .table-with-row-header, .table-with-two-headers, .article-embed, [id*=cta-]) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-2 .row.row-6 .col.col-1 .dp-richBase_text-v2 .cta {
  margin-block: 0;
}
.contents .content-2 .row.row-6 .col.col-1 .dp-richBase_text-v2 [id*=cta-] + .button[data-designpart-id] {
  margin-top: calc(64px * var(--fo-spacing-coef) - 10px);
}
@media screen and (max-width: 769px) {
  .contents .content-2 .row.row-6 .col.col-1 .dp-richBase_text-v2 [id*=cta-] + .button[data-designpart-id] {
    margin-top: calc(64px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-2 .row.row-6 .col.col-1 .dp-btn_custom05-04 {
  margin-top: calc(64px * var(--fo-spacing-coef) - 20px);
  padding: 0;
}
@media screen and (max-width: 769px) {
  .contents .content-2 .row.row-6 .col.col-1 .dp-btn_custom05-04 {
    margin-top: calc(64px * var(--fo-spacing-coef) * 0.75 - 10px);
  }
}
.contents .content-2 .row.row-6 .col.col-1 .dp-btn_custom05-04 .button-cont {
  margin: 0;
  padding: 0;
}
.contents .content-2 .row.row-6 .col.col-1 .dp-btn_custom05-04 .button-cont a:where(.size-s, .size-m, .size-l) {
  background: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  font-family: var(--fo-text-font-family);
  color: #fff;
  text-decoration: none;
  text-align-last: left;
  letter-spacing: var(--fo-text-letter-spacing);
  line-height: var(--fo-text-line-height);
  border: 1px solid #fff;
  border-radius: var(--fo-button1-border-radius);
  box-shadow: 0 3px 8px var(--fo-shadow-color);
  margin: 0;
}
.contents .content-2 .row.row-6 .col.col-1 .dp-btn_custom05-04 .button-cont a:where(.size-s, .size-m, .size-l)::after {
  content: "\f054";
  font-family: "FontAwesome";
  color: inherit;
  position: relative;
  top: 1.5px;
  right: -10px;
  letter-spacing: 0;
}
.contents .content-2 .row.row-6 .col.col-1 .dp-btn_custom05-04 .button-cont a.size-s {
  min-width: var(--fo-button-small-min-width-pc);
  font-size: var(--fo-button-small-font-size);
  padding: 6.75px 20px;
}
@media screen and (max-width: 769px) {
  .contents .content-2 .row.row-6 .col.col-1 .dp-btn_custom05-04 .button-cont a.size-s {
    min-width: var(--fo-button-small-min-width-sp);
    width: auto;
  }
}
@media screen and (min-width: 577px) and (max-width: 769px) {
  .contents .content-2 .row.row-6 .col.col-1 .dp-btn_custom05-04 .button-cont a.size-s {
    min-width: var(--fo-button-small-min-width-pc);
  }
}
.contents .content-2 .row.row-6 .col.col-1 .dp-btn_custom05-04 .button-cont a.size-m {
  min-width: var(--fo-button-medium-min-width-pc);
  font-size: var(--fo-button-medium-font-size);
  padding: 12.5px 20px;
}
@media screen and (max-width: 769px) {
  .contents .content-2 .row.row-6 .col.col-1 .dp-btn_custom05-04 .button-cont a.size-m {
    width: auto;
    min-width: var(--fo-button-medium-min-width-sp);
  }
}
@media screen and (min-width: 577px) and (max-width: 769px) {
  .contents .content-2 .row.row-6 .col.col-1 .dp-btn_custom05-04 .button-cont a.size-m {
    min-width: var(--fo-button-medium-min-width-pc);
  }
}
.contents .content-2 .row.row-6 .col.col-1 .dp-btn_custom05-04 .button-cont a.size-l {
  min-width: var(--fo-button-large-min-width-pc);
  font-size: var(--fo-button-large-font-size);
  padding: 16.5px 20px;
}
@media screen and (max-width: 769px) {
  .contents .content-2 .row.row-6 .col.col-1 .dp-btn_custom05-04 .button-cont a.size-l {
    width: var(--fo-button-large-min-width-sp);
    min-width: auto;
  }
}
@media screen and (min-width: 577px) and (max-width: 769px) {
  .contents .content-2 .row.row-6 .col.col-1 .dp-btn_custom05-04 .button-cont a.size-l {
    width: auto;
    min-width: var(--fo-button-large-min-width-pc);
  }
}
.contents .content-2 .row.row-6 .col.col-1 .dp-btn_custom05-04 .button-cont a:hover {
  opacity: 0.4;
  transform: scale(1.05);
  background: none;
  color: #fff;
  border-color: #fff;
}
.contents .content-2 .row.row-6 .col.col-2 {
  /* sample */
}
.contents .content-2 .row.row-6 .col.col-2 .dp-richBase_text-v2 {
  font-family: var(--fo-text-font-family);
  font-size: var(--fo-text-font-size-pc);
  color: var(--fo-text-main-color);
  line-height: var(--fo-text-line-height);
  letter-spacing: var(--fo-text-letter-spacing);
  --dp-richBase-border-color: #eee;
}
@media screen and (max-width: 769px) {
  .contents .content-2 .row.row-6 .col.col-2 .dp-richBase_text-v2 {
    font-size: var(--fo-text-font-size-sp);
  }
}
.contents .content-2 .row.row-6 .col.col-2 .dp-richBase_text-v2 :link {
  text-decoration: none;
}
.contents .content-2 .row.row-6 .col.col-2 .dp-richBase_text-v2 :visited {
  text-decoration: none;
}
.contents .content-2 .row.row-6 .col.col-2 .dp-richBase_text-v2 a {
  color: var(--fo-text-link-color);
}
.contents .content-2 .row.row-6 .col.col-2 .dp-richBase_text-v2 a:hover {
  opacity: var(--fo-text-link-hover-opacity, 1);
  text-decoration: var(--fo-text-link-hover-text-decoration, none);
  font-weight: var(--fo-text-link-hover-font-weight, inherit);
  color: var(--fo-text-link-color);
  filter: invert(var(--fo-text-link-hover-invert,0));
}
.contents .content-2 .row.row-6 .col.col-2 .dp-richBase_text-v2 p {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  line-height: inherit;
  margin: 0;
  overflow-wrap: anywhere;
}
.contents .content-2 .row.row-6 .col.col-2 .dp-richBase_text-v2 :is(p, ul, ol, table, .normal-table, .table-with-row-header, .table-with-two-headers, .article-embed, [id*=cta-]) + :is(p, ul, ol, table, .normal-table, .table-with-row-header, .table-with-two-headers, .article-embed, [id*=cta-]) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-2 .row.row-6 .col.col-2 .dp-richBase_text-v2 :is(p, ul, ol, table, .normal-table, .table-with-row-header, .table-with-two-headers, .article-embed, [id*=cta-]) + :is(p, ul, ol, table, .normal-table, .table-with-row-header, .table-with-two-headers, .article-embed, [id*=cta-]) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-2 .row.row-6 .col.col-2 .dp-richBase_text-v2 strong {
  font-family: inherit;
}
.contents .content-2 .row.row-6 .col.col-2 .dp-richBase_text-v2 :is(ol, ul) {
  color: inherit;
  margin: 0 0 0 25px;
}
.contents .content-2 .row.row-6 .col.col-2 .dp-richBase_text-v2 :is(ol, ul) li {
  font-size: inherit;
  color: inherit;
  overflow-wrap: anywhere;
}
.contents .content-2 .row.row-6 .col.col-2 .dp-richBase_text-v2 :is(ol, ul) li a {
  font-size: inherit;
}
.contents .content-2 .row.row-6 .col.col-2 .dp-richBase_text-v2 table :is(tbody, tr, th, td) {
  border-color: var(--dp-richBase-border-color, transparent);
}
.contents .content-2 .row.row-6 .col.col-2 .dp-richBase_text-v2 table :is(tbody, tr, th, td) tr th p strong {
  font-weight: normal;
}
.contents .content-2 .row.row-6 .col.col-2 .dp-richBase_text-v2 table :is(tbody, tr, th, td) tr :is(th, td) {
  background-clip: padding-box;
  background-color: transparent;
  position: static;
  width: unset;
  line-height: inherit;
  padding: 10px;
}
.contents .content-2 .row.row-6 .col.col-2 .dp-richBase_text-v2 table :is(tbody, tr, th, td) tr :is(th, td) p {
  font-size: inherit;
}
.contents .content-2 .row.row-6 .col.col-2 .dp-richBase_text-v2 table :is(tbody, tr, th, td) tr :is(th, td) :is(ul, ol) {
  margin-left: 25px;
}
.contents .content-2 .row.row-6 .col.col-2 .dp-richBase_text-v2 .heading[data-designpart-id] :is(h1, h2, h3) {
  margin-bottom: calc(32px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-2 .row.row-6 .col.col-2 .dp-richBase_text-v2 .heading[data-designpart-id] :is(h1, h2, h3) {
    margin-bottom: calc(32px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-2 .row.row-6 .col.col-2 .dp-richBase_text-v2 .heading[data-designpart-id] :is(h4, h5, h6) {
  margin-bottom: calc(24px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-2 .row.row-6 .col.col-2 .dp-richBase_text-v2 .heading[data-designpart-id] :is(h4, h5, h6) {
    margin-bottom: calc(24px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-2 .row.row-6 .col.col-2 .dp-richBase_text-v2 .button[data-designpart-id] {
  margin-top: calc(64px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-2 .row.row-6 .col.col-2 .dp-richBase_text-v2 .button[data-designpart-id] {
    margin-top: calc(64px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-2 .row.row-6 .col.col-2 .dp-richBase_text-v2 .button[data-designpart-id] + :is(p, ul, ol, table, .normal-table, .table-with-row-header, .table-with-two-headers, .article-embed, [id*=cta-]) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-2 .row.row-6 .col.col-2 .dp-richBase_text-v2 .button[data-designpart-id] + :is(p, ul, ol, table, .normal-table, .table-with-row-header, .table-with-two-headers, .article-embed, [id*=cta-]) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-2 .row.row-6 .col.col-2 .dp-richBase_text-v2 .cta {
  margin-block: 0;
}
.contents .content-2 .row.row-6 .col.col-2 .dp-richBase_text-v2 [id*=cta-] + .button[data-designpart-id] {
  margin-top: calc(64px * var(--fo-spacing-coef) - 10px);
}
@media screen and (max-width: 769px) {
  .contents .content-2 .row.row-6 .col.col-2 .dp-richBase_text-v2 [id*=cta-] + .button[data-designpart-id] {
    margin-top: calc(64px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-2 .row.row-6 .col.col-2 .dp-btn_custom05-03 {
  margin-top: calc(64px * var(--fo-spacing-coef) - 20px);
  padding: 0;
}
@media screen and (max-width: 769px) {
  .contents .content-2 .row.row-6 .col.col-2 .dp-btn_custom05-03 {
    margin-top: calc(64px * var(--fo-spacing-coef) * 0.75 - 10px);
  }
}
.contents .content-2 .row.row-6 .col.col-2 .dp-btn_custom05-03 .button-cont {
  margin: 0;
  padding: 0;
}
.contents .content-2 .row.row-6 .col.col-2 .dp-btn_custom05-03 .button-cont a:where(.size-s, .size-m, .size-l) {
  background: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  font-family: var(--fo-text-font-family);
  color: #fff;
  text-decoration: none;
  text-align-last: left;
  letter-spacing: var(--fo-text-letter-spacing);
  line-height: var(--fo-text-line-height);
  border: 1px solid #fff;
  border-radius: var(--fo-button1-border-radius);
  box-shadow: 0 3px 8px var(--fo-shadow-color);
  margin: 0;
}
.contents .content-2 .row.row-6 .col.col-2 .dp-btn_custom05-03 .button-cont a:where(.size-s, .size-m, .size-l)::before {
  content: var(--fo-button-contact-fa-unicode);
  font-family: "FontAwesome";
  color: inherit;
  margin-right: 10px;
  position: relative;
  top: 1px;
  letter-spacing: 0;
}
.contents .content-2 .row.row-6 .col.col-2 .dp-btn_custom05-03 .button-cont a.size-s {
  min-width: var(--fo-button-small-min-width-pc);
  font-size: var(--fo-button-small-font-size);
  padding: 6.75px 20px;
}
@media screen and (max-width: 769px) {
  .contents .content-2 .row.row-6 .col.col-2 .dp-btn_custom05-03 .button-cont a.size-s {
    min-width: var(--fo-button-small-min-width-sp);
    width: auto;
  }
}
@media screen and (min-width: 577px) and (max-width: 769px) {
  .contents .content-2 .row.row-6 .col.col-2 .dp-btn_custom05-03 .button-cont a.size-s {
    min-width: var(--fo-button-small-min-width-pc);
  }
}
.contents .content-2 .row.row-6 .col.col-2 .dp-btn_custom05-03 .button-cont a.size-m {
  min-width: var(--fo-button-medium-min-width-pc);
  font-size: var(--fo-button-medium-font-size);
  padding: 12.5px 20px;
}
@media screen and (max-width: 769px) {
  .contents .content-2 .row.row-6 .col.col-2 .dp-btn_custom05-03 .button-cont a.size-m {
    width: auto;
    min-width: var(--fo-button-medium-min-width-sp);
  }
}
@media screen and (min-width: 577px) and (max-width: 769px) {
  .contents .content-2 .row.row-6 .col.col-2 .dp-btn_custom05-03 .button-cont a.size-m {
    min-width: var(--fo-button-medium-min-width-pc);
  }
}
.contents .content-2 .row.row-6 .col.col-2 .dp-btn_custom05-03 .button-cont a.size-l {
  min-width: var(--fo-button-large-min-width-pc);
  font-size: var(--fo-button-large-font-size);
  padding: 16.5px 20px;
}
@media screen and (max-width: 769px) {
  .contents .content-2 .row.row-6 .col.col-2 .dp-btn_custom05-03 .button-cont a.size-l {
    width: var(--fo-button-large-min-width-sp);
    min-width: auto;
  }
}
@media screen and (min-width: 577px) and (max-width: 769px) {
  .contents .content-2 .row.row-6 .col.col-2 .dp-btn_custom05-03 .button-cont a.size-l {
    width: auto;
    min-width: var(--fo-button-large-min-width-pc);
  }
}
.contents .content-2 .row.row-6 .col.col-2 .dp-btn_custom05-03 .button-cont a:hover {
  opacity: 0.4;
  transform: scale(1.05);
  background: none;
  color: #fff;
  border-color: #fff;
}
.contents .content-2 .row.row-6 .col.col-3 {
  /* sample */
}
.contents .content-2 .row.row-6 .col.col-3 .dp-richBase_text-v2 {
  font-family: var(--fo-text-font-family);
  font-size: var(--fo-text-font-size-pc);
  color: var(--fo-text-main-color);
  line-height: var(--fo-text-line-height);
  letter-spacing: var(--fo-text-letter-spacing);
  --dp-richBase-border-color: #eee;
}
@media screen and (max-width: 769px) {
  .contents .content-2 .row.row-6 .col.col-3 .dp-richBase_text-v2 {
    font-size: var(--fo-text-font-size-sp);
  }
}
.contents .content-2 .row.row-6 .col.col-3 .dp-richBase_text-v2 :link {
  text-decoration: none;
}
.contents .content-2 .row.row-6 .col.col-3 .dp-richBase_text-v2 :visited {
  text-decoration: none;
}
.contents .content-2 .row.row-6 .col.col-3 .dp-richBase_text-v2 a {
  color: var(--fo-text-link-color);
}
.contents .content-2 .row.row-6 .col.col-3 .dp-richBase_text-v2 a:hover {
  opacity: var(--fo-text-link-hover-opacity, 1);
  text-decoration: var(--fo-text-link-hover-text-decoration, none);
  font-weight: var(--fo-text-link-hover-font-weight, inherit);
  color: var(--fo-text-link-color);
  filter: invert(var(--fo-text-link-hover-invert,0));
}
.contents .content-2 .row.row-6 .col.col-3 .dp-richBase_text-v2 p {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  line-height: inherit;
  margin: 0;
  overflow-wrap: anywhere;
}
.contents .content-2 .row.row-6 .col.col-3 .dp-richBase_text-v2 :is(p, ul, ol, table, .normal-table, .table-with-row-header, .table-with-two-headers, .article-embed, [id*=cta-]) + :is(p, ul, ol, table, .normal-table, .table-with-row-header, .table-with-two-headers, .article-embed, [id*=cta-]) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-2 .row.row-6 .col.col-3 .dp-richBase_text-v2 :is(p, ul, ol, table, .normal-table, .table-with-row-header, .table-with-two-headers, .article-embed, [id*=cta-]) + :is(p, ul, ol, table, .normal-table, .table-with-row-header, .table-with-two-headers, .article-embed, [id*=cta-]) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-2 .row.row-6 .col.col-3 .dp-richBase_text-v2 strong {
  font-family: inherit;
}
.contents .content-2 .row.row-6 .col.col-3 .dp-richBase_text-v2 :is(ol, ul) {
  color: inherit;
  margin: 0 0 0 25px;
}
.contents .content-2 .row.row-6 .col.col-3 .dp-richBase_text-v2 :is(ol, ul) li {
  font-size: inherit;
  color: inherit;
  overflow-wrap: anywhere;
}
.contents .content-2 .row.row-6 .col.col-3 .dp-richBase_text-v2 :is(ol, ul) li a {
  font-size: inherit;
}
.contents .content-2 .row.row-6 .col.col-3 .dp-richBase_text-v2 table :is(tbody, tr, th, td) {
  border-color: var(--dp-richBase-border-color, transparent);
}
.contents .content-2 .row.row-6 .col.col-3 .dp-richBase_text-v2 table :is(tbody, tr, th, td) tr th p strong {
  font-weight: normal;
}
.contents .content-2 .row.row-6 .col.col-3 .dp-richBase_text-v2 table :is(tbody, tr, th, td) tr :is(th, td) {
  background-clip: padding-box;
  background-color: transparent;
  position: static;
  width: unset;
  line-height: inherit;
  padding: 10px;
}
.contents .content-2 .row.row-6 .col.col-3 .dp-richBase_text-v2 table :is(tbody, tr, th, td) tr :is(th, td) p {
  font-size: inherit;
}
.contents .content-2 .row.row-6 .col.col-3 .dp-richBase_text-v2 table :is(tbody, tr, th, td) tr :is(th, td) :is(ul, ol) {
  margin-left: 25px;
}
.contents .content-2 .row.row-6 .col.col-3 .dp-richBase_text-v2 .heading[data-designpart-id] :is(h1, h2, h3) {
  margin-bottom: calc(32px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-2 .row.row-6 .col.col-3 .dp-richBase_text-v2 .heading[data-designpart-id] :is(h1, h2, h3) {
    margin-bottom: calc(32px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-2 .row.row-6 .col.col-3 .dp-richBase_text-v2 .heading[data-designpart-id] :is(h4, h5, h6) {
  margin-bottom: calc(24px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-2 .row.row-6 .col.col-3 .dp-richBase_text-v2 .heading[data-designpart-id] :is(h4, h5, h6) {
    margin-bottom: calc(24px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-2 .row.row-6 .col.col-3 .dp-richBase_text-v2 .button[data-designpart-id] {
  margin-top: calc(64px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-2 .row.row-6 .col.col-3 .dp-richBase_text-v2 .button[data-designpart-id] {
    margin-top: calc(64px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-2 .row.row-6 .col.col-3 .dp-richBase_text-v2 .button[data-designpart-id] + :is(p, ul, ol, table, .normal-table, .table-with-row-header, .table-with-two-headers, .article-embed, [id*=cta-]) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-2 .row.row-6 .col.col-3 .dp-richBase_text-v2 .button[data-designpart-id] + :is(p, ul, ol, table, .normal-table, .table-with-row-header, .table-with-two-headers, .article-embed, [id*=cta-]) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-2 .row.row-6 .col.col-3 .dp-richBase_text-v2 .cta {
  margin-block: 0;
}
.contents .content-2 .row.row-6 .col.col-3 .dp-richBase_text-v2 [id*=cta-] + .button[data-designpart-id] {
  margin-top: calc(64px * var(--fo-spacing-coef) - 10px);
}
@media screen and (max-width: 769px) {
  .contents .content-2 .row.row-6 .col.col-3 .dp-richBase_text-v2 [id*=cta-] + .button[data-designpart-id] {
    margin-top: calc(64px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-2 .row.row-6 .col.col-3 .dp-btn_custom06-02 {
  margin-top: calc(64px * var(--fo-spacing-coef) - 20px);
  padding: 0;
}
@media screen and (max-width: 769px) {
  .contents .content-2 .row.row-6 .col.col-3 .dp-btn_custom06-02 {
    margin-top: calc(64px * var(--fo-spacing-coef) * 0.75 - 10px);
  }
}
.contents .content-2 .row.row-6 .col.col-3 .dp-btn_custom06-02 .button-cont {
  margin: 0;
  padding: 0;
}
.contents .content-2 .row.row-6 .col.col-3 .dp-btn_custom06-02 .button-cont a:where(.size-s, .size-m, .size-l) {
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  font-family: var(--fo-text-font-family);
  color: var(--fo-main-color);
  text-decoration: none;
  text-align-last: left;
  letter-spacing: var(--fo-text-letter-spacing);
  line-height: var(--fo-text-line-height);
  border: 1px solid #fff;
  border-radius: var(--fo-button1-border-radius);
  box-shadow: 0 3px 8px var(--fo-shadow-color);
  margin: 0;
}
.contents .content-2 .row.row-6 .col.col-3 .dp-btn_custom06-02 .button-cont a:where(.size-s, .size-m, .size-l)::before {
  content: var(--fo-button-download-fa-unicode);
  font-family: "FontAwesome";
  color: inherit;
  margin-right: 10px;
  position: relative;
  top: 0.5px;
}
.contents .content-2 .row.row-6 .col.col-3 .dp-btn_custom06-02 .button-cont a.size-s {
  min-width: var(--fo-button-small-min-width-pc);
  font-size: var(--fo-button-small-font-size);
  padding: 6.75px 20px;
}
@media screen and (max-width: 769px) {
  .contents .content-2 .row.row-6 .col.col-3 .dp-btn_custom06-02 .button-cont a.size-s {
    width: auto;
    min-width: var(--fo-button-small-min-width-sp);
  }
}
@media screen and (min-width: 577px) and (max-width: 769px) {
  .contents .content-2 .row.row-6 .col.col-3 .dp-btn_custom06-02 .button-cont a.size-s {
    min-width: var(--fo-button-small-min-width-pc);
  }
}
.contents .content-2 .row.row-6 .col.col-3 .dp-btn_custom06-02 .button-cont a.size-m {
  min-width: var(--fo-button-medium-min-width-pc);
  font-size: var(--fo-button-medium-font-size);
  padding: 12.5px 20px;
}
@media screen and (max-width: 769px) {
  .contents .content-2 .row.row-6 .col.col-3 .dp-btn_custom06-02 .button-cont a.size-m {
    width: auto;
    min-width: var(--fo-button-medium-min-width-sp);
  }
}
@media screen and (min-width: 577px) and (max-width: 769px) {
  .contents .content-2 .row.row-6 .col.col-3 .dp-btn_custom06-02 .button-cont a.size-m {
    min-width: var(--fo-button-medium-min-width-pc);
  }
}
.contents .content-2 .row.row-6 .col.col-3 .dp-btn_custom06-02 .button-cont a.size-l {
  min-width: var(--fo-button-large-min-width-pc);
  font-size: var(--fo-button-large-font-size);
  padding: 16.5px 20px;
}
@media screen and (max-width: 769px) {
  .contents .content-2 .row.row-6 .col.col-3 .dp-btn_custom06-02 .button-cont a.size-l {
    min-width: auto;
    width: var(--fo-button-large-min-width-sp);
  }
}
@media screen and (min-width: 577px) and (max-width: 769px) {
  .contents .content-2 .row.row-6 .col.col-3 .dp-btn_custom06-02 .button-cont a.size-l {
    width: auto;
    min-width: var(--fo-button-large-min-width-pc);
  }
}
.contents .content-2 .row.row-6 .col.col-3 .dp-btn_custom06-02 .button-cont a:hover {
  opacity: 0.4;
  transform: scale(1.05);
  background: #fff;
  color: var(--fo-main-color);
  border-color: #fff;
}

.contents .content-3 {
  /* sample */
}

.contents .content-3 .row.row-1 {
  /* sample */
}
.contents .content-3 .row.row-1 .col.col-1 {
  /* sample */
}
.contents .content-3 .row.row-1 .col.col-1 .component.rich-heading {
  /* sample */
}

.contents .content-4 {
  /* sample */
}

.contents .content-4 .row.row-1 {
  /* sample */
}
.contents .content-4 .row.row-1 .col.col-1 {
  /* sample */
}
.contents .content-4 .row.row-1 .col.col-1 .component.rich-heading {
  /* sample */
}
.contents .content-4 .row.row-1 .col.col-1 .component.richtext {
  /* sample */
}
.contents .content-4 .row.row-1 .col.col-2 {
  /* sample */
}
.contents .content-4 .row.row-1 .col.col-2 .component.richtext {
  /* sample */
}

.contents .content-4 .dp-mapContents_row {
  display: flex;
}
@media screen and (max-width: 769px) {
  .contents .content-4 .dp-mapContents_row {
    flex-direction: column;
  }
}
@media screen and (min-width: 770px) {
  .contents .content-4 .dp-mapContents_row div.col:is(.vertical_position_top, .vertical_position_middle, .vertical_position_bottom) {
    display: flex;
    flex-direction: column;
    align-self: auto !important;
  }
  .contents .content-4 .dp-mapContents_row div.col:is(.vertical_position_top, .vertical_position_middle, .vertical_position_bottom) .component:not(:last-child) {
    margin-bottom: 0;
  }
  .contents .content-4 .dp-mapContents_row div.col.vertical_position_top {
    justify-content: start;
  }
  .contents .content-4 .dp-mapContents_row div.col.vertical_position_middle {
    justify-content: center;
  }
  .contents .content-4 .dp-mapContents_row div.col.vertical_position_bottom {
    justify-content: end;
  }
}
.contents .content-4 .dp-mapContents_row div.col .component.heading:not(:root:root) :is(h1, h2, h3) {
  margin-bottom: calc(32px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-4 .dp-mapContents_row div.col .component.heading:not(:root:root) :is(h1, h2, h3) {
    margin-bottom: calc(32px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-4 .dp-mapContents_row div.col .component.heading:not(:root:root) :is(h4, h5) {
  margin-bottom: calc(24px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-4 .dp-mapContents_row div.col .component.heading:not(:root:root) :is(h4, h5) {
    margin-bottom: calc(24px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-4 .row.row-2 .col.col-1 {
  /* sample */
}
.contents .content-4 .row.row-2 .col.col-1 .dp-hd_custom01-01 {
  margin: 10px 0 0;
}
.contents .content-4 .row.row-2 .col.col-1 .dp-hd_custom01-01 :is(h1, h2, h3, h4, h5) {
  font-family: var(--fo-heading-font-family);
  font-weight: 700;
  line-height: var(--fo-heading-line-height);
  letter-spacing: var(--fo-heading-letter-spacing);
  color: var(--fo-heading-main-color);
  border: none;
  position: initial;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 769px) {
  .contents .content-4 .row.row-2 .col.col-1 .dp-hd_custom01-01 :is(h1, h2, h3, h4, h5) {
    overflow-wrap: break-word;
  }
}
.contents .content-4 .row.row-2 .col.col-1 .dp-hd_custom01-01 :is(h1, h2, h3, h4, h5) .strong {
  font-weight: 400;
}
.contents .content-4 .row.row-2 .col.col-1 .dp-hd_custom01-01 h1 {
  font-size: var(--fo-h1-font-size-pc);
  margin-bottom: max(calc((32px * var(--fo-spacing-coef)) - 20px),0px);
}
@media screen and (max-width: 769px) {
  .contents .content-4 .row.row-2 .col.col-1 .dp-hd_custom01-01 h1 {
    font-size: var(--fo-h1-font-size-sp);
    margin-bottom: max(calc((32px * var(--fo-spacing-coef)) * .75),0px);
  }
}
.contents .content-4 .row.row-2 .col.col-1 .dp-hd_custom01-01 h2 {
  font-size: var(--fo-h2-font-size-pc);
  margin-bottom: max(calc((32px * var(--fo-spacing-coef)) - 20px),0px);
}
@media screen and (max-width: 769px) {
  .contents .content-4 .row.row-2 .col.col-1 .dp-hd_custom01-01 h2 {
    font-size: var(--fo-h2-font-size-sp);
    margin-bottom: max(calc((32px * var(--fo-spacing-coef)) * .75),0px);
  }
}
.contents .content-4 .row.row-2 .col.col-1 .dp-hd_custom01-01 h3 {
  font-size: var(--fo-h3-font-size-pc);
  margin-bottom: max(calc((32px * var(--fo-spacing-coef)) - 20px),0px);
}
@media screen and (max-width: 769px) {
  .contents .content-4 .row.row-2 .col.col-1 .dp-hd_custom01-01 h3 {
    font-size: var(--fo-h3-font-size-sp);
    margin-bottom: max(calc((32px * var(--fo-spacing-coef)) * .75),0px);
  }
}
.contents .content-4 .row.row-2 .col.col-1 .dp-hd_custom01-01 h4 {
  font-size: var(--fo-h4-font-size-pc);
  margin-bottom: max(calc((24px * var(--fo-spacing-coef)) - 20px),0px);
}
@media screen and (max-width: 769px) {
  .contents .content-4 .row.row-2 .col.col-1 .dp-hd_custom01-01 h4 {
    font-size: var(--fo-h4-font-size-sp);
    margin-bottom: max(calc((24px * var(--fo-spacing-coef)) * .75),0px);
  }
}
.contents .content-4 .row.row-2 .col.col-1 .dp-hd_custom01-01 h5 {
  font-size: var(--fo-h5-font-size-pc);
  margin-bottom: max(calc((24px * var(--fo-spacing-coef)) - 20px),0px);
}
@media screen and (max-width: 769px) {
  .contents .content-4 .row.row-2 .col.col-1 .dp-hd_custom01-01 h5 {
    font-size: var(--fo-h5-font-size-sp);
    margin-bottom: max(calc((24px * var(--fo-spacing-coef)) * .75),0px);
  }
}
.contents .content-4 .row.row-2 .col.col-1 .dp-richBase_text-v2 {
  font-family: var(--fo-text-font-family);
  font-size: var(--fo-text-font-size-pc);
  color: var(--fo-text-main-color);
  line-height: var(--fo-text-line-height);
  letter-spacing: var(--fo-text-letter-spacing);
  --dp-richBase-border-color: #eee;
}
@media screen and (max-width: 769px) {
  .contents .content-4 .row.row-2 .col.col-1 .dp-richBase_text-v2 {
    font-size: var(--fo-text-font-size-sp);
  }
}
.contents .content-4 .row.row-2 .col.col-1 .dp-richBase_text-v2 :link {
  text-decoration: none;
}
.contents .content-4 .row.row-2 .col.col-1 .dp-richBase_text-v2 :visited {
  text-decoration: none;
}
.contents .content-4 .row.row-2 .col.col-1 .dp-richBase_text-v2 a {
  color: var(--fo-text-link-color);
}
.contents .content-4 .row.row-2 .col.col-1 .dp-richBase_text-v2 a:hover {
  opacity: var(--fo-text-link-hover-opacity, 1);
  text-decoration: var(--fo-text-link-hover-text-decoration, none);
  font-weight: var(--fo-text-link-hover-font-weight, inherit);
  color: var(--fo-text-link-color);
  filter: invert(var(--fo-text-link-hover-invert,0));
}
.contents .content-4 .row.row-2 .col.col-1 .dp-richBase_text-v2 p {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  line-height: inherit;
  margin: 0;
  overflow-wrap: anywhere;
}
.contents .content-4 .row.row-2 .col.col-1 .dp-richBase_text-v2 :is(p, ul, ol, table, .normal-table, .table-with-row-header, .table-with-two-headers, .article-embed, [id*=cta-]) + :is(p, ul, ol, table, .normal-table, .table-with-row-header, .table-with-two-headers, .article-embed, [id*=cta-]) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-4 .row.row-2 .col.col-1 .dp-richBase_text-v2 :is(p, ul, ol, table, .normal-table, .table-with-row-header, .table-with-two-headers, .article-embed, [id*=cta-]) + :is(p, ul, ol, table, .normal-table, .table-with-row-header, .table-with-two-headers, .article-embed, [id*=cta-]) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-4 .row.row-2 .col.col-1 .dp-richBase_text-v2 strong {
  font-family: inherit;
}
.contents .content-4 .row.row-2 .col.col-1 .dp-richBase_text-v2 :is(ol, ul) {
  color: inherit;
  margin: 0 0 0 25px;
}
.contents .content-4 .row.row-2 .col.col-1 .dp-richBase_text-v2 :is(ol, ul) li {
  font-size: inherit;
  color: inherit;
  overflow-wrap: anywhere;
}
.contents .content-4 .row.row-2 .col.col-1 .dp-richBase_text-v2 :is(ol, ul) li a {
  font-size: inherit;
}
.contents .content-4 .row.row-2 .col.col-1 .dp-richBase_text-v2 table :is(tbody, tr, th, td) {
  border-color: var(--dp-richBase-border-color, transparent);
}
.contents .content-4 .row.row-2 .col.col-1 .dp-richBase_text-v2 table :is(tbody, tr, th, td) tr th p strong {
  font-weight: normal;
}
.contents .content-4 .row.row-2 .col.col-1 .dp-richBase_text-v2 table :is(tbody, tr, th, td) tr :is(th, td) {
  background-clip: padding-box;
  background-color: transparent;
  position: static;
  width: unset;
  line-height: inherit;
  padding: 10px;
}
.contents .content-4 .row.row-2 .col.col-1 .dp-richBase_text-v2 table :is(tbody, tr, th, td) tr :is(th, td) p {
  font-size: inherit;
}
.contents .content-4 .row.row-2 .col.col-1 .dp-richBase_text-v2 table :is(tbody, tr, th, td) tr :is(th, td) :is(ul, ol) {
  margin-left: 25px;
}
.contents .content-4 .row.row-2 .col.col-1 .dp-richBase_text-v2 .heading[data-designpart-id] :is(h1, h2, h3) {
  margin-bottom: calc(32px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-4 .row.row-2 .col.col-1 .dp-richBase_text-v2 .heading[data-designpart-id] :is(h1, h2, h3) {
    margin-bottom: calc(32px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-4 .row.row-2 .col.col-1 .dp-richBase_text-v2 .heading[data-designpart-id] :is(h4, h5, h6) {
  margin-bottom: calc(24px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-4 .row.row-2 .col.col-1 .dp-richBase_text-v2 .heading[data-designpart-id] :is(h4, h5, h6) {
    margin-bottom: calc(24px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-4 .row.row-2 .col.col-1 .dp-richBase_text-v2 .button[data-designpart-id] {
  margin-top: calc(64px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-4 .row.row-2 .col.col-1 .dp-richBase_text-v2 .button[data-designpart-id] {
    margin-top: calc(64px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-4 .row.row-2 .col.col-1 .dp-richBase_text-v2 .button[data-designpart-id] + :is(p, ul, ol, table, .normal-table, .table-with-row-header, .table-with-two-headers, .article-embed, [id*=cta-]) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-4 .row.row-2 .col.col-1 .dp-richBase_text-v2 .button[data-designpart-id] + :is(p, ul, ol, table, .normal-table, .table-with-row-header, .table-with-two-headers, .article-embed, [id*=cta-]) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-4 .row.row-2 .col.col-1 .dp-richBase_text-v2 .cta {
  margin-block: 0;
}
.contents .content-4 .row.row-2 .col.col-1 .dp-richBase_text-v2 [id*=cta-] + .button[data-designpart-id] {
  margin-top: calc(64px * var(--fo-spacing-coef) - 10px);
}
@media screen and (max-width: 769px) {
  .contents .content-4 .row.row-2 .col.col-1 .dp-richBase_text-v2 [id*=cta-] + .button[data-designpart-id] {
    margin-top: calc(64px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-4 .row.row-2 .col.col-2 {
  /* sample */
}
.contents .content-4 .row.row-2 .col.col-2 .component.map {
  /* sample */
}

.contents .content-4 .row.row-3 {
  /* sample */
}
.contents .content-4 .row.row-3 .col.col-1 {
  /* sample */
}
.contents .content-4 .row.row-3 .col.col-1 .component.rich-heading {
  /* sample */
}
.contents .content-4 .row.row-3 .col.col-2 {
  /* sample */
}
.contents .content-4 .row.row-3 .col.col-2 .component.richtext {
  /* sample */
}

.contents .content-4 .dp-logo01_row {
  background-color: #fff;
  border: 1px solid #eee;
  margin: 10px auto 20px;
  padding: calc(40px * var(--fo-spacing-coef)) calc(44px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-4 .dp-logo01_row {
    padding: calc(40px * var(--fo-spacing-coef) * 0.75) calc(44px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-4 .dp-logo01_row div.col:not(:root) {
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  gap: calc(24px * var(--fo-spacing-coef)) calc(32px * var(--fo-spacing-coef));
  padding: 0;
}
@media screen and (max-width: 769px) {
  .contents .content-4 .dp-logo01_row div.col:not(:root) {
    gap: calc(24px * var(--fo-spacing-coef) * 0.75) calc(32px * var(--fo-spacing-coef) * 0.75);
  }
}
@media screen and (min-width: 770px) {
  .contents .content-4 .dp-logo01_row div.col:not(:root):is(.vertical_position_top, .vertical_position_middle, .vertical_position_bottom) {
    align-self: auto !important;
  }
  .contents .content-4 .dp-logo01_row div.col:not(:root).vertical_position_top {
    align-content: start;
  }
  .contents .content-4 .dp-logo01_row div.col:not(:root).vertical_position_middle {
    align-content: center;
  }
  .contents .content-4 .dp-logo01_row div.col:not(:root).vertical_position_bottom {
    align-content: end;
  }
}
.contents .content-4 .dp-logo01_row div.col:not(:root) .component.image {
  width: calc((100% - 32px * var(--fo-spacing-coef) * 3) / 4);
  margin: 0;
}
@media screen and (max-width: 769px) {
  .contents .content-4 .dp-logo01_row div.col:not(:root) .component.image {
    width: calc((100% - 32px * var(--fo-spacing-coef) * 0.75) / 2);
  }
}
.contents .content-4 .row.row-4 .col.col-1 {
  /* sample */
}
.contents .content-4 .row.row-4 .col.col-1 .component.image {
  /* sample */
}
.contents .content-4 .row.row-4 .col.col-1 .component.image {
  /* sample */
}
.contents .content-4 .row.row-4 .col.col-1 .component.image {
  /* sample */
}
.contents .content-4 .row.row-4 .col.col-1 .component.image {
  /* sample */
}
.contents .content-4 .row.row-4 .col.col-1 .component.image {
  /* sample */
}
.contents .content-4 .row.row-4 .col.col-1 .component.image {
  /* sample */
}
.contents .content-4 .row.row-4 .col.col-1 .component.image {
  /* sample */
}
.contents .content-4 .row.row-4 .col.col-1 .component.image {
  /* sample */
}

.contents .content-4 .row.row-5 {
  /* sample */
}
.contents .content-4 .row.row-5 .col.col-1 {
  /* sample */
}
.contents .content-4 .row.row-5 .col.col-1 .component.rich-heading {
  /* sample */
}
.contents .content-4 .row.row-5 .col.col-2 {
  /* sample */
}

.contents .content-4 .dp-logo02_row {
  background-color: #fff;
  border: 1px solid #eee;
  margin: 10px auto 20px;
  padding: calc(40px * var(--fo-spacing-coef)) calc(44px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-4 .dp-logo02_row {
    padding: calc(30px * var(--fo-spacing-coef) * 0.75) calc(30px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-4 .dp-logo02_row div.col:not(:root) {
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: calc(24px * var(--fo-spacing-coef)) calc(32px * var(--fo-spacing-coef));
  padding: 0;
}
@media screen and (max-width: 769px) {
  .contents .content-4 .dp-logo02_row div.col:not(:root) {
    gap: calc(24px * var(--fo-spacing-coef) * 0.75) calc(24px * var(--fo-spacing-coef) * 0.75);
  }
}
@media screen and (min-width: 770px) {
  .contents .content-4 .dp-logo02_row div.col:not(:root):is(.vertical_position_top, .vertical_position_middle, .vertical_position_bottom) {
    align-self: auto !important;
  }
  .contents .content-4 .dp-logo02_row div.col:not(:root).vertical_position_top {
    align-content: start;
  }
  .contents .content-4 .dp-logo02_row div.col:not(:root).vertical_position_middle {
    align-content: center;
  }
  .contents .content-4 .dp-logo02_row div.col:not(:root).vertical_position_bottom {
    align-content: end;
  }
}
.contents .content-4 .dp-logo02_row div.col:not(:root) .component.image {
  width: calc((100% - 32px * var(--fo-spacing-coef) * 5) / 6);
  margin: 0;
}
@media screen and (max-width: 769px) {
  .contents .content-4 .dp-logo02_row div.col:not(:root) .component.image {
    width: calc((100% - 24px * var(--fo-spacing-coef) * 0.75 * 2) / 3);
  }
}
.contents .content-4 .row.row-6 .col.col-1 {
  /* sample */
}
.contents .content-4 .row.row-6 .col.col-1 .component.image {
  /* sample */
}
.contents .content-4 .row.row-6 .col.col-1 .component.image {
  /* sample */
}
.contents .content-4 .row.row-6 .col.col-1 .component.image {
  /* sample */
}
.contents .content-4 .row.row-6 .col.col-1 .component.image {
  /* sample */
}
.contents .content-4 .row.row-6 .col.col-1 .component.image {
  /* sample */
}
.contents .content-4 .row.row-6 .col.col-1 .component.image {
  /* sample */
}
.contents .content-4 .row.row-6 .col.col-1 .component.image {
  /* sample */
}
.contents .content-4 .row.row-6 .col.col-1 .component.image {
  /* sample */
}
.contents .content-4 .row.row-6 .col.col-1 .component.image {
  /* sample */
}
.contents .content-4 .row.row-6 .col.col-1 .component.image {
  /* sample */
}
.contents .content-4 .row.row-6 .col.col-1 .component.image {
  /* sample */
}
.contents .content-4 .row.row-6 .col.col-1 .component.image {
  /* sample */
}

.contents .content-4 .row.row-7 {
  /* sample */
}
.contents .content-4 .row.row-7 .col.col-1 {
  /* sample */
}
.contents .content-4 .row.row-7 .col.col-1 .component.rich-heading {
  /* sample */
}
.contents .content-4 .row.row-7 .col.col-2 {
  /* sample */
}
.contents .content-4 .row.row-7 .col.col-2 .component.richtext {
  /* sample */
}

.contents .content-4 .dp-sitemapList_row {
  display: flex;
  gap: 20px;
  margin: 10px auto 20px;
}
@media screen and (max-width: 769px) {
  .contents .content-4 .dp-sitemapList_row {
    flex-wrap: wrap;
    gap: 0;
    margin-top: 0;
  }
}
.contents .content-4 .dp-sitemapList_row + .dp-sitemapList_row {
  margin-top: 32px;
}
@media screen and (max-width: 769px) {
  .contents .content-4 .dp-sitemapList_row + .dp-sitemapList_row {
    margin-top: 24px;
  }
}
.contents .content-4 .dp-sitemapList_row div.col {
  padding: 10px 0 10px 20px;
  border-left: 1px solid var(--fo-main-color);
}
@media screen and (min-width: 770px) {
  .contents .content-4 .dp-sitemapList_row div.col:is(.vertical_position_top, .vertical_position_middle, .vertical_position_bottom) {
    display: flex;
    flex-direction: column;
    align-self: auto !important;
  }
  .contents .content-4 .dp-sitemapList_row div.col:is(.vertical_position_top, .vertical_position_middle, .vertical_position_bottom) .component:not(:last-child) {
    margin-bottom: 0;
  }
  .contents .content-4 .dp-sitemapList_row div.col.vertical_position_top {
    justify-content: start;
  }
  .contents .content-4 .dp-sitemapList_row div.col.vertical_position_middle {
    justify-content: center;
  }
  .contents .content-4 .dp-sitemapList_row div.col.vertical_position_bottom {
    justify-content: end;
  }
}
@media screen and (max-width: 769px) {
  .contents .content-4 .dp-sitemapList_row div.col:first-child {
    margin-top: 10px;
  }
}
@media screen and (max-width: 769px) {
  .contents .content-4 .dp-sitemapList_row div.col + div.col {
    padding-top: 0;
  }
}
.contents .content-4 .dp-sitemapList_row div.col .component.list {
  font-family: var(--fo-text-font-family);
  font-size: var(--fo-text-font-size-pc);
  color: var(--fo-text-main-color);
  line-height: var(--fo-text-line-height);
  letter-spacing: var(--fo-text-letter-spacing);
  margin: 0;
}
.contents .content-4 .dp-sitemapList_row div.col .component.list :is(ul, ol) {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
.contents .content-4 .dp-sitemapList_row div.col .component.list li {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
.contents .content-4 .dp-sitemapList_row div.col .component.list li + li {
  margin-top: 10px;
}
.contents .content-4 .dp-sitemapList_row div.col .component.list li a {
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  padding: 0;
}
.contents .content-4 .dp-sitemapList_row div.col .component.list li a:hover {
  background: none;
  opacity: var(--fo-text-link-hover-opacity, 1);
  text-decoration: var(--fo-text-link-hover-text-decoration, none);
  font-weight: var(--fo-text-link-hover-font-weight, inherit);
  color: var(--fo-text-link-color);
  filter: invert(var(--fo-text-link-hover-invert, 0));
}
.contents .content-4 .row.row-8 .col.col-1 {
  /* sample */
}
.contents .content-4 .row.row-8 .col.col-1 .component.list {
  /* sample */
}
.contents .content-4 .row.row-8 .col.col-2 {
  /* sample */
}
.contents .content-4 .row.row-8 .col.col-2 .component.list {
  /* sample */
}
.contents .content-4 .row.row-8 .col.col-3 {
  /* sample */
}
.contents .content-4 .row.row-8 .col.col-3 .component.list {
  /* sample */
}

.contents .content-4 .row.row-9 {
  /* sample */
}
.contents .content-4 .row.row-9 .col.col-1 {
  /* sample */
}
.contents .content-4 .row.row-9 .col.col-1 .component.rich-heading {
  /* sample */
}
.contents .content-4 .row.row-9 .col.col-2 {
  /* sample */
}

.contents .content-4 .dp-sitemap_sec:not(:root:root:root:root) {
  padding: calc(80px * var(--fo-spacing-coef) - 30px) 0 calc(80px * var(--fo-spacing-coef) - 40px);
}
@media screen and (max-width: 769px) {
  .contents .content-4 .dp-sitemap_sec:not(:root:root:root:root) {
    padding: calc(80px * var(--fo-spacing-coef) * 0.75 - 30px) 0;
  }
}
.contents .content-4 .dp-sitemap_row .col .component.richtext:not(:root:root:root) a {
  color: inherit;
}
.contents .content-4 .dp-sitemap_row .col .component.richtext:not(:root:root:root) ul {
  list-style: none;
  margin: 5px 0 0;
}
.contents .content-4 .dp-sitemap_row .col .component.richtext:not(:root:root:root) ul li + li {
  margin-top: 5px;
}
.contents .content-4 .dp-sitemap_row .col .component.richtext:not(:root:root:root) ul li div {
  padding-left: 12px;
  position: relative;
}
.contents .content-4 .dp-sitemap_row .col .component.richtext:not(:root:root:root) ul li div::before {
  content: "-";
  display: inline-block;
  color: inherit;
  line-height: 1;
  font-size: inherit;
  position: absolute;
  top: 50%;
  left: 1px;
  transform: translateY(-50%);
}
.contents .content-4 .dp-sitemap_row .col .component.richtext:not(:root:root:root) ul li div:has(strong)::before {
  font-weight: bold;
}
.contents .content-4 .dp-sitemap_row .col .component.richtext:not(:root:root:root) ul li ul {
  padding-left: 15px;
}
.contents .content-4 .row.row-10 .col.col-1 {
  /* sample */
}
.contents .content-4 .row.row-10 .col.col-1 .dp-richBase_text-v2 {
  font-family: var(--fo-text-font-family);
  font-size: var(--fo-text-font-size-pc);
  color: var(--fo-text-main-color);
  line-height: var(--fo-text-line-height);
  letter-spacing: var(--fo-text-letter-spacing);
  --dp-richBase-border-color: #eee;
}
@media screen and (max-width: 769px) {
  .contents .content-4 .row.row-10 .col.col-1 .dp-richBase_text-v2 {
    font-size: var(--fo-text-font-size-sp);
  }
}
.contents .content-4 .row.row-10 .col.col-1 .dp-richBase_text-v2 :link {
  text-decoration: none;
}
.contents .content-4 .row.row-10 .col.col-1 .dp-richBase_text-v2 :visited {
  text-decoration: none;
}
.contents .content-4 .row.row-10 .col.col-1 .dp-richBase_text-v2 a {
  color: var(--fo-text-link-color);
}
.contents .content-4 .row.row-10 .col.col-1 .dp-richBase_text-v2 a:hover {
  opacity: var(--fo-text-link-hover-opacity, 1);
  text-decoration: var(--fo-text-link-hover-text-decoration, none);
  font-weight: var(--fo-text-link-hover-font-weight, inherit);
  color: var(--fo-text-link-color);
  filter: invert(var(--fo-text-link-hover-invert,0));
}
.contents .content-4 .row.row-10 .col.col-1 .dp-richBase_text-v2 p {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  line-height: inherit;
  margin: 0;
  overflow-wrap: anywhere;
}
.contents .content-4 .row.row-10 .col.col-1 .dp-richBase_text-v2 :is(p, ul, ol, table, .normal-table, .table-with-row-header, .table-with-two-headers, .article-embed, [id*=cta-]) + :is(p, ul, ol, table, .normal-table, .table-with-row-header, .table-with-two-headers, .article-embed, [id*=cta-]) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-4 .row.row-10 .col.col-1 .dp-richBase_text-v2 :is(p, ul, ol, table, .normal-table, .table-with-row-header, .table-with-two-headers, .article-embed, [id*=cta-]) + :is(p, ul, ol, table, .normal-table, .table-with-row-header, .table-with-two-headers, .article-embed, [id*=cta-]) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-4 .row.row-10 .col.col-1 .dp-richBase_text-v2 strong {
  font-family: inherit;
}
.contents .content-4 .row.row-10 .col.col-1 .dp-richBase_text-v2 :is(ol, ul) {
  color: inherit;
  margin: 0 0 0 25px;
}
.contents .content-4 .row.row-10 .col.col-1 .dp-richBase_text-v2 :is(ol, ul) li {
  font-size: inherit;
  color: inherit;
  overflow-wrap: anywhere;
}
.contents .content-4 .row.row-10 .col.col-1 .dp-richBase_text-v2 :is(ol, ul) li a {
  font-size: inherit;
}
.contents .content-4 .row.row-10 .col.col-1 .dp-richBase_text-v2 table :is(tbody, tr, th, td) {
  border-color: var(--dp-richBase-border-color, transparent);
}
.contents .content-4 .row.row-10 .col.col-1 .dp-richBase_text-v2 table :is(tbody, tr, th, td) tr th p strong {
  font-weight: normal;
}
.contents .content-4 .row.row-10 .col.col-1 .dp-richBase_text-v2 table :is(tbody, tr, th, td) tr :is(th, td) {
  background-clip: padding-box;
  background-color: transparent;
  position: static;
  width: unset;
  line-height: inherit;
  padding: 10px;
}
.contents .content-4 .row.row-10 .col.col-1 .dp-richBase_text-v2 table :is(tbody, tr, th, td) tr :is(th, td) p {
  font-size: inherit;
}
.contents .content-4 .row.row-10 .col.col-1 .dp-richBase_text-v2 table :is(tbody, tr, th, td) tr :is(th, td) :is(ul, ol) {
  margin-left: 25px;
}
.contents .content-4 .row.row-10 .col.col-1 .dp-richBase_text-v2 .heading[data-designpart-id] :is(h1, h2, h3) {
  margin-bottom: calc(32px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-4 .row.row-10 .col.col-1 .dp-richBase_text-v2 .heading[data-designpart-id] :is(h1, h2, h3) {
    margin-bottom: calc(32px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-4 .row.row-10 .col.col-1 .dp-richBase_text-v2 .heading[data-designpart-id] :is(h4, h5, h6) {
  margin-bottom: calc(24px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-4 .row.row-10 .col.col-1 .dp-richBase_text-v2 .heading[data-designpart-id] :is(h4, h5, h6) {
    margin-bottom: calc(24px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-4 .row.row-10 .col.col-1 .dp-richBase_text-v2 .button[data-designpart-id] {
  margin-top: calc(64px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-4 .row.row-10 .col.col-1 .dp-richBase_text-v2 .button[data-designpart-id] {
    margin-top: calc(64px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-4 .row.row-10 .col.col-1 .dp-richBase_text-v2 .button[data-designpart-id] + :is(p, ul, ol, table, .normal-table, .table-with-row-header, .table-with-two-headers, .article-embed, [id*=cta-]) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-4 .row.row-10 .col.col-1 .dp-richBase_text-v2 .button[data-designpart-id] + :is(p, ul, ol, table, .normal-table, .table-with-row-header, .table-with-two-headers, .article-embed, [id*=cta-]) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-4 .row.row-10 .col.col-1 .dp-richBase_text-v2 .cta {
  margin-block: 0;
}
.contents .content-4 .row.row-10 .col.col-1 .dp-richBase_text-v2 [id*=cta-] + .button[data-designpart-id] {
  margin-top: calc(64px * var(--fo-spacing-coef) - 10px);
}
@media screen and (max-width: 769px) {
  .contents .content-4 .row.row-10 .col.col-1 .dp-richBase_text-v2 [id*=cta-] + .button[data-designpart-id] {
    margin-top: calc(64px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-4 .row.row-10 .col.col-2 {
  /* sample */
}
.contents .content-4 .row.row-10 .col.col-2 .dp-richBase_text-v2 {
  font-family: var(--fo-text-font-family);
  font-size: var(--fo-text-font-size-pc);
  color: var(--fo-text-main-color);
  line-height: var(--fo-text-line-height);
  letter-spacing: var(--fo-text-letter-spacing);
  --dp-richBase-border-color: #eee;
}
@media screen and (max-width: 769px) {
  .contents .content-4 .row.row-10 .col.col-2 .dp-richBase_text-v2 {
    font-size: var(--fo-text-font-size-sp);
  }
}
.contents .content-4 .row.row-10 .col.col-2 .dp-richBase_text-v2 :link {
  text-decoration: none;
}
.contents .content-4 .row.row-10 .col.col-2 .dp-richBase_text-v2 :visited {
  text-decoration: none;
}
.contents .content-4 .row.row-10 .col.col-2 .dp-richBase_text-v2 a {
  color: var(--fo-text-link-color);
}
.contents .content-4 .row.row-10 .col.col-2 .dp-richBase_text-v2 a:hover {
  opacity: var(--fo-text-link-hover-opacity, 1);
  text-decoration: var(--fo-text-link-hover-text-decoration, none);
  font-weight: var(--fo-text-link-hover-font-weight, inherit);
  color: var(--fo-text-link-color);
  filter: invert(var(--fo-text-link-hover-invert,0));
}
.contents .content-4 .row.row-10 .col.col-2 .dp-richBase_text-v2 p {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  line-height: inherit;
  margin: 0;
  overflow-wrap: anywhere;
}
.contents .content-4 .row.row-10 .col.col-2 .dp-richBase_text-v2 :is(p, ul, ol, table, .normal-table, .table-with-row-header, .table-with-two-headers, .article-embed, [id*=cta-]) + :is(p, ul, ol, table, .normal-table, .table-with-row-header, .table-with-two-headers, .article-embed, [id*=cta-]) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-4 .row.row-10 .col.col-2 .dp-richBase_text-v2 :is(p, ul, ol, table, .normal-table, .table-with-row-header, .table-with-two-headers, .article-embed, [id*=cta-]) + :is(p, ul, ol, table, .normal-table, .table-with-row-header, .table-with-two-headers, .article-embed, [id*=cta-]) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-4 .row.row-10 .col.col-2 .dp-richBase_text-v2 strong {
  font-family: inherit;
}
.contents .content-4 .row.row-10 .col.col-2 .dp-richBase_text-v2 :is(ol, ul) {
  color: inherit;
  margin: 0 0 0 25px;
}
.contents .content-4 .row.row-10 .col.col-2 .dp-richBase_text-v2 :is(ol, ul) li {
  font-size: inherit;
  color: inherit;
  overflow-wrap: anywhere;
}
.contents .content-4 .row.row-10 .col.col-2 .dp-richBase_text-v2 :is(ol, ul) li a {
  font-size: inherit;
}
.contents .content-4 .row.row-10 .col.col-2 .dp-richBase_text-v2 table :is(tbody, tr, th, td) {
  border-color: var(--dp-richBase-border-color, transparent);
}
.contents .content-4 .row.row-10 .col.col-2 .dp-richBase_text-v2 table :is(tbody, tr, th, td) tr th p strong {
  font-weight: normal;
}
.contents .content-4 .row.row-10 .col.col-2 .dp-richBase_text-v2 table :is(tbody, tr, th, td) tr :is(th, td) {
  background-clip: padding-box;
  background-color: transparent;
  position: static;
  width: unset;
  line-height: inherit;
  padding: 10px;
}
.contents .content-4 .row.row-10 .col.col-2 .dp-richBase_text-v2 table :is(tbody, tr, th, td) tr :is(th, td) p {
  font-size: inherit;
}
.contents .content-4 .row.row-10 .col.col-2 .dp-richBase_text-v2 table :is(tbody, tr, th, td) tr :is(th, td) :is(ul, ol) {
  margin-left: 25px;
}
.contents .content-4 .row.row-10 .col.col-2 .dp-richBase_text-v2 .heading[data-designpart-id] :is(h1, h2, h3) {
  margin-bottom: calc(32px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-4 .row.row-10 .col.col-2 .dp-richBase_text-v2 .heading[data-designpart-id] :is(h1, h2, h3) {
    margin-bottom: calc(32px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-4 .row.row-10 .col.col-2 .dp-richBase_text-v2 .heading[data-designpart-id] :is(h4, h5, h6) {
  margin-bottom: calc(24px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-4 .row.row-10 .col.col-2 .dp-richBase_text-v2 .heading[data-designpart-id] :is(h4, h5, h6) {
    margin-bottom: calc(24px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-4 .row.row-10 .col.col-2 .dp-richBase_text-v2 .button[data-designpart-id] {
  margin-top: calc(64px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-4 .row.row-10 .col.col-2 .dp-richBase_text-v2 .button[data-designpart-id] {
    margin-top: calc(64px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-4 .row.row-10 .col.col-2 .dp-richBase_text-v2 .button[data-designpart-id] + :is(p, ul, ol, table, .normal-table, .table-with-row-header, .table-with-two-headers, .article-embed, [id*=cta-]) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-4 .row.row-10 .col.col-2 .dp-richBase_text-v2 .button[data-designpart-id] + :is(p, ul, ol, table, .normal-table, .table-with-row-header, .table-with-two-headers, .article-embed, [id*=cta-]) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-4 .row.row-10 .col.col-2 .dp-richBase_text-v2 .cta {
  margin-block: 0;
}
.contents .content-4 .row.row-10 .col.col-2 .dp-richBase_text-v2 [id*=cta-] + .button[data-designpart-id] {
  margin-top: calc(64px * var(--fo-spacing-coef) - 10px);
}
@media screen and (max-width: 769px) {
  .contents .content-4 .row.row-10 .col.col-2 .dp-richBase_text-v2 [id*=cta-] + .button[data-designpart-id] {
    margin-top: calc(64px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-4 .row.row-10 .col.col-3 {
  /* sample */
}
.contents .content-4 .row.row-10 .col.col-3 .dp-richBase_text-v2 {
  font-family: var(--fo-text-font-family);
  font-size: var(--fo-text-font-size-pc);
  color: var(--fo-text-main-color);
  line-height: var(--fo-text-line-height);
  letter-spacing: var(--fo-text-letter-spacing);
  --dp-richBase-border-color: #eee;
}
@media screen and (max-width: 769px) {
  .contents .content-4 .row.row-10 .col.col-3 .dp-richBase_text-v2 {
    font-size: var(--fo-text-font-size-sp);
  }
}
.contents .content-4 .row.row-10 .col.col-3 .dp-richBase_text-v2 :link {
  text-decoration: none;
}
.contents .content-4 .row.row-10 .col.col-3 .dp-richBase_text-v2 :visited {
  text-decoration: none;
}
.contents .content-4 .row.row-10 .col.col-3 .dp-richBase_text-v2 a {
  color: var(--fo-text-link-color);
}
.contents .content-4 .row.row-10 .col.col-3 .dp-richBase_text-v2 a:hover {
  opacity: var(--fo-text-link-hover-opacity, 1);
  text-decoration: var(--fo-text-link-hover-text-decoration, none);
  font-weight: var(--fo-text-link-hover-font-weight, inherit);
  color: var(--fo-text-link-color);
  filter: invert(var(--fo-text-link-hover-invert,0));
}
.contents .content-4 .row.row-10 .col.col-3 .dp-richBase_text-v2 p {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  line-height: inherit;
  margin: 0;
  overflow-wrap: anywhere;
}
.contents .content-4 .row.row-10 .col.col-3 .dp-richBase_text-v2 :is(p, ul, ol, table, .normal-table, .table-with-row-header, .table-with-two-headers, .article-embed, [id*=cta-]) + :is(p, ul, ol, table, .normal-table, .table-with-row-header, .table-with-two-headers, .article-embed, [id*=cta-]) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-4 .row.row-10 .col.col-3 .dp-richBase_text-v2 :is(p, ul, ol, table, .normal-table, .table-with-row-header, .table-with-two-headers, .article-embed, [id*=cta-]) + :is(p, ul, ol, table, .normal-table, .table-with-row-header, .table-with-two-headers, .article-embed, [id*=cta-]) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-4 .row.row-10 .col.col-3 .dp-richBase_text-v2 strong {
  font-family: inherit;
}
.contents .content-4 .row.row-10 .col.col-3 .dp-richBase_text-v2 :is(ol, ul) {
  color: inherit;
  margin: 0 0 0 25px;
}
.contents .content-4 .row.row-10 .col.col-3 .dp-richBase_text-v2 :is(ol, ul) li {
  font-size: inherit;
  color: inherit;
  overflow-wrap: anywhere;
}
.contents .content-4 .row.row-10 .col.col-3 .dp-richBase_text-v2 :is(ol, ul) li a {
  font-size: inherit;
}
.contents .content-4 .row.row-10 .col.col-3 .dp-richBase_text-v2 table :is(tbody, tr, th, td) {
  border-color: var(--dp-richBase-border-color, transparent);
}
.contents .content-4 .row.row-10 .col.col-3 .dp-richBase_text-v2 table :is(tbody, tr, th, td) tr th p strong {
  font-weight: normal;
}
.contents .content-4 .row.row-10 .col.col-3 .dp-richBase_text-v2 table :is(tbody, tr, th, td) tr :is(th, td) {
  background-clip: padding-box;
  background-color: transparent;
  position: static;
  width: unset;
  line-height: inherit;
  padding: 10px;
}
.contents .content-4 .row.row-10 .col.col-3 .dp-richBase_text-v2 table :is(tbody, tr, th, td) tr :is(th, td) p {
  font-size: inherit;
}
.contents .content-4 .row.row-10 .col.col-3 .dp-richBase_text-v2 table :is(tbody, tr, th, td) tr :is(th, td) :is(ul, ol) {
  margin-left: 25px;
}
.contents .content-4 .row.row-10 .col.col-3 .dp-richBase_text-v2 .heading[data-designpart-id] :is(h1, h2, h3) {
  margin-bottom: calc(32px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-4 .row.row-10 .col.col-3 .dp-richBase_text-v2 .heading[data-designpart-id] :is(h1, h2, h3) {
    margin-bottom: calc(32px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-4 .row.row-10 .col.col-3 .dp-richBase_text-v2 .heading[data-designpart-id] :is(h4, h5, h6) {
  margin-bottom: calc(24px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-4 .row.row-10 .col.col-3 .dp-richBase_text-v2 .heading[data-designpart-id] :is(h4, h5, h6) {
    margin-bottom: calc(24px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-4 .row.row-10 .col.col-3 .dp-richBase_text-v2 .button[data-designpart-id] {
  margin-top: calc(64px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-4 .row.row-10 .col.col-3 .dp-richBase_text-v2 .button[data-designpart-id] {
    margin-top: calc(64px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-4 .row.row-10 .col.col-3 .dp-richBase_text-v2 .button[data-designpart-id] + :is(p, ul, ol, table, .normal-table, .table-with-row-header, .table-with-two-headers, .article-embed, [id*=cta-]) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-4 .row.row-10 .col.col-3 .dp-richBase_text-v2 .button[data-designpart-id] + :is(p, ul, ol, table, .normal-table, .table-with-row-header, .table-with-two-headers, .article-embed, [id*=cta-]) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-4 .row.row-10 .col.col-3 .dp-richBase_text-v2 .cta {
  margin-block: 0;
}
.contents .content-4 .row.row-10 .col.col-3 .dp-richBase_text-v2 [id*=cta-] + .button[data-designpart-id] {
  margin-top: calc(64px * var(--fo-spacing-coef) - 10px);
}
@media screen and (max-width: 769px) {
  .contents .content-4 .row.row-10 .col.col-3 .dp-richBase_text-v2 [id*=cta-] + .button[data-designpart-id] {
    margin-top: calc(64px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-4 .row.row-10 .col.col-4 {
  /* sample */
}
.contents .content-4 .row.row-10 .col.col-4 .dp-richBase_text-v2 {
  font-family: var(--fo-text-font-family);
  font-size: var(--fo-text-font-size-pc);
  color: var(--fo-text-main-color);
  line-height: var(--fo-text-line-height);
  letter-spacing: var(--fo-text-letter-spacing);
  --dp-richBase-border-color: #eee;
}
@media screen and (max-width: 769px) {
  .contents .content-4 .row.row-10 .col.col-4 .dp-richBase_text-v2 {
    font-size: var(--fo-text-font-size-sp);
  }
}
.contents .content-4 .row.row-10 .col.col-4 .dp-richBase_text-v2 :link {
  text-decoration: none;
}
.contents .content-4 .row.row-10 .col.col-4 .dp-richBase_text-v2 :visited {
  text-decoration: none;
}
.contents .content-4 .row.row-10 .col.col-4 .dp-richBase_text-v2 a {
  color: var(--fo-text-link-color);
}
.contents .content-4 .row.row-10 .col.col-4 .dp-richBase_text-v2 a:hover {
  opacity: var(--fo-text-link-hover-opacity, 1);
  text-decoration: var(--fo-text-link-hover-text-decoration, none);
  font-weight: var(--fo-text-link-hover-font-weight, inherit);
  color: var(--fo-text-link-color);
  filter: invert(var(--fo-text-link-hover-invert,0));
}
.contents .content-4 .row.row-10 .col.col-4 .dp-richBase_text-v2 p {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  line-height: inherit;
  margin: 0;
  overflow-wrap: anywhere;
}
.contents .content-4 .row.row-10 .col.col-4 .dp-richBase_text-v2 :is(p, ul, ol, table, .normal-table, .table-with-row-header, .table-with-two-headers, .article-embed, [id*=cta-]) + :is(p, ul, ol, table, .normal-table, .table-with-row-header, .table-with-two-headers, .article-embed, [id*=cta-]) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-4 .row.row-10 .col.col-4 .dp-richBase_text-v2 :is(p, ul, ol, table, .normal-table, .table-with-row-header, .table-with-two-headers, .article-embed, [id*=cta-]) + :is(p, ul, ol, table, .normal-table, .table-with-row-header, .table-with-two-headers, .article-embed, [id*=cta-]) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-4 .row.row-10 .col.col-4 .dp-richBase_text-v2 strong {
  font-family: inherit;
}
.contents .content-4 .row.row-10 .col.col-4 .dp-richBase_text-v2 :is(ol, ul) {
  color: inherit;
  margin: 0 0 0 25px;
}
.contents .content-4 .row.row-10 .col.col-4 .dp-richBase_text-v2 :is(ol, ul) li {
  font-size: inherit;
  color: inherit;
  overflow-wrap: anywhere;
}
.contents .content-4 .row.row-10 .col.col-4 .dp-richBase_text-v2 :is(ol, ul) li a {
  font-size: inherit;
}
.contents .content-4 .row.row-10 .col.col-4 .dp-richBase_text-v2 table :is(tbody, tr, th, td) {
  border-color: var(--dp-richBase-border-color, transparent);
}
.contents .content-4 .row.row-10 .col.col-4 .dp-richBase_text-v2 table :is(tbody, tr, th, td) tr th p strong {
  font-weight: normal;
}
.contents .content-4 .row.row-10 .col.col-4 .dp-richBase_text-v2 table :is(tbody, tr, th, td) tr :is(th, td) {
  background-clip: padding-box;
  background-color: transparent;
  position: static;
  width: unset;
  line-height: inherit;
  padding: 10px;
}
.contents .content-4 .row.row-10 .col.col-4 .dp-richBase_text-v2 table :is(tbody, tr, th, td) tr :is(th, td) p {
  font-size: inherit;
}
.contents .content-4 .row.row-10 .col.col-4 .dp-richBase_text-v2 table :is(tbody, tr, th, td) tr :is(th, td) :is(ul, ol) {
  margin-left: 25px;
}
.contents .content-4 .row.row-10 .col.col-4 .dp-richBase_text-v2 .heading[data-designpart-id] :is(h1, h2, h3) {
  margin-bottom: calc(32px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-4 .row.row-10 .col.col-4 .dp-richBase_text-v2 .heading[data-designpart-id] :is(h1, h2, h3) {
    margin-bottom: calc(32px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-4 .row.row-10 .col.col-4 .dp-richBase_text-v2 .heading[data-designpart-id] :is(h4, h5, h6) {
  margin-bottom: calc(24px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-4 .row.row-10 .col.col-4 .dp-richBase_text-v2 .heading[data-designpart-id] :is(h4, h5, h6) {
    margin-bottom: calc(24px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-4 .row.row-10 .col.col-4 .dp-richBase_text-v2 .button[data-designpart-id] {
  margin-top: calc(64px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-4 .row.row-10 .col.col-4 .dp-richBase_text-v2 .button[data-designpart-id] {
    margin-top: calc(64px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-4 .row.row-10 .col.col-4 .dp-richBase_text-v2 .button[data-designpart-id] + :is(p, ul, ol, table, .normal-table, .table-with-row-header, .table-with-two-headers, .article-embed, [id*=cta-]) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-4 .row.row-10 .col.col-4 .dp-richBase_text-v2 .button[data-designpart-id] + :is(p, ul, ol, table, .normal-table, .table-with-row-header, .table-with-two-headers, .article-embed, [id*=cta-]) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-4 .row.row-10 .col.col-4 .dp-richBase_text-v2 .cta {
  margin-block: 0;
}
.contents .content-4 .row.row-10 .col.col-4 .dp-richBase_text-v2 [id*=cta-] + .button[data-designpart-id] {
  margin-top: calc(64px * var(--fo-spacing-coef) - 10px);
}
@media screen and (max-width: 769px) {
  .contents .content-4 .row.row-10 .col.col-4 .dp-richBase_text-v2 [id*=cta-] + .button[data-designpart-id] {
    margin-top: calc(64px * var(--fo-spacing-coef) * 0.75);
  }
}

.contents .content-4 .row.row-11 {
  /* sample */
}
.contents .content-4 .row.row-11 .col.col-1 {
  /* sample */
}
.contents .content-4 .row.row-11 .col.col-1 .component.rich-heading {
  /* sample */
}
.contents .content-4 .row.row-11 .col.col-1 .component.richtext {
  /* sample */
}
.contents .content-4 .row.row-11 .col.col-2 {
  /* sample */
}
.contents .content-4 .row.row-11 .col.col-2 .component.richtext {
  /* sample */
}

.contents .content-4 .dp-fw01_row {
  display: flex;
  gap: calc(32px * var(--fo-spacing-coef));
  margin: 10px auto;
}
@media screen and (max-width: 769px) {
  .contents .content-4 .dp-fw01_row {
    flex-direction: column;
    gap: calc(32px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-4 .dp-fw01_row + .dp-fw01_row {
  margin-top: calc(32px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-4 .dp-fw01_row + .dp-fw01_row {
    margin-top: calc(32px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-4 .dp-fw01_row + .dp-fw01_row div.col:not(:root) {
  padding: 0;
}
@media screen and (max-width: 769px) {
  .contents .content-4 .dp-fw01_row + .dp-fw01_row div.col:not(:root):first-child::before {
    display: inline-flex;
  }
}
@media screen and (min-width: 770px) {
  .contents .content-4 .dp-fw01_row + .dp-fw01_row div.col:not(:root):first-child .component:not(:root).image::before {
    display: inline-flex;
  }
}
.contents .content-4 .dp-fw01_row div.col:not(:root) {
  padding: 0;
}
@media screen and (max-width: 769px) {
  .contents .content-4 .dp-fw01_row div.col:not(:root) {
    position: relative;
  }
}
@media screen and (min-width: 770px) {
  .contents .content-4 .dp-fw01_row div.col:not(:root):is(.vertical_position_top, .vertical_position_middle, .vertical_position_bottom) {
    display: flex;
    flex-direction: column;
    align-self: auto !important;
  }
  .contents .content-4 .dp-fw01_row div.col:not(:root):is(.vertical_position_top, .vertical_position_middle, .vertical_position_bottom) .component:not(:last-child) {
    margin-bottom: 0;
  }
  .contents .content-4 .dp-fw01_row div.col:not(:root).vertical_position_top {
    justify-content: start;
  }
  .contents .content-4 .dp-fw01_row div.col:not(:root).vertical_position_middle {
    justify-content: center;
  }
  .contents .content-4 .dp-fw01_row div.col:not(:root).vertical_position_bottom {
    justify-content: end;
  }
}
@media screen and (max-width: 769px) {
  .contents .content-4 .dp-fw01_row div.col:not(:root)::before {
    content: "\f107";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: calc(32px * var(--fo-spacing-coef) * 0.75);
    font-family: "FontAwesome";
    font-size: calc(64px * var(--fo-spacing-coef) * 0.75);
    color: var(--fo-main-color);
    position: absolute;
    top: calc(-32px * var(--fo-spacing-coef) * 0.75);
  }
}
@media screen and (max-width: 769px) {
  .contents .content-4 .dp-fw01_row div.col:not(:root):first-child::before {
    display: none;
  }
}
@media screen and (min-width: 770px) {
  .contents .content-4 .dp-fw01_row div.col:not(:root):first-child .component:not(:root).image::before {
    display: none;
    left: -15px;
  }
}
.contents .content-4 .dp-fw01_row div.col:not(:root) .component:not(:root) {
  padding: 0 10px;
}
.contents .content-4 .dp-fw01_row div.col:not(:root) .component:not(:root):not(:first-child) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-4 .dp-fw01_row div.col:not(:root) .component:not(:root):not(:first-child) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
@media screen and (min-width: 770px) {
  .contents .content-4 .dp-fw01_row div.col:not(:root) .component:not(:root).image {
    position: relative;
  }
}
@media screen and (min-width: 770px) {
  .contents .content-4 .dp-fw01_row div.col:not(:root) .component:not(:root).image::before {
    content: "\f105";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: calc(32px * var(--fo-spacing-coef));
    font-family: "FontAwesome";
    font-size: calc(64px * var(--fo-spacing-coef));
    color: var(--fo-main-color);
    position: absolute;
    top: 50%;
    left: calc(-32px * var(--fo-spacing-coef));
    transform: translate(0, -50%);
  }
}
.contents .content-4 .dp-fw01_row div.col:not(:root) .component:not(:root).heading:not(:root) :is(h1, h2, h3, h4, h5) {
  margin-bottom: 0;
}
@media screen and (max-width: 769px) {
  .contents .content-4 .dp-fw01_row div.col:not(:root) .component:not(:root).richtext {
    text-align: center;
  }
}
.contents .content-4 .row.row-12 .col.col-1 {
  /* sample */
}
.contents .content-4 .row.row-12 .col.col-1 .component.image {
  /* sample */
}
.contents .content-4 .row.row-12 .col.col-1 .dp-hd_custom01-01 {
  margin: 10px 0 0;
}
.contents .content-4 .row.row-12 .col.col-1 .dp-hd_custom01-01 :is(h1, h2, h3, h4, h5) {
  font-family: var(--fo-heading-font-family);
  font-weight: 700;
  line-height: var(--fo-heading-line-height);
  letter-spacing: var(--fo-heading-letter-spacing);
  color: var(--fo-heading-main-color);
  border: none;
  position: initial;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 769px) {
  .contents .content-4 .row.row-12 .col.col-1 .dp-hd_custom01-01 :is(h1, h2, h3, h4, h5) {
    overflow-wrap: break-word;
  }
}
.contents .content-4 .row.row-12 .col.col-1 .dp-hd_custom01-01 :is(h1, h2, h3, h4, h5) .strong {
  font-weight: 400;
}
.contents .content-4 .row.row-12 .col.col-1 .dp-hd_custom01-01 h1 {
  font-size: var(--fo-h1-font-size-pc);
  margin-bottom: max(calc((32px * var(--fo-spacing-coef)) - 20px),0px);
}
@media screen and (max-width: 769px) {
  .contents .content-4 .row.row-12 .col.col-1 .dp-hd_custom01-01 h1 {
    font-size: var(--fo-h1-font-size-sp);
    margin-bottom: max(calc((32px * var(--fo-spacing-coef)) * .75),0px);
  }
}
.contents .content-4 .row.row-12 .col.col-1 .dp-hd_custom01-01 h2 {
  font-size: var(--fo-h2-font-size-pc);
  margin-bottom: max(calc((32px * var(--fo-spacing-coef)) - 20px),0px);
}
@media screen and (max-width: 769px) {
  .contents .content-4 .row.row-12 .col.col-1 .dp-hd_custom01-01 h2 {
    font-size: var(--fo-h2-font-size-sp);
    margin-bottom: max(calc((32px * var(--fo-spacing-coef)) * .75),0px);
  }
}
.contents .content-4 .row.row-12 .col.col-1 .dp-hd_custom01-01 h3 {
  font-size: var(--fo-h3-font-size-pc);
  margin-bottom: max(calc((32px * var(--fo-spacing-coef)) - 20px),0px);
}
@media screen and (max-width: 769px) {
  .contents .content-4 .row.row-12 .col.col-1 .dp-hd_custom01-01 h3 {
    font-size: var(--fo-h3-font-size-sp);
    margin-bottom: max(calc((32px * var(--fo-spacing-coef)) * .75),0px);
  }
}
.contents .content-4 .row.row-12 .col.col-1 .dp-hd_custom01-01 h4 {
  font-size: var(--fo-h4-font-size-pc);
  margin-bottom: max(calc((24px * var(--fo-spacing-coef)) - 20px),0px);
}
@media screen and (max-width: 769px) {
  .contents .content-4 .row.row-12 .col.col-1 .dp-hd_custom01-01 h4 {
    font-size: var(--fo-h4-font-size-sp);
    margin-bottom: max(calc((24px * var(--fo-spacing-coef)) * .75),0px);
  }
}
.contents .content-4 .row.row-12 .col.col-1 .dp-hd_custom01-01 h5 {
  font-size: var(--fo-h5-font-size-pc);
  margin-bottom: max(calc((24px * var(--fo-spacing-coef)) - 20px),0px);
}
@media screen and (max-width: 769px) {
  .contents .content-4 .row.row-12 .col.col-1 .dp-hd_custom01-01 h5 {
    font-size: var(--fo-h5-font-size-sp);
    margin-bottom: max(calc((24px * var(--fo-spacing-coef)) * .75),0px);
  }
}
.contents .content-4 .row.row-12 .col.col-1 .dp-richBase_text-v2 {
  font-family: var(--fo-text-font-family);
  font-size: var(--fo-text-font-size-pc);
  color: var(--fo-text-main-color);
  line-height: var(--fo-text-line-height);
  letter-spacing: var(--fo-text-letter-spacing);
  --dp-richBase-border-color: #eee;
}
@media screen and (max-width: 769px) {
  .contents .content-4 .row.row-12 .col.col-1 .dp-richBase_text-v2 {
    font-size: var(--fo-text-font-size-sp);
  }
}
.contents .content-4 .row.row-12 .col.col-1 .dp-richBase_text-v2 :link {
  text-decoration: none;
}
.contents .content-4 .row.row-12 .col.col-1 .dp-richBase_text-v2 :visited {
  text-decoration: none;
}
.contents .content-4 .row.row-12 .col.col-1 .dp-richBase_text-v2 a {
  color: var(--fo-text-link-color);
}
.contents .content-4 .row.row-12 .col.col-1 .dp-richBase_text-v2 a:hover {
  opacity: var(--fo-text-link-hover-opacity, 1);
  text-decoration: var(--fo-text-link-hover-text-decoration, none);
  font-weight: var(--fo-text-link-hover-font-weight, inherit);
  color: var(--fo-text-link-color);
  filter: invert(var(--fo-text-link-hover-invert,0));
}
.contents .content-4 .row.row-12 .col.col-1 .dp-richBase_text-v2 p {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  line-height: inherit;
  margin: 0;
  overflow-wrap: anywhere;
}
.contents .content-4 .row.row-12 .col.col-1 .dp-richBase_text-v2 :is(p, ul, ol, table, .normal-table, .table-with-row-header, .table-with-two-headers, .article-embed, [id*=cta-]) + :is(p, ul, ol, table, .normal-table, .table-with-row-header, .table-with-two-headers, .article-embed, [id*=cta-]) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-4 .row.row-12 .col.col-1 .dp-richBase_text-v2 :is(p, ul, ol, table, .normal-table, .table-with-row-header, .table-with-two-headers, .article-embed, [id*=cta-]) + :is(p, ul, ol, table, .normal-table, .table-with-row-header, .table-with-two-headers, .article-embed, [id*=cta-]) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-4 .row.row-12 .col.col-1 .dp-richBase_text-v2 strong {
  font-family: inherit;
}
.contents .content-4 .row.row-12 .col.col-1 .dp-richBase_text-v2 :is(ol, ul) {
  color: inherit;
  margin: 0 0 0 25px;
}
.contents .content-4 .row.row-12 .col.col-1 .dp-richBase_text-v2 :is(ol, ul) li {
  font-size: inherit;
  color: inherit;
  overflow-wrap: anywhere;
}
.contents .content-4 .row.row-12 .col.col-1 .dp-richBase_text-v2 :is(ol, ul) li a {
  font-size: inherit;
}
.contents .content-4 .row.row-12 .col.col-1 .dp-richBase_text-v2 table :is(tbody, tr, th, td) {
  border-color: var(--dp-richBase-border-color, transparent);
}
.contents .content-4 .row.row-12 .col.col-1 .dp-richBase_text-v2 table :is(tbody, tr, th, td) tr th p strong {
  font-weight: normal;
}
.contents .content-4 .row.row-12 .col.col-1 .dp-richBase_text-v2 table :is(tbody, tr, th, td) tr :is(th, td) {
  background-clip: padding-box;
  background-color: transparent;
  position: static;
  width: unset;
  line-height: inherit;
  padding: 10px;
}
.contents .content-4 .row.row-12 .col.col-1 .dp-richBase_text-v2 table :is(tbody, tr, th, td) tr :is(th, td) p {
  font-size: inherit;
}
.contents .content-4 .row.row-12 .col.col-1 .dp-richBase_text-v2 table :is(tbody, tr, th, td) tr :is(th, td) :is(ul, ol) {
  margin-left: 25px;
}
.contents .content-4 .row.row-12 .col.col-1 .dp-richBase_text-v2 .heading[data-designpart-id] :is(h1, h2, h3) {
  margin-bottom: calc(32px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-4 .row.row-12 .col.col-1 .dp-richBase_text-v2 .heading[data-designpart-id] :is(h1, h2, h3) {
    margin-bottom: calc(32px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-4 .row.row-12 .col.col-1 .dp-richBase_text-v2 .heading[data-designpart-id] :is(h4, h5, h6) {
  margin-bottom: calc(24px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-4 .row.row-12 .col.col-1 .dp-richBase_text-v2 .heading[data-designpart-id] :is(h4, h5, h6) {
    margin-bottom: calc(24px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-4 .row.row-12 .col.col-1 .dp-richBase_text-v2 .button[data-designpart-id] {
  margin-top: calc(64px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-4 .row.row-12 .col.col-1 .dp-richBase_text-v2 .button[data-designpart-id] {
    margin-top: calc(64px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-4 .row.row-12 .col.col-1 .dp-richBase_text-v2 .button[data-designpart-id] + :is(p, ul, ol, table, .normal-table, .table-with-row-header, .table-with-two-headers, .article-embed, [id*=cta-]) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-4 .row.row-12 .col.col-1 .dp-richBase_text-v2 .button[data-designpart-id] + :is(p, ul, ol, table, .normal-table, .table-with-row-header, .table-with-two-headers, .article-embed, [id*=cta-]) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-4 .row.row-12 .col.col-1 .dp-richBase_text-v2 .cta {
  margin-block: 0;
}
.contents .content-4 .row.row-12 .col.col-1 .dp-richBase_text-v2 [id*=cta-] + .button[data-designpart-id] {
  margin-top: calc(64px * var(--fo-spacing-coef) - 10px);
}
@media screen and (max-width: 769px) {
  .contents .content-4 .row.row-12 .col.col-1 .dp-richBase_text-v2 [id*=cta-] + .button[data-designpart-id] {
    margin-top: calc(64px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-4 .row.row-12 .col.col-2 {
  /* sample */
}
.contents .content-4 .row.row-12 .col.col-2 .component.image {
  /* sample */
}
.contents .content-4 .row.row-12 .col.col-2 .dp-hd_custom01-01 {
  margin: 10px 0 0;
}
.contents .content-4 .row.row-12 .col.col-2 .dp-hd_custom01-01 :is(h1, h2, h3, h4, h5) {
  font-family: var(--fo-heading-font-family);
  font-weight: 700;
  line-height: var(--fo-heading-line-height);
  letter-spacing: var(--fo-heading-letter-spacing);
  color: var(--fo-heading-main-color);
  border: none;
  position: initial;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 769px) {
  .contents .content-4 .row.row-12 .col.col-2 .dp-hd_custom01-01 :is(h1, h2, h3, h4, h5) {
    overflow-wrap: break-word;
  }
}
.contents .content-4 .row.row-12 .col.col-2 .dp-hd_custom01-01 :is(h1, h2, h3, h4, h5) .strong {
  font-weight: 400;
}
.contents .content-4 .row.row-12 .col.col-2 .dp-hd_custom01-01 h1 {
  font-size: var(--fo-h1-font-size-pc);
  margin-bottom: max(calc((32px * var(--fo-spacing-coef)) - 20px),0px);
}
@media screen and (max-width: 769px) {
  .contents .content-4 .row.row-12 .col.col-2 .dp-hd_custom01-01 h1 {
    font-size: var(--fo-h1-font-size-sp);
    margin-bottom: max(calc((32px * var(--fo-spacing-coef)) * .75),0px);
  }
}
.contents .content-4 .row.row-12 .col.col-2 .dp-hd_custom01-01 h2 {
  font-size: var(--fo-h2-font-size-pc);
  margin-bottom: max(calc((32px * var(--fo-spacing-coef)) - 20px),0px);
}
@media screen and (max-width: 769px) {
  .contents .content-4 .row.row-12 .col.col-2 .dp-hd_custom01-01 h2 {
    font-size: var(--fo-h2-font-size-sp);
    margin-bottom: max(calc((32px * var(--fo-spacing-coef)) * .75),0px);
  }
}
.contents .content-4 .row.row-12 .col.col-2 .dp-hd_custom01-01 h3 {
  font-size: var(--fo-h3-font-size-pc);
  margin-bottom: max(calc((32px * var(--fo-spacing-coef)) - 20px),0px);
}
@media screen and (max-width: 769px) {
  .contents .content-4 .row.row-12 .col.col-2 .dp-hd_custom01-01 h3 {
    font-size: var(--fo-h3-font-size-sp);
    margin-bottom: max(calc((32px * var(--fo-spacing-coef)) * .75),0px);
  }
}
.contents .content-4 .row.row-12 .col.col-2 .dp-hd_custom01-01 h4 {
  font-size: var(--fo-h4-font-size-pc);
  margin-bottom: max(calc((24px * var(--fo-spacing-coef)) - 20px),0px);
}
@media screen and (max-width: 769px) {
  .contents .content-4 .row.row-12 .col.col-2 .dp-hd_custom01-01 h4 {
    font-size: var(--fo-h4-font-size-sp);
    margin-bottom: max(calc((24px * var(--fo-spacing-coef)) * .75),0px);
  }
}
.contents .content-4 .row.row-12 .col.col-2 .dp-hd_custom01-01 h5 {
  font-size: var(--fo-h5-font-size-pc);
  margin-bottom: max(calc((24px * var(--fo-spacing-coef)) - 20px),0px);
}
@media screen and (max-width: 769px) {
  .contents .content-4 .row.row-12 .col.col-2 .dp-hd_custom01-01 h5 {
    font-size: var(--fo-h5-font-size-sp);
    margin-bottom: max(calc((24px * var(--fo-spacing-coef)) * .75),0px);
  }
}
.contents .content-4 .row.row-12 .col.col-2 .dp-richBase_text-v2 {
  font-family: var(--fo-text-font-family);
  font-size: var(--fo-text-font-size-pc);
  color: var(--fo-text-main-color);
  line-height: var(--fo-text-line-height);
  letter-spacing: var(--fo-text-letter-spacing);
  --dp-richBase-border-color: #eee;
}
@media screen and (max-width: 769px) {
  .contents .content-4 .row.row-12 .col.col-2 .dp-richBase_text-v2 {
    font-size: var(--fo-text-font-size-sp);
  }
}
.contents .content-4 .row.row-12 .col.col-2 .dp-richBase_text-v2 :link {
  text-decoration: none;
}
.contents .content-4 .row.row-12 .col.col-2 .dp-richBase_text-v2 :visited {
  text-decoration: none;
}
.contents .content-4 .row.row-12 .col.col-2 .dp-richBase_text-v2 a {
  color: var(--fo-text-link-color);
}
.contents .content-4 .row.row-12 .col.col-2 .dp-richBase_text-v2 a:hover {
  opacity: var(--fo-text-link-hover-opacity, 1);
  text-decoration: var(--fo-text-link-hover-text-decoration, none);
  font-weight: var(--fo-text-link-hover-font-weight, inherit);
  color: var(--fo-text-link-color);
  filter: invert(var(--fo-text-link-hover-invert,0));
}
.contents .content-4 .row.row-12 .col.col-2 .dp-richBase_text-v2 p {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  line-height: inherit;
  margin: 0;
  overflow-wrap: anywhere;
}
.contents .content-4 .row.row-12 .col.col-2 .dp-richBase_text-v2 :is(p, ul, ol, table, .normal-table, .table-with-row-header, .table-with-two-headers, .article-embed, [id*=cta-]) + :is(p, ul, ol, table, .normal-table, .table-with-row-header, .table-with-two-headers, .article-embed, [id*=cta-]) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-4 .row.row-12 .col.col-2 .dp-richBase_text-v2 :is(p, ul, ol, table, .normal-table, .table-with-row-header, .table-with-two-headers, .article-embed, [id*=cta-]) + :is(p, ul, ol, table, .normal-table, .table-with-row-header, .table-with-two-headers, .article-embed, [id*=cta-]) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-4 .row.row-12 .col.col-2 .dp-richBase_text-v2 strong {
  font-family: inherit;
}
.contents .content-4 .row.row-12 .col.col-2 .dp-richBase_text-v2 :is(ol, ul) {
  color: inherit;
  margin: 0 0 0 25px;
}
.contents .content-4 .row.row-12 .col.col-2 .dp-richBase_text-v2 :is(ol, ul) li {
  font-size: inherit;
  color: inherit;
  overflow-wrap: anywhere;
}
.contents .content-4 .row.row-12 .col.col-2 .dp-richBase_text-v2 :is(ol, ul) li a {
  font-size: inherit;
}
.contents .content-4 .row.row-12 .col.col-2 .dp-richBase_text-v2 table :is(tbody, tr, th, td) {
  border-color: var(--dp-richBase-border-color, transparent);
}
.contents .content-4 .row.row-12 .col.col-2 .dp-richBase_text-v2 table :is(tbody, tr, th, td) tr th p strong {
  font-weight: normal;
}
.contents .content-4 .row.row-12 .col.col-2 .dp-richBase_text-v2 table :is(tbody, tr, th, td) tr :is(th, td) {
  background-clip: padding-box;
  background-color: transparent;
  position: static;
  width: unset;
  line-height: inherit;
  padding: 10px;
}
.contents .content-4 .row.row-12 .col.col-2 .dp-richBase_text-v2 table :is(tbody, tr, th, td) tr :is(th, td) p {
  font-size: inherit;
}
.contents .content-4 .row.row-12 .col.col-2 .dp-richBase_text-v2 table :is(tbody, tr, th, td) tr :is(th, td) :is(ul, ol) {
  margin-left: 25px;
}
.contents .content-4 .row.row-12 .col.col-2 .dp-richBase_text-v2 .heading[data-designpart-id] :is(h1, h2, h3) {
  margin-bottom: calc(32px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-4 .row.row-12 .col.col-2 .dp-richBase_text-v2 .heading[data-designpart-id] :is(h1, h2, h3) {
    margin-bottom: calc(32px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-4 .row.row-12 .col.col-2 .dp-richBase_text-v2 .heading[data-designpart-id] :is(h4, h5, h6) {
  margin-bottom: calc(24px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-4 .row.row-12 .col.col-2 .dp-richBase_text-v2 .heading[data-designpart-id] :is(h4, h5, h6) {
    margin-bottom: calc(24px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-4 .row.row-12 .col.col-2 .dp-richBase_text-v2 .button[data-designpart-id] {
  margin-top: calc(64px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-4 .row.row-12 .col.col-2 .dp-richBase_text-v2 .button[data-designpart-id] {
    margin-top: calc(64px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-4 .row.row-12 .col.col-2 .dp-richBase_text-v2 .button[data-designpart-id] + :is(p, ul, ol, table, .normal-table, .table-with-row-header, .table-with-two-headers, .article-embed, [id*=cta-]) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-4 .row.row-12 .col.col-2 .dp-richBase_text-v2 .button[data-designpart-id] + :is(p, ul, ol, table, .normal-table, .table-with-row-header, .table-with-two-headers, .article-embed, [id*=cta-]) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-4 .row.row-12 .col.col-2 .dp-richBase_text-v2 .cta {
  margin-block: 0;
}
.contents .content-4 .row.row-12 .col.col-2 .dp-richBase_text-v2 [id*=cta-] + .button[data-designpart-id] {
  margin-top: calc(64px * var(--fo-spacing-coef) - 10px);
}
@media screen and (max-width: 769px) {
  .contents .content-4 .row.row-12 .col.col-2 .dp-richBase_text-v2 [id*=cta-] + .button[data-designpart-id] {
    margin-top: calc(64px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-4 .row.row-12 .col.col-3 {
  /* sample */
}
.contents .content-4 .row.row-12 .col.col-3 .component.image {
  /* sample */
}
.contents .content-4 .row.row-12 .col.col-3 .dp-hd_custom01-01 {
  margin: 10px 0 0;
}
.contents .content-4 .row.row-12 .col.col-3 .dp-hd_custom01-01 :is(h1, h2, h3, h4, h5) {
  font-family: var(--fo-heading-font-family);
  font-weight: 700;
  line-height: var(--fo-heading-line-height);
  letter-spacing: var(--fo-heading-letter-spacing);
  color: var(--fo-heading-main-color);
  border: none;
  position: initial;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 769px) {
  .contents .content-4 .row.row-12 .col.col-3 .dp-hd_custom01-01 :is(h1, h2, h3, h4, h5) {
    overflow-wrap: break-word;
  }
}
.contents .content-4 .row.row-12 .col.col-3 .dp-hd_custom01-01 :is(h1, h2, h3, h4, h5) .strong {
  font-weight: 400;
}
.contents .content-4 .row.row-12 .col.col-3 .dp-hd_custom01-01 h1 {
  font-size: var(--fo-h1-font-size-pc);
  margin-bottom: max(calc((32px * var(--fo-spacing-coef)) - 20px),0px);
}
@media screen and (max-width: 769px) {
  .contents .content-4 .row.row-12 .col.col-3 .dp-hd_custom01-01 h1 {
    font-size: var(--fo-h1-font-size-sp);
    margin-bottom: max(calc((32px * var(--fo-spacing-coef)) * .75),0px);
  }
}
.contents .content-4 .row.row-12 .col.col-3 .dp-hd_custom01-01 h2 {
  font-size: var(--fo-h2-font-size-pc);
  margin-bottom: max(calc((32px * var(--fo-spacing-coef)) - 20px),0px);
}
@media screen and (max-width: 769px) {
  .contents .content-4 .row.row-12 .col.col-3 .dp-hd_custom01-01 h2 {
    font-size: var(--fo-h2-font-size-sp);
    margin-bottom: max(calc((32px * var(--fo-spacing-coef)) * .75),0px);
  }
}
.contents .content-4 .row.row-12 .col.col-3 .dp-hd_custom01-01 h3 {
  font-size: var(--fo-h3-font-size-pc);
  margin-bottom: max(calc((32px * var(--fo-spacing-coef)) - 20px),0px);
}
@media screen and (max-width: 769px) {
  .contents .content-4 .row.row-12 .col.col-3 .dp-hd_custom01-01 h3 {
    font-size: var(--fo-h3-font-size-sp);
    margin-bottom: max(calc((32px * var(--fo-spacing-coef)) * .75),0px);
  }
}
.contents .content-4 .row.row-12 .col.col-3 .dp-hd_custom01-01 h4 {
  font-size: var(--fo-h4-font-size-pc);
  margin-bottom: max(calc((24px * var(--fo-spacing-coef)) - 20px),0px);
}
@media screen and (max-width: 769px) {
  .contents .content-4 .row.row-12 .col.col-3 .dp-hd_custom01-01 h4 {
    font-size: var(--fo-h4-font-size-sp);
    margin-bottom: max(calc((24px * var(--fo-spacing-coef)) * .75),0px);
  }
}
.contents .content-4 .row.row-12 .col.col-3 .dp-hd_custom01-01 h5 {
  font-size: var(--fo-h5-font-size-pc);
  margin-bottom: max(calc((24px * var(--fo-spacing-coef)) - 20px),0px);
}
@media screen and (max-width: 769px) {
  .contents .content-4 .row.row-12 .col.col-3 .dp-hd_custom01-01 h5 {
    font-size: var(--fo-h5-font-size-sp);
    margin-bottom: max(calc((24px * var(--fo-spacing-coef)) * .75),0px);
  }
}
.contents .content-4 .row.row-12 .col.col-3 .dp-richBase_text-v2 {
  font-family: var(--fo-text-font-family);
  font-size: var(--fo-text-font-size-pc);
  color: var(--fo-text-main-color);
  line-height: var(--fo-text-line-height);
  letter-spacing: var(--fo-text-letter-spacing);
  --dp-richBase-border-color: #eee;
}
@media screen and (max-width: 769px) {
  .contents .content-4 .row.row-12 .col.col-3 .dp-richBase_text-v2 {
    font-size: var(--fo-text-font-size-sp);
  }
}
.contents .content-4 .row.row-12 .col.col-3 .dp-richBase_text-v2 :link {
  text-decoration: none;
}
.contents .content-4 .row.row-12 .col.col-3 .dp-richBase_text-v2 :visited {
  text-decoration: none;
}
.contents .content-4 .row.row-12 .col.col-3 .dp-richBase_text-v2 a {
  color: var(--fo-text-link-color);
}
.contents .content-4 .row.row-12 .col.col-3 .dp-richBase_text-v2 a:hover {
  opacity: var(--fo-text-link-hover-opacity, 1);
  text-decoration: var(--fo-text-link-hover-text-decoration, none);
  font-weight: var(--fo-text-link-hover-font-weight, inherit);
  color: var(--fo-text-link-color);
  filter: invert(var(--fo-text-link-hover-invert,0));
}
.contents .content-4 .row.row-12 .col.col-3 .dp-richBase_text-v2 p {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  line-height: inherit;
  margin: 0;
  overflow-wrap: anywhere;
}
.contents .content-4 .row.row-12 .col.col-3 .dp-richBase_text-v2 :is(p, ul, ol, table, .normal-table, .table-with-row-header, .table-with-two-headers, .article-embed, [id*=cta-]) + :is(p, ul, ol, table, .normal-table, .table-with-row-header, .table-with-two-headers, .article-embed, [id*=cta-]) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-4 .row.row-12 .col.col-3 .dp-richBase_text-v2 :is(p, ul, ol, table, .normal-table, .table-with-row-header, .table-with-two-headers, .article-embed, [id*=cta-]) + :is(p, ul, ol, table, .normal-table, .table-with-row-header, .table-with-two-headers, .article-embed, [id*=cta-]) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-4 .row.row-12 .col.col-3 .dp-richBase_text-v2 strong {
  font-family: inherit;
}
.contents .content-4 .row.row-12 .col.col-3 .dp-richBase_text-v2 :is(ol, ul) {
  color: inherit;
  margin: 0 0 0 25px;
}
.contents .content-4 .row.row-12 .col.col-3 .dp-richBase_text-v2 :is(ol, ul) li {
  font-size: inherit;
  color: inherit;
  overflow-wrap: anywhere;
}
.contents .content-4 .row.row-12 .col.col-3 .dp-richBase_text-v2 :is(ol, ul) li a {
  font-size: inherit;
}
.contents .content-4 .row.row-12 .col.col-3 .dp-richBase_text-v2 table :is(tbody, tr, th, td) {
  border-color: var(--dp-richBase-border-color, transparent);
}
.contents .content-4 .row.row-12 .col.col-3 .dp-richBase_text-v2 table :is(tbody, tr, th, td) tr th p strong {
  font-weight: normal;
}
.contents .content-4 .row.row-12 .col.col-3 .dp-richBase_text-v2 table :is(tbody, tr, th, td) tr :is(th, td) {
  background-clip: padding-box;
  background-color: transparent;
  position: static;
  width: unset;
  line-height: inherit;
  padding: 10px;
}
.contents .content-4 .row.row-12 .col.col-3 .dp-richBase_text-v2 table :is(tbody, tr, th, td) tr :is(th, td) p {
  font-size: inherit;
}
.contents .content-4 .row.row-12 .col.col-3 .dp-richBase_text-v2 table :is(tbody, tr, th, td) tr :is(th, td) :is(ul, ol) {
  margin-left: 25px;
}
.contents .content-4 .row.row-12 .col.col-3 .dp-richBase_text-v2 .heading[data-designpart-id] :is(h1, h2, h3) {
  margin-bottom: calc(32px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-4 .row.row-12 .col.col-3 .dp-richBase_text-v2 .heading[data-designpart-id] :is(h1, h2, h3) {
    margin-bottom: calc(32px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-4 .row.row-12 .col.col-3 .dp-richBase_text-v2 .heading[data-designpart-id] :is(h4, h5, h6) {
  margin-bottom: calc(24px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-4 .row.row-12 .col.col-3 .dp-richBase_text-v2 .heading[data-designpart-id] :is(h4, h5, h6) {
    margin-bottom: calc(24px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-4 .row.row-12 .col.col-3 .dp-richBase_text-v2 .button[data-designpart-id] {
  margin-top: calc(64px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-4 .row.row-12 .col.col-3 .dp-richBase_text-v2 .button[data-designpart-id] {
    margin-top: calc(64px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-4 .row.row-12 .col.col-3 .dp-richBase_text-v2 .button[data-designpart-id] + :is(p, ul, ol, table, .normal-table, .table-with-row-header, .table-with-two-headers, .article-embed, [id*=cta-]) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-4 .row.row-12 .col.col-3 .dp-richBase_text-v2 .button[data-designpart-id] + :is(p, ul, ol, table, .normal-table, .table-with-row-header, .table-with-two-headers, .article-embed, [id*=cta-]) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-4 .row.row-12 .col.col-3 .dp-richBase_text-v2 .cta {
  margin-block: 0;
}
.contents .content-4 .row.row-12 .col.col-3 .dp-richBase_text-v2 [id*=cta-] + .button[data-designpart-id] {
  margin-top: calc(64px * var(--fo-spacing-coef) - 10px);
}
@media screen and (max-width: 769px) {
  .contents .content-4 .row.row-12 .col.col-3 .dp-richBase_text-v2 [id*=cta-] + .button[data-designpart-id] {
    margin-top: calc(64px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-4 .row.row-12 .col.col-4 {
  /* sample */
}
.contents .content-4 .row.row-12 .col.col-4 .component.image {
  /* sample */
}
.contents .content-4 .row.row-12 .col.col-4 .dp-hd_custom01-01 {
  margin: 10px 0 0;
}
.contents .content-4 .row.row-12 .col.col-4 .dp-hd_custom01-01 :is(h1, h2, h3, h4, h5) {
  font-family: var(--fo-heading-font-family);
  font-weight: 700;
  line-height: var(--fo-heading-line-height);
  letter-spacing: var(--fo-heading-letter-spacing);
  color: var(--fo-heading-main-color);
  border: none;
  position: initial;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 769px) {
  .contents .content-4 .row.row-12 .col.col-4 .dp-hd_custom01-01 :is(h1, h2, h3, h4, h5) {
    overflow-wrap: break-word;
  }
}
.contents .content-4 .row.row-12 .col.col-4 .dp-hd_custom01-01 :is(h1, h2, h3, h4, h5) .strong {
  font-weight: 400;
}
.contents .content-4 .row.row-12 .col.col-4 .dp-hd_custom01-01 h1 {
  font-size: var(--fo-h1-font-size-pc);
  margin-bottom: max(calc((32px * var(--fo-spacing-coef)) - 20px),0px);
}
@media screen and (max-width: 769px) {
  .contents .content-4 .row.row-12 .col.col-4 .dp-hd_custom01-01 h1 {
    font-size: var(--fo-h1-font-size-sp);
    margin-bottom: max(calc((32px * var(--fo-spacing-coef)) * .75),0px);
  }
}
.contents .content-4 .row.row-12 .col.col-4 .dp-hd_custom01-01 h2 {
  font-size: var(--fo-h2-font-size-pc);
  margin-bottom: max(calc((32px * var(--fo-spacing-coef)) - 20px),0px);
}
@media screen and (max-width: 769px) {
  .contents .content-4 .row.row-12 .col.col-4 .dp-hd_custom01-01 h2 {
    font-size: var(--fo-h2-font-size-sp);
    margin-bottom: max(calc((32px * var(--fo-spacing-coef)) * .75),0px);
  }
}
.contents .content-4 .row.row-12 .col.col-4 .dp-hd_custom01-01 h3 {
  font-size: var(--fo-h3-font-size-pc);
  margin-bottom: max(calc((32px * var(--fo-spacing-coef)) - 20px),0px);
}
@media screen and (max-width: 769px) {
  .contents .content-4 .row.row-12 .col.col-4 .dp-hd_custom01-01 h3 {
    font-size: var(--fo-h3-font-size-sp);
    margin-bottom: max(calc((32px * var(--fo-spacing-coef)) * .75),0px);
  }
}
.contents .content-4 .row.row-12 .col.col-4 .dp-hd_custom01-01 h4 {
  font-size: var(--fo-h4-font-size-pc);
  margin-bottom: max(calc((24px * var(--fo-spacing-coef)) - 20px),0px);
}
@media screen and (max-width: 769px) {
  .contents .content-4 .row.row-12 .col.col-4 .dp-hd_custom01-01 h4 {
    font-size: var(--fo-h4-font-size-sp);
    margin-bottom: max(calc((24px * var(--fo-spacing-coef)) * .75),0px);
  }
}
.contents .content-4 .row.row-12 .col.col-4 .dp-hd_custom01-01 h5 {
  font-size: var(--fo-h5-font-size-pc);
  margin-bottom: max(calc((24px * var(--fo-spacing-coef)) - 20px),0px);
}
@media screen and (max-width: 769px) {
  .contents .content-4 .row.row-12 .col.col-4 .dp-hd_custom01-01 h5 {
    font-size: var(--fo-h5-font-size-sp);
    margin-bottom: max(calc((24px * var(--fo-spacing-coef)) * .75),0px);
  }
}
.contents .content-4 .row.row-12 .col.col-4 .dp-richBase_text-v2 {
  font-family: var(--fo-text-font-family);
  font-size: var(--fo-text-font-size-pc);
  color: var(--fo-text-main-color);
  line-height: var(--fo-text-line-height);
  letter-spacing: var(--fo-text-letter-spacing);
  --dp-richBase-border-color: #eee;
}
@media screen and (max-width: 769px) {
  .contents .content-4 .row.row-12 .col.col-4 .dp-richBase_text-v2 {
    font-size: var(--fo-text-font-size-sp);
  }
}
.contents .content-4 .row.row-12 .col.col-4 .dp-richBase_text-v2 :link {
  text-decoration: none;
}
.contents .content-4 .row.row-12 .col.col-4 .dp-richBase_text-v2 :visited {
  text-decoration: none;
}
.contents .content-4 .row.row-12 .col.col-4 .dp-richBase_text-v2 a {
  color: var(--fo-text-link-color);
}
.contents .content-4 .row.row-12 .col.col-4 .dp-richBase_text-v2 a:hover {
  opacity: var(--fo-text-link-hover-opacity, 1);
  text-decoration: var(--fo-text-link-hover-text-decoration, none);
  font-weight: var(--fo-text-link-hover-font-weight, inherit);
  color: var(--fo-text-link-color);
  filter: invert(var(--fo-text-link-hover-invert,0));
}
.contents .content-4 .row.row-12 .col.col-4 .dp-richBase_text-v2 p {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  line-height: inherit;
  margin: 0;
  overflow-wrap: anywhere;
}
.contents .content-4 .row.row-12 .col.col-4 .dp-richBase_text-v2 :is(p, ul, ol, table, .normal-table, .table-with-row-header, .table-with-two-headers, .article-embed, [id*=cta-]) + :is(p, ul, ol, table, .normal-table, .table-with-row-header, .table-with-two-headers, .article-embed, [id*=cta-]) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-4 .row.row-12 .col.col-4 .dp-richBase_text-v2 :is(p, ul, ol, table, .normal-table, .table-with-row-header, .table-with-two-headers, .article-embed, [id*=cta-]) + :is(p, ul, ol, table, .normal-table, .table-with-row-header, .table-with-two-headers, .article-embed, [id*=cta-]) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-4 .row.row-12 .col.col-4 .dp-richBase_text-v2 strong {
  font-family: inherit;
}
.contents .content-4 .row.row-12 .col.col-4 .dp-richBase_text-v2 :is(ol, ul) {
  color: inherit;
  margin: 0 0 0 25px;
}
.contents .content-4 .row.row-12 .col.col-4 .dp-richBase_text-v2 :is(ol, ul) li {
  font-size: inherit;
  color: inherit;
  overflow-wrap: anywhere;
}
.contents .content-4 .row.row-12 .col.col-4 .dp-richBase_text-v2 :is(ol, ul) li a {
  font-size: inherit;
}
.contents .content-4 .row.row-12 .col.col-4 .dp-richBase_text-v2 table :is(tbody, tr, th, td) {
  border-color: var(--dp-richBase-border-color, transparent);
}
.contents .content-4 .row.row-12 .col.col-4 .dp-richBase_text-v2 table :is(tbody, tr, th, td) tr th p strong {
  font-weight: normal;
}
.contents .content-4 .row.row-12 .col.col-4 .dp-richBase_text-v2 table :is(tbody, tr, th, td) tr :is(th, td) {
  background-clip: padding-box;
  background-color: transparent;
  position: static;
  width: unset;
  line-height: inherit;
  padding: 10px;
}
.contents .content-4 .row.row-12 .col.col-4 .dp-richBase_text-v2 table :is(tbody, tr, th, td) tr :is(th, td) p {
  font-size: inherit;
}
.contents .content-4 .row.row-12 .col.col-4 .dp-richBase_text-v2 table :is(tbody, tr, th, td) tr :is(th, td) :is(ul, ol) {
  margin-left: 25px;
}
.contents .content-4 .row.row-12 .col.col-4 .dp-richBase_text-v2 .heading[data-designpart-id] :is(h1, h2, h3) {
  margin-bottom: calc(32px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-4 .row.row-12 .col.col-4 .dp-richBase_text-v2 .heading[data-designpart-id] :is(h1, h2, h3) {
    margin-bottom: calc(32px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-4 .row.row-12 .col.col-4 .dp-richBase_text-v2 .heading[data-designpart-id] :is(h4, h5, h6) {
  margin-bottom: calc(24px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-4 .row.row-12 .col.col-4 .dp-richBase_text-v2 .heading[data-designpart-id] :is(h4, h5, h6) {
    margin-bottom: calc(24px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-4 .row.row-12 .col.col-4 .dp-richBase_text-v2 .button[data-designpart-id] {
  margin-top: calc(64px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-4 .row.row-12 .col.col-4 .dp-richBase_text-v2 .button[data-designpart-id] {
    margin-top: calc(64px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-4 .row.row-12 .col.col-4 .dp-richBase_text-v2 .button[data-designpart-id] + :is(p, ul, ol, table, .normal-table, .table-with-row-header, .table-with-two-headers, .article-embed, [id*=cta-]) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-4 .row.row-12 .col.col-4 .dp-richBase_text-v2 .button[data-designpart-id] + :is(p, ul, ol, table, .normal-table, .table-with-row-header, .table-with-two-headers, .article-embed, [id*=cta-]) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-4 .row.row-12 .col.col-4 .dp-richBase_text-v2 .cta {
  margin-block: 0;
}
.contents .content-4 .row.row-12 .col.col-4 .dp-richBase_text-v2 [id*=cta-] + .button[data-designpart-id] {
  margin-top: calc(64px * var(--fo-spacing-coef) - 10px);
}
@media screen and (max-width: 769px) {
  .contents .content-4 .row.row-12 .col.col-4 .dp-richBase_text-v2 [id*=cta-] + .button[data-designpart-id] {
    margin-top: calc(64px * var(--fo-spacing-coef) * 0.75);
  }
}

.contents .content-4 .row.row-13 {
  /* sample */
}
.contents .content-4 .row.row-13 .col.col-1 {
  /* sample */
}
.contents .content-4 .row.row-13 .col.col-1 .component.rich-heading {
  /* sample */
}
.contents .content-4 .row.row-13 .col.col-1 .component.richtext {
  /* sample */
}
.contents .content-4 .row.row-13 .col.col-2 {
  /* sample */
}
.contents .content-4 .row.row-13 .col.col-2 .component.richtext {
  /* sample */
}

.contents .content-4 .dp-fw02_row {
  background-color: #fff;
  display: flex;
  gap: calc(24px * var(--fo-spacing-coef));
  border: 1px solid #eee;
  margin: 10px 0 20px;
  padding: calc(32px * var(--fo-spacing-coef) - 10px) calc(32px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-4 .dp-fw02_row {
    flex-direction: column;
    gap: calc(24px * var(--fo-spacing-coef) * 0.75 - 20px);
    margin: 10px 0;
    padding: calc(32px * var(--fo-spacing-coef) * 0.75 - 10px) calc(32px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-4 .dp-fw02_row + .dp-fw02_row {
  position: relative;
  margin-top: calc(48px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-4 .dp-fw02_row + .dp-fw02_row {
    margin-top: calc(48px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-4 .dp-fw02_row + .dp-fw02_row::before {
  content: "\f107";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: calc(48px * var(--fo-spacing-coef));
  font-family: "FontAwesome";
  font-size: calc(48px * var(--fo-spacing-coef));
  color: var(--fo-main-color);
  position: absolute;
  top: calc(-48px * var(--fo-spacing-coef));
  left: 0;
}
@media screen and (max-width: 769px) {
  .contents .content-4 .dp-fw02_row + .dp-fw02_row::before {
    height: calc(48px * var(--fo-spacing-coef) * 0.75);
    font-size: calc(48px * var(--fo-spacing-coef) * 0.75);
    top: calc(-48px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-4 .dp-fw02_row div.col:not(:root) {
  padding: 0;
}
@media screen and (min-width: 770px) {
  .contents .content-4 .dp-fw02_row div.col:not(:root):is(.vertical_position_top, .vertical_position_middle, .vertical_position_bottom) {
    display: flex;
    flex-direction: column;
    align-self: auto !important;
  }
  .contents .content-4 .dp-fw02_row div.col:not(:root):is(.vertical_position_top, .vertical_position_middle, .vertical_position_bottom) .component:not(:last-child) {
    margin-bottom: 0;
  }
  .contents .content-4 .dp-fw02_row div.col:not(:root).vertical_position_top {
    justify-content: start;
  }
  .contents .content-4 .dp-fw02_row div.col:not(:root).vertical_position_middle {
    justify-content: center;
  }
  .contents .content-4 .dp-fw02_row div.col:not(:root).vertical_position_bottom {
    justify-content: end;
  }
}
.contents .content-4 .dp-fw02_row div.col:not(:root) .component.heading:not(:root) :is(h1, h2, h3) {
  margin-bottom: calc(32px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-4 .dp-fw02_row div.col:not(:root) .component.heading:not(:root) :is(h1, h2, h3) {
    margin-bottom: calc(32px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-4 .dp-fw02_row div.col:not(:root) .component.heading:not(:root) :is(h4, h5) {
  margin-bottom: calc(24px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-4 .dp-fw02_row div.col:not(:root) .component.heading:not(:root) :is(h4, h5) {
    margin-bottom: calc(24px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-4 .row.row-14 .col.col-1 {
  /* sample */
}
.contents .content-4 .row.row-14 .col.col-1 .component.image {
  /* sample */
}
.contents .content-4 .row.row-14 .col.col-2 {
  /* sample */
}
.contents .content-4 .row.row-14 .col.col-2 .dp-hd_custom01-01 {
  margin: 10px 0 0;
}
.contents .content-4 .row.row-14 .col.col-2 .dp-hd_custom01-01 :is(h1, h2, h3, h4, h5) {
  font-family: var(--fo-heading-font-family);
  font-weight: 700;
  line-height: var(--fo-heading-line-height);
  letter-spacing: var(--fo-heading-letter-spacing);
  color: var(--fo-heading-main-color);
  border: none;
  position: initial;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 769px) {
  .contents .content-4 .row.row-14 .col.col-2 .dp-hd_custom01-01 :is(h1, h2, h3, h4, h5) {
    overflow-wrap: break-word;
  }
}
.contents .content-4 .row.row-14 .col.col-2 .dp-hd_custom01-01 :is(h1, h2, h3, h4, h5) .strong {
  font-weight: 400;
}
.contents .content-4 .row.row-14 .col.col-2 .dp-hd_custom01-01 h1 {
  font-size: var(--fo-h1-font-size-pc);
  margin-bottom: max(calc((32px * var(--fo-spacing-coef)) - 20px),0px);
}
@media screen and (max-width: 769px) {
  .contents .content-4 .row.row-14 .col.col-2 .dp-hd_custom01-01 h1 {
    font-size: var(--fo-h1-font-size-sp);
    margin-bottom: max(calc((32px * var(--fo-spacing-coef)) * .75),0px);
  }
}
.contents .content-4 .row.row-14 .col.col-2 .dp-hd_custom01-01 h2 {
  font-size: var(--fo-h2-font-size-pc);
  margin-bottom: max(calc((32px * var(--fo-spacing-coef)) - 20px),0px);
}
@media screen and (max-width: 769px) {
  .contents .content-4 .row.row-14 .col.col-2 .dp-hd_custom01-01 h2 {
    font-size: var(--fo-h2-font-size-sp);
    margin-bottom: max(calc((32px * var(--fo-spacing-coef)) * .75),0px);
  }
}
.contents .content-4 .row.row-14 .col.col-2 .dp-hd_custom01-01 h3 {
  font-size: var(--fo-h3-font-size-pc);
  margin-bottom: max(calc((32px * var(--fo-spacing-coef)) - 20px),0px);
}
@media screen and (max-width: 769px) {
  .contents .content-4 .row.row-14 .col.col-2 .dp-hd_custom01-01 h3 {
    font-size: var(--fo-h3-font-size-sp);
    margin-bottom: max(calc((32px * var(--fo-spacing-coef)) * .75),0px);
  }
}
.contents .content-4 .row.row-14 .col.col-2 .dp-hd_custom01-01 h4 {
  font-size: var(--fo-h4-font-size-pc);
  margin-bottom: max(calc((24px * var(--fo-spacing-coef)) - 20px),0px);
}
@media screen and (max-width: 769px) {
  .contents .content-4 .row.row-14 .col.col-2 .dp-hd_custom01-01 h4 {
    font-size: var(--fo-h4-font-size-sp);
    margin-bottom: max(calc((24px * var(--fo-spacing-coef)) * .75),0px);
  }
}
.contents .content-4 .row.row-14 .col.col-2 .dp-hd_custom01-01 h5 {
  font-size: var(--fo-h5-font-size-pc);
  margin-bottom: max(calc((24px * var(--fo-spacing-coef)) - 20px),0px);
}
@media screen and (max-width: 769px) {
  .contents .content-4 .row.row-14 .col.col-2 .dp-hd_custom01-01 h5 {
    font-size: var(--fo-h5-font-size-sp);
    margin-bottom: max(calc((24px * var(--fo-spacing-coef)) * .75),0px);
  }
}
.contents .content-4 .row.row-14 .col.col-2 .dp-richBase_text-v2 {
  font-family: var(--fo-text-font-family);
  font-size: var(--fo-text-font-size-pc);
  color: var(--fo-text-main-color);
  line-height: var(--fo-text-line-height);
  letter-spacing: var(--fo-text-letter-spacing);
  --dp-richBase-border-color: #eee;
}
@media screen and (max-width: 769px) {
  .contents .content-4 .row.row-14 .col.col-2 .dp-richBase_text-v2 {
    font-size: var(--fo-text-font-size-sp);
  }
}
.contents .content-4 .row.row-14 .col.col-2 .dp-richBase_text-v2 :link {
  text-decoration: none;
}
.contents .content-4 .row.row-14 .col.col-2 .dp-richBase_text-v2 :visited {
  text-decoration: none;
}
.contents .content-4 .row.row-14 .col.col-2 .dp-richBase_text-v2 a {
  color: var(--fo-text-link-color);
}
.contents .content-4 .row.row-14 .col.col-2 .dp-richBase_text-v2 a:hover {
  opacity: var(--fo-text-link-hover-opacity, 1);
  text-decoration: var(--fo-text-link-hover-text-decoration, none);
  font-weight: var(--fo-text-link-hover-font-weight, inherit);
  color: var(--fo-text-link-color);
  filter: invert(var(--fo-text-link-hover-invert,0));
}
.contents .content-4 .row.row-14 .col.col-2 .dp-richBase_text-v2 p {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  line-height: inherit;
  margin: 0;
  overflow-wrap: anywhere;
}
.contents .content-4 .row.row-14 .col.col-2 .dp-richBase_text-v2 :is(p, ul, ol, table, .normal-table, .table-with-row-header, .table-with-two-headers, .article-embed, [id*=cta-]) + :is(p, ul, ol, table, .normal-table, .table-with-row-header, .table-with-two-headers, .article-embed, [id*=cta-]) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-4 .row.row-14 .col.col-2 .dp-richBase_text-v2 :is(p, ul, ol, table, .normal-table, .table-with-row-header, .table-with-two-headers, .article-embed, [id*=cta-]) + :is(p, ul, ol, table, .normal-table, .table-with-row-header, .table-with-two-headers, .article-embed, [id*=cta-]) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-4 .row.row-14 .col.col-2 .dp-richBase_text-v2 strong {
  font-family: inherit;
}
.contents .content-4 .row.row-14 .col.col-2 .dp-richBase_text-v2 :is(ol, ul) {
  color: inherit;
  margin: 0 0 0 25px;
}
.contents .content-4 .row.row-14 .col.col-2 .dp-richBase_text-v2 :is(ol, ul) li {
  font-size: inherit;
  color: inherit;
  overflow-wrap: anywhere;
}
.contents .content-4 .row.row-14 .col.col-2 .dp-richBase_text-v2 :is(ol, ul) li a {
  font-size: inherit;
}
.contents .content-4 .row.row-14 .col.col-2 .dp-richBase_text-v2 table :is(tbody, tr, th, td) {
  border-color: var(--dp-richBase-border-color, transparent);
}
.contents .content-4 .row.row-14 .col.col-2 .dp-richBase_text-v2 table :is(tbody, tr, th, td) tr th p strong {
  font-weight: normal;
}
.contents .content-4 .row.row-14 .col.col-2 .dp-richBase_text-v2 table :is(tbody, tr, th, td) tr :is(th, td) {
  background-clip: padding-box;
  background-color: transparent;
  position: static;
  width: unset;
  line-height: inherit;
  padding: 10px;
}
.contents .content-4 .row.row-14 .col.col-2 .dp-richBase_text-v2 table :is(tbody, tr, th, td) tr :is(th, td) p {
  font-size: inherit;
}
.contents .content-4 .row.row-14 .col.col-2 .dp-richBase_text-v2 table :is(tbody, tr, th, td) tr :is(th, td) :is(ul, ol) {
  margin-left: 25px;
}
.contents .content-4 .row.row-14 .col.col-2 .dp-richBase_text-v2 .heading[data-designpart-id] :is(h1, h2, h3) {
  margin-bottom: calc(32px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-4 .row.row-14 .col.col-2 .dp-richBase_text-v2 .heading[data-designpart-id] :is(h1, h2, h3) {
    margin-bottom: calc(32px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-4 .row.row-14 .col.col-2 .dp-richBase_text-v2 .heading[data-designpart-id] :is(h4, h5, h6) {
  margin-bottom: calc(24px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-4 .row.row-14 .col.col-2 .dp-richBase_text-v2 .heading[data-designpart-id] :is(h4, h5, h6) {
    margin-bottom: calc(24px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-4 .row.row-14 .col.col-2 .dp-richBase_text-v2 .button[data-designpart-id] {
  margin-top: calc(64px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-4 .row.row-14 .col.col-2 .dp-richBase_text-v2 .button[data-designpart-id] {
    margin-top: calc(64px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-4 .row.row-14 .col.col-2 .dp-richBase_text-v2 .button[data-designpart-id] + :is(p, ul, ol, table, .normal-table, .table-with-row-header, .table-with-two-headers, .article-embed, [id*=cta-]) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-4 .row.row-14 .col.col-2 .dp-richBase_text-v2 .button[data-designpart-id] + :is(p, ul, ol, table, .normal-table, .table-with-row-header, .table-with-two-headers, .article-embed, [id*=cta-]) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-4 .row.row-14 .col.col-2 .dp-richBase_text-v2 .cta {
  margin-block: 0;
}
.contents .content-4 .row.row-14 .col.col-2 .dp-richBase_text-v2 [id*=cta-] + .button[data-designpart-id] {
  margin-top: calc(64px * var(--fo-spacing-coef) - 10px);
}
@media screen and (max-width: 769px) {
  .contents .content-4 .row.row-14 .col.col-2 .dp-richBase_text-v2 [id*=cta-] + .button[data-designpart-id] {
    margin-top: calc(64px * var(--fo-spacing-coef) * 0.75);
  }
}

.contents .content-4 .row.row-15 {
  /* sample */
}
.contents .content-4 .row.row-15 .col.col-1 {
  /* sample */
}
.contents .content-4 .row.row-15 .col.col-1 .component.rich-heading {
  /* sample */
}
.contents .content-4 .row.row-15 .col.col-1 .component.richtext {
  /* sample */
}
.contents .content-4 .row.row-15 .col.col-2 {
  /* sample */
}
.contents .content-4 .row.row-15 .col.col-2 .component.richtext {
  /* sample */
}

.contents .content-4 .dp-fw03_row {
  margin: 10px auto 20px;
}
@media screen and (min-width: 770px) {
  .contents .content-4 .dp-fw03_row {
    display: flex;
  }
}
.contents .content-4 .dp-fw03_row + .dp-fw03_row {
  margin-top: calc(64px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-4 .dp-fw03_row + .dp-fw03_row {
    margin-top: calc(64px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-4 .dp-fw03_row + .dp-fw03_row div.col:not(:root):first-child::before {
  content: "\f141";
  display: inline-flex;
  height: calc(64px * var(--fo-spacing-coef));
  justify-content: center;
  align-items: center;
  font-family: "FontAwesome";
  color: var(--fo-main-color);
  font-size: calc(36px * var(--fo-spacing-coef));
  line-height: 1;
  transform: rotate(90deg);
  position: absolute;
  top: calc(-64px * var(--fo-spacing-coef));
  right: 0;
  left: 0;
}
@media screen and (max-width: 769px) {
  .contents .content-4 .dp-fw03_row + .dp-fw03_row div.col:not(:root):first-child::before {
    height: calc(64px * var(--fo-spacing-coef) * 0.75);
    font-size: calc(36px * var(--fo-spacing-coef) * 0.75);
    top: calc(-64px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-4 .dp-fw03_row div.col:not(:root) {
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  position: relative;
  padding: 0;
}
@media screen and (min-width: 770px) {
  .contents .content-4 .dp-fw03_row div.col:not(:root):is(.vertical_position_top, .vertical_position_middle, .vertical_position_bottom) {
    align-self: auto !important;
  }
  .contents .content-4 .dp-fw03_row div.col:not(:root).vertical_position_top {
    justify-content: start;
  }
  .contents .content-4 .dp-fw03_row div.col:not(:root).vertical_position_middle {
    justify-content: center;
  }
  .contents .content-4 .dp-fw03_row div.col:not(:root).vertical_position_bottom {
    justify-content: end;
  }
}
.contents .content-4 .dp-fw03_row div.col:not(:root):first-child {
  background-color: var(--fo-main-color);
  padding: 10px;
}
.contents .content-4 .dp-fw03_row div.col:not(:root):first-child::after {
  content: "";
  position: absolute;
  z-index: 1;
}
@media screen and (min-width: 770px) {
  .contents .content-4 .dp-fw03_row div.col:not(:root):first-child::after {
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent transparent var(--fo-main-color);
    top: 0;
    left: 100%;
    bottom: 0;
    border-width: 10px 0 10px 8px;
    margin: auto;
  }
}
@media screen and (max-width: 769px) {
  .contents .content-4 .dp-fw03_row div.col:not(:root):first-child::after {
    left: 50%;
    bottom: -18px;
    margin-left: -10px;
    border: 10px solid transparent;
    border-top: 8px solid var(--fo-main-color);
  }
}
.contents .content-4 .dp-fw03_row div.col:not(:root):first-child .component.richtext {
  color: #fff;
  text-align: center;
  line-height: 1;
}
.contents .content-4 .dp-fw03_row div.col:not(:root):first-child .component.richtext p {
  color: inherit;
}
.contents .content-4 .dp-fw03_row div.col:not(:root):nth-child(2) {
  border: 1px solid #eee;
  padding: calc(40px * var(--fo-spacing-coef) - 10px) calc(40px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-4 .dp-fw03_row div.col:not(:root):nth-child(2) {
    padding: calc(40px * var(--fo-spacing-coef) * 0.75 - 10px) calc(40px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-4 .dp-fw03_row div.col:not(:root) .component:not(:first-child) {
  margin-top: 0;
}
.contents .content-4 .dp-fw03_row div.col:not(:root) .component.heading:not(:root) :is(h1, h2, h3) {
  margin-bottom: calc(32px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-4 .dp-fw03_row div.col:not(:root) .component.heading:not(:root) :is(h1, h2, h3) {
    margin-bottom: calc(32px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-4 .dp-fw03_row div.col:not(:root) .component.heading:not(:root) :is(h4, h5) {
  margin-bottom: calc(24px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-4 .dp-fw03_row div.col:not(:root) .component.heading:not(:root) :is(h4, h5) {
    margin-bottom: calc(24px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-4 .row.row-16 .col.col-1 {
  /* sample */
}
.contents .content-4 .row.row-16 .col.col-1 .dp-richBase_text-v2 {
  font-family: var(--fo-text-font-family);
  font-size: var(--fo-text-font-size-pc);
  color: var(--fo-text-main-color);
  line-height: var(--fo-text-line-height);
  letter-spacing: var(--fo-text-letter-spacing);
  --dp-richBase-border-color: #eee;
}
@media screen and (max-width: 769px) {
  .contents .content-4 .row.row-16 .col.col-1 .dp-richBase_text-v2 {
    font-size: var(--fo-text-font-size-sp);
  }
}
.contents .content-4 .row.row-16 .col.col-1 .dp-richBase_text-v2 :link {
  text-decoration: none;
}
.contents .content-4 .row.row-16 .col.col-1 .dp-richBase_text-v2 :visited {
  text-decoration: none;
}
.contents .content-4 .row.row-16 .col.col-1 .dp-richBase_text-v2 a {
  color: var(--fo-text-link-color);
}
.contents .content-4 .row.row-16 .col.col-1 .dp-richBase_text-v2 a:hover {
  opacity: var(--fo-text-link-hover-opacity, 1);
  text-decoration: var(--fo-text-link-hover-text-decoration, none);
  font-weight: var(--fo-text-link-hover-font-weight, inherit);
  color: var(--fo-text-link-color);
  filter: invert(var(--fo-text-link-hover-invert,0));
}
.contents .content-4 .row.row-16 .col.col-1 .dp-richBase_text-v2 p {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  line-height: inherit;
  margin: 0;
  overflow-wrap: anywhere;
}
.contents .content-4 .row.row-16 .col.col-1 .dp-richBase_text-v2 :is(p, ul, ol, table, .normal-table, .table-with-row-header, .table-with-two-headers, .article-embed, [id*=cta-]) + :is(p, ul, ol, table, .normal-table, .table-with-row-header, .table-with-two-headers, .article-embed, [id*=cta-]) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-4 .row.row-16 .col.col-1 .dp-richBase_text-v2 :is(p, ul, ol, table, .normal-table, .table-with-row-header, .table-with-two-headers, .article-embed, [id*=cta-]) + :is(p, ul, ol, table, .normal-table, .table-with-row-header, .table-with-two-headers, .article-embed, [id*=cta-]) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-4 .row.row-16 .col.col-1 .dp-richBase_text-v2 strong {
  font-family: inherit;
}
.contents .content-4 .row.row-16 .col.col-1 .dp-richBase_text-v2 :is(ol, ul) {
  color: inherit;
  margin: 0 0 0 25px;
}
.contents .content-4 .row.row-16 .col.col-1 .dp-richBase_text-v2 :is(ol, ul) li {
  font-size: inherit;
  color: inherit;
  overflow-wrap: anywhere;
}
.contents .content-4 .row.row-16 .col.col-1 .dp-richBase_text-v2 :is(ol, ul) li a {
  font-size: inherit;
}
.contents .content-4 .row.row-16 .col.col-1 .dp-richBase_text-v2 table :is(tbody, tr, th, td) {
  border-color: var(--dp-richBase-border-color, transparent);
}
.contents .content-4 .row.row-16 .col.col-1 .dp-richBase_text-v2 table :is(tbody, tr, th, td) tr th p strong {
  font-weight: normal;
}
.contents .content-4 .row.row-16 .col.col-1 .dp-richBase_text-v2 table :is(tbody, tr, th, td) tr :is(th, td) {
  background-clip: padding-box;
  background-color: transparent;
  position: static;
  width: unset;
  line-height: inherit;
  padding: 10px;
}
.contents .content-4 .row.row-16 .col.col-1 .dp-richBase_text-v2 table :is(tbody, tr, th, td) tr :is(th, td) p {
  font-size: inherit;
}
.contents .content-4 .row.row-16 .col.col-1 .dp-richBase_text-v2 table :is(tbody, tr, th, td) tr :is(th, td) :is(ul, ol) {
  margin-left: 25px;
}
.contents .content-4 .row.row-16 .col.col-1 .dp-richBase_text-v2 .heading[data-designpart-id] :is(h1, h2, h3) {
  margin-bottom: calc(32px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-4 .row.row-16 .col.col-1 .dp-richBase_text-v2 .heading[data-designpart-id] :is(h1, h2, h3) {
    margin-bottom: calc(32px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-4 .row.row-16 .col.col-1 .dp-richBase_text-v2 .heading[data-designpart-id] :is(h4, h5, h6) {
  margin-bottom: calc(24px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-4 .row.row-16 .col.col-1 .dp-richBase_text-v2 .heading[data-designpart-id] :is(h4, h5, h6) {
    margin-bottom: calc(24px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-4 .row.row-16 .col.col-1 .dp-richBase_text-v2 .button[data-designpart-id] {
  margin-top: calc(64px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-4 .row.row-16 .col.col-1 .dp-richBase_text-v2 .button[data-designpart-id] {
    margin-top: calc(64px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-4 .row.row-16 .col.col-1 .dp-richBase_text-v2 .button[data-designpart-id] + :is(p, ul, ol, table, .normal-table, .table-with-row-header, .table-with-two-headers, .article-embed, [id*=cta-]) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-4 .row.row-16 .col.col-1 .dp-richBase_text-v2 .button[data-designpart-id] + :is(p, ul, ol, table, .normal-table, .table-with-row-header, .table-with-two-headers, .article-embed, [id*=cta-]) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-4 .row.row-16 .col.col-1 .dp-richBase_text-v2 .cta {
  margin-block: 0;
}
.contents .content-4 .row.row-16 .col.col-1 .dp-richBase_text-v2 [id*=cta-] + .button[data-designpart-id] {
  margin-top: calc(64px * var(--fo-spacing-coef) - 10px);
}
@media screen and (max-width: 769px) {
  .contents .content-4 .row.row-16 .col.col-1 .dp-richBase_text-v2 [id*=cta-] + .button[data-designpart-id] {
    margin-top: calc(64px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-4 .row.row-16 .col.col-2 {
  /* sample */
}
.contents .content-4 .row.row-16 .col.col-2 .dp-hd_custom01-01 {
  margin: 10px 0 0;
}
.contents .content-4 .row.row-16 .col.col-2 .dp-hd_custom01-01 :is(h1, h2, h3, h4, h5) {
  font-family: var(--fo-heading-font-family);
  font-weight: 700;
  line-height: var(--fo-heading-line-height);
  letter-spacing: var(--fo-heading-letter-spacing);
  color: var(--fo-heading-main-color);
  border: none;
  position: initial;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 769px) {
  .contents .content-4 .row.row-16 .col.col-2 .dp-hd_custom01-01 :is(h1, h2, h3, h4, h5) {
    overflow-wrap: break-word;
  }
}
.contents .content-4 .row.row-16 .col.col-2 .dp-hd_custom01-01 :is(h1, h2, h3, h4, h5) .strong {
  font-weight: 400;
}
.contents .content-4 .row.row-16 .col.col-2 .dp-hd_custom01-01 h1 {
  font-size: var(--fo-h1-font-size-pc);
  margin-bottom: max(calc((32px * var(--fo-spacing-coef)) - 20px),0px);
}
@media screen and (max-width: 769px) {
  .contents .content-4 .row.row-16 .col.col-2 .dp-hd_custom01-01 h1 {
    font-size: var(--fo-h1-font-size-sp);
    margin-bottom: max(calc((32px * var(--fo-spacing-coef)) * .75),0px);
  }
}
.contents .content-4 .row.row-16 .col.col-2 .dp-hd_custom01-01 h2 {
  font-size: var(--fo-h2-font-size-pc);
  margin-bottom: max(calc((32px * var(--fo-spacing-coef)) - 20px),0px);
}
@media screen and (max-width: 769px) {
  .contents .content-4 .row.row-16 .col.col-2 .dp-hd_custom01-01 h2 {
    font-size: var(--fo-h2-font-size-sp);
    margin-bottom: max(calc((32px * var(--fo-spacing-coef)) * .75),0px);
  }
}
.contents .content-4 .row.row-16 .col.col-2 .dp-hd_custom01-01 h3 {
  font-size: var(--fo-h3-font-size-pc);
  margin-bottom: max(calc((32px * var(--fo-spacing-coef)) - 20px),0px);
}
@media screen and (max-width: 769px) {
  .contents .content-4 .row.row-16 .col.col-2 .dp-hd_custom01-01 h3 {
    font-size: var(--fo-h3-font-size-sp);
    margin-bottom: max(calc((32px * var(--fo-spacing-coef)) * .75),0px);
  }
}
.contents .content-4 .row.row-16 .col.col-2 .dp-hd_custom01-01 h4 {
  font-size: var(--fo-h4-font-size-pc);
  margin-bottom: max(calc((24px * var(--fo-spacing-coef)) - 20px),0px);
}
@media screen and (max-width: 769px) {
  .contents .content-4 .row.row-16 .col.col-2 .dp-hd_custom01-01 h4 {
    font-size: var(--fo-h4-font-size-sp);
    margin-bottom: max(calc((24px * var(--fo-spacing-coef)) * .75),0px);
  }
}
.contents .content-4 .row.row-16 .col.col-2 .dp-hd_custom01-01 h5 {
  font-size: var(--fo-h5-font-size-pc);
  margin-bottom: max(calc((24px * var(--fo-spacing-coef)) - 20px),0px);
}
@media screen and (max-width: 769px) {
  .contents .content-4 .row.row-16 .col.col-2 .dp-hd_custom01-01 h5 {
    font-size: var(--fo-h5-font-size-sp);
    margin-bottom: max(calc((24px * var(--fo-spacing-coef)) * .75),0px);
  }
}
.contents .content-4 .row.row-16 .col.col-2 .dp-richBase_text-v2 {
  font-family: var(--fo-text-font-family);
  font-size: var(--fo-text-font-size-pc);
  color: var(--fo-text-main-color);
  line-height: var(--fo-text-line-height);
  letter-spacing: var(--fo-text-letter-spacing);
  --dp-richBase-border-color: #eee;
}
@media screen and (max-width: 769px) {
  .contents .content-4 .row.row-16 .col.col-2 .dp-richBase_text-v2 {
    font-size: var(--fo-text-font-size-sp);
  }
}
.contents .content-4 .row.row-16 .col.col-2 .dp-richBase_text-v2 :link {
  text-decoration: none;
}
.contents .content-4 .row.row-16 .col.col-2 .dp-richBase_text-v2 :visited {
  text-decoration: none;
}
.contents .content-4 .row.row-16 .col.col-2 .dp-richBase_text-v2 a {
  color: var(--fo-text-link-color);
}
.contents .content-4 .row.row-16 .col.col-2 .dp-richBase_text-v2 a:hover {
  opacity: var(--fo-text-link-hover-opacity, 1);
  text-decoration: var(--fo-text-link-hover-text-decoration, none);
  font-weight: var(--fo-text-link-hover-font-weight, inherit);
  color: var(--fo-text-link-color);
  filter: invert(var(--fo-text-link-hover-invert,0));
}
.contents .content-4 .row.row-16 .col.col-2 .dp-richBase_text-v2 p {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  line-height: inherit;
  margin: 0;
  overflow-wrap: anywhere;
}
.contents .content-4 .row.row-16 .col.col-2 .dp-richBase_text-v2 :is(p, ul, ol, table, .normal-table, .table-with-row-header, .table-with-two-headers, .article-embed, [id*=cta-]) + :is(p, ul, ol, table, .normal-table, .table-with-row-header, .table-with-two-headers, .article-embed, [id*=cta-]) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-4 .row.row-16 .col.col-2 .dp-richBase_text-v2 :is(p, ul, ol, table, .normal-table, .table-with-row-header, .table-with-two-headers, .article-embed, [id*=cta-]) + :is(p, ul, ol, table, .normal-table, .table-with-row-header, .table-with-two-headers, .article-embed, [id*=cta-]) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-4 .row.row-16 .col.col-2 .dp-richBase_text-v2 strong {
  font-family: inherit;
}
.contents .content-4 .row.row-16 .col.col-2 .dp-richBase_text-v2 :is(ol, ul) {
  color: inherit;
  margin: 0 0 0 25px;
}
.contents .content-4 .row.row-16 .col.col-2 .dp-richBase_text-v2 :is(ol, ul) li {
  font-size: inherit;
  color: inherit;
  overflow-wrap: anywhere;
}
.contents .content-4 .row.row-16 .col.col-2 .dp-richBase_text-v2 :is(ol, ul) li a {
  font-size: inherit;
}
.contents .content-4 .row.row-16 .col.col-2 .dp-richBase_text-v2 table :is(tbody, tr, th, td) {
  border-color: var(--dp-richBase-border-color, transparent);
}
.contents .content-4 .row.row-16 .col.col-2 .dp-richBase_text-v2 table :is(tbody, tr, th, td) tr th p strong {
  font-weight: normal;
}
.contents .content-4 .row.row-16 .col.col-2 .dp-richBase_text-v2 table :is(tbody, tr, th, td) tr :is(th, td) {
  background-clip: padding-box;
  background-color: transparent;
  position: static;
  width: unset;
  line-height: inherit;
  padding: 10px;
}
.contents .content-4 .row.row-16 .col.col-2 .dp-richBase_text-v2 table :is(tbody, tr, th, td) tr :is(th, td) p {
  font-size: inherit;
}
.contents .content-4 .row.row-16 .col.col-2 .dp-richBase_text-v2 table :is(tbody, tr, th, td) tr :is(th, td) :is(ul, ol) {
  margin-left: 25px;
}
.contents .content-4 .row.row-16 .col.col-2 .dp-richBase_text-v2 .heading[data-designpart-id] :is(h1, h2, h3) {
  margin-bottom: calc(32px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-4 .row.row-16 .col.col-2 .dp-richBase_text-v2 .heading[data-designpart-id] :is(h1, h2, h3) {
    margin-bottom: calc(32px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-4 .row.row-16 .col.col-2 .dp-richBase_text-v2 .heading[data-designpart-id] :is(h4, h5, h6) {
  margin-bottom: calc(24px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-4 .row.row-16 .col.col-2 .dp-richBase_text-v2 .heading[data-designpart-id] :is(h4, h5, h6) {
    margin-bottom: calc(24px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-4 .row.row-16 .col.col-2 .dp-richBase_text-v2 .button[data-designpart-id] {
  margin-top: calc(64px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-4 .row.row-16 .col.col-2 .dp-richBase_text-v2 .button[data-designpart-id] {
    margin-top: calc(64px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-4 .row.row-16 .col.col-2 .dp-richBase_text-v2 .button[data-designpart-id] + :is(p, ul, ol, table, .normal-table, .table-with-row-header, .table-with-two-headers, .article-embed, [id*=cta-]) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-4 .row.row-16 .col.col-2 .dp-richBase_text-v2 .button[data-designpart-id] + :is(p, ul, ol, table, .normal-table, .table-with-row-header, .table-with-two-headers, .article-embed, [id*=cta-]) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-4 .row.row-16 .col.col-2 .dp-richBase_text-v2 .cta {
  margin-block: 0;
}
.contents .content-4 .row.row-16 .col.col-2 .dp-richBase_text-v2 [id*=cta-] + .button[data-designpart-id] {
  margin-top: calc(64px * var(--fo-spacing-coef) - 10px);
}
@media screen and (max-width: 769px) {
  .contents .content-4 .row.row-16 .col.col-2 .dp-richBase_text-v2 [id*=cta-] + .button[data-designpart-id] {
    margin-top: calc(64px * var(--fo-spacing-coef) * 0.75);
  }
}

.contents .content-4 .row.row-17 {
  /* sample */
}
.contents .content-4 .row.row-17 .col.col-1 {
  /* sample */
}
.contents .content-4 .row.row-17 .col.col-1 .component.rich-heading {
  /* sample */
}
.contents .content-4 .row.row-17 .col.col-1 .component.richtext {
  /* sample */
}
.contents .content-4 .row.row-17 .col.col-2 {
  /* sample */
}
.contents .content-4 .row.row-17 .col.col-2 .component.richtext {
  /* sample */
}

.contents .content-4 .row.row-18 .col.col-1 {
  /* sample */
}
.contents .content-4 .row.row-18 .col.col-1 .dp-flow_table-v2 {
  font-family: var(--fo-text-font-family);
  font-size: var(--fo-text-font-size-pc);
  color: var(--fo-text-main-color);
  line-height: var(--fo-text-line-height);
  letter-spacing: var(--fo-text-letter-spacing);
  --dp-richBase-border-color: #eee;
}
@media screen and (max-width: 769px) {
  .contents .content-4 .row.row-18 .col.col-1 .dp-flow_table-v2 {
    font-size: var(--fo-text-font-size-sp);
  }
}
.contents .content-4 .row.row-18 .col.col-1 .dp-flow_table-v2 :link {
  text-decoration: none;
}
.contents .content-4 .row.row-18 .col.col-1 .dp-flow_table-v2 :visited {
  text-decoration: none;
}
.contents .content-4 .row.row-18 .col.col-1 .dp-flow_table-v2 a {
  color: var(--fo-text-link-color);
}
.contents .content-4 .row.row-18 .col.col-1 .dp-flow_table-v2 a:hover {
  opacity: var(--fo-text-link-hover-opacity, 1);
  text-decoration: var(--fo-text-link-hover-text-decoration, none);
  font-weight: var(--fo-text-link-hover-font-weight, inherit);
  color: var(--fo-text-link-color);
  filter: invert(var(--fo-text-link-hover-invert,0));
}
.contents .content-4 .row.row-18 .col.col-1 .dp-flow_table-v2 p {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  line-height: inherit;
  margin: 0;
  overflow-wrap: anywhere;
}
.contents .content-4 .row.row-18 .col.col-1 .dp-flow_table-v2 :is(p, ul, ol, table, .normal-table, .table-with-row-header, .table-with-two-headers, .article-embed, [id*=cta-]) + :is(p, ul, ol, table, .normal-table, .table-with-row-header, .table-with-two-headers, .article-embed, [id*=cta-]) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-4 .row.row-18 .col.col-1 .dp-flow_table-v2 :is(p, ul, ol, table, .normal-table, .table-with-row-header, .table-with-two-headers, .article-embed, [id*=cta-]) + :is(p, ul, ol, table, .normal-table, .table-with-row-header, .table-with-two-headers, .article-embed, [id*=cta-]) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-4 .row.row-18 .col.col-1 .dp-flow_table-v2 strong {
  font-family: inherit;
}
.contents .content-4 .row.row-18 .col.col-1 .dp-flow_table-v2 :is(ol, ul) {
  color: inherit;
  margin: 0 0 0 25px;
}
.contents .content-4 .row.row-18 .col.col-1 .dp-flow_table-v2 :is(ol, ul) li {
  font-size: inherit;
  color: inherit;
  overflow-wrap: anywhere;
}
.contents .content-4 .row.row-18 .col.col-1 .dp-flow_table-v2 :is(ol, ul) li a {
  font-size: inherit;
}
.contents .content-4 .row.row-18 .col.col-1 .dp-flow_table-v2 table :is(tbody, tr, th, td) {
  border-color: var(--dp-richBase-border-color, transparent);
}
.contents .content-4 .row.row-18 .col.col-1 .dp-flow_table-v2 table :is(tbody, tr, th, td) tr th p strong {
  font-weight: normal;
}
.contents .content-4 .row.row-18 .col.col-1 .dp-flow_table-v2 table :is(tbody, tr, th, td) tr :is(th, td) {
  background-clip: padding-box;
  background-color: transparent;
  position: static;
  width: unset;
  line-height: inherit;
  padding: 10px;
}
.contents .content-4 .row.row-18 .col.col-1 .dp-flow_table-v2 table :is(tbody, tr, th, td) tr :is(th, td) p {
  font-size: inherit;
}
.contents .content-4 .row.row-18 .col.col-1 .dp-flow_table-v2 table :is(tbody, tr, th, td) tr :is(th, td) :is(ul, ol) {
  margin-left: 25px;
}
.contents .content-4 .row.row-18 .col.col-1 .dp-flow_table-v2 .heading[data-designpart-id] :is(h1, h2, h3) {
  margin-bottom: calc(32px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-4 .row.row-18 .col.col-1 .dp-flow_table-v2 .heading[data-designpart-id] :is(h1, h2, h3) {
    margin-bottom: calc(32px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-4 .row.row-18 .col.col-1 .dp-flow_table-v2 .heading[data-designpart-id] :is(h4, h5, h6) {
  margin-bottom: calc(24px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-4 .row.row-18 .col.col-1 .dp-flow_table-v2 .heading[data-designpart-id] :is(h4, h5, h6) {
    margin-bottom: calc(24px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-4 .row.row-18 .col.col-1 .dp-flow_table-v2 .button[data-designpart-id] {
  margin-top: calc(64px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-4 .row.row-18 .col.col-1 .dp-flow_table-v2 .button[data-designpart-id] {
    margin-top: calc(64px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-4 .row.row-18 .col.col-1 .dp-flow_table-v2 .button[data-designpart-id] + :is(p, ul, ol, table, .normal-table, .table-with-row-header, .table-with-two-headers, .article-embed, [id*=cta-]) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-4 .row.row-18 .col.col-1 .dp-flow_table-v2 .button[data-designpart-id] + :is(p, ul, ol, table, .normal-table, .table-with-row-header, .table-with-two-headers, .article-embed, [id*=cta-]) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-4 .row.row-18 .col.col-1 .dp-flow_table-v2 .cta {
  margin-block: 0;
}
.contents .content-4 .row.row-18 .col.col-1 .dp-flow_table-v2 [id*=cta-] + .button[data-designpart-id] {
  margin-top: calc(64px * var(--fo-spacing-coef) - 10px);
}
@media screen and (max-width: 769px) {
  .contents .content-4 .row.row-18 .col.col-1 .dp-flow_table-v2 [id*=cta-] + .button[data-designpart-id] {
    margin-top: calc(64px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-4 .row.row-18 .col.col-1 .dp-flow_table-v2 .table-of-contents {
  border-color: var(--dp-richBase-border-color);
}
.contents .content-4 .row.row-18 .col.col-1 .dp-flow_table-v2 .table-of-contents [class*=styles_title__]:not(:root) {
  font-size: inherit;
}
.contents .content-4 .row.row-18 .col.col-1 .dp-flow_table-v2 .table-of-contents :is(ol, ul) li a {
  color: var(--fo-text-main-color);
}
.contents .content-4 .row.row-18 .col.col-1 .dp-flow_table-v2 .table-of-contents :is(ol, ul) li a:hover {
  opacity: var(--fo-text-link-hover-opacity, 0.4);
  text-decoration: none;
  font-weight: inherit;
  color: inherit;
  filter: initial;
}
.contents .content-4 .row.row-18 .col.col-1 .dp-flow_table-v2 table tbody {
  border: none;
}
.contents .content-4 .row.row-18 .col.col-1 .dp-flow_table-v2 table tbody tr {
  display: flex;
  border: none;
}
.contents .content-4 .row.row-18 .col.col-1 .dp-flow_table-v2 table tbody tr :is(th, td) {
  border: none;
  vertical-align: top;
}
.contents .content-4 .row.row-18 .col.col-1 .dp-flow_table-v2 table tbody tr td {
  display: inline-block;
  width: 100%;
}
.contents .content-4 .row.row-18 .col.col-1 .dp-flow_table-v2 table tbody tr td:first-child {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  letter-spacing: 0.1em;
  color: #fff;
  background-color: var(--fo-main-color);
  border-radius: 50vh;
  width: 80px;
  height: 80px;
  min-width: 80px;
  margin-right: calc(20px * var(--fo-spacing-coef) - 10px);
  padding: 0;
}
@media screen and (max-width: 769px) {
  .contents .content-4 .row.row-18 .col.col-1 .dp-flow_table-v2 table tbody tr td:first-child {
    font-size: 26px;
    width: 68px;
    height: 68px;
    min-width: 68px;
    margin-right: calc(20px * var(--fo-spacing-coef) * 0.75 - 10px);
  }
}
.contents .content-4 .row.row-18 .col.col-1 .dp-flow_table-v2 table tbody tr:not(:last-child) td:nth-child(2) {
  position: relative;
}
.contents .content-4 .row.row-18 .col.col-1 .dp-flow_table-v2 table tbody tr:not(:last-child) td:nth-child(2)::after {
  content: "";
  width: 3px;
  height: calc(100% - 80px);
  background-color: var(--fo-main-color);
  position: absolute;
  bottom: 0;
  left: calc(-40px - (20px * var(--fo-spacing-coef) - 10px));
  transform: translateX(-50%);
}
@media screen and (max-width: 769px) {
  .contents .content-4 .row.row-18 .col.col-1 .dp-flow_table-v2 table tbody tr:not(:last-child) td:nth-child(2)::after {
    height: calc(100% - 68px);
    left: calc(-34px - (20px * var(--fo-spacing-coef) * 0.75 - 10px));
  }
}
.contents .content-4 .row.row-18 .col.col-1 .dp-flow_table-v2 table tbody tr:not(:last-child) td:not(:first-child) {
  padding-bottom: calc(90px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-4 .row.row-18 .col.col-1 .dp-flow_table-v2 table tbody tr:not(:last-child) td:not(:first-child) {
    padding-bottom: calc(90px * var(--fo-spacing-coef) * 0.75);
  }
}
.frame-root .frame-content .dp-flow_table-v2 table:not(:root:root:root:root:root:root) th, .frame-root .frame-content .dp-flow_table-v2 table:not(:root:root:root:root:root:root) td {
  min-width: 1em;
}
.frame-root .frame-content .dp-flow_table-v2 table:not(:root:root:root:root:root:root) tr td:first-child {
  min-width: 80px;
}
.frame-root .frame-content .dp-flow_table-v2:hover table th, .frame-root .frame-content .dp-flow_table-v2:hover table td, .frame-root .frame-content .dp-flow_table-v2[data-focus=true] table th, .frame-root .frame-content .dp-flow_table-v2[data-focus=true] table td {
  outline: 1px dotted #0f8bfe;
}

.contents .content-4 .row.row-19 {
  /* sample */
}
.contents .content-4 .row.row-19 .col.col-1 {
  /* sample */
}
.contents .content-4 .row.row-19 .col.col-1 .component.rich-heading {
  /* sample */
}
.contents .content-4 .row.row-19 .col.col-1 .component.richtext {
  /* sample */
}
.contents .content-4 .row.row-19 .col.col-2 {
  /* sample */
}
.contents .content-4 .row.row-19 .col.col-2 .component.richtext {
  /* sample */
}

.contents .content-4 .dp-iv01_imgL_row-v2 {
  display: flex;
  gap: calc(24px * var(--fo-spacing-coef));
  margin: 10px auto 20px;
}
@media screen and (max-width: 769px) {
  .contents .content-4 .dp-iv01_imgL_row-v2 {
    margin: 0 auto 10px;
    padding-top: 10px;
  }
}
.contents .content-4 .dp-iv01_imgL_row-v2 + .dp-iv01_imgL_row-v2, .contents .content-4 .dp-iv01_imgL_row-v2 + .dp-iv01_imgR_row-v2 {
  margin-top: calc(24px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-4 .dp-iv01_imgL_row-v2 + .dp-iv01_imgL_row-v2, .contents .content-4 .dp-iv01_imgL_row-v2 + .dp-iv01_imgR_row-v2 {
    padding-top: 0;
  }
}
@media screen and (min-width: 770px) {
  .contents .content-4 .dp-iv01_imgL_row-v2 div.col:not(:root):is(.vertical_position_top, .vertical_position_middle, .vertical_position_bottom) {
    display: flex;
    flex-direction: column;
    align-self: auto !important;
  }
  .contents .content-4 .dp-iv01_imgL_row-v2 div.col:not(:root):is(.vertical_position_top, .vertical_position_middle, .vertical_position_bottom) .component:not(:last-child) {
    margin-bottom: 0;
  }
  .contents .content-4 .dp-iv01_imgL_row-v2 div.col:not(:root).vertical_position_top {
    justify-content: start;
  }
  .contents .content-4 .dp-iv01_imgL_row-v2 div.col:not(:root).vertical_position_middle {
    justify-content: center;
  }
  .contents .content-4 .dp-iv01_imgL_row-v2 div.col:not(:root).vertical_position_bottom {
    justify-content: end;
  }
}
@media screen and (max-width: 769px) {
  .contents .content-4 .dp-iv01_imgL_row-v2 div.col:not(:root):first-child {
    width: 80px !important;
  }
}
.contents .content-4 .dp-iv01_imgL_row-v2 div.col:not(:root):first-child .component.image {
  margin-top: 0;
}
.contents .content-4 .dp-iv01_imgL_row-v2 div.col:not(:root):first-child .component.image img {
  max-width: 80px !important;
  width: 100% !important;
}
.contents .content-4 .dp-iv01_imgL_row-v2 div.col:not(:root):nth-child(2) {
  padding: calc(24px * var(--fo-spacing-coef) - 10px) calc(24px * var(--fo-spacing-coef));
  position: relative;
  border-radius: 15px;
  background-color: #fff;
}
@media screen and (max-width: 769px) {
  .contents .content-4 .dp-iv01_imgL_row-v2 div.col:not(:root):nth-child(2) {
    padding: calc(24px * var(--fo-spacing-coef) * 0.75 - 10px) calc(24px * var(--fo-spacing-coef) * 0.75);
    width: calc(100% - (24px * var(--fo-spacing-coef) * 0.75 + 80px)) !important;
  }
}
.contents .content-4 .dp-iv01_imgL_row-v2 div.col:not(:root):nth-child(2).styles_col-shadow__imO2S {
  filter: drop-shadow(0 3px 8px var(--fo-shadow-color));
  box-shadow: none;
}
.contents .content-4 .dp-iv01_imgL_row-v2 div.col:not(:root):nth-child(2)::before {
  content: "";
  position: absolute;
  top: 35px;
  left: -15px;
  width: 20px;
  height: 20px;
  background-color: inherit;
  clip-path: polygon(0 0, 100% 100%, 100% 0);
}
@media screen and (max-width: 769px) {
  .contents .content-4 .dp-iv01_imgL_row-v2 div.col:not(:root):nth-child(2)::before {
    margin: 10px 0;
  }
}
@media screen and (max-width: 769px) {
  .contents .content-4 .dp-iv01_imgL_row-v2 div.col:not(:root) .component.heading:not(:root):not(:root) {
    margin: 10px 0;
  }
}
.contents .content-4 .dp-iv01_imgL_row-v2 div.col:not(:root) .component.heading:not(:root):not(:root) :is(h1, h2, h3, h4, h5) {
  font-size: 20px;
}
@media screen and (max-width: 769px) {
  .contents .content-4 .dp-iv01_imgL_row-v2 div.col:not(:root) .component.heading:not(:root):not(:root) :is(h1, h2, h3, h4, h5) {
    font-size: 16px;
  }
}
.frame-root .frame-content .dp-iv01_imgL_row-v2:not(:root) div.col:not(:root) .styles_panel__B6Fxa .styles_ctrl-buttons__5Yt7S {
  width: 28px;
}
.frame-root .frame-content .dp-iv01_imgL_row-v2:not(:root) div.col:not(:root) .component.image [class^=styles_ctrl-head] {
  min-width: 170px;
  justify-content: flex-end;
  right: auto;
}
.frame-root .frame-content .dp-iv01_imgL_row-v2:not(:root) div.col:not(:root) .component.image [class^=styles_ctrl-head] [class^=styles_ctrl-head__button] {
  min-width: initial;
}

.contents .content-4 .row.row-20 .col.col-1 {
  /* sample */
}
.contents .content-4 .row.row-20 .col.col-1 .component.image {
  /* sample */
}
.contents .content-4 .row.row-20 .col.col-2 {
  /* sample */
}
.contents .content-4 .row.row-20 .col.col-2 .dp-richBase_text-v2 {
  font-family: var(--fo-text-font-family);
  font-size: var(--fo-text-font-size-pc);
  color: var(--fo-text-main-color);
  line-height: var(--fo-text-line-height);
  letter-spacing: var(--fo-text-letter-spacing);
  --dp-richBase-border-color: #eee;
}
@media screen and (max-width: 769px) {
  .contents .content-4 .row.row-20 .col.col-2 .dp-richBase_text-v2 {
    font-size: var(--fo-text-font-size-sp);
  }
}
.contents .content-4 .row.row-20 .col.col-2 .dp-richBase_text-v2 :link {
  text-decoration: none;
}
.contents .content-4 .row.row-20 .col.col-2 .dp-richBase_text-v2 :visited {
  text-decoration: none;
}
.contents .content-4 .row.row-20 .col.col-2 .dp-richBase_text-v2 a {
  color: var(--fo-text-link-color);
}
.contents .content-4 .row.row-20 .col.col-2 .dp-richBase_text-v2 a:hover {
  opacity: var(--fo-text-link-hover-opacity, 1);
  text-decoration: var(--fo-text-link-hover-text-decoration, none);
  font-weight: var(--fo-text-link-hover-font-weight, inherit);
  color: var(--fo-text-link-color);
  filter: invert(var(--fo-text-link-hover-invert,0));
}
.contents .content-4 .row.row-20 .col.col-2 .dp-richBase_text-v2 p {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  line-height: inherit;
  margin: 0;
  overflow-wrap: anywhere;
}
.contents .content-4 .row.row-20 .col.col-2 .dp-richBase_text-v2 :is(p, ul, ol, table, .normal-table, .table-with-row-header, .table-with-two-headers, .article-embed, [id*=cta-]) + :is(p, ul, ol, table, .normal-table, .table-with-row-header, .table-with-two-headers, .article-embed, [id*=cta-]) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-4 .row.row-20 .col.col-2 .dp-richBase_text-v2 :is(p, ul, ol, table, .normal-table, .table-with-row-header, .table-with-two-headers, .article-embed, [id*=cta-]) + :is(p, ul, ol, table, .normal-table, .table-with-row-header, .table-with-two-headers, .article-embed, [id*=cta-]) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-4 .row.row-20 .col.col-2 .dp-richBase_text-v2 strong {
  font-family: inherit;
}
.contents .content-4 .row.row-20 .col.col-2 .dp-richBase_text-v2 :is(ol, ul) {
  color: inherit;
  margin: 0 0 0 25px;
}
.contents .content-4 .row.row-20 .col.col-2 .dp-richBase_text-v2 :is(ol, ul) li {
  font-size: inherit;
  color: inherit;
  overflow-wrap: anywhere;
}
.contents .content-4 .row.row-20 .col.col-2 .dp-richBase_text-v2 :is(ol, ul) li a {
  font-size: inherit;
}
.contents .content-4 .row.row-20 .col.col-2 .dp-richBase_text-v2 table :is(tbody, tr, th, td) {
  border-color: var(--dp-richBase-border-color, transparent);
}
.contents .content-4 .row.row-20 .col.col-2 .dp-richBase_text-v2 table :is(tbody, tr, th, td) tr th p strong {
  font-weight: normal;
}
.contents .content-4 .row.row-20 .col.col-2 .dp-richBase_text-v2 table :is(tbody, tr, th, td) tr :is(th, td) {
  background-clip: padding-box;
  background-color: transparent;
  position: static;
  width: unset;
  line-height: inherit;
  padding: 10px;
}
.contents .content-4 .row.row-20 .col.col-2 .dp-richBase_text-v2 table :is(tbody, tr, th, td) tr :is(th, td) p {
  font-size: inherit;
}
.contents .content-4 .row.row-20 .col.col-2 .dp-richBase_text-v2 table :is(tbody, tr, th, td) tr :is(th, td) :is(ul, ol) {
  margin-left: 25px;
}
.contents .content-4 .row.row-20 .col.col-2 .dp-richBase_text-v2 .heading[data-designpart-id] :is(h1, h2, h3) {
  margin-bottom: calc(32px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-4 .row.row-20 .col.col-2 .dp-richBase_text-v2 .heading[data-designpart-id] :is(h1, h2, h3) {
    margin-bottom: calc(32px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-4 .row.row-20 .col.col-2 .dp-richBase_text-v2 .heading[data-designpart-id] :is(h4, h5, h6) {
  margin-bottom: calc(24px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-4 .row.row-20 .col.col-2 .dp-richBase_text-v2 .heading[data-designpart-id] :is(h4, h5, h6) {
    margin-bottom: calc(24px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-4 .row.row-20 .col.col-2 .dp-richBase_text-v2 .button[data-designpart-id] {
  margin-top: calc(64px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-4 .row.row-20 .col.col-2 .dp-richBase_text-v2 .button[data-designpart-id] {
    margin-top: calc(64px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-4 .row.row-20 .col.col-2 .dp-richBase_text-v2 .button[data-designpart-id] + :is(p, ul, ol, table, .normal-table, .table-with-row-header, .table-with-two-headers, .article-embed, [id*=cta-]) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-4 .row.row-20 .col.col-2 .dp-richBase_text-v2 .button[data-designpart-id] + :is(p, ul, ol, table, .normal-table, .table-with-row-header, .table-with-two-headers, .article-embed, [id*=cta-]) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-4 .row.row-20 .col.col-2 .dp-richBase_text-v2 .cta {
  margin-block: 0;
}
.contents .content-4 .row.row-20 .col.col-2 .dp-richBase_text-v2 [id*=cta-] + .button[data-designpart-id] {
  margin-top: calc(64px * var(--fo-spacing-coef) - 10px);
}
@media screen and (max-width: 769px) {
  .contents .content-4 .row.row-20 .col.col-2 .dp-richBase_text-v2 [id*=cta-] + .button[data-designpart-id] {
    margin-top: calc(64px * var(--fo-spacing-coef) * 0.75);
  }
}

.contents .content-4 .dp-iv01_imgL_row-v2 {
  display: flex;
  gap: calc(24px * var(--fo-spacing-coef));
  margin: 10px auto 20px;
}
@media screen and (max-width: 769px) {
  .contents .content-4 .dp-iv01_imgL_row-v2 {
    margin: 0 auto 10px;
    padding-top: 10px;
  }
}
.contents .content-4 .dp-iv01_imgL_row-v2 + .dp-iv01_imgL_row-v2, .contents .content-4 .dp-iv01_imgL_row-v2 + .dp-iv01_imgR_row-v2 {
  margin-top: calc(24px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-4 .dp-iv01_imgL_row-v2 + .dp-iv01_imgL_row-v2, .contents .content-4 .dp-iv01_imgL_row-v2 + .dp-iv01_imgR_row-v2 {
    padding-top: 0;
  }
}
@media screen and (min-width: 770px) {
  .contents .content-4 .dp-iv01_imgL_row-v2 div.col:not(:root):is(.vertical_position_top, .vertical_position_middle, .vertical_position_bottom) {
    display: flex;
    flex-direction: column;
    align-self: auto !important;
  }
  .contents .content-4 .dp-iv01_imgL_row-v2 div.col:not(:root):is(.vertical_position_top, .vertical_position_middle, .vertical_position_bottom) .component:not(:last-child) {
    margin-bottom: 0;
  }
  .contents .content-4 .dp-iv01_imgL_row-v2 div.col:not(:root).vertical_position_top {
    justify-content: start;
  }
  .contents .content-4 .dp-iv01_imgL_row-v2 div.col:not(:root).vertical_position_middle {
    justify-content: center;
  }
  .contents .content-4 .dp-iv01_imgL_row-v2 div.col:not(:root).vertical_position_bottom {
    justify-content: end;
  }
}
@media screen and (max-width: 769px) {
  .contents .content-4 .dp-iv01_imgL_row-v2 div.col:not(:root):first-child {
    width: 80px !important;
  }
}
.contents .content-4 .dp-iv01_imgL_row-v2 div.col:not(:root):first-child .component.image {
  margin-top: 0;
}
.contents .content-4 .dp-iv01_imgL_row-v2 div.col:not(:root):first-child .component.image img {
  max-width: 80px !important;
  width: 100% !important;
}
.contents .content-4 .dp-iv01_imgL_row-v2 div.col:not(:root):nth-child(2) {
  padding: calc(24px * var(--fo-spacing-coef) - 10px) calc(24px * var(--fo-spacing-coef));
  position: relative;
  border-radius: 15px;
  background-color: #fff;
}
@media screen and (max-width: 769px) {
  .contents .content-4 .dp-iv01_imgL_row-v2 div.col:not(:root):nth-child(2) {
    padding: calc(24px * var(--fo-spacing-coef) * 0.75 - 10px) calc(24px * var(--fo-spacing-coef) * 0.75);
    width: calc(100% - (24px * var(--fo-spacing-coef) * 0.75 + 80px)) !important;
  }
}
.contents .content-4 .dp-iv01_imgL_row-v2 div.col:not(:root):nth-child(2).styles_col-shadow__imO2S {
  filter: drop-shadow(0 3px 8px var(--fo-shadow-color));
  box-shadow: none;
}
.contents .content-4 .dp-iv01_imgL_row-v2 div.col:not(:root):nth-child(2)::before {
  content: "";
  position: absolute;
  top: 35px;
  left: -15px;
  width: 20px;
  height: 20px;
  background-color: inherit;
  clip-path: polygon(0 0, 100% 100%, 100% 0);
}
@media screen and (max-width: 769px) {
  .contents .content-4 .dp-iv01_imgL_row-v2 div.col:not(:root):nth-child(2)::before {
    margin: 10px 0;
  }
}
@media screen and (max-width: 769px) {
  .contents .content-4 .dp-iv01_imgL_row-v2 div.col:not(:root) .component.heading:not(:root:root) {
    margin: 10px 0;
  }
}
.contents .content-4 .dp-iv01_imgL_row-v2 div.col:not(:root) .component.heading:not(:root:root) :is(h1, h2, h3, h4, h5) {
  font-size: 20px;
}
@media screen and (max-width: 769px) {
  .contents .content-4 .dp-iv01_imgL_row-v2 div.col:not(:root) .component.heading:not(:root:root) :is(h1, h2, h3, h4, h5) {
    font-size: 16px;
  }
}
.frame-root .frame-content .dp-iv01_imgL_row:not(:root) div.col:not(:root) .styles_panel__B6Fxa .styles_ctrl-buttons__5Yt7S {
  width: 28px;
}
.frame-root .frame-content .dp-iv01_imgL_row:not(:root) div.col:not(:root) .component.image [class^=styles_ctrl-head] {
  min-width: 170px;
  justify-content: flex-end;
  right: auto;
}
.frame-root .frame-content .dp-iv01_imgL_row:not(:root) div.col:not(:root) .component.image [class^=styles_ctrl-head] [class^=styles_ctrl-head__button] {
  min-width: initial;
}

.contents .content-4 .row.row-21 .col.col-1 {
  /* sample */
}
.contents .content-4 .row.row-21 .col.col-1 .component.rich-heading {
  /* sample */
}
.contents .content-4 .row.row-21 .col.col-1 .component.richtext {
  /* sample */
}
.contents .content-4 .row.row-21 .col.col-2 {
  /* sample */
}
.contents .content-4 .row.row-21 .col.col-2 .component.richtext {
  /* sample */
}

.contents .content-4 .dp-iv01_imgR_row-v2 {
  display: flex;
  gap: calc(24px * var(--fo-spacing-coef));
  margin: 10px auto 20px;
}
@media screen and (max-width: 769px) {
  .contents .content-4 .dp-iv01_imgR_row-v2 {
    margin: 0 auto 10px;
    padding-top: 10px;
  }
}
.contents .content-4 .dp-iv01_imgR_row-v2 + .dp-iv01_imgL_row-v2, .contents .content-4 .dp-iv01_imgR_row-v2 + .dp-iv01_imgR_row-v2 {
  margin-top: calc(24px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-4 .dp-iv01_imgR_row-v2 + .dp-iv01_imgL_row-v2, .contents .content-4 .dp-iv01_imgR_row-v2 + .dp-iv01_imgR_row-v2 {
    padding-top: 0;
  }
}
@media screen and (min-width: 770px) {
  .contents .content-4 .dp-iv01_imgR_row-v2 div.col:not(:root):is(.vertical_position_top, .vertical_position_middle, .vertical_position_bottom) {
    display: flex;
    flex-direction: column;
    align-self: auto !important;
  }
  .contents .content-4 .dp-iv01_imgR_row-v2 div.col:not(:root):is(.vertical_position_top, .vertical_position_middle, .vertical_position_bottom) .component:not(:last-child) {
    margin-bottom: 0;
  }
  .contents .content-4 .dp-iv01_imgR_row-v2 div.col:not(:root).vertical_position_top {
    justify-content: start;
  }
  .contents .content-4 .dp-iv01_imgR_row-v2 div.col:not(:root).vertical_position_middle {
    justify-content: center;
  }
  .contents .content-4 .dp-iv01_imgR_row-v2 div.col:not(:root).vertical_position_bottom {
    justify-content: end;
  }
}
.contents .content-4 .dp-iv01_imgR_row-v2 div.col:not(:root):first-child {
  padding: calc(24px * var(--fo-spacing-coef) - 10px) calc(24px * var(--fo-spacing-coef));
  position: relative;
  border-radius: 15px;
  background-color: #fff;
}
@media screen and (max-width: 769px) {
  .contents .content-4 .dp-iv01_imgR_row-v2 div.col:not(:root):first-child {
    padding: calc(24px * var(--fo-spacing-coef) * 0.75 - 10px) calc(24px * var(--fo-spacing-coef) * 0.75);
    width: calc(100% - (24px * var(--fo-spacing-coef) * 0.75 + 80px)) !important;
  }
}
.contents .content-4 .dp-iv01_imgR_row-v2 div.col:not(:root):first-child.styles_col-shadow__imO2S {
  filter: drop-shadow(0 3px 8px var(--fo-shadow-color));
  box-shadow: none;
}
.contents .content-4 .dp-iv01_imgR_row-v2 div.col:not(:root):first-child::before {
  content: "";
  position: absolute;
  top: 35px;
  right: -15px;
  width: 20px;
  height: 20px;
  background-color: inherit;
  clip-path: polygon(100% 0, 0 100%, 0 0);
}
@media screen and (max-width: 769px) {
  .contents .content-4 .dp-iv01_imgR_row-v2 div.col:not(:root):nth-child(2) {
    width: 80px !important;
  }
}
.contents .content-4 .dp-iv01_imgR_row-v2 div.col:not(:root):nth-child(2) .component.image {
  margin-top: 0;
}
.contents .content-4 .dp-iv01_imgR_row-v2 div.col:not(:root):nth-child(2) .component.image img {
  max-width: 80px !important;
  width: 100% !important;
}
@media screen and (max-width: 769px) {
  .contents .content-4 .dp-iv01_imgR_row-v2 div.col:not(:root) .component.heading:not(:root:root) {
    margin: 10px 0;
  }
}
.contents .content-4 .dp-iv01_imgR_row-v2 div.col:not(:root) .component.heading:not(:root:root) :is(h1, h2, h3, h4, h5) {
  font-size: 20px;
}
@media screen and (max-width: 769px) {
  .contents .content-4 .dp-iv01_imgR_row-v2 div.col:not(:root) .component.heading:not(:root:root) :is(h1, h2, h3, h4, h5) {
    font-size: 16px;
  }
}
.frame-root .frame-content .dp-iv01_imgR_row-v2:not(:root) div.col:not(:root) .styles_panel__B6Fxa .styles_ctrl-buttons__5Yt7S {
  width: 28px;
}
.frame-root .frame-content .dp-iv01_imgR_row-v2:not(:root) div.col:not(:root) .component.image [class^=styles_ctrl-head] {
  min-width: 170px;
  justify-content: flex-end;
  right: auto;
}
.frame-root .frame-content .dp-iv01_imgR_row-v2:not(:root) div.col:not(:root) .component.image [class^=styles_ctrl-head] [class^=styles_ctrl-head__button] {
  min-width: initial;
}

.contents .content-4 .row.row-22 .col.col-1 {
  /* sample */
}
.contents .content-4 .row.row-22 .col.col-1 .dp-richBase_text-v2 {
  font-family: var(--fo-text-font-family);
  font-size: var(--fo-text-font-size-pc);
  color: var(--fo-text-main-color);
  line-height: var(--fo-text-line-height);
  letter-spacing: var(--fo-text-letter-spacing);
  --dp-richBase-border-color: #eee;
}
@media screen and (max-width: 769px) {
  .contents .content-4 .row.row-22 .col.col-1 .dp-richBase_text-v2 {
    font-size: var(--fo-text-font-size-sp);
  }
}
.contents .content-4 .row.row-22 .col.col-1 .dp-richBase_text-v2 :link {
  text-decoration: none;
}
.contents .content-4 .row.row-22 .col.col-1 .dp-richBase_text-v2 :visited {
  text-decoration: none;
}
.contents .content-4 .row.row-22 .col.col-1 .dp-richBase_text-v2 a {
  color: var(--fo-text-link-color);
}
.contents .content-4 .row.row-22 .col.col-1 .dp-richBase_text-v2 a:hover {
  opacity: var(--fo-text-link-hover-opacity, 1);
  text-decoration: var(--fo-text-link-hover-text-decoration, none);
  font-weight: var(--fo-text-link-hover-font-weight, inherit);
  color: var(--fo-text-link-color);
  filter: invert(var(--fo-text-link-hover-invert,0));
}
.contents .content-4 .row.row-22 .col.col-1 .dp-richBase_text-v2 p {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  line-height: inherit;
  margin: 0;
  overflow-wrap: anywhere;
}
.contents .content-4 .row.row-22 .col.col-1 .dp-richBase_text-v2 :is(p, ul, ol, table, .normal-table, .table-with-row-header, .table-with-two-headers, .article-embed, [id*=cta-]) + :is(p, ul, ol, table, .normal-table, .table-with-row-header, .table-with-two-headers, .article-embed, [id*=cta-]) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-4 .row.row-22 .col.col-1 .dp-richBase_text-v2 :is(p, ul, ol, table, .normal-table, .table-with-row-header, .table-with-two-headers, .article-embed, [id*=cta-]) + :is(p, ul, ol, table, .normal-table, .table-with-row-header, .table-with-two-headers, .article-embed, [id*=cta-]) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-4 .row.row-22 .col.col-1 .dp-richBase_text-v2 strong {
  font-family: inherit;
}
.contents .content-4 .row.row-22 .col.col-1 .dp-richBase_text-v2 :is(ol, ul) {
  color: inherit;
  margin: 0 0 0 25px;
}
.contents .content-4 .row.row-22 .col.col-1 .dp-richBase_text-v2 :is(ol, ul) li {
  font-size: inherit;
  color: inherit;
  overflow-wrap: anywhere;
}
.contents .content-4 .row.row-22 .col.col-1 .dp-richBase_text-v2 :is(ol, ul) li a {
  font-size: inherit;
}
.contents .content-4 .row.row-22 .col.col-1 .dp-richBase_text-v2 table :is(tbody, tr, th, td) {
  border-color: var(--dp-richBase-border-color, transparent);
}
.contents .content-4 .row.row-22 .col.col-1 .dp-richBase_text-v2 table :is(tbody, tr, th, td) tr th p strong {
  font-weight: normal;
}
.contents .content-4 .row.row-22 .col.col-1 .dp-richBase_text-v2 table :is(tbody, tr, th, td) tr :is(th, td) {
  background-clip: padding-box;
  background-color: transparent;
  position: static;
  width: unset;
  line-height: inherit;
  padding: 10px;
}
.contents .content-4 .row.row-22 .col.col-1 .dp-richBase_text-v2 table :is(tbody, tr, th, td) tr :is(th, td) p {
  font-size: inherit;
}
.contents .content-4 .row.row-22 .col.col-1 .dp-richBase_text-v2 table :is(tbody, tr, th, td) tr :is(th, td) :is(ul, ol) {
  margin-left: 25px;
}
.contents .content-4 .row.row-22 .col.col-1 .dp-richBase_text-v2 .heading[data-designpart-id] :is(h1, h2, h3) {
  margin-bottom: calc(32px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-4 .row.row-22 .col.col-1 .dp-richBase_text-v2 .heading[data-designpart-id] :is(h1, h2, h3) {
    margin-bottom: calc(32px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-4 .row.row-22 .col.col-1 .dp-richBase_text-v2 .heading[data-designpart-id] :is(h4, h5, h6) {
  margin-bottom: calc(24px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-4 .row.row-22 .col.col-1 .dp-richBase_text-v2 .heading[data-designpart-id] :is(h4, h5, h6) {
    margin-bottom: calc(24px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-4 .row.row-22 .col.col-1 .dp-richBase_text-v2 .button[data-designpart-id] {
  margin-top: calc(64px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-4 .row.row-22 .col.col-1 .dp-richBase_text-v2 .button[data-designpart-id] {
    margin-top: calc(64px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-4 .row.row-22 .col.col-1 .dp-richBase_text-v2 .button[data-designpart-id] + :is(p, ul, ol, table, .normal-table, .table-with-row-header, .table-with-two-headers, .article-embed, [id*=cta-]) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-4 .row.row-22 .col.col-1 .dp-richBase_text-v2 .button[data-designpart-id] + :is(p, ul, ol, table, .normal-table, .table-with-row-header, .table-with-two-headers, .article-embed, [id*=cta-]) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-4 .row.row-22 .col.col-1 .dp-richBase_text-v2 .cta {
  margin-block: 0;
}
.contents .content-4 .row.row-22 .col.col-1 .dp-richBase_text-v2 [id*=cta-] + .button[data-designpart-id] {
  margin-top: calc(64px * var(--fo-spacing-coef) - 10px);
}
@media screen and (max-width: 769px) {
  .contents .content-4 .row.row-22 .col.col-1 .dp-richBase_text-v2 [id*=cta-] + .button[data-designpart-id] {
    margin-top: calc(64px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-4 .row.row-22 .col.col-2 {
  /* sample */
}
.contents .content-4 .row.row-22 .col.col-2 .component.image {
  /* sample */
}

.contents .content-4 .row.row-23 {
  /* sample */
}
.contents .content-4 .row.row-23 .col.col-1 {
  /* sample */
}
.contents .content-4 .row.row-23 .col.col-1 .component.rich-heading {
  /* sample */
}
.contents .content-4 .row.row-23 .col.col-2 {
  /* sample */
}

.contents .content-4 .dp-reduction_row {
  max-width: 1060px;
  width: 100%;
  margin: auto;
}
.contents .content-4 .row.row-24 .col.col-1 {
  /* sample */
}
.contents .content-4 .row.row-24 .col.col-1 .dp-hd_custom01-01 {
  margin: 10px 0 0;
}
.contents .content-4 .row.row-24 .col.col-1 .dp-hd_custom01-01 :is(h1, h2, h3, h4, h5) {
  font-family: var(--fo-heading-font-family);
  font-weight: 700;
  line-height: var(--fo-heading-line-height);
  letter-spacing: var(--fo-heading-letter-spacing);
  color: var(--fo-heading-main-color);
  border: none;
  position: initial;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 769px) {
  .contents .content-4 .row.row-24 .col.col-1 .dp-hd_custom01-01 :is(h1, h2, h3, h4, h5) {
    overflow-wrap: break-word;
  }
}
.contents .content-4 .row.row-24 .col.col-1 .dp-hd_custom01-01 :is(h1, h2, h3, h4, h5) .strong {
  font-weight: 400;
}
.contents .content-4 .row.row-24 .col.col-1 .dp-hd_custom01-01 h1 {
  font-size: var(--fo-h1-font-size-pc);
  margin-bottom: max(calc((32px * var(--fo-spacing-coef)) - 20px),0px);
}
@media screen and (max-width: 769px) {
  .contents .content-4 .row.row-24 .col.col-1 .dp-hd_custom01-01 h1 {
    font-size: var(--fo-h1-font-size-sp);
    margin-bottom: max(calc((32px * var(--fo-spacing-coef)) * .75),0px);
  }
}
.contents .content-4 .row.row-24 .col.col-1 .dp-hd_custom01-01 h2 {
  font-size: var(--fo-h2-font-size-pc);
  margin-bottom: max(calc((32px * var(--fo-spacing-coef)) - 20px),0px);
}
@media screen and (max-width: 769px) {
  .contents .content-4 .row.row-24 .col.col-1 .dp-hd_custom01-01 h2 {
    font-size: var(--fo-h2-font-size-sp);
    margin-bottom: max(calc((32px * var(--fo-spacing-coef)) * .75),0px);
  }
}
.contents .content-4 .row.row-24 .col.col-1 .dp-hd_custom01-01 h3 {
  font-size: var(--fo-h3-font-size-pc);
  margin-bottom: max(calc((32px * var(--fo-spacing-coef)) - 20px),0px);
}
@media screen and (max-width: 769px) {
  .contents .content-4 .row.row-24 .col.col-1 .dp-hd_custom01-01 h3 {
    font-size: var(--fo-h3-font-size-sp);
    margin-bottom: max(calc((32px * var(--fo-spacing-coef)) * .75),0px);
  }
}
.contents .content-4 .row.row-24 .col.col-1 .dp-hd_custom01-01 h4 {
  font-size: var(--fo-h4-font-size-pc);
  margin-bottom: max(calc((24px * var(--fo-spacing-coef)) - 20px),0px);
}
@media screen and (max-width: 769px) {
  .contents .content-4 .row.row-24 .col.col-1 .dp-hd_custom01-01 h4 {
    font-size: var(--fo-h4-font-size-sp);
    margin-bottom: max(calc((24px * var(--fo-spacing-coef)) * .75),0px);
  }
}
.contents .content-4 .row.row-24 .col.col-1 .dp-hd_custom01-01 h5 {
  font-size: var(--fo-h5-font-size-pc);
  margin-bottom: max(calc((24px * var(--fo-spacing-coef)) - 20px),0px);
}
@media screen and (max-width: 769px) {
  .contents .content-4 .row.row-24 .col.col-1 .dp-hd_custom01-01 h5 {
    font-size: var(--fo-h5-font-size-sp);
    margin-bottom: max(calc((24px * var(--fo-spacing-coef)) * .75),0px);
  }
}

.side {
  /* sample */
}

.side {
  /* sample */
}

.side {
  /* sample */
}

.side {
  /* sample */
}

.fixed-side .row.row-1 {
  /* sample */
}
.fixed-side .row.row-1 .col.col-1 {
  /* sample */
}

.foot {
  /* sample */
  padding: 100px 0 0;
}

.foot .row.row-1 {
  /* sample */
}
.foot .row.row-1 .col.col-1 {
  /* sample */
}
.foot .row.row-1 .col.col-1 .component.image {
  /* sample */
}
.foot .row.row-1 .col.col-2 {
  /* sample */
}
.foot .row.row-1 .col.col-2 .component.list {
  /* sample */
}
.foot .row.row-1 .col.col-3 {
  /* sample */
}
.foot .row.row-1 .col.col-3 .component.list {
  /* sample */
}
.foot .row.row-1 .col.col-4 {
  /* sample */
}
.foot .row.row-1 .col.col-4 .component.list {
  /* sample */
}

.foot .row.row-2 {
  /* sample */
}
.foot .row.row-2 .col.col-1 {
  /* sample */
}
.foot .row.row-2 .col.col-1 .component.image {
  /* sample */
}

.header, .main-visual {
  /* sample */
}

.header .row.row-1, .main-visual .row.row-1 {
  /* sample */
}
.header .row.row-1 .col.col-1, .main-visual .row.row-1 .col.col-1 {
  /* sample */
}

.navi, .navi-001-01, .navi-002-01 {
  /* sample */
}

.navi .row.row-1, .navi-001-01 .row.row-1, .navi-002-01 .row.row-1 {
  /* sample */
}
.navi .row.row-1 .col.col-1, .navi-001-01 .row.row-1 .col.col-1, .navi-002-01 .row.row-1 .col.col-1 {
  /* sample */
}
.navi .row.row-1 .col.col-1 .component.button, .navi-001-01 .row.row-1 .col.col-1 .component.button, .navi-002-01 .row.row-1 .col.col-1 .component.button {
  /* sample */
}
.navi .row.row-1 .col.col-2, .navi-001-01 .row.row-1 .col.col-2, .navi-002-01 .row.row-1 .col.col-2 {
  /* sample */
}
.navi .row.row-1 .col.col-2 .component.button, .navi-001-01 .row.row-1 .col.col-2 .component.button, .navi-002-01 .row.row-1 .col.col-2 .component.button {
  /* sample */
}
.navi .row.row-1 .col.col-2 .component.button, .navi-001-01 .row.row-1 .col.col-2 .component.button, .navi-002-01 .row.row-1 .col.col-2 .component.button {
  /* sample */
}