@charset "UTF-8";
.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-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-3 .row.row-1 .col.col-2 {
  /* sample */
}
.contents .content-3 .row.row-1 .col.col-2 .component.richtext {
  /* sample */
}

.contents .content-3 .row.row-2 {
  /* sample */
}
.contents .content-3 .row.row-2 .col.col-1 {
  /* sample */
}
.contents .content-3 .row.row-2 .col.col-1 .dp-richBase_text {
  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);
}
@media screen and (max-width: 769px) {
  .contents .content-3 .row.row-2 .col.col-1 .dp-richBase_text {
    font-size: var(--fo-text-font-size-sp);
  }
}
.contents .content-3 .row.row-2 .col.col-1 .dp-richBase_text :link {
  text-decoration: none;
}
.contents .content-3 .row.row-2 .col.col-1 .dp-richBase_text :visited {
  text-decoration: none;
}
.contents .content-3 .row.row-2 .col.col-1 .dp-richBase_text a {
  color: var(--fo-text-link-color);
}
.contents .content-3 .row.row-2 .col.col-1 .dp-richBase_text 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-3 .row.row-2 .col.col-1 .dp-richBase_text p {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  line-height: inherit;
  margin: 0;
  overflow-wrap: anywhere;
}
.contents .content-3 .row.row-2 .col.col-1 .dp-richBase_text p + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-3 .row.row-2 .col.col-1 .dp-richBase_text p + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-3 .row.row-2 .col.col-1 .dp-richBase_text strong {
  font-family: inherit;
}
.contents .content-3 .row.row-2 .col.col-1 .dp-richBase_text :is(ol, ul) {
  color: inherit;
}
.contents .content-3 .row.row-2 .col.col-1 .dp-richBase_text :is(ol, ul) li {
  font-size: inherit;
  color: inherit;
  overflow-wrap: anywhere;
}
.contents .content-3 .row.row-2 .col.col-1 .dp-richBase_text :is(ol, ul) li a {
  font-size: inherit;
}
.contents .content-3 .row.row-2 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) {
  border-color: #eee;
}
.contents .content-3 .row.row-2 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) {
  background-clip: padding-box;
  background-color: transparent;
  position: static;
  width: unset;
  line-height: inherit;
  padding: 10px;
  border: 1px solid #eee;
}
.contents .content-3 .row.row-2 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p {
  font-size: inherit;
}
.contents .content-3 .row.row-2 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-3 .row.row-2 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-3 .row.row-2 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) {
  margin-left: 25px;
}
.contents .content-3 .row.row-2 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-3 .row.row-2 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-3 .row.row-2 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) .component.button + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-3 .row.row-2 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) .component.button + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-3 .row.row-2 .col.col-1 .dp-richBase_text :is(ul, ol) {
  margin: 0 0 0 25px;
}
.contents .content-3 .row.row-2 .col.col-1 .dp-richBase_text :is(ul, ol) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-3 .row.row-2 .col.col-1 .dp-richBase_text :is(ul, ol) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-3 .row.row-2 .col.col-1 .dp-richBase_text :is(table, .normal-table, .table-with-row-header, .table-with-two-headers) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-3 .row.row-2 .col.col-1 .dp-richBase_text :is(table, .normal-table, .table-with-row-header, .table-with-two-headers) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-3 .row.row-2 .col.col-1 .dp-richBase_text .component.button {
  margin: 0;
}
.contents .content-3 .row.row-2 .col.col-1 .dp-richBase_text .component.button.button + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-3 .row.row-2 .col.col-1 .dp-richBase_text .component.button.button + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-3 .row.row-2 .col.col-1 .dp-richBase_text .component.button.button .button-cont a.blue {
  background: #254a73;
  color: #fff !important;
  text-decoration: none;
}
.contents .content-3 .row.row-2 .col.col-1 .dp-richBase_text .component.button.button .button-cont a.blue:hover {
  opacity: 0.4;
}

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

.contents .content-3 .row.row-4 {
  /* sample */
}
.contents .content-3 .row.row-4 .col.col-1 {
  /* sample */
}
.contents .content-3 .row.row-4 .col.col-1 .dp-richNumber01_text {
  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-bottom: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-3 .row.row-4 .col.col-1 .dp-richNumber01_text {
    font-size: var(--fo-text-font-size-sp);
    margin-bottom: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-3 .row.row-4 .col.col-1 .dp-richNumber01_text :link {
  text-decoration: none;
}
.contents .content-3 .row.row-4 .col.col-1 .dp-richNumber01_text :visited {
  text-decoration: none;
}
.contents .content-3 .row.row-4 .col.col-1 .dp-richNumber01_text a {
  color: var(--fo-text-link-color);
}
.contents .content-3 .row.row-4 .col.col-1 .dp-richNumber01_text 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-3 .row.row-4 .col.col-1 .dp-richNumber01_text p {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  line-height: inherit;
  margin: 0;
}
.contents .content-3 .row.row-4 .col.col-1 .dp-richNumber01_text p + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-3 .row.row-4 .col.col-1 .dp-richNumber01_text p + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-3 .row.row-4 .col.col-1 .dp-richNumber01_text strong {
  font-family: inherit;
}
.contents .content-3 .row.row-4 .col.col-1 .dp-richNumber01_text :is(ol, ul) {
  color: inherit;
}
.contents .content-3 .row.row-4 .col.col-1 .dp-richNumber01_text :is(ol, ul) li {
  font-size: inherit;
  color: inherit;
  overflow-wrap: anywhere;
}
.contents .content-3 .row.row-4 .col.col-1 .dp-richNumber01_text :is(ol, ul) li a {
  font-size: inherit;
}
.contents .content-3 .row.row-4 .col.col-1 .dp-richNumber01_text table :is(thead, tbody, tr, th, td) {
  border-color: #eee;
}
.contents .content-3 .row.row-4 .col.col-1 .dp-richNumber01_text table :is(thead, tbody, tr, th, td) tr :is(th, td) {
  background-clip: padding-box;
  background-color: transparent;
  position: static;
  width: unset;
  line-height: inherit;
  padding: 10px;
  border: 1px solid #eee;
}
.contents .content-3 .row.row-4 .col.col-1 .dp-richNumber01_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p {
  font-size: inherit;
}
.contents .content-3 .row.row-4 .col.col-1 .dp-richNumber01_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-3 .row.row-4 .col.col-1 .dp-richNumber01_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-3 .row.row-4 .col.col-1 .dp-richNumber01_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) {
  margin-left: 25px;
}
.contents .content-3 .row.row-4 .col.col-1 .dp-richNumber01_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-3 .row.row-4 .col.col-1 .dp-richNumber01_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-3 .row.row-4 .col.col-1 .dp-richNumber01_text table :is(thead, tbody, tr, th, td) tr :is(th, td) .component.button + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-3 .row.row-4 .col.col-1 .dp-richNumber01_text table :is(thead, tbody, tr, th, td) tr :is(th, td) .component.button + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-3 .row.row-4 .col.col-1 .dp-richNumber01_text :is(ul, ol) {
  margin: 0 0 0 25px;
}
.contents .content-3 .row.row-4 .col.col-1 .dp-richNumber01_text :is(ul, ol) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-3 .row.row-4 .col.col-1 .dp-richNumber01_text :is(ul, ol) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-3 .row.row-4 .col.col-1 .dp-richNumber01_text :is(table, .normal-table, .table-with-row-header, .table-with-two-headers) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-3 .row.row-4 .col.col-1 .dp-richNumber01_text :is(table, .normal-table, .table-with-row-header, .table-with-two-headers) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-3 .row.row-4 .col.col-1 .dp-richNumber01_text table {
  width: auto !important;
  font-size: var(--fo-text-font-size-pc);
}
.contents .content-3 .row.row-4 .col.col-1 .dp-richNumber01_text table :is(thead, tbody) {
  border: 0;
}
.contents .content-3 .row.row-4 .col.col-1 .dp-richNumber01_text table :is(thead, tbody) tr {
  border: 0;
}
.contents .content-3 .row.row-4 .col.col-1 .dp-richNumber01_text table :is(thead, tbody) tr :is(th, td) {
  border: 0;
}
.contents .content-3 .row.row-4 .col.col-1 .dp-richNumber01_text table tbody tr td {
  padding: 0;
}
.contents .content-3 .row.row-4 .col.col-1 .dp-richNumber01_text table tbody tr td:first-child {
  color: var(--fo-main-color);
  padding-right: 5px;
}
.contents .content-3 .row.row-4 .col.col-1 .dp-richNumber01_text table tbody tr td:nth-child(2) {
  background-color: var(--fo-main-color);
  border-radius: 50vh;
  width: 35px;
  height: 35px;
  color: #fff;
  text-align: center;
}
.contents .content-3 .row.row-4 .col.col-1 .dp-richNumber01_text .component.button {
  margin: 0;
}
.contents .content-3 .row.row-4 .col.col-1 .dp-richNumber01_text .component.button.button + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-3 .row.row-4 .col.col-1 .dp-richNumber01_text .component.button.button + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-3 .row.row-4 .col.col-1 .dp-richNumber01_text .component.button.button .button-cont a.blue {
  background: #254a73;
  color: #fff !important;
  text-decoration: none;
}
.contents .content-3 .row.row-4 .col.col-1 .dp-richNumber01_text .component.button.button .button-cont a.blue:hover {
  opacity: 0.4;
}
.frame-root .frame-content .dp-richNumber01_text table:not(:root:root:root:root:root:root) th, .frame-root .frame-content .dp-richNumber01_text table:not(:root:root:root:root:root:root) td {
  min-width: 1em;
}
.frame-root .frame-content .dp-richNumber01_text:hover table th, .frame-root .frame-content .dp-richNumber01_text:hover table td, .frame-root .frame-content .dp-richNumber01_text[data-focus=true] table th, .frame-root .frame-content .dp-richNumber01_text[data-focus=true] table td {
  outline: 1px dotted #0f8bfe;
}

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

.contents .content-3 .row.row-6 {
  /* sample */
}
.contents .content-3 .row.row-6 .col.col-1 {
  /* sample */
}
.contents .content-3 .row.row-6 .col.col-1 .dp-richNumber02_text {
  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-bottom: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-3 .row.row-6 .col.col-1 .dp-richNumber02_text {
    font-size: var(--fo-text-font-size-sp);
    margin-bottom: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-3 .row.row-6 .col.col-1 .dp-richNumber02_text :link {
  text-decoration: none;
}
.contents .content-3 .row.row-6 .col.col-1 .dp-richNumber02_text :visited {
  text-decoration: none;
}
.contents .content-3 .row.row-6 .col.col-1 .dp-richNumber02_text a {
  color: var(--fo-text-link-color);
}
.contents .content-3 .row.row-6 .col.col-1 .dp-richNumber02_text 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-3 .row.row-6 .col.col-1 .dp-richNumber02_text p {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  line-height: inherit;
  margin: 0;
}
.contents .content-3 .row.row-6 .col.col-1 .dp-richNumber02_text p + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-3 .row.row-6 .col.col-1 .dp-richNumber02_text p + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-3 .row.row-6 .col.col-1 .dp-richNumber02_text strong {
  font-family: inherit;
}
.contents .content-3 .row.row-6 .col.col-1 .dp-richNumber02_text :is(ol, ul) {
  color: inherit;
}
.contents .content-3 .row.row-6 .col.col-1 .dp-richNumber02_text :is(ol, ul) li {
  font-size: inherit;
  color: inherit;
  overflow-wrap: anywhere;
}
.contents .content-3 .row.row-6 .col.col-1 .dp-richNumber02_text :is(ol, ul) li a {
  font-size: inherit;
}
.contents .content-3 .row.row-6 .col.col-1 .dp-richNumber02_text table :is(thead, tbody, tr, th, td) {
  border-color: #eee;
}
.contents .content-3 .row.row-6 .col.col-1 .dp-richNumber02_text table :is(thead, tbody, tr, th, td) tr :is(th, td) {
  background-clip: padding-box;
  background-color: transparent;
  position: static;
  width: unset;
  line-height: inherit;
  padding: 10px;
  border: 1px solid #eee;
}
.contents .content-3 .row.row-6 .col.col-1 .dp-richNumber02_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p {
  font-size: inherit;
}
.contents .content-3 .row.row-6 .col.col-1 .dp-richNumber02_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-3 .row.row-6 .col.col-1 .dp-richNumber02_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-3 .row.row-6 .col.col-1 .dp-richNumber02_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) {
  margin-left: 25px;
}
.contents .content-3 .row.row-6 .col.col-1 .dp-richNumber02_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-3 .row.row-6 .col.col-1 .dp-richNumber02_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-3 .row.row-6 .col.col-1 .dp-richNumber02_text table :is(thead, tbody, tr, th, td) tr :is(th, td) .component.button + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-3 .row.row-6 .col.col-1 .dp-richNumber02_text table :is(thead, tbody, tr, th, td) tr :is(th, td) .component.button + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-3 .row.row-6 .col.col-1 .dp-richNumber02_text :is(ul, ol) {
  margin: 0 0 0 25px;
}
.contents .content-3 .row.row-6 .col.col-1 .dp-richNumber02_text :is(ul, ol) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-3 .row.row-6 .col.col-1 .dp-richNumber02_text :is(ul, ol) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-3 .row.row-6 .col.col-1 .dp-richNumber02_text :is(table, .normal-table, .table-with-row-header, .table-with-two-headers) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-3 .row.row-6 .col.col-1 .dp-richNumber02_text :is(table, .normal-table, .table-with-row-header, .table-with-two-headers) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-3 .row.row-6 .col.col-1 .dp-richNumber02_text table {
  width: auto !important;
  font-size: var(--fo-text-font-size-pc);
}
.contents .content-3 .row.row-6 .col.col-1 .dp-richNumber02_text table :is(thead, tbody) {
  border: 0;
}
.contents .content-3 .row.row-6 .col.col-1 .dp-richNumber02_text table :is(thead, tbody) tr {
  border: 0;
}
.contents .content-3 .row.row-6 .col.col-1 .dp-richNumber02_text table :is(thead, tbody) tr :is(th, td) {
  border: 0;
}
.contents .content-3 .row.row-6 .col.col-1 .dp-richNumber02_text table tbody tr td {
  padding: 0;
  color: var(--fo-main-color);
}
.contents .content-3 .row.row-6 .col.col-1 .dp-richNumber02_text table tbody tr td:first-child {
  padding-right: 10px;
  font-size: 42px;
  line-height: 1;
}
.contents .content-3 .row.row-6 .col.col-1 .dp-richNumber02_text .component.button {
  margin: 0;
}
.contents .content-3 .row.row-6 .col.col-1 .dp-richNumber02_text .component.button.button + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-3 .row.row-6 .col.col-1 .dp-richNumber02_text .component.button.button + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-3 .row.row-6 .col.col-1 .dp-richNumber02_text .component.button.button .button-cont a.blue {
  background: #254a73;
  color: #fff !important;
  text-decoration: none;
}
.contents .content-3 .row.row-6 .col.col-1 .dp-richNumber02_text .component.button.button .button-cont a.blue:hover {
  opacity: 0.4;
}
.frame-root .frame-content .dp-richNumber02_text table:not(:root:root:root:root:root:root) th, .frame-root .frame-content .dp-richNumber02_text table:not(:root:root:root:root:root:root) td {
  min-width: 1em;
}
.frame-root .frame-content .dp-richNumber02_text:hover table th, .frame-root .frame-content .dp-richNumber02_text:hover table td, .frame-root .frame-content .dp-richNumber02_text[data-focus=true] table th, .frame-root .frame-content .dp-richNumber02_text[data-focus=true] table td {
  outline: 1px dotted #0f8bfe;
}

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

.contents .content-3 .row.row-8 {
  /* sample */
}
.contents .content-3 .row.row-8 .col.col-1 {
  /* sample */
}
.contents .content-3 .row.row-8 .col.col-1 .dp-richCustomTable_text {
  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);
}
@media screen and (max-width: 769px) {
  .contents .content-3 .row.row-8 .col.col-1 .dp-richCustomTable_text {
    font-size: var(--fo-text-font-size-sp);
  }
}
.contents .content-3 .row.row-8 .col.col-1 .dp-richCustomTable_text :link {
  text-decoration: none;
}
.contents .content-3 .row.row-8 .col.col-1 .dp-richCustomTable_text :visited {
  text-decoration: none;
}
.contents .content-3 .row.row-8 .col.col-1 .dp-richCustomTable_text a {
  color: var(--fo-text-link-color);
}
.contents .content-3 .row.row-8 .col.col-1 .dp-richCustomTable_text 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-3 .row.row-8 .col.col-1 .dp-richCustomTable_text p {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  line-height: inherit;
  margin: 0;
}
.contents .content-3 .row.row-8 .col.col-1 .dp-richCustomTable_text p + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-3 .row.row-8 .col.col-1 .dp-richCustomTable_text p + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-3 .row.row-8 .col.col-1 .dp-richCustomTable_text strong {
  font-family: inherit;
}
.contents .content-3 .row.row-8 .col.col-1 .dp-richCustomTable_text :is(ol, ul) {
  color: inherit;
}
.contents .content-3 .row.row-8 .col.col-1 .dp-richCustomTable_text :is(ol, ul) li {
  font-size: inherit;
  color: inherit;
  overflow-wrap: anywhere;
}
.contents .content-3 .row.row-8 .col.col-1 .dp-richCustomTable_text :is(ol, ul) li a {
  font-size: inherit;
}
.contents .content-3 .row.row-8 .col.col-1 .dp-richCustomTable_text table :is(thead, tbody, tr, th, td) {
  border-color: #eee;
}
.contents .content-3 .row.row-8 .col.col-1 .dp-richCustomTable_text table :is(thead, tbody, tr, th, td) tr :is(th, td) {
  background-clip: padding-box;
  background-color: transparent;
  position: static;
  width: unset;
  line-height: inherit;
  padding: 10px;
  border: 1px solid #eee;
}
.contents .content-3 .row.row-8 .col.col-1 .dp-richCustomTable_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p {
  font-size: inherit;
}
.contents .content-3 .row.row-8 .col.col-1 .dp-richCustomTable_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-3 .row.row-8 .col.col-1 .dp-richCustomTable_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-3 .row.row-8 .col.col-1 .dp-richCustomTable_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) {
  margin-left: 25px;
}
.contents .content-3 .row.row-8 .col.col-1 .dp-richCustomTable_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-3 .row.row-8 .col.col-1 .dp-richCustomTable_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-3 .row.row-8 .col.col-1 .dp-richCustomTable_text table :is(thead, tbody, tr, th, td) tr :is(th, td) .component.button + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-3 .row.row-8 .col.col-1 .dp-richCustomTable_text table :is(thead, tbody, tr, th, td) tr :is(th, td) .component.button + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-3 .row.row-8 .col.col-1 .dp-richCustomTable_text :is(ul, ol) {
  margin: 0 0 0 25px;
}
.contents .content-3 .row.row-8 .col.col-1 .dp-richCustomTable_text :is(ul, ol) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-3 .row.row-8 .col.col-1 .dp-richCustomTable_text :is(ul, ol) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-3 .row.row-8 .col.col-1 .dp-richCustomTable_text :is(table, .normal-table, .table-with-row-header, .table-with-two-headers) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-3 .row.row-8 .col.col-1 .dp-richCustomTable_text :is(table, .normal-table, .table-with-row-header, .table-with-two-headers) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-3 .row.row-8 .col.col-1 .dp-richCustomTable_text table {
  border: none;
}
.contents .content-3 .row.row-8 .col.col-1 .dp-richCustomTable_text table thead {
  border: 0;
}
.contents .content-3 .row.row-8 .col.col-1 .dp-richCustomTable_text table thead tr {
  border: 0;
}
.contents .content-3 .row.row-8 .col.col-1 .dp-richCustomTable_text table thead tr th {
  vertical-align: middle;
  font-size: var(--fo-text-font-size-pc);
  text-align: left;
  border: 0;
  border-bottom: 2px solid var(--fo-main-color);
  padding: 15px 10px;
  width: 25%;
}
@media screen and (max-width: 769px) {
  .contents .content-3 .row.row-8 .col.col-1 .dp-richCustomTable_text table thead tr th {
    display: block;
    background: transparent;
    width: 100% !important;
    padding: 10px;
    font-size: var(--fo-text-font-size-sp);
  }
}
.contents .content-3 .row.row-8 .col.col-1 .dp-richCustomTable_text table thead tr td {
  border: 0;
  border-bottom: 2px solid #eee;
  padding: 15px;
}
@media screen and (max-width: 769px) {
  .contents .content-3 .row.row-8 .col.col-1 .dp-richCustomTable_text table thead tr td {
    display: block;
    background: transparent;
    width: 100% !important;
    border: 0;
    padding: 10px;
  }
}
@media screen and (max-width: 769px) {
  .contents .content-3 .row.row-8 .col.col-1 .dp-richCustomTable_text table thead tr td:last-child {
    width: 100% !important;
  }
}
.contents .content-3 .row.row-8 .col.col-1 .dp-richCustomTable_text table tbody {
  border: 0;
}
.contents .content-3 .row.row-8 .col.col-1 .dp-richCustomTable_text table tbody tr {
  border: 0;
}
.contents .content-3 .row.row-8 .col.col-1 .dp-richCustomTable_text table tbody tr th {
  vertical-align: middle;
  font-size: var(--fo-text-font-size-pc);
  text-align: left;
  border: 0;
  border-bottom: 2px solid var(--fo-main-color);
  padding: 15px 10px;
  width: 25%;
}
@media screen and (max-width: 769px) {
  .contents .content-3 .row.row-8 .col.col-1 .dp-richCustomTable_text table tbody tr th {
    display: block;
    background: transparent;
    width: 100% !important;
    padding: 10px;
    font-size: var(--fo-text-font-size-sp);
  }
}
.contents .content-3 .row.row-8 .col.col-1 .dp-richCustomTable_text table tbody tr td {
  border: 0;
  border-bottom: 2px solid #eee;
  padding: 15px;
}
@media screen and (max-width: 769px) {
  .contents .content-3 .row.row-8 .col.col-1 .dp-richCustomTable_text table tbody tr td {
    display: block;
    background: transparent;
    width: 100% !important;
    border: 0;
    padding: 10px;
  }
}
@media screen and (max-width: 769px) {
  .contents .content-3 .row.row-8 .col.col-1 .dp-richCustomTable_text table tbody tr td:last-child {
    width: 100% !important;
  }
}
.contents .content-3 .row.row-8 .col.col-1 .dp-richCustomTable_text .component.button {
  margin: 0;
}
.contents .content-3 .row.row-8 .col.col-1 .dp-richCustomTable_text .component.button.button + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-3 .row.row-8 .col.col-1 .dp-richCustomTable_text .component.button.button + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-3 .row.row-8 .col.col-1 .dp-richCustomTable_text .component.button.button .button-cont a.blue {
  background: #254a73;
  color: #fff !important;
  text-decoration: none;
}
.contents .content-3 .row.row-8 .col.col-1 .dp-richCustomTable_text .component.button.button .button-cont a.blue:hover {
  opacity: 0.4;
}

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

.contents .content-3 .row.row-10 {
  /* sample */
}
.contents .content-3 .row.row-10 .col.col-1 {
  /* sample */
}
.contents .content-3 .row.row-10 .col.col-1 .dp-richCustomTable_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);
}
@media screen and (max-width: 769px) {
  .contents .content-3 .row.row-10 .col.col-1 .dp-richCustomTable_text-v2 {
    font-size: var(--fo-text-font-size-sp);
  }
}
.contents .content-3 .row.row-10 .col.col-1 .dp-richCustomTable_text-v2 :link {
  text-decoration: none;
}
.contents .content-3 .row.row-10 .col.col-1 .dp-richCustomTable_text-v2 :visited {
  text-decoration: none;
}
.contents .content-3 .row.row-10 .col.col-1 .dp-richCustomTable_text-v2 a {
  color: var(--fo-text-link-color);
}
.contents .content-3 .row.row-10 .col.col-1 .dp-richCustomTable_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-3 .row.row-10 .col.col-1 .dp-richCustomTable_text-v2 p {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  line-height: inherit;
  margin: 0;
}
.contents .content-3 .row.row-10 .col.col-1 .dp-richCustomTable_text-v2 p + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-3 .row.row-10 .col.col-1 .dp-richCustomTable_text-v2 p + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-3 .row.row-10 .col.col-1 .dp-richCustomTable_text-v2 strong {
  font-family: inherit;
}
.contents .content-3 .row.row-10 .col.col-1 .dp-richCustomTable_text-v2 :is(ol, ul) {
  color: inherit;
}
.contents .content-3 .row.row-10 .col.col-1 .dp-richCustomTable_text-v2 :is(ol, ul) li {
  font-size: inherit;
  color: inherit;
  overflow-wrap: anywhere;
}
.contents .content-3 .row.row-10 .col.col-1 .dp-richCustomTable_text-v2 :is(ol, ul) li a {
  font-size: inherit;
}
.contents .content-3 .row.row-10 .col.col-1 .dp-richCustomTable_text-v2 table :is(thead, tbody, tr, th, td) {
  border-color: #eee;
}
.contents .content-3 .row.row-10 .col.col-1 .dp-richCustomTable_text-v2 table :is(thead, tbody, tr, th, td) tr :is(th, td) {
  background-clip: padding-box;
  background-color: transparent;
  position: static;
  width: unset;
  line-height: inherit;
  padding: 10px;
  border: 1px solid #eee;
}
.contents .content-3 .row.row-10 .col.col-1 .dp-richCustomTable_text-v2 table :is(thead, tbody, tr, th, td) tr :is(th, td) p {
  font-size: inherit;
}
.contents .content-3 .row.row-10 .col.col-1 .dp-richCustomTable_text-v2 table :is(thead, tbody, tr, th, td) tr :is(th, td) p + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-3 .row.row-10 .col.col-1 .dp-richCustomTable_text-v2 table :is(thead, tbody, tr, th, td) tr :is(th, td) p + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-3 .row.row-10 .col.col-1 .dp-richCustomTable_text-v2 table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) {
  margin-left: 25px;
}
.contents .content-3 .row.row-10 .col.col-1 .dp-richCustomTable_text-v2 table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-3 .row.row-10 .col.col-1 .dp-richCustomTable_text-v2 table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-3 .row.row-10 .col.col-1 .dp-richCustomTable_text-v2 table :is(thead, tbody, tr, th, td) tr :is(th, td) .component.button + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-3 .row.row-10 .col.col-1 .dp-richCustomTable_text-v2 table :is(thead, tbody, tr, th, td) tr :is(th, td) .component.button + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-3 .row.row-10 .col.col-1 .dp-richCustomTable_text-v2 :is(ul, ol) {
  margin: 0 0 0 25px;
}
.contents .content-3 .row.row-10 .col.col-1 .dp-richCustomTable_text-v2 :is(ul, ol) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-3 .row.row-10 .col.col-1 .dp-richCustomTable_text-v2 :is(ul, ol) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-3 .row.row-10 .col.col-1 .dp-richCustomTable_text-v2 :is(table, .normal-table, .table-with-row-header, .table-with-two-headers) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-3 .row.row-10 .col.col-1 .dp-richCustomTable_text-v2 :is(table, .normal-table, .table-with-row-header, .table-with-two-headers) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-3 .row.row-10 .col.col-1 .dp-richCustomTable_text-v2 table {
  border: none;
}
.contents .content-3 .row.row-10 .col.col-1 .dp-richCustomTable_text-v2 table thead {
  border: 0;
}
.contents .content-3 .row.row-10 .col.col-1 .dp-richCustomTable_text-v2 table thead tr {
  border: 0;
}
@media screen and (min-width: 770px) {
  .contents .content-3 .row.row-10 .col.col-1 .dp-richCustomTable_text-v2 table thead tr:first-child :is(th, td) {
    border-top: 2px solid #eee;
  }
}
.contents .content-3 .row.row-10 .col.col-1 .dp-richCustomTable_text-v2 table thead tr th {
  vertical-align: middle;
  font-size: var(--fo-text-font-size-pc);
  text-align: left;
  border: 0;
  border-bottom: 2px solid #eee;
  padding: 15px 10px;
}
@media screen and (max-width: 769px) {
  .contents .content-3 .row.row-10 .col.col-1 .dp-richCustomTable_text-v2 table thead tr th {
    display: block;
    background: transparent;
    padding: 10px;
    font-size: var(--fo-text-font-size-sp);
  }
}
.contents .content-3 .row.row-10 .col.col-1 .dp-richCustomTable_text-v2 table thead tr td {
  border: 0;
  border-bottom: 2px solid #eee;
  padding: 15px 10px;
}
@media screen and (max-width: 769px) {
  .contents .content-3 .row.row-10 .col.col-1 .dp-richCustomTable_text-v2 table thead tr td {
    display: block;
    background: transparent;
    width: 100% !important;
    border: 0;
    padding: 10px;
  }
}
@media screen and (max-width: 769px) {
  .contents .content-3 .row.row-10 .col.col-1 .dp-richCustomTable_text-v2 table thead tr td:last-child {
    width: 100% !important;
  }
}
.contents .content-3 .row.row-10 .col.col-1 .dp-richCustomTable_text-v2 table tbody {
  border: 0;
}
.contents .content-3 .row.row-10 .col.col-1 .dp-richCustomTable_text-v2 table tbody tr {
  border: 0;
}
@media screen and (min-width: 770px) {
  .contents .content-3 .row.row-10 .col.col-1 .dp-richCustomTable_text-v2 table tbody tr:first-child :is(th, td) {
    border-top: 2px solid #eee;
  }
}
.contents .content-3 .row.row-10 .col.col-1 .dp-richCustomTable_text-v2 table tbody tr th {
  vertical-align: middle;
  font-size: var(--fo-text-font-size-pc);
  text-align: left;
  border: 0;
  border-bottom: 2px solid #eee;
  padding: 15px 10px;
}
@media screen and (max-width: 769px) {
  .contents .content-3 .row.row-10 .col.col-1 .dp-richCustomTable_text-v2 table tbody tr th {
    display: block;
    background: transparent;
    padding: 10px;
    font-size: var(--fo-text-font-size-sp);
  }
}
.contents .content-3 .row.row-10 .col.col-1 .dp-richCustomTable_text-v2 table tbody tr td {
  border: 0;
  border-bottom: 2px solid #eee;
  padding: 15px 10px;
}
@media screen and (max-width: 769px) {
  .contents .content-3 .row.row-10 .col.col-1 .dp-richCustomTable_text-v2 table tbody tr td {
    display: block;
    background: transparent;
    width: 100% !important;
    border: 0;
    padding: 10px;
  }
}
@media screen and (max-width: 769px) {
  .contents .content-3 .row.row-10 .col.col-1 .dp-richCustomTable_text-v2 table tbody tr td:last-child {
    width: 100% !important;
  }
}
@media screen and (max-width: 769px) {
  .contents .content-3 .row.row-10 .col.col-1 .dp-richCustomTable_text-v2 .normal-table table thead tr th {
    border: 0;
  }
}
@media screen and (min-width: 770px) {
  .contents .content-3 .row.row-10 .col.col-1 .dp-richCustomTable_text-v2 .normal-table table thead tr th:first-child {
    width: 25%;
  }
}
@media screen and (max-width: 769px) {
  .contents .content-3 .row.row-10 .col.col-1 .dp-richCustomTable_text-v2 .normal-table table thead tr th:not(:last-child) {
    border-bottom: 2px solid #eee;
  }
}
@media screen and (max-width: 769px) {
  .contents .content-3 .row.row-10 .col.col-1 .dp-richCustomTable_text-v2 .normal-table table thead tr td {
    border: 0;
  }
}
@media screen and (max-width: 769px) {
  .contents .content-3 .row.row-10 .col.col-1 .dp-richCustomTable_text-v2 .normal-table table thead tr td:not(:last-child) {
    border-bottom: 2px solid #eee;
  }
}
@media screen and (max-width: 769px) {
  .contents .content-3 .row.row-10 .col.col-1 .dp-richCustomTable_text-v2 .normal-table table tbody tr th {
    border: 0;
  }
}
@media screen and (max-width: 769px) {
  .contents .content-3 .row.row-10 .col.col-1 .dp-richCustomTable_text-v2 .normal-table table tbody tr th:not(:last-child) {
    border-bottom: 2px solid #eee;
  }
}
@media screen and (min-width: 770px) {
  .contents .content-3 .row.row-10 .col.col-1 .dp-richCustomTable_text-v2 .normal-table table tbody tr td:first-child {
    width: 25%;
  }
}
@media screen and (max-width: 769px) {
  .contents .content-3 .row.row-10 .col.col-1 .dp-richCustomTable_text-v2 .normal-table table tbody tr td {
    border: 0;
  }
}
@media screen and (max-width: 769px) {
  .contents .content-3 .row.row-10 .col.col-1 .dp-richCustomTable_text-v2 .normal-table table tbody tr td:not(:last-child) {
    border-bottom: 2px solid #eee;
  }
}
@media screen and (max-width: 769px) {
  .contents .content-3 .row.row-10 .col.col-1 .dp-richCustomTable_text-v2 .table-with-two-headers table thead tr th {
    border: 0;
  }
}
@media screen and (min-width: 770px) {
  .contents .content-3 .row.row-10 .col.col-1 .dp-richCustomTable_text-v2 .table-with-two-headers table thead tr th:first-child {
    width: 25%;
  }
}
@media screen and (max-width: 769px) {
  .contents .content-3 .row.row-10 .col.col-1 .dp-richCustomTable_text-v2 .table-with-two-headers table thead tr th:not(:last-child) {
    border-bottom: 2px solid #eee;
  }
}
@media screen and (min-width: 770px) {
  .contents .content-3 .row.row-10 .col.col-1 .dp-richCustomTable_text-v2 .table-with-two-headers table tbody tr th {
    width: 25%;
  }
}
@media screen and (min-width: 770px) {
  .contents .content-3 .row.row-10 .col.col-1 .dp-richCustomTable_text-v2 .table-with-row-header table :is(thead, tbody) tr th {
    width: 25%;
  }
}
.contents .content-3 .row.row-10 .col.col-1 .dp-richCustomTable_text-v2 .component.button {
  margin: 0;
}
.contents .content-3 .row.row-10 .col.col-1 .dp-richCustomTable_text-v2 .component.button.button + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-3 .row.row-10 .col.col-1 .dp-richCustomTable_text-v2 .component.button.button + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-3 .row.row-10 .col.col-1 .dp-richCustomTable_text-v2 .component.button.button .button-cont a.blue {
  background: #254a73;
  color: #fff !important;
  text-decoration: none;
}
.contents .content-3 .row.row-10 .col.col-1 .dp-richCustomTable_text-v2 .component.button.button .button-cont a.blue:hover {
  opacity: 0.4;
}

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

.contents .content-3 .row.row-12 {
  /* sample */
}
.contents .content-3 .row.row-12 .col.col-1 {
  /* sample */
}
.contents .content-3 .row.row-12 .col.col-1 .dp-richCustomTable02_text {
  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);
}
@media screen and (max-width: 769px) {
  .contents .content-3 .row.row-12 .col.col-1 .dp-richCustomTable02_text {
    font-size: var(--fo-text-font-size-sp);
  }
}
.contents .content-3 .row.row-12 .col.col-1 .dp-richCustomTable02_text :link {
  text-decoration: none;
}
.contents .content-3 .row.row-12 .col.col-1 .dp-richCustomTable02_text :visited {
  text-decoration: none;
}
.contents .content-3 .row.row-12 .col.col-1 .dp-richCustomTable02_text a {
  color: var(--fo-text-link-color);
}
.contents .content-3 .row.row-12 .col.col-1 .dp-richCustomTable02_text 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-3 .row.row-12 .col.col-1 .dp-richCustomTable02_text p {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  line-height: inherit;
  margin: 0;
}
.contents .content-3 .row.row-12 .col.col-1 .dp-richCustomTable02_text p + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-3 .row.row-12 .col.col-1 .dp-richCustomTable02_text p + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-3 .row.row-12 .col.col-1 .dp-richCustomTable02_text strong {
  font-family: inherit;
}
.contents .content-3 .row.row-12 .col.col-1 .dp-richCustomTable02_text :is(ol, ul) {
  color: inherit;
}
.contents .content-3 .row.row-12 .col.col-1 .dp-richCustomTable02_text :is(ol, ul) li {
  font-size: inherit;
  color: inherit;
  overflow-wrap: anywhere;
}
.contents .content-3 .row.row-12 .col.col-1 .dp-richCustomTable02_text :is(ol, ul) li a {
  font-size: inherit;
}
.contents .content-3 .row.row-12 .col.col-1 .dp-richCustomTable02_text table :is(thead, tbody, tr, th, td) {
  border-color: #eee;
}
.contents .content-3 .row.row-12 .col.col-1 .dp-richCustomTable02_text table :is(thead, tbody, tr, th, td) tr :is(th, td) {
  background-clip: padding-box;
  background-color: transparent;
  position: static;
  width: unset;
  line-height: inherit;
  padding: 10px;
  border: 1px solid #eee;
}
.contents .content-3 .row.row-12 .col.col-1 .dp-richCustomTable02_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p {
  font-size: inherit;
}
.contents .content-3 .row.row-12 .col.col-1 .dp-richCustomTable02_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-3 .row.row-12 .col.col-1 .dp-richCustomTable02_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-3 .row.row-12 .col.col-1 .dp-richCustomTable02_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) {
  margin-left: 25px;
}
.contents .content-3 .row.row-12 .col.col-1 .dp-richCustomTable02_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-3 .row.row-12 .col.col-1 .dp-richCustomTable02_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-3 .row.row-12 .col.col-1 .dp-richCustomTable02_text table :is(thead, tbody, tr, th, td) tr :is(th, td) .component.button + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-3 .row.row-12 .col.col-1 .dp-richCustomTable02_text table :is(thead, tbody, tr, th, td) tr :is(th, td) .component.button + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-3 .row.row-12 .col.col-1 .dp-richCustomTable02_text :is(ul, ol) {
  margin: 0 0 0 25px;
}
.contents .content-3 .row.row-12 .col.col-1 .dp-richCustomTable02_text :is(ul, ol) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-3 .row.row-12 .col.col-1 .dp-richCustomTable02_text :is(ul, ol) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-3 .row.row-12 .col.col-1 .dp-richCustomTable02_text :is(table, .normal-table, .table-with-row-header, .table-with-two-headers) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-3 .row.row-12 .col.col-1 .dp-richCustomTable02_text :is(table, .normal-table, .table-with-row-header, .table-with-two-headers) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-3 .row.row-12 .col.col-1 .dp-richCustomTable02_text table :is(thead, tbody) tr th {
  background-color: var(--fo-main-color);
  color: #fff;
  vertical-align: top;
  width: 12%;
}
@media screen and (max-width: 769px) {
  .contents .content-3 .row.row-12 .col.col-1 .dp-richCustomTable02_text table :is(thead, tbody) tr th {
    width: 100% !important;
  }
}
.contents .content-3 .row.row-12 .col.col-1 .dp-richCustomTable02_text .component.button {
  margin: 0;
}
.contents .content-3 .row.row-12 .col.col-1 .dp-richCustomTable02_text .component.button.button + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-3 .row.row-12 .col.col-1 .dp-richCustomTable02_text .component.button.button + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-3 .row.row-12 .col.col-1 .dp-richCustomTable02_text .component.button.button .button-cont a.blue {
  background: #254a73;
  color: #fff !important;
  text-decoration: none;
}
.contents .content-3 .row.row-12 .col.col-1 .dp-richCustomTable02_text .component.button.button .button-cont a.blue:hover {
  opacity: 0.4;
}

.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-5 {
  /* sample */
}

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

.contents .content-5 .dp-mvMock-up01_row div.col:first-child {
  vertical-align: middle;
}
@media screen and (max-width: 769px) {
  .contents .content-5 .dp-mvMock-up01_row div.col:first-child {
    text-align: center;
  }
}
.contents .content-5 .dp-mvMock-up01_row div.col.mvMock-up01_col {
  position: relative;
}
@media screen and (min-width: 770px) {
  .contents .content-5 .dp-mvMock-up01_row div.col.mvMock-up01_col .component.image {
    width: 800px;
    position: absolute;
    bottom: -50px;
    left: 0;
  }
}
@media screen and (max-width: 769px) {
  .contents .content-5 .dp-mvMock-up01_row div.col.mvMock-up01_col .component.image {
    width: 100%;
    max-width: 335px;
    margin: 0 auto -40px;
  }
}
.contents .content-5 .dp-mvMock-up01_row div.col .component.heading:not(:root):not(:root) :is(h1, h2, h3) {
  margin-bottom: 32px;
}
@media screen and (max-width: 769px) {
  .contents .content-5 .dp-mvMock-up01_row div.col .component.heading:not(:root):not(:root) :is(h1, h2, h3) {
    margin-bottom: 24px;
  }
}
.contents .content-5 .dp-mvMock-up01_row div.col .component.heading:not(:root):not(:root) :is(h4, h5) {
  margin-bottom: 24px;
}
@media screen and (max-width: 769px) {
  .contents .content-5 .dp-mvMock-up01_row div.col .component.heading:not(:root):not(:root) :is(h4, h5) {
    margin-bottom: 18px;
  }
}
.contents .content-5 .dp-mvMock-up01_row div.col .component.heading:not(:root):not(:root) + .richtext {
  margin-top: 32px;
}
@media screen and (max-width: 769px) {
  .contents .content-5 .dp-mvMock-up01_row div.col .component.heading:not(:root):not(:root) + .richtext {
    margin-top: 30px;
  }
}
.contents .content-5 .dp-mvMock-up01_row div.col .component.richtext + .richtext {
  margin-top: 40px;
}
@media screen and (max-width: 769px) {
  .contents .content-5 .dp-mvMock-up01_row div.col .component.richtext + .richtext {
    margin-top: 30px;
  }
}
.contents .content-5 .dp-mvMock-up01_row div.col .component.button:not(:root):not(:root) {
  margin: 20px 0 0;
}
@media screen and (max-width: 769px) {
  .contents .content-5 .dp-mvMock-up01_row div.col .component.button:not(:root):not(:root) {
    margin: 20px auto;
  }
}
.frame-root .frame-content .dp-mvMock-up01_row div.col.mvMock-up01_col .component.image {
  position: relative;
  width: 100%;
  left: auto;
  bottom: auto;
}
@media screen and (max-width: 769px) {
  .frame-root .frame-content .dp-mvMock-up01_row div.col.mvMock-up01_col .component.image {
    margin: 10px auto;
  }
}

.contents .content-5 .row.row-2 .col.col-1 {
  /* sample */
}
.contents .content-5 .row.row-2 .col.col-1 .dp-hd_custom01-01 {
  margin: 10px 0 0;
}
.contents .content-5 .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-5 .row.row-2 .col.col-1 .dp-hd_custom01-01 :is(h1, h2, h3, h4, h5) {
    overflow-wrap: break-word;
  }
}
.contents .content-5 .row.row-2 .col.col-1 .dp-hd_custom01-01 :is(h1, h2, h3, h4, h5) .strong {
  font-weight: 400;
}
.contents .content-5 .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-5 .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-5 .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-5 .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-5 .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-5 .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-5 .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-5 .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-5 .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-5 .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-5 .row.row-2 .col.col-1 .dp-richBase_text {
  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);
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-2 .col.col-1 .dp-richBase_text {
    font-size: var(--fo-text-font-size-sp);
  }
}
.contents .content-5 .row.row-2 .col.col-1 .dp-richBase_text :link {
  text-decoration: none;
}
.contents .content-5 .row.row-2 .col.col-1 .dp-richBase_text :visited {
  text-decoration: none;
}
.contents .content-5 .row.row-2 .col.col-1 .dp-richBase_text a {
  color: var(--fo-text-link-color);
}
.contents .content-5 .row.row-2 .col.col-1 .dp-richBase_text 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-5 .row.row-2 .col.col-1 .dp-richBase_text p {
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}
.contents .content-5 .row.row-2 .col.col-1 .dp-richBase_text p + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-2 .col.col-1 .dp-richBase_text p + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-5 .row.row-2 .col.col-1 .dp-richBase_text li {
  font-size: inherit;
}
.contents .content-5 .row.row-2 .col.col-1 .dp-richBase_text li a {
  font-size: inherit;
}
.contents .content-5 .row.row-2 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) {
  border-color: #eee;
}
.contents .content-5 .row.row-2 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) {
  background-clip: padding-box;
  position: static;
}
.contents .content-5 .row.row-2 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p {
  font-size: inherit;
}
.contents .content-5 .row.row-2 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p + p {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-2 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p + p {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-5 .row.row-2 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) {
  margin-left: 25px;
}
.contents .content-5 .row.row-2 .col.col-1 .dp-richBase_text :is(ul, ol) {
  margin: 0 0 0 25px;
}
.contents .content-5 .row.row-2 .col.col-1 .dp-richBase_text :is(ul, ol) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-2 .col.col-1 .dp-richBase_text :is(ul, ol) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-5 .row.row-2 .col.col-1 .dp-richBase_text :is(table, .normal-table, .table-with-row-header, .table-with-two-headers) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-2 .col.col-1 .dp-richBase_text :is(table, .normal-table, .table-with-row-header, .table-with-two-headers) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-5 .row.row-2 .col.col-1 .dp-richBase_text .component.button {
  margin: 0;
}
.contents .content-5 .row.row-2 .col.col-1 .dp-richBase_text .component.button.button + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-2 .col.col-1 .dp-richBase_text .component.button.button + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-5 .row.row-2 .col.col-1 .dp-richBase_text .component.button.button .button-cont a.blue {
  background: #254a73;
  color: #fff !important;
  text-decoration: none;
}
.contents .content-5 .row.row-2 .col.col-1 .dp-richBase_text .component.button.button .button-cont a.blue:hover {
  opacity: 0.4;
}
.contents .content-5 .row.row-2 .col.col-1 .dp-richBase_text {
  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);
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-2 .col.col-1 .dp-richBase_text {
    font-size: var(--fo-text-font-size-sp);
  }
}
.contents .content-5 .row.row-2 .col.col-1 .dp-richBase_text :link {
  text-decoration: none;
}
.contents .content-5 .row.row-2 .col.col-1 .dp-richBase_text :visited {
  text-decoration: none;
}
.contents .content-5 .row.row-2 .col.col-1 .dp-richBase_text a {
  color: var(--fo-text-link-color);
}
.contents .content-5 .row.row-2 .col.col-1 .dp-richBase_text 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-5 .row.row-2 .col.col-1 .dp-richBase_text p {
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}
.contents .content-5 .row.row-2 .col.col-1 .dp-richBase_text p + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-2 .col.col-1 .dp-richBase_text p + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-5 .row.row-2 .col.col-1 .dp-richBase_text li {
  font-size: inherit;
}
.contents .content-5 .row.row-2 .col.col-1 .dp-richBase_text li a {
  font-size: inherit;
}
.contents .content-5 .row.row-2 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) {
  border-color: #eee;
}
.contents .content-5 .row.row-2 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) {
  background-clip: padding-box;
  position: static;
}
.contents .content-5 .row.row-2 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p {
  font-size: inherit;
}
.contents .content-5 .row.row-2 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-2 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-5 .row.row-2 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) {
  margin-left: 25px;
}
.contents .content-5 .row.row-2 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-2 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-5 .row.row-2 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) .component.button + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-2 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) .component.button + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-5 .row.row-2 .col.col-1 .dp-richBase_text :is(ul, ol) {
  margin: 0 0 0 25px;
}
.contents .content-5 .row.row-2 .col.col-1 .dp-richBase_text :is(ul, ol) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-2 .col.col-1 .dp-richBase_text :is(ul, ol) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-5 .row.row-2 .col.col-1 .dp-richBase_text :is(table, .normal-table, .table-with-row-header, .table-with-two-headers) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-2 .col.col-1 .dp-richBase_text :is(table, .normal-table, .table-with-row-header, .table-with-two-headers) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-5 .row.row-2 .col.col-1 .dp-richBase_text .component.button {
  margin: 0;
}
.contents .content-5 .row.row-2 .col.col-1 .dp-richBase_text .component.button.button + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-2 .col.col-1 .dp-richBase_text .component.button.button + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-5 .row.row-2 .col.col-1 .dp-richBase_text .component.button.button .button-cont a.blue {
  background: #254a73;
  color: #fff !important;
  text-decoration: none;
}
.contents .content-5 .row.row-2 .col.col-1 .dp-richBase_text .component.button.button .button-cont a.blue:hover {
  opacity: 0.4;
}
.contents .content-5 .row.row-2 .col.col-1 .dp-btn_custom01-02 {
  margin-top: calc(64px * var(--fo-spacing-coef) - 20px);
  padding: 0;
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-2 .col.col-1 .dp-btn_custom01-02 {
    margin-top: calc(64px * var(--fo-spacing-coef) * 0.75 - 10px);
  }
}
.contents .content-5 .row.row-2 .col.col-1 .dp-btn_custom01-02 .button-cont {
  margin: 0;
  padding: 0;
}
.contents .content-5 .row.row-2 .col.col-1 .dp-btn_custom01-02 .button-cont a:where(.size-s, .size-m, .size-l) {
  background: var(--fo-button1-background, transparent) -1px/calc(100% + 2px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  font-family: var(--fo-text-font-family);
  color: var(--fo-button1-text-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 var(--fo-button1-border-color, transparent);
  border-radius: var(--fo-button1-border-radius);
  box-shadow: 0 3px 8px var(--fo-shadow-color);
  margin: 0;
}
.contents .content-5 .row.row-2 .col.col-1 .dp-btn_custom01-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-5 .row.row-2 .col.col-1 .dp-btn_custom01-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-5 .row.row-2 .col.col-1 .dp-btn_custom01-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-5 .row.row-2 .col.col-1 .dp-btn_custom01-02 .button-cont a.size-s {
    min-width: var(--fo-button-small-min-width-pc);
  }
}
.contents .content-5 .row.row-2 .col.col-1 .dp-btn_custom01-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-5 .row.row-2 .col.col-1 .dp-btn_custom01-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-5 .row.row-2 .col.col-1 .dp-btn_custom01-02 .button-cont a.size-m {
    min-width: var(--fo-button-medium-min-width-pc);
  }
}
.contents .content-5 .row.row-2 .col.col-1 .dp-btn_custom01-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-5 .row.row-2 .col.col-1 .dp-btn_custom01-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-5 .row.row-2 .col.col-1 .dp-btn_custom01-02 .button-cont a.size-l {
    width: auto;
    min-width: var(--fo-button-large-min-width-pc);
  }
}
.contents .content-5 .row.row-2 .col.col-1 .dp-btn_custom01-02 .button-cont a:hover {
  opacity: var(--fo-button1-hover-opacity, 1);
  transform: scale(var(--fo-button1-hover-scale, 1));
  background: var(--fo-button1-hover-background-color, var(--fo-button1-background, transparent)) -1px/calc(100% + 2px);
  color: var(--fo-button1-hover-text-color, var(--fo-button1-text-color));
  border: 1px solid var(--fo-button1-hover-border-color, var(--fo-button1-border-color, transparent));
}
.contents .content-5 .row.row-2 .col.col-2 {
  /* sample */
}
.contents .content-5 .row.row-2 .col.col-2 .component.image {
  /* sample */
}

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

.contents .content-5 .row.row-4 .col.col-1 {
  /* sample */
}
.contents .content-5 .row.row-4 .col.col-1 .dp-richMainColor_text {
  font-family: var(--fo-text-font-family);
  font-size: var(--fo-text-font-size-pc);
  color: var(--fo-main-color);
  line-height: var(--fo-text-line-height);
  letter-spacing: var(--fo-text-letter-spacing);
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-4 .col.col-1 .dp-richMainColor_text {
    font-size: var(--fo-text-font-size-sp);
  }
}
.contents .content-5 .row.row-4 .col.col-1 .dp-richMainColor_text :link {
  text-decoration: none;
}
.contents .content-5 .row.row-4 .col.col-1 .dp-richMainColor_text :visited {
  text-decoration: none;
}
.contents .content-5 .row.row-4 .col.col-1 .dp-richMainColor_text a {
  color: var(--fo-text-link-color);
}
.contents .content-5 .row.row-4 .col.col-1 .dp-richMainColor_text 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-5 .row.row-4 .col.col-1 .dp-richMainColor_text p {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  line-height: inherit;
  margin: 0;
  overflow-wrap: anywhere;
}
.contents .content-5 .row.row-4 .col.col-1 .dp-richMainColor_text p + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-4 .col.col-1 .dp-richMainColor_text p + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-5 .row.row-4 .col.col-1 .dp-richMainColor_text strong {
  font-family: inherit;
}
.contents .content-5 .row.row-4 .col.col-1 .dp-richMainColor_text :is(ol, ul) {
  color: inherit;
}
.contents .content-5 .row.row-4 .col.col-1 .dp-richMainColor_text :is(ol, ul) li {
  font-size: inherit;
  color: inherit;
  overflow-wrap: anywhere;
}
.contents .content-5 .row.row-4 .col.col-1 .dp-richMainColor_text :is(ol, ul) li a {
  font-size: inherit;
}
.contents .content-5 .row.row-4 .col.col-1 .dp-richMainColor_text table :is(thead, tbody, tr, th, td) {
  border-color: #eee;
}
.contents .content-5 .row.row-4 .col.col-1 .dp-richMainColor_text table :is(thead, tbody, tr, th, td) tr :is(th, td) {
  background-clip: padding-box;
  background-color: transparent;
  position: static;
  width: unset;
  line-height: inherit;
  padding: 10px;
  border: 1px solid #eee;
}
.contents .content-5 .row.row-4 .col.col-1 .dp-richMainColor_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p {
  font-size: inherit;
}
.contents .content-5 .row.row-4 .col.col-1 .dp-richMainColor_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-4 .col.col-1 .dp-richMainColor_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-5 .row.row-4 .col.col-1 .dp-richMainColor_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) {
  margin-left: 25px;
}
.contents .content-5 .row.row-4 .col.col-1 .dp-richMainColor_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-4 .col.col-1 .dp-richMainColor_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-5 .row.row-4 .col.col-1 .dp-richMainColor_text table :is(thead, tbody, tr, th, td) tr :is(th, td) .component.button + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-4 .col.col-1 .dp-richMainColor_text table :is(thead, tbody, tr, th, td) tr :is(th, td) .component.button + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-5 .row.row-4 .col.col-1 .dp-richMainColor_text :is(ul, ol) {
  margin: 0 0 0 25px;
}
.contents .content-5 .row.row-4 .col.col-1 .dp-richMainColor_text :is(ul, ol) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-4 .col.col-1 .dp-richMainColor_text :is(ul, ol) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-5 .row.row-4 .col.col-1 .dp-richMainColor_text :is(table, .normal-table, .table-with-row-header, .table-with-two-headers) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-4 .col.col-1 .dp-richMainColor_text :is(table, .normal-table, .table-with-row-header, .table-with-two-headers) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-5 .row.row-4 .col.col-1 .dp-richMainColor_text .component.button {
  margin: 0;
}
.contents .content-5 .row.row-4 .col.col-1 .dp-richMainColor_text .component.button.button + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-4 .col.col-1 .dp-richMainColor_text .component.button.button + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-5 .row.row-4 .col.col-1 .dp-richMainColor_text .component.button.button .button-cont a.blue {
  background: #254a73;
  color: #fff !important;
  text-decoration: none;
}
.contents .content-5 .row.row-4 .col.col-1 .dp-richMainColor_text .component.button.button .button-cont a.blue:hover {
  opacity: 0.4;
}
.contents .content-5 .row.row-4 .col.col-1 .dp-hd_custom01-01 {
  margin: 10px 0 0;
}
.contents .content-5 .row.row-4 .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-5 .row.row-4 .col.col-1 .dp-hd_custom01-01 :is(h1, h2, h3, h4, h5) {
    overflow-wrap: break-word;
  }
}
.contents .content-5 .row.row-4 .col.col-1 .dp-hd_custom01-01 :is(h1, h2, h3, h4, h5) .strong {
  font-weight: 400;
}
.contents .content-5 .row.row-4 .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-5 .row.row-4 .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-5 .row.row-4 .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-5 .row.row-4 .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-5 .row.row-4 .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-5 .row.row-4 .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-5 .row.row-4 .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-5 .row.row-4 .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-5 .row.row-4 .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-5 .row.row-4 .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-5 .row.row-5 {
  /* sample */
}
.contents .content-5 .row.row-5 .col.col-1 {
  /* sample */
}
.contents .content-5 .row.row-5 .col.col-1 .component.rich-heading {
  /* sample */
}
.contents .content-5 .row.row-5 .col.col-1 .component.richtext {
  /* sample */
}
.contents .content-5 .row.row-5 .col.col-2 {
  /* sample */
}
.contents .content-5 .row.row-5 .col.col-2 .component.richtext {
  /* sample */
}

.contents .content-5 .row.row-6 .col.col-1 {
  /* sample */
}
.contents .content-5 .row.row-6 .col.col-1 .dp-richMainColor_text {
  font-family: var(--fo-text-font-family);
  font-size: var(--fo-text-font-size-pc);
  color: var(--fo-main-color);
  line-height: var(--fo-text-line-height);
  letter-spacing: var(--fo-text-letter-spacing);
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-6 .col.col-1 .dp-richMainColor_text {
    font-size: var(--fo-text-font-size-sp);
  }
}
.contents .content-5 .row.row-6 .col.col-1 .dp-richMainColor_text :link {
  text-decoration: none;
}
.contents .content-5 .row.row-6 .col.col-1 .dp-richMainColor_text :visited {
  text-decoration: none;
}
.contents .content-5 .row.row-6 .col.col-1 .dp-richMainColor_text a {
  color: var(--fo-text-link-color);
}
.contents .content-5 .row.row-6 .col.col-1 .dp-richMainColor_text 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-5 .row.row-6 .col.col-1 .dp-richMainColor_text p {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  line-height: inherit;
  margin: 0;
  overflow-wrap: anywhere;
}
.contents .content-5 .row.row-6 .col.col-1 .dp-richMainColor_text p + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-6 .col.col-1 .dp-richMainColor_text p + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-5 .row.row-6 .col.col-1 .dp-richMainColor_text strong {
  font-family: inherit;
}
.contents .content-5 .row.row-6 .col.col-1 .dp-richMainColor_text :is(ol, ul) {
  color: inherit;
}
.contents .content-5 .row.row-6 .col.col-1 .dp-richMainColor_text :is(ol, ul) li {
  font-size: inherit;
  color: inherit;
  overflow-wrap: anywhere;
}
.contents .content-5 .row.row-6 .col.col-1 .dp-richMainColor_text :is(ol, ul) li a {
  font-size: inherit;
}
.contents .content-5 .row.row-6 .col.col-1 .dp-richMainColor_text table :is(thead, tbody, tr, th, td) {
  border-color: #eee;
}
.contents .content-5 .row.row-6 .col.col-1 .dp-richMainColor_text table :is(thead, tbody, tr, th, td) tr :is(th, td) {
  background-clip: padding-box;
  background-color: transparent;
  position: static;
  width: unset;
  line-height: inherit;
  padding: 10px;
  border: 1px solid #eee;
}
.contents .content-5 .row.row-6 .col.col-1 .dp-richMainColor_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p {
  font-size: inherit;
}
.contents .content-5 .row.row-6 .col.col-1 .dp-richMainColor_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-6 .col.col-1 .dp-richMainColor_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-5 .row.row-6 .col.col-1 .dp-richMainColor_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) {
  margin-left: 25px;
}
.contents .content-5 .row.row-6 .col.col-1 .dp-richMainColor_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-6 .col.col-1 .dp-richMainColor_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-5 .row.row-6 .col.col-1 .dp-richMainColor_text table :is(thead, tbody, tr, th, td) tr :is(th, td) .component.button + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-6 .col.col-1 .dp-richMainColor_text table :is(thead, tbody, tr, th, td) tr :is(th, td) .component.button + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-5 .row.row-6 .col.col-1 .dp-richMainColor_text :is(ul, ol) {
  margin: 0 0 0 25px;
}
.contents .content-5 .row.row-6 .col.col-1 .dp-richMainColor_text :is(ul, ol) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-6 .col.col-1 .dp-richMainColor_text :is(ul, ol) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-5 .row.row-6 .col.col-1 .dp-richMainColor_text :is(table, .normal-table, .table-with-row-header, .table-with-two-headers) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-6 .col.col-1 .dp-richMainColor_text :is(table, .normal-table, .table-with-row-header, .table-with-two-headers) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-5 .row.row-6 .col.col-1 .dp-richMainColor_text .component.button {
  margin: 0;
}
.contents .content-5 .row.row-6 .col.col-1 .dp-richMainColor_text .component.button.button + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-6 .col.col-1 .dp-richMainColor_text .component.button.button + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-5 .row.row-6 .col.col-1 .dp-richMainColor_text .component.button.button .button-cont a.blue {
  background: #254a73;
  color: #fff !important;
  text-decoration: none;
}
.contents .content-5 .row.row-6 .col.col-1 .dp-richMainColor_text .component.button.button .button-cont a.blue:hover {
  opacity: 0.4;
}
.contents .content-5 .row.row-6 .col.col-1 .dp-hd_custom01-01 {
  margin: 10px 0 0;
}
.contents .content-5 .row.row-6 .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-5 .row.row-6 .col.col-1 .dp-hd_custom01-01 :is(h1, h2, h3, h4, h5) {
    overflow-wrap: break-word;
  }
}
.contents .content-5 .row.row-6 .col.col-1 .dp-hd_custom01-01 :is(h1, h2, h3, h4, h5) .strong {
  font-weight: 400;
}
.contents .content-5 .row.row-6 .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-5 .row.row-6 .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-5 .row.row-6 .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-5 .row.row-6 .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-5 .row.row-6 .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-5 .row.row-6 .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-5 .row.row-6 .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-5 .row.row-6 .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-5 .row.row-6 .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-5 .row.row-6 .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-5 .row.row-7 {
  /* sample */
}
.contents .content-5 .row.row-7 .col.col-1 {
  /* sample */
}
.contents .content-5 .row.row-7 .col.col-1 .component.rich-heading {
  /* sample */
}

.contents .content-5 .dp-faqArea_row {
  margin: 10px auto 20px;
  padding: calc(24px * var(--fo-spacing-coef));
  box-shadow: 0 3px 8px var(--fo-shadow-color);
}
@media screen and (max-width: 769px) {
  .contents .content-5 .dp-faqArea_row {
    margin: 10px auto;
    padding: calc(24px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-5 .dp-faqArea_row + .dp-faqArea_row {
  margin-top: calc(32px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-5 .dp-faqArea_row + .dp-faqArea_row {
    margin-top: calc(32px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-5 .dp-faqArea_row .col {
  padding: 0;
}
.contents .content-5 .dp-faqArea_row .col .component.richtext:not(:root:root) table :is(thead, tbody, tr, th, td) {
  border-color: #eee;
  border-width: 0;
}
@media screen and (max-width: 769px) {
  .contents .content-5 .dp-faqArea_row .col .component.richtext:not(:root:root) table tbody tr {
    display: flex;
  }
}
.contents .content-5 .dp-faqArea_row .col .component.richtext:not(:root:root) table tbody tr:first-child {
  border-bottom-width: 1px;
}
.contents .content-5 .dp-faqArea_row .col .component.richtext:not(:root:root) table tbody tr:first-child th {
  color: var(--fo-main-color);
  padding: 0 16px calc(16px * var(--fo-spacing-coef)) 0;
  width: 51px;
}
@media screen and (max-width: 769px) {
  .contents .content-5 .dp-faqArea_row .col .component.richtext:not(:root:root) table tbody tr:first-child th {
    min-width: 51px;
  }
}
.contents .content-5 .dp-faqArea_row .col .component.richtext:not(:root:root) table tbody tr:first-child td {
  padding: 0 0 calc(16px * var(--fo-spacing-coef)) 0;
}
.contents .content-5 .dp-faqArea_row .col .component.richtext:not(:root:root) table tbody tr:nth-child(2) th {
  color: var(--fo-accent-color);
  padding: calc(16px * var(--fo-spacing-coef)) 16px 0 0;
}
@media screen and (max-width: 769px) {
  .contents .content-5 .dp-faqArea_row .col .component.richtext:not(:root:root) table tbody tr:nth-child(2) th {
    min-width: 51px;
  }
}
.contents .content-5 .dp-faqArea_row .col .component.richtext:not(:root:root) table tbody tr:nth-child(2) td {
  padding: calc(16px * var(--fo-spacing-coef)) 0 0 0;
}
.contents .content-5 .dp-faqArea_row .col .component.richtext:not(:root:root) table tbody tr th {
  font-size: 28px;
  line-height: calc(var(--fo-text-font-size-pc) * var(--fo-text-line-height));
  vertical-align: top;
}
@media screen and (max-width: 769px) {
  .contents .content-5 .dp-faqArea_row .col .component.richtext:not(:root:root) table tbody tr th {
    line-height: calc(var(--fo-text-font-size-sp) * var(--fo-text-line-height));
  }
}
.contents .content-5 .row.row-8 .col.col-1 {
  /* sample */
}
.contents .content-5 .row.row-8 .col.col-1 .dp-richBase_text {
  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);
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-8 .col.col-1 .dp-richBase_text {
    font-size: var(--fo-text-font-size-sp);
  }
}
.contents .content-5 .row.row-8 .col.col-1 .dp-richBase_text :link {
  text-decoration: none;
}
.contents .content-5 .row.row-8 .col.col-1 .dp-richBase_text :visited {
  text-decoration: none;
}
.contents .content-5 .row.row-8 .col.col-1 .dp-richBase_text a {
  color: var(--fo-text-link-color);
}
.contents .content-5 .row.row-8 .col.col-1 .dp-richBase_text 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-5 .row.row-8 .col.col-1 .dp-richBase_text p {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  line-height: inherit;
  margin: 0;
  overflow-wrap: anywhere;
}
.contents .content-5 .row.row-8 .col.col-1 .dp-richBase_text p + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-8 .col.col-1 .dp-richBase_text p + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-5 .row.row-8 .col.col-1 .dp-richBase_text strong {
  font-family: inherit;
}
.contents .content-5 .row.row-8 .col.col-1 .dp-richBase_text :is(ol, ul) {
  color: inherit;
}
.contents .content-5 .row.row-8 .col.col-1 .dp-richBase_text :is(ol, ul) li {
  font-size: inherit;
  color: inherit;
  overflow-wrap: anywhere;
}
.contents .content-5 .row.row-8 .col.col-1 .dp-richBase_text :is(ol, ul) li a {
  font-size: inherit;
}
.contents .content-5 .row.row-8 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) {
  border-color: #eee;
}
.contents .content-5 .row.row-8 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) {
  background-clip: padding-box;
  background-color: transparent;
  position: static;
  width: unset;
  line-height: inherit;
  padding: 10px;
  border: 1px solid #eee;
}
.contents .content-5 .row.row-8 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p {
  font-size: inherit;
}
.contents .content-5 .row.row-8 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-8 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-5 .row.row-8 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) {
  margin-left: 25px;
}
.contents .content-5 .row.row-8 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-8 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-5 .row.row-8 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) .component.button + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-8 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) .component.button + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-5 .row.row-8 .col.col-1 .dp-richBase_text :is(ul, ol) {
  margin: 0 0 0 25px;
}
.contents .content-5 .row.row-8 .col.col-1 .dp-richBase_text :is(ul, ol) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-8 .col.col-1 .dp-richBase_text :is(ul, ol) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-5 .row.row-8 .col.col-1 .dp-richBase_text :is(table, .normal-table, .table-with-row-header, .table-with-two-headers) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-8 .col.col-1 .dp-richBase_text :is(table, .normal-table, .table-with-row-header, .table-with-two-headers) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-5 .row.row-8 .col.col-1 .dp-richBase_text .component.button {
  margin: 0;
}
.contents .content-5 .row.row-8 .col.col-1 .dp-richBase_text .component.button.button + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-8 .col.col-1 .dp-richBase_text .component.button.button + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-5 .row.row-8 .col.col-1 .dp-richBase_text .component.button.button .button-cont a.blue {
  background: #254a73;
  color: #fff !important;
  text-decoration: none;
}
.contents .content-5 .row.row-8 .col.col-1 .dp-richBase_text .component.button.button .button-cont a.blue:hover {
  opacity: 0.4;
}

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

.contents .content-5 .dp-checkIcon_row {
  display: flex;
  justify-content: center;
  gap: calc(40px * var(--fo-spacing-coef) - 20px);
  background-color: var(--fo-background-color1);
  box-shadow: 0 3px 8px var(--fo-shadow-color);
  margin: 10px auto 20px;
  padding: calc(30px * var(--fo-spacing-coef) - 10px) calc(50px * var(--fo-spacing-coef) - 10px) calc(30px * var(--fo-spacing-coef) - 20px);
}
@media screen and (max-width: 769px) {
  .contents .content-5 .dp-checkIcon_row {
    flex-wrap: wrap;
    gap: calc(40px * var(--fo-spacing-coef) * 0.75 - 20px);
    margin-bottom: 10px;
    padding: calc(30px * var(--fo-spacing-coef) * 0.75 - 10px) calc(30px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-5 .dp-checkIcon_row + .dp-checkIcon_row {
  margin-top: calc(64px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-5 .dp-checkIcon_row + .dp-checkIcon_row {
    margin-top: calc(64px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-5 .dp-checkIcon_row .col:has(.icon) {
  display: grid !important;
  align-content: flex-start;
  padding-block: 10px 20px;
}
@media screen and (max-width: 769px) {
  .contents .content-5 .dp-checkIcon_row .col:has(.icon) {
    padding-block-end: 10px;
  }
}
.contents .content-5 .dp-checkIcon_row .col:has(.icon) .component {
  margin: 0;
}
.contents .content-5 .dp-checkIcon_row .col:has(.icon):has(.size-small) {
  grid-template-columns: 30px 1fr;
  gap: 5px;
}
.contents .content-5 .dp-checkIcon_row .col:has(.icon):has(.size-medium) {
  grid-template-columns: 40px 1fr;
  gap: 10px;
}
.contents .content-5 .dp-checkIcon_row .col:has(.icon):has(.size-large) {
  grid-template-columns: 45px 1fr;
  gap: 10px;
}
.contents .content-5 .dp-checkIcon_row .col .component.icon:not(:root:root) .icon-cont i {
  line-height: var(--fo-text-line-height);
}
.contents .content-5 .dp-checkIcon_row .col .component.icon:not(:root:root) .icon-cont i.size-small {
  font-size: 16px;
}
.contents .content-5 .dp-checkIcon_row .col .component.icon:not(:root:root) .icon-cont i.size-medium {
  font-size: 24px;
}
.contents .content-5 .dp-checkIcon_row .col .component.icon:not(:root:root) .icon-cont i.size-large {
  font-size: 28px;
}
.contents .content-5 .dp-checkIcon_row .col .component.icon:not(:root:root) + :is(.richtext, .heading) {
  display: flex;
  align-items: center;
}
.contents .content-5 .dp-checkIcon_row .col .component.icon:not(:root:root) + :is(.richtext, .heading) :is(h1, h2, h3, h4, h5) {
  margin-bottom: 0;
}
.frame-root .frame-content .dp-checkIcon_row div.col:not(:root:root):has(.icon) {
  display: table-cell !important;
}
.frame-root .frame-content .dp-checkIcon_row div.col:not(:root:root) .component {
  margin: 10px 0;
}
.frame-root .frame-content .dp-checkIcon_row div.col:not(:root:root) .component.icon .icon-cont {
  width: 50px;
}

.contents .content-5 .row.row-10 .col.col-1 {
  /* sample */
}
.contents .content-5 .row.row-10 .col.col-1 .dp-custom_Icon .icon-cont a i.size-small {
  font-size: 32px;
}
.contents .content-5 .row.row-10 .col.col-1 .dp-custom_Icon .icon-cont a i.size-medium {
  font-size: 56px;
}
.contents .content-5 .row.row-10 .col.col-1 .dp-custom_Icon .icon-cont a i.size-large {
  font-size: 80px;
}
.contents .content-5 .row.row-10 .col.col-1 .dp-custom_Icon .icon-cont a i.blue {
  color: var(--fo-main-color);
}
.contents .content-5 .row.row-10 .col.col-1 .dp-custom_Icon .icon-cont a i.red {
  color: var(--fo-sub-color);
}
.contents .content-5 .row.row-10 .col.col-1 .dp-custom_Icon .icon-cont a i.black {
  color: var(--fo-text-main-color);
}
.contents .content-5 .row.row-10 .col.col-1 .dp-custom_Icon .icon-cont a i.orange {
  color: var(--fo-accent-color);
}
.contents .content-5 .row.row-10 .col.col-1 .dp-richBase_text {
  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);
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-10 .col.col-1 .dp-richBase_text {
    font-size: var(--fo-text-font-size-sp);
  }
}
.contents .content-5 .row.row-10 .col.col-1 .dp-richBase_text :link {
  text-decoration: none;
}
.contents .content-5 .row.row-10 .col.col-1 .dp-richBase_text :visited {
  text-decoration: none;
}
.contents .content-5 .row.row-10 .col.col-1 .dp-richBase_text a {
  color: var(--fo-text-link-color);
}
.contents .content-5 .row.row-10 .col.col-1 .dp-richBase_text 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-5 .row.row-10 .col.col-1 .dp-richBase_text p {
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}
.contents .content-5 .row.row-10 .col.col-1 .dp-richBase_text p + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-10 .col.col-1 .dp-richBase_text p + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-5 .row.row-10 .col.col-1 .dp-richBase_text li {
  font-size: inherit;
}
.contents .content-5 .row.row-10 .col.col-1 .dp-richBase_text li a {
  font-size: inherit;
}
.contents .content-5 .row.row-10 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) {
  border-color: #eee;
}
.contents .content-5 .row.row-10 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) {
  background-clip: padding-box;
  position: static;
}
.contents .content-5 .row.row-10 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p {
  font-size: inherit;
}
.contents .content-5 .row.row-10 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-10 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-5 .row.row-10 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) {
  margin-left: 25px;
}
.contents .content-5 .row.row-10 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-10 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-5 .row.row-10 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) .component.button + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-10 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) .component.button + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-5 .row.row-10 .col.col-1 .dp-richBase_text :is(ul, ol) {
  margin: 0 0 0 25px;
}
.contents .content-5 .row.row-10 .col.col-1 .dp-richBase_text :is(ul, ol) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-10 .col.col-1 .dp-richBase_text :is(ul, ol) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-5 .row.row-10 .col.col-1 .dp-richBase_text :is(table, .normal-table, .table-with-row-header, .table-with-two-headers) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-10 .col.col-1 .dp-richBase_text :is(table, .normal-table, .table-with-row-header, .table-with-two-headers) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-5 .row.row-10 .col.col-1 .dp-richBase_text .component.button {
  margin: 0;
}
.contents .content-5 .row.row-10 .col.col-1 .dp-richBase_text .component.button.button + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-10 .col.col-1 .dp-richBase_text .component.button.button + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-5 .row.row-10 .col.col-1 .dp-richBase_text .component.button.button .button-cont a.blue {
  background: #254a73;
  color: #fff !important;
  text-decoration: none;
}
.contents .content-5 .row.row-10 .col.col-1 .dp-richBase_text .component.button.button .button-cont a.blue:hover {
  opacity: 0.4;
}
.contents .content-5 .row.row-10 .col.col-1 .dp-custom_Icon .icon-cont a i.size-small {
  font-size: 32px;
}
.contents .content-5 .row.row-10 .col.col-1 .dp-custom_Icon .icon-cont a i.size-medium {
  font-size: 56px;
}
.contents .content-5 .row.row-10 .col.col-1 .dp-custom_Icon .icon-cont a i.size-large {
  font-size: 80px;
}
.contents .content-5 .row.row-10 .col.col-1 .dp-custom_Icon .icon-cont a i.blue {
  color: var(--fo-main-color);
}
.contents .content-5 .row.row-10 .col.col-1 .dp-custom_Icon .icon-cont a i.red {
  color: var(--fo-sub-color);
}
.contents .content-5 .row.row-10 .col.col-1 .dp-custom_Icon .icon-cont a i.black {
  color: var(--fo-text-main-color);
}
.contents .content-5 .row.row-10 .col.col-1 .dp-custom_Icon .icon-cont a i.orange {
  color: var(--fo-accent-color);
}
.contents .content-5 .row.row-10 .col.col-1 .dp-richBase_text {
  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);
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-10 .col.col-1 .dp-richBase_text {
    font-size: var(--fo-text-font-size-sp);
  }
}
.contents .content-5 .row.row-10 .col.col-1 .dp-richBase_text :link {
  text-decoration: none;
}
.contents .content-5 .row.row-10 .col.col-1 .dp-richBase_text :visited {
  text-decoration: none;
}
.contents .content-5 .row.row-10 .col.col-1 .dp-richBase_text a {
  color: var(--fo-text-link-color);
}
.contents .content-5 .row.row-10 .col.col-1 .dp-richBase_text 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-5 .row.row-10 .col.col-1 .dp-richBase_text p {
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}
.contents .content-5 .row.row-10 .col.col-1 .dp-richBase_text p + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-10 .col.col-1 .dp-richBase_text p + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-5 .row.row-10 .col.col-1 .dp-richBase_text li {
  font-size: inherit;
}
.contents .content-5 .row.row-10 .col.col-1 .dp-richBase_text li a {
  font-size: inherit;
}
.contents .content-5 .row.row-10 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) {
  border-color: #eee;
}
.contents .content-5 .row.row-10 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) {
  background-clip: padding-box;
  position: static;
}
.contents .content-5 .row.row-10 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p {
  font-size: inherit;
}
.contents .content-5 .row.row-10 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-10 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-5 .row.row-10 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) {
  margin-left: 25px;
}
.contents .content-5 .row.row-10 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-10 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-5 .row.row-10 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) .component.button + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-10 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) .component.button + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-5 .row.row-10 .col.col-1 .dp-richBase_text :is(ul, ol) {
  margin: 0 0 0 25px;
}
.contents .content-5 .row.row-10 .col.col-1 .dp-richBase_text :is(ul, ol) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-10 .col.col-1 .dp-richBase_text :is(ul, ol) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-5 .row.row-10 .col.col-1 .dp-richBase_text :is(table, .normal-table, .table-with-row-header, .table-with-two-headers) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-10 .col.col-1 .dp-richBase_text :is(table, .normal-table, .table-with-row-header, .table-with-two-headers) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-5 .row.row-10 .col.col-1 .dp-richBase_text .component.button {
  margin: 0;
}
.contents .content-5 .row.row-10 .col.col-1 .dp-richBase_text .component.button.button + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-10 .col.col-1 .dp-richBase_text .component.button.button + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-5 .row.row-10 .col.col-1 .dp-richBase_text .component.button.button .button-cont a.blue {
  background: #254a73;
  color: #fff !important;
  text-decoration: none;
}
.contents .content-5 .row.row-10 .col.col-1 .dp-richBase_text .component.button.button .button-cont a.blue:hover {
  opacity: 0.4;
}
.contents .content-5 .row.row-10 .col.col-1 .dp-custom_Icon .icon-cont a i.size-small {
  font-size: 32px;
}
.contents .content-5 .row.row-10 .col.col-1 .dp-custom_Icon .icon-cont a i.size-medium {
  font-size: 56px;
}
.contents .content-5 .row.row-10 .col.col-1 .dp-custom_Icon .icon-cont a i.size-large {
  font-size: 80px;
}
.contents .content-5 .row.row-10 .col.col-1 .dp-custom_Icon .icon-cont a i.blue {
  color: var(--fo-main-color);
}
.contents .content-5 .row.row-10 .col.col-1 .dp-custom_Icon .icon-cont a i.red {
  color: var(--fo-sub-color);
}
.contents .content-5 .row.row-10 .col.col-1 .dp-custom_Icon .icon-cont a i.black {
  color: var(--fo-text-main-color);
}
.contents .content-5 .row.row-10 .col.col-1 .dp-custom_Icon .icon-cont a i.orange {
  color: var(--fo-accent-color);
}
.contents .content-5 .row.row-10 .col.col-1 .dp-richBase_text {
  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);
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-10 .col.col-1 .dp-richBase_text {
    font-size: var(--fo-text-font-size-sp);
  }
}
.contents .content-5 .row.row-10 .col.col-1 .dp-richBase_text :link {
  text-decoration: none;
}
.contents .content-5 .row.row-10 .col.col-1 .dp-richBase_text :visited {
  text-decoration: none;
}
.contents .content-5 .row.row-10 .col.col-1 .dp-richBase_text a {
  color: var(--fo-text-link-color);
}
.contents .content-5 .row.row-10 .col.col-1 .dp-richBase_text 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-5 .row.row-10 .col.col-1 .dp-richBase_text p {
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}
.contents .content-5 .row.row-10 .col.col-1 .dp-richBase_text p + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-10 .col.col-1 .dp-richBase_text p + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-5 .row.row-10 .col.col-1 .dp-richBase_text li {
  font-size: inherit;
}
.contents .content-5 .row.row-10 .col.col-1 .dp-richBase_text li a {
  font-size: inherit;
}
.contents .content-5 .row.row-10 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) {
  border-color: #eee;
}
.contents .content-5 .row.row-10 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) {
  background-clip: padding-box;
  position: static;
}
.contents .content-5 .row.row-10 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p {
  font-size: inherit;
}
.contents .content-5 .row.row-10 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-10 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-5 .row.row-10 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) {
  margin-left: 25px;
}
.contents .content-5 .row.row-10 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-10 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-5 .row.row-10 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) .component.button + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-10 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) .component.button + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-5 .row.row-10 .col.col-1 .dp-richBase_text :is(ul, ol) {
  margin: 0 0 0 25px;
}
.contents .content-5 .row.row-10 .col.col-1 .dp-richBase_text :is(ul, ol) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-10 .col.col-1 .dp-richBase_text :is(ul, ol) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-5 .row.row-10 .col.col-1 .dp-richBase_text :is(table, .normal-table, .table-with-row-header, .table-with-two-headers) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-10 .col.col-1 .dp-richBase_text :is(table, .normal-table, .table-with-row-header, .table-with-two-headers) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-5 .row.row-10 .col.col-1 .dp-richBase_text .component.button {
  margin: 0;
}
.contents .content-5 .row.row-10 .col.col-1 .dp-richBase_text .component.button.button + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-10 .col.col-1 .dp-richBase_text .component.button.button + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-5 .row.row-10 .col.col-1 .dp-richBase_text .component.button.button .button-cont a.blue {
  background: #254a73;
  color: #fff !important;
  text-decoration: none;
}
.contents .content-5 .row.row-10 .col.col-1 .dp-richBase_text .component.button.button .button-cont a.blue:hover {
  opacity: 0.4;
}

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

.contents .content-5 .dp-so02_imgR_row {
  display: flex;
  margin: 10px auto 20px;
}
@media screen and (max-width: 834px) {
  .contents .content-5 .dp-so02_imgR_row {
    flex-wrap: wrap-reverse;
    margin-top: 0;
  }
}
.contents .content-5 .dp-so02_imgR_row + :is(.dp-so02_imgL_row, .dp-so02_imgR_row) {
  margin-top: calc(48px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-5 .dp-so02_imgR_row + :is(.dp-so02_imgL_row, .dp-so02_imgR_row) {
    margin-top: calc(48px * var(--fo-spacing-coef) * 0.75 - 10px);
  }
}
.contents .content-5 .dp-so02_imgR_row .col:not(:root) {
  padding: 0;
}
.contents .content-5 .dp-so02_imgR_row .col:not(:root):first-child {
  background: #fff;
  box-shadow: 0 3px 8px var(--fo-shadow-color);
  position: relative;
  margin: 30px calc(80px * var(--fo-spacing-coef) / -2) 0 0;
  padding: calc(48px * var(--fo-spacing-coef) - 10px) calc(80px * var(--fo-spacing-coef)) calc(48px * var(--fo-spacing-coef) - 10px) calc(48px * var(--fo-spacing-coef));
}
@media screen and (min-width: 770px) {
  .contents .content-5 .dp-so02_imgR_row .col:not(:root):first-child {
    max-width: 66.98%;
    width: calc(63.21% + 80px * var(--fo-spacing-coef)) !important;
  }
}
@media screen and (max-width: 834px) {
  .contents .content-5 .dp-so02_imgR_row .col:not(:root):first-child {
    width: 90% !important;
    margin: calc(80px * var(--fo-spacing-coef) * 0.75 / -2) 0 0 10%;
    padding: calc(80px * var(--fo-spacing-coef) * 0.75 - 10px) calc(48px * var(--fo-spacing-coef) * 0.75) calc(48px * var(--fo-spacing-coef) * 0.75 - 10px);
  }
}
@media screen and (min-width: 770px) and (max-width: 834px) {
  .contents .content-5 .dp-so02_imgR_row .col:not(:root):first-child {
    max-width: 100%;
  }
}
@media screen and (min-width: 770px) {
  .contents .content-5 .dp-so02_imgR_row .col:not(:root):nth-child(2) {
    width: 36.79% !important;
  }
}
@media screen and (max-width: 834px) {
  .contents .content-5 .dp-so02_imgR_row .col:not(:root):nth-child(2) {
    width: 90% !important;
  }
}
.contents .content-5 .dp-so02_imgR_row .col:not(:root):nth-child(2) .component.image {
  margin: 0;
}
@media screen and (max-width: 834px) {
  .contents .content-5 .dp-so02_imgR_row .col:not(:root):nth-child(2) .component.image {
    margin-top: 10px;
  }
}
@media screen and (max-width: 834px) {
  .contents .content-5 .dp-so02_imgR_row .col:not(:root):nth-child(2) .component.image img {
    width: 100% !important;
  }
}
.contents .content-5 .dp-so02_imgR_row .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-5 .dp-so02_imgR_row .col:not(:root) .component.heading:not(:root) :is(h1, h2, h3) {
    margin-bottom: calc(32px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-5 .dp-so02_imgR_row .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-5 .dp-so02_imgR_row .col:not(:root) .component.heading:not(:root) :is(h4, h5) {
    margin-bottom: calc(24px * var(--fo-spacing-coef) * 0.75);
  }
}
.frame-root .frame-content .dp-so02_imgR_row:not(:root) {
  z-index: auto;
}
.frame-root .frame-content .dp-so02_imgR_row:not(:root) .col:not(:root):not(:root):not(:root) {
  z-index: auto;
  margin-left: 0;
  margin-right: 0;
}

.contents .content-5 .row.row-12 .col.col-1 {
  /* sample */
}
.contents .content-5 .row.row-12 .col.col-1 .dp-hd_custom01-01 {
  margin: 10px 0 0;
}
.contents .content-5 .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-5 .row.row-12 .col.col-1 .dp-hd_custom01-01 :is(h1, h2, h3, h4, h5) {
    overflow-wrap: break-word;
  }
}
.contents .content-5 .row.row-12 .col.col-1 .dp-hd_custom01-01 :is(h1, h2, h3, h4, h5) .strong {
  font-weight: 400;
}
.contents .content-5 .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-5 .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-5 .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-5 .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-5 .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-5 .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-5 .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-5 .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-5 .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-5 .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-5 .row.row-12 .col.col-1 .dp-richBase_text {
  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);
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-12 .col.col-1 .dp-richBase_text {
    font-size: var(--fo-text-font-size-sp);
  }
}
.contents .content-5 .row.row-12 .col.col-1 .dp-richBase_text :link {
  text-decoration: none;
}
.contents .content-5 .row.row-12 .col.col-1 .dp-richBase_text :visited {
  text-decoration: none;
}
.contents .content-5 .row.row-12 .col.col-1 .dp-richBase_text a {
  color: var(--fo-text-link-color);
}
.contents .content-5 .row.row-12 .col.col-1 .dp-richBase_text 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-5 .row.row-12 .col.col-1 .dp-richBase_text p {
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}
.contents .content-5 .row.row-12 .col.col-1 .dp-richBase_text p + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-12 .col.col-1 .dp-richBase_text p + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-5 .row.row-12 .col.col-1 .dp-richBase_text li {
  font-size: inherit;
}
.contents .content-5 .row.row-12 .col.col-1 .dp-richBase_text li a {
  font-size: inherit;
}
.contents .content-5 .row.row-12 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) {
  border-color: #eee;
}
.contents .content-5 .row.row-12 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) {
  background-clip: padding-box;
  position: static;
}
.contents .content-5 .row.row-12 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p {
  font-size: inherit;
}
.contents .content-5 .row.row-12 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-12 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-5 .row.row-12 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) {
  margin-left: 25px;
}
.contents .content-5 .row.row-12 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-12 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-5 .row.row-12 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) .component.button + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-12 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) .component.button + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-5 .row.row-12 .col.col-1 .dp-richBase_text :is(ul, ol) {
  margin: 0 0 0 25px;
}
.contents .content-5 .row.row-12 .col.col-1 .dp-richBase_text :is(ul, ol) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-12 .col.col-1 .dp-richBase_text :is(ul, ol) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-5 .row.row-12 .col.col-1 .dp-richBase_text :is(table, .normal-table, .table-with-row-header, .table-with-two-headers) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-12 .col.col-1 .dp-richBase_text :is(table, .normal-table, .table-with-row-header, .table-with-two-headers) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-5 .row.row-12 .col.col-1 .dp-richBase_text .component.button {
  margin: 0;
}
.contents .content-5 .row.row-12 .col.col-1 .dp-richBase_text .component.button.button + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-12 .col.col-1 .dp-richBase_text .component.button.button + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-5 .row.row-12 .col.col-1 .dp-richBase_text .component.button.button .button-cont a.blue {
  background: #254a73;
  color: #fff !important;
  text-decoration: none;
}
.contents .content-5 .row.row-12 .col.col-1 .dp-richBase_text .component.button.button .button-cont a.blue:hover {
  opacity: 0.4;
}
.contents .content-5 .row.row-12 .col.col-2 {
  /* sample */
}
.contents .content-5 .row.row-12 .col.col-2 .component.image {
  /* sample */
}

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

.contents .content-5 .dp-so02_imgL_row {
  display: flex;
  margin: 10px auto 20px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 834px) {
  .contents .content-5 .dp-so02_imgL_row {
    flex-wrap: wrap;
    margin-top: 0;
  }
}
.contents .content-5 .dp-so02_imgL_row + :is(.dp-so02_imgL_row, .dp-so02_imgR_row) {
  margin-top: calc(48px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-5 .dp-so02_imgL_row + :is(.dp-so02_imgL_row, .dp-so02_imgR_row) {
    margin-top: calc(48px * var(--fo-spacing-coef) * 0.75 - 10px);
  }
}
.contents .content-5 .dp-so02_imgL_row .col:not(:root) {
  padding: 0;
}
@media screen and (min-width: 770px) {
  .contents .content-5 .dp-so02_imgL_row .col:not(:root):first-child {
    width: 36.79% !important;
  }
}
@media screen and (max-width: 834px) {
  .contents .content-5 .dp-so02_imgL_row .col:not(:root):first-child {
    width: 90% !important;
  }
}
.contents .content-5 .dp-so02_imgL_row .col:not(:root):first-child .component.image {
  margin: 0;
}
@media screen and (max-width: 834px) {
  .contents .content-5 .dp-so02_imgL_row .col:not(:root):first-child .component.image {
    margin-top: 10px;
  }
}
@media screen and (max-width: 834px) {
  .contents .content-5 .dp-so02_imgL_row .col:not(:root):first-child .component.image img {
    width: 100% !important;
  }
}
.contents .content-5 .dp-so02_imgL_row .col:not(:root):nth-child(2) {
  background: #fff;
  box-shadow: 0 3px 8px var(--fo-shadow-color);
  z-index: -1;
  margin: 30px 0 0 calc(80px * var(--fo-spacing-coef) / -2);
  padding: calc(48px * var(--fo-spacing-coef) - 10px) calc(48px * var(--fo-spacing-coef)) calc(48px * var(--fo-spacing-coef) - 10px) calc(80px * var(--fo-spacing-coef));
}
@media screen and (min-width: 770px) {
  .contents .content-5 .dp-so02_imgL_row .col:not(:root):nth-child(2) {
    max-width: 66.98%;
    width: calc(63.21% + 80px * var(--fo-spacing-coef)) !important;
  }
}
@media screen and (max-width: 834px) {
  .contents .content-5 .dp-so02_imgL_row .col:not(:root):nth-child(2) {
    width: 90% !important;
    margin: calc(80px * var(--fo-spacing-coef) * 0.75 / -2) 0 0 10%;
    padding: calc(80px * var(--fo-spacing-coef) * 0.75 - 10px) calc(48px * var(--fo-spacing-coef) * 0.75) calc(48px * var(--fo-spacing-coef) * 0.75 - 10px);
  }
}
@media screen and (min-width: 770px) and (max-width: 834px) {
  .contents .content-5 .dp-so02_imgL_row .col:not(:root):nth-child(2) {
    max-width: 100%;
  }
}
.contents .content-5 .dp-so02_imgL_row .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-5 .dp-so02_imgL_row .col:not(:root) .component.heading:not(:root) :is(h1, h2, h3) {
    margin-bottom: calc(32px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-5 .dp-so02_imgL_row .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-5 .dp-so02_imgL_row .col:not(:root) .component.heading:not(:root) :is(h4, h5) {
    margin-bottom: calc(24px * var(--fo-spacing-coef) * 0.75);
  }
}
.frame-root .frame-content .dp-so02_imgL_row:not(:root) {
  z-index: auto;
}
.frame-root .frame-content .dp-so02_imgL_row:not(:root) .col:not(:root):not(:root):not(:root) {
  z-index: auto;
  margin-left: 0;
  margin-right: 0;
}

.contents .content-5 .row.row-14 .col.col-1 {
  /* sample */
}
.contents .content-5 .row.row-14 .col.col-1 .component.image {
  /* sample */
}
.contents .content-5 .row.row-14 .col.col-2 {
  /* sample */
}
.contents .content-5 .row.row-14 .col.col-2 .dp-hd_custom01-01 {
  margin: 10px 0 0;
}
.contents .content-5 .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-5 .row.row-14 .col.col-2 .dp-hd_custom01-01 :is(h1, h2, h3, h4, h5) {
    overflow-wrap: break-word;
  }
}
.contents .content-5 .row.row-14 .col.col-2 .dp-hd_custom01-01 :is(h1, h2, h3, h4, h5) .strong {
  font-weight: 400;
}
.contents .content-5 .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-5 .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-5 .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-5 .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-5 .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-5 .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-5 .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-5 .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-5 .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-5 .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-5 .row.row-14 .col.col-2 .dp-richBase_text {
  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);
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-14 .col.col-2 .dp-richBase_text {
    font-size: var(--fo-text-font-size-sp);
  }
}
.contents .content-5 .row.row-14 .col.col-2 .dp-richBase_text :link {
  text-decoration: none;
}
.contents .content-5 .row.row-14 .col.col-2 .dp-richBase_text :visited {
  text-decoration: none;
}
.contents .content-5 .row.row-14 .col.col-2 .dp-richBase_text a {
  color: var(--fo-text-link-color);
}
.contents .content-5 .row.row-14 .col.col-2 .dp-richBase_text 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-5 .row.row-14 .col.col-2 .dp-richBase_text p {
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}
.contents .content-5 .row.row-14 .col.col-2 .dp-richBase_text p + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-14 .col.col-2 .dp-richBase_text p + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-5 .row.row-14 .col.col-2 .dp-richBase_text li {
  font-size: inherit;
}
.contents .content-5 .row.row-14 .col.col-2 .dp-richBase_text li a {
  font-size: inherit;
}
.contents .content-5 .row.row-14 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) {
  border-color: #eee;
}
.contents .content-5 .row.row-14 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) {
  background-clip: padding-box;
  position: static;
}
.contents .content-5 .row.row-14 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p {
  font-size: inherit;
}
.contents .content-5 .row.row-14 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-14 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-5 .row.row-14 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) {
  margin-left: 25px;
}
.contents .content-5 .row.row-14 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-14 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-5 .row.row-14 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) .component.button + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-14 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) .component.button + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-5 .row.row-14 .col.col-2 .dp-richBase_text :is(ul, ol) {
  margin: 0 0 0 25px;
}
.contents .content-5 .row.row-14 .col.col-2 .dp-richBase_text :is(ul, ol) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-14 .col.col-2 .dp-richBase_text :is(ul, ol) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-5 .row.row-14 .col.col-2 .dp-richBase_text :is(table, .normal-table, .table-with-row-header, .table-with-two-headers) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-14 .col.col-2 .dp-richBase_text :is(table, .normal-table, .table-with-row-header, .table-with-two-headers) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-5 .row.row-14 .col.col-2 .dp-richBase_text .component.button {
  margin: 0;
}
.contents .content-5 .row.row-14 .col.col-2 .dp-richBase_text .component.button.button + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-14 .col.col-2 .dp-richBase_text .component.button.button + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-5 .row.row-14 .col.col-2 .dp-richBase_text .component.button.button .button-cont a.blue {
  background: #254a73;
  color: #fff !important;
  text-decoration: none;
}
.contents .content-5 .row.row-14 .col.col-2 .dp-richBase_text .component.button.button .button-cont a.blue:hover {
  opacity: 0.4;
}

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

.contents .content-5 .dp-seminarTitle_row {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 769px) {
  .contents .content-5 .dp-seminarTitle_row {
    flex-direction: column;
    gap: 4px;
  }
}
.contents .content-5 .dp-seminarTitle_row .col .component.richtext:last-child {
  background-color: var(--fo-background-color2);
  margin-top: calc(32px * var(--fo-spacing-coef));
  padding: 24px;
}
@media screen and (max-width: 769px) {
  .contents .content-5 .dp-seminarTitle_row .col .component.richtext:last-child {
    margin-top: calc(32px * var(--fo-spacing-coef) * 0.75);
    padding: 18px;
  }
}
.contents .content-5 .row.row-16 .col.col-1 {
  /* sample */
}
.contents .content-5 .row.row-16 .col.col-1 .component.image {
  /* sample */
}
.contents .content-5 .row.row-16 .col.col-2 {
  /* sample */
}
.contents .content-5 .row.row-16 .col.col-2 .dp-richBase_text {
  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);
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-16 .col.col-2 .dp-richBase_text {
    font-size: var(--fo-text-font-size-sp);
  }
}
.contents .content-5 .row.row-16 .col.col-2 .dp-richBase_text :link {
  text-decoration: none;
}
.contents .content-5 .row.row-16 .col.col-2 .dp-richBase_text :visited {
  text-decoration: none;
}
.contents .content-5 .row.row-16 .col.col-2 .dp-richBase_text a {
  color: var(--fo-text-link-color);
}
.contents .content-5 .row.row-16 .col.col-2 .dp-richBase_text 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-5 .row.row-16 .col.col-2 .dp-richBase_text p {
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}
.contents .content-5 .row.row-16 .col.col-2 .dp-richBase_text p + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-16 .col.col-2 .dp-richBase_text p + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-5 .row.row-16 .col.col-2 .dp-richBase_text li {
  font-size: inherit;
}
.contents .content-5 .row.row-16 .col.col-2 .dp-richBase_text li a {
  font-size: inherit;
}
.contents .content-5 .row.row-16 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) {
  border-color: #eee;
}
.contents .content-5 .row.row-16 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) {
  background-clip: padding-box;
  position: static;
}
.contents .content-5 .row.row-16 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p {
  font-size: inherit;
}
.contents .content-5 .row.row-16 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-16 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-5 .row.row-16 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) {
  margin-left: 25px;
}
.contents .content-5 .row.row-16 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-16 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-5 .row.row-16 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) .component.button + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-16 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) .component.button + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-5 .row.row-16 .col.col-2 .dp-richBase_text :is(ul, ol) {
  margin: 0 0 0 25px;
}
.contents .content-5 .row.row-16 .col.col-2 .dp-richBase_text :is(ul, ol) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-16 .col.col-2 .dp-richBase_text :is(ul, ol) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-5 .row.row-16 .col.col-2 .dp-richBase_text :is(table, .normal-table, .table-with-row-header, .table-with-two-headers) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-16 .col.col-2 .dp-richBase_text :is(table, .normal-table, .table-with-row-header, .table-with-two-headers) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-5 .row.row-16 .col.col-2 .dp-richBase_text .component.button {
  margin: 0;
}
.contents .content-5 .row.row-16 .col.col-2 .dp-richBase_text .component.button.button + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-16 .col.col-2 .dp-richBase_text .component.button.button + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-5 .row.row-16 .col.col-2 .dp-richBase_text .component.button.button .button-cont a.blue {
  background: #254a73;
  color: #fff !important;
  text-decoration: none;
}
.contents .content-5 .row.row-16 .col.col-2 .dp-richBase_text .component.button.button .button-cont a.blue:hover {
  opacity: 0.4;
}
.contents .content-5 .row.row-16 .col.col-2 .dp-richBase_text {
  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);
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-16 .col.col-2 .dp-richBase_text {
    font-size: var(--fo-text-font-size-sp);
  }
}
.contents .content-5 .row.row-16 .col.col-2 .dp-richBase_text :link {
  text-decoration: none;
}
.contents .content-5 .row.row-16 .col.col-2 .dp-richBase_text :visited {
  text-decoration: none;
}
.contents .content-5 .row.row-16 .col.col-2 .dp-richBase_text a {
  color: var(--fo-text-link-color);
}
.contents .content-5 .row.row-16 .col.col-2 .dp-richBase_text 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-5 .row.row-16 .col.col-2 .dp-richBase_text p {
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}
.contents .content-5 .row.row-16 .col.col-2 .dp-richBase_text p + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-16 .col.col-2 .dp-richBase_text p + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-5 .row.row-16 .col.col-2 .dp-richBase_text li {
  font-size: inherit;
}
.contents .content-5 .row.row-16 .col.col-2 .dp-richBase_text li a {
  font-size: inherit;
}
.contents .content-5 .row.row-16 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) {
  border-color: #eee;
}
.contents .content-5 .row.row-16 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) {
  background-clip: padding-box;
  position: static;
}
.contents .content-5 .row.row-16 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p {
  font-size: inherit;
}
.contents .content-5 .row.row-16 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-16 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-5 .row.row-16 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) {
  margin-left: 25px;
}
.contents .content-5 .row.row-16 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-16 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-5 .row.row-16 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) .component.button + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-16 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) .component.button + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-5 .row.row-16 .col.col-2 .dp-richBase_text :is(ul, ol) {
  margin: 0 0 0 25px;
}
.contents .content-5 .row.row-16 .col.col-2 .dp-richBase_text :is(ul, ol) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-16 .col.col-2 .dp-richBase_text :is(ul, ol) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-5 .row.row-16 .col.col-2 .dp-richBase_text :is(table, .normal-table, .table-with-row-header, .table-with-two-headers) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-16 .col.col-2 .dp-richBase_text :is(table, .normal-table, .table-with-row-header, .table-with-two-headers) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-5 .row.row-16 .col.col-2 .dp-richBase_text .component.button {
  margin: 0;
}
.contents .content-5 .row.row-16 .col.col-2 .dp-richBase_text .component.button.button + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-16 .col.col-2 .dp-richBase_text .component.button.button + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-5 .row.row-16 .col.col-2 .dp-richBase_text .component.button.button .button-cont a.blue {
  background: #254a73;
  color: #fff !important;
  text-decoration: none;
}
.contents .content-5 .row.row-16 .col.col-2 .dp-richBase_text .component.button.button .button-cont a.blue:hover {
  opacity: 0.4;
}

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

.contents .content-5 .dp-seminarTitle_row-v2 {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 769px) {
  .contents .content-5 .dp-seminarTitle_row-v2 {
    flex-direction: column;
    gap: 4px;
  }
}
@media screen and (min-width: 770px) {
  .contents .content-5 .dp-seminarTitle_row-v2 .col:is(.vertical_position_top, .vertical_position_middle, .vertical_position_bottom) {
    display: flex;
    flex-direction: column;
    align-self: auto !important;
  }
  .contents .content-5 .dp-seminarTitle_row-v2 .col:is(.vertical_position_top, .vertical_position_middle, .vertical_position_bottom) .component:not(:last-child) {
    margin-bottom: 0;
  }
  .contents .content-5 .dp-seminarTitle_row-v2 .col.vertical_position_top {
    justify-content: start;
  }
  .contents .content-5 .dp-seminarTitle_row-v2 .col.vertical_position_middle {
    justify-content: center;
  }
  .contents .content-5 .dp-seminarTitle_row-v2 .col.vertical_position_bottom {
    justify-content: end;
  }
}
.contents .content-5 .row.row-18 .col.col-1 {
  /* sample */
}
.contents .content-5 .row.row-18 .col.col-1 .component.image {
  /* sample */
}
.contents .content-5 .row.row-18 .col.col-2 {
  /* sample */
}
.contents .content-5 .row.row-18 .col.col-2 .dp-richBase_text {
  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);
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-18 .col.col-2 .dp-richBase_text {
    font-size: var(--fo-text-font-size-sp);
  }
}
.contents .content-5 .row.row-18 .col.col-2 .dp-richBase_text :link {
  text-decoration: none;
}
.contents .content-5 .row.row-18 .col.col-2 .dp-richBase_text :visited {
  text-decoration: none;
}
.contents .content-5 .row.row-18 .col.col-2 .dp-richBase_text a {
  color: var(--fo-text-link-color);
}
.contents .content-5 .row.row-18 .col.col-2 .dp-richBase_text 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-5 .row.row-18 .col.col-2 .dp-richBase_text p {
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}
.contents .content-5 .row.row-18 .col.col-2 .dp-richBase_text p + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-18 .col.col-2 .dp-richBase_text p + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-5 .row.row-18 .col.col-2 .dp-richBase_text li {
  font-size: inherit;
}
.contents .content-5 .row.row-18 .col.col-2 .dp-richBase_text li a {
  font-size: inherit;
}
.contents .content-5 .row.row-18 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) {
  border-color: #eee;
}
.contents .content-5 .row.row-18 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) {
  background-clip: padding-box;
  position: static;
}
.contents .content-5 .row.row-18 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p {
  font-size: inherit;
}
.contents .content-5 .row.row-18 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-18 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-5 .row.row-18 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) {
  margin-left: 25px;
}
.contents .content-5 .row.row-18 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-18 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-5 .row.row-18 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) .component.button + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-18 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) .component.button + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-5 .row.row-18 .col.col-2 .dp-richBase_text :is(ul, ol) {
  margin: 0 0 0 25px;
}
.contents .content-5 .row.row-18 .col.col-2 .dp-richBase_text :is(ul, ol) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-18 .col.col-2 .dp-richBase_text :is(ul, ol) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-5 .row.row-18 .col.col-2 .dp-richBase_text :is(table, .normal-table, .table-with-row-header, .table-with-two-headers) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-18 .col.col-2 .dp-richBase_text :is(table, .normal-table, .table-with-row-header, .table-with-two-headers) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-5 .row.row-18 .col.col-2 .dp-richBase_text .component.button {
  margin: 0;
}
.contents .content-5 .row.row-18 .col.col-2 .dp-richBase_text .component.button.button + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-18 .col.col-2 .dp-richBase_text .component.button.button + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-5 .row.row-18 .col.col-2 .dp-richBase_text .component.button.button .button-cont a.blue {
  background: #254a73;
  color: #fff !important;
  text-decoration: none;
}
.contents .content-5 .row.row-18 .col.col-2 .dp-richBase_text .component.button.button .button-cont a.blue:hover {
  opacity: 0.4;
}
.contents .content-5 .row.row-18 .col.col-2 .dp-seminar_text {
  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);
  background-color: var(--fo-background-color2);
  margin-top: calc(32px * var(--fo-spacing-coef));
  padding: 24px;
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-18 .col.col-2 .dp-seminar_text {
    font-size: var(--fo-text-font-size-sp);
  }
}
.contents .content-5 .row.row-18 .col.col-2 .dp-seminar_text :link {
  text-decoration: none;
}
.contents .content-5 .row.row-18 .col.col-2 .dp-seminar_text :visited {
  text-decoration: none;
}
.contents .content-5 .row.row-18 .col.col-2 .dp-seminar_text a {
  color: var(--fo-text-link-color);
}
.contents .content-5 .row.row-18 .col.col-2 .dp-seminar_text 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-5 .row.row-18 .col.col-2 .dp-seminar_text p {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  line-height: inherit;
  margin: 0;
  overflow-wrap: anywhere;
}
.contents .content-5 .row.row-18 .col.col-2 .dp-seminar_text p + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-18 .col.col-2 .dp-seminar_text p + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-5 .row.row-18 .col.col-2 .dp-seminar_text strong {
  font-family: inherit;
}
.contents .content-5 .row.row-18 .col.col-2 .dp-seminar_text :is(ol, ul) {
  color: inherit;
}
.contents .content-5 .row.row-18 .col.col-2 .dp-seminar_text :is(ol, ul) li {
  font-size: inherit;
  color: inherit;
  overflow-wrap: anywhere;
}
.contents .content-5 .row.row-18 .col.col-2 .dp-seminar_text :is(ol, ul) li a {
  font-size: inherit;
}
.contents .content-5 .row.row-18 .col.col-2 .dp-seminar_text table :is(thead, tbody, tr, th, td) {
  border-color: #eee;
}
.contents .content-5 .row.row-18 .col.col-2 .dp-seminar_text table :is(thead, tbody, tr, th, td) tr :is(th, td) {
  background-clip: padding-box;
  background-color: transparent;
  position: static;
  width: unset;
  line-height: inherit;
  padding: 10px;
  border: 1px solid #eee;
}
.contents .content-5 .row.row-18 .col.col-2 .dp-seminar_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p {
  font-size: inherit;
}
.contents .content-5 .row.row-18 .col.col-2 .dp-seminar_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-18 .col.col-2 .dp-seminar_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-5 .row.row-18 .col.col-2 .dp-seminar_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) {
  margin-left: 25px;
}
.contents .content-5 .row.row-18 .col.col-2 .dp-seminar_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-18 .col.col-2 .dp-seminar_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-5 .row.row-18 .col.col-2 .dp-seminar_text table :is(thead, tbody, tr, th, td) tr :is(th, td) .component.button + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-18 .col.col-2 .dp-seminar_text table :is(thead, tbody, tr, th, td) tr :is(th, td) .component.button + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-5 .row.row-18 .col.col-2 .dp-seminar_text :is(ul, ol) {
  margin: 0 0 0 25px;
}
.contents .content-5 .row.row-18 .col.col-2 .dp-seminar_text :is(ul, ol) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-18 .col.col-2 .dp-seminar_text :is(ul, ol) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-5 .row.row-18 .col.col-2 .dp-seminar_text :is(table, .normal-table, .table-with-row-header, .table-with-two-headers) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-18 .col.col-2 .dp-seminar_text :is(table, .normal-table, .table-with-row-header, .table-with-two-headers) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-5 .row.row-18 .col.col-2 .dp-seminar_text .component.button {
  margin: 0;
}
.contents .content-5 .row.row-18 .col.col-2 .dp-seminar_text .component.button.button + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-18 .col.col-2 .dp-seminar_text .component.button.button + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-5 .row.row-18 .col.col-2 .dp-seminar_text .component.button.button .button-cont a.blue {
  background: #254a73;
  color: #fff !important;
  text-decoration: none;
}
.contents .content-5 .row.row-18 .col.col-2 .dp-seminar_text .component.button.button .button-cont a.blue:hover {
  opacity: 0.4;
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-18 .col.col-2 .dp-seminar_text {
    margin-top: calc(32px * var(--fo-spacing-coef) * 0.75);
    padding: 18px;
  }
}
.contents .content-5 .row.row-18 .col.col-2 .dp-seminar_text:first-child {
  margin: 10px 0 calc(32px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-18 .col.col-2 .dp-seminar_text:first-child {
    margin: 10px 0 calc(32px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-5 .row.row-18 .col.col-2 .dp-seminar_text:not(:first-child) {
  margin-bottom: calc(24px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-18 .col.col-2 .dp-seminar_text:not(:first-child) {
    margin-bottom: calc(24px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-5 .row.row-18 .col.col-2 .dp-seminar_text:last-child {
  margin-bottom: 10px;
}

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

.contents .content-5 .dp-seminarSpeakers_row {
  padding: 0 calc(32px * var(--fo-spacing-coef)) calc(32px * var(--fo-spacing-coef) - 10px);
}
@media screen and (min-width: 770px) {
  .contents .content-5 .dp-seminarSpeakers_row {
    display: flex;
    gap: 10px 16px;
  }
}
@media screen and (max-width: 769px) {
  .contents .content-5 .dp-seminarSpeakers_row {
    margin-bottom: 10px;
    padding: 0 0 calc(32px * var(--fo-spacing-coef) * 0.75 - 10px);
  }
}
.contents .content-5 .dp-seminarSpeakers_row div.col {
  padding: 0;
}
@media screen and (max-width: 769px) {
  .contents .content-5 .dp-seminarSpeakers_row div.col:first-child .component.image {
    margin-top: 0;
    padding-top: 10px;
  }
}
@media screen and (max-width: 769px) {
  .contents .content-5 .dp-seminarSpeakers_row div.col + div.col {
    margin: calc(24px * var(--fo-spacing-coef) * 0.75) auto 0;
  }
}
.contents .content-5 .dp-seminarSpeakers_row div.col .component.richtext:first-child {
  margin-bottom: calc(24px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-5 .dp-seminarSpeakers_row div.col .component.richtext:first-child {
    margin-bottom: calc(24px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-5 .row.row-20 .col.col-1 {
  /* sample */
}
.contents .content-5 .row.row-20 .col.col-1 .component.image {
  /* sample */
}
.contents .content-5 .row.row-20 .col.col-2 {
  /* sample */
}
.contents .content-5 .row.row-20 .col.col-2 .dp-richBase_text {
  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);
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-20 .col.col-2 .dp-richBase_text {
    font-size: var(--fo-text-font-size-sp);
  }
}
.contents .content-5 .row.row-20 .col.col-2 .dp-richBase_text :link {
  text-decoration: none;
}
.contents .content-5 .row.row-20 .col.col-2 .dp-richBase_text :visited {
  text-decoration: none;
}
.contents .content-5 .row.row-20 .col.col-2 .dp-richBase_text a {
  color: var(--fo-text-link-color);
}
.contents .content-5 .row.row-20 .col.col-2 .dp-richBase_text 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-5 .row.row-20 .col.col-2 .dp-richBase_text p {
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}
.contents .content-5 .row.row-20 .col.col-2 .dp-richBase_text p + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-20 .col.col-2 .dp-richBase_text p + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-5 .row.row-20 .col.col-2 .dp-richBase_text li {
  font-size: inherit;
}
.contents .content-5 .row.row-20 .col.col-2 .dp-richBase_text li a {
  font-size: inherit;
}
.contents .content-5 .row.row-20 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) {
  border-color: #eee;
}
.contents .content-5 .row.row-20 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) {
  background-clip: padding-box;
  position: static;
}
.contents .content-5 .row.row-20 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p {
  font-size: inherit;
}
.contents .content-5 .row.row-20 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-20 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-5 .row.row-20 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) {
  margin-left: 25px;
}
.contents .content-5 .row.row-20 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-20 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-5 .row.row-20 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) .component.button + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-20 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) .component.button + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-5 .row.row-20 .col.col-2 .dp-richBase_text :is(ul, ol) {
  margin: 0 0 0 25px;
}
.contents .content-5 .row.row-20 .col.col-2 .dp-richBase_text :is(ul, ol) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-20 .col.col-2 .dp-richBase_text :is(ul, ol) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-5 .row.row-20 .col.col-2 .dp-richBase_text :is(table, .normal-table, .table-with-row-header, .table-with-two-headers) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-20 .col.col-2 .dp-richBase_text :is(table, .normal-table, .table-with-row-header, .table-with-two-headers) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-5 .row.row-20 .col.col-2 .dp-richBase_text .component.button {
  margin: 0;
}
.contents .content-5 .row.row-20 .col.col-2 .dp-richBase_text .component.button.button + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-20 .col.col-2 .dp-richBase_text .component.button.button + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-5 .row.row-20 .col.col-2 .dp-richBase_text .component.button.button .button-cont a.blue {
  background: #254a73;
  color: #fff !important;
  text-decoration: none;
}
.contents .content-5 .row.row-20 .col.col-2 .dp-richBase_text .component.button.button .button-cont a.blue:hover {
  opacity: 0.4;
}
.contents .content-5 .row.row-20 .col.col-2 .dp-richBase_text {
  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);
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-20 .col.col-2 .dp-richBase_text {
    font-size: var(--fo-text-font-size-sp);
  }
}
.contents .content-5 .row.row-20 .col.col-2 .dp-richBase_text :link {
  text-decoration: none;
}
.contents .content-5 .row.row-20 .col.col-2 .dp-richBase_text :visited {
  text-decoration: none;
}
.contents .content-5 .row.row-20 .col.col-2 .dp-richBase_text a {
  color: var(--fo-text-link-color);
}
.contents .content-5 .row.row-20 .col.col-2 .dp-richBase_text 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-5 .row.row-20 .col.col-2 .dp-richBase_text p {
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}
.contents .content-5 .row.row-20 .col.col-2 .dp-richBase_text p + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-20 .col.col-2 .dp-richBase_text p + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-5 .row.row-20 .col.col-2 .dp-richBase_text li {
  font-size: inherit;
}
.contents .content-5 .row.row-20 .col.col-2 .dp-richBase_text li a {
  font-size: inherit;
}
.contents .content-5 .row.row-20 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) {
  border-color: #eee;
}
.contents .content-5 .row.row-20 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) {
  background-clip: padding-box;
  position: static;
}
.contents .content-5 .row.row-20 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p {
  font-size: inherit;
}
.contents .content-5 .row.row-20 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-20 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-5 .row.row-20 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) {
  margin-left: 25px;
}
.contents .content-5 .row.row-20 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-20 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-5 .row.row-20 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) .component.button + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-20 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) .component.button + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-5 .row.row-20 .col.col-2 .dp-richBase_text :is(ul, ol) {
  margin: 0 0 0 25px;
}
.contents .content-5 .row.row-20 .col.col-2 .dp-richBase_text :is(ul, ol) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-20 .col.col-2 .dp-richBase_text :is(ul, ol) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-5 .row.row-20 .col.col-2 .dp-richBase_text :is(table, .normal-table, .table-with-row-header, .table-with-two-headers) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-20 .col.col-2 .dp-richBase_text :is(table, .normal-table, .table-with-row-header, .table-with-two-headers) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-5 .row.row-20 .col.col-2 .dp-richBase_text .component.button {
  margin: 0;
}
.contents .content-5 .row.row-20 .col.col-2 .dp-richBase_text .component.button.button + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-20 .col.col-2 .dp-richBase_text .component.button.button + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-5 .row.row-20 .col.col-2 .dp-richBase_text .component.button.button .button-cont a.blue {
  background: #254a73;
  color: #fff !important;
  text-decoration: none;
}
.contents .content-5 .row.row-20 .col.col-2 .dp-richBase_text .component.button.button .button-cont a.blue:hover {
  opacity: 0.4;
}

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

.contents .content-5 .dp-lu01_row {
  display: flex;
  gap: calc(24px * var(--fo-spacing-coef)) calc(44px * var(--fo-spacing-coef));
  margin: 10px auto 20px;
}
@media screen and (max-width: 769px) {
  .contents .content-5 .dp-lu01_row {
    flex-direction: column;
    gap: calc(24px * var(--fo-spacing-coef) * 0.75);
    margin: 10px auto;
  }
}
.contents .content-5 .dp-lu01_row + .dp-lu01_row {
  margin-top: calc(24px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-5 .dp-lu01_row + .dp-lu01_row {
    margin-top: calc(24px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-5 .dp-lu01_row div.col:not(:root:root) {
  display: flex !important;
  border: 1px solid #eee;
  background-color: #fff;
  box-shadow: 0 3px 8px var(--fo-shadow-color);
  position: relative;
  padding: 0;
}
.contents .content-5 .dp-lu01_row div.col:not(:root:root)::before {
  content: "\f105";
  display: inline-block;
  font-family: "FontAwesome";
  font-size: calc(20px * var(--fo-spacing-coef));
  color: var(--fo-main-color);
  position: absolute;
  top: 50%;
  right: calc(40px * var(--fo-spacing-coef) / 2);
  transform: translate(0, -50%);
}
.contents .content-5 .dp-lu01_row div.col:not(:root:root):empty::before {
  content: none;
}
.contents .content-5 .dp-lu01_row div.col:not(:root:root) .component {
  margin: 0;
}
.contents .content-5 .dp-lu01_row div.col:not(:root:root) .component.image {
  display: inline-flex;
  width: 32%;
  height: 100% !important;
}
.contents .content-5 .dp-lu01_row div.col:not(:root:root) .component.image img {
  object-fit: cover;
}
.contents .content-5 .dp-lu01_row div.col:not(:root:root) .component.richtext {
  display: inline-flex;
  align-items: center;
  width: 68%;
  padding: calc(16px * var(--fo-spacing-coef)) calc(40px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-5 .dp-lu01_row div.col:not(:root:root) .component.richtext {
    padding: calc(16px * var(--fo-spacing-coef) * 0.75) calc(40px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-5 .dp-lu01_row div.col:not(:root:root) .component.button {
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0 !important;
  padding: 0;
}
.contents .content-5 .dp-lu01_row div.col:not(:root:root) .component.button .button-cont {
  display: flex;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.contents .content-5 .dp-lu01_row div.col:not(:root:root) .component.button .button-cont a:is(.size-s, .size-m, .size-l, .blue, .red, .orange, .black, .white) {
  display: inline-block;
  background: none;
  width: 100%;
  height: 100%;
  font-size: 0;
  color: #f00;
  border-radius: 0;
  margin: 0;
  padding: 0;
}
.contents .content-5 .dp-lu01_row div.col:not(:root:root) .component.button .button-cont a:is(.size-s, .size-m, .size-l, .blue, .red, .orange, .black, .white):hover {
  transition: none;
  opacity: 1;
  background: rgba(255, 255, 255, 0.3);
}
.frame-root .frame-content .dp-lu01_row div.col:not(:root):not(:root):hover {
  opacity: 1;
}
.frame-root .frame-content .dp-lu01_row div.col:not(:root):not(:root) .component.button {
  width: 100%;
  height: auto;
  position: absolute;
  right: auto;
  bottom: -15px;
}
.frame-root .frame-content .dp-lu01_row div.col:not(:root):not(:root) .component.button .button-cont {
  display: block;
  height: auto;
  margin: 0;
}
.frame-root .frame-content .dp-lu01_row div.col:not(:root):not(:root) .component.button .button-cont a:is(.size-s, .size-m, .size-l, .blue, .red, .orange, .black, .white) {
  display: inline-flex;
  align-items: center;
  width: auto;
  height: auto;
  background: #fff !important;
  font-size: 12px;
  color: #f00;
  text-align: left;
  border: 1px solid #f00;
  padding: 5px 10px;
}
.frame-root .frame-content .dp-lu01_row div.col:not(:root):not(:root) .component.button .button-cont a:is(.size-s, .size-m, .size-l, .blue, .red, .orange, .black, .white)::before {
  content: "リンク設定：";
  font-size: 10px;
}
.frame-root .frame-content .dp-lu01_row div.col:not(:root):not(:root) .component.button .button-cont a:is(.size-s, .size-m, .size-l, .blue, .red, .orange, .black, .white):hover {
  opacity: 1;
  background: none;
}

.contents .content-5 .row.row-22 .col.col-1 {
  /* sample */
}
.contents .content-5 .row.row-22 .col.col-1 .component.image {
  /* sample */
}
.contents .content-5 .row.row-22 .col.col-1 .dp-richBase_text {
  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);
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-22 .col.col-1 .dp-richBase_text {
    font-size: var(--fo-text-font-size-sp);
  }
}
.contents .content-5 .row.row-22 .col.col-1 .dp-richBase_text :link {
  text-decoration: none;
}
.contents .content-5 .row.row-22 .col.col-1 .dp-richBase_text :visited {
  text-decoration: none;
}
.contents .content-5 .row.row-22 .col.col-1 .dp-richBase_text a {
  color: var(--fo-text-link-color);
}
.contents .content-5 .row.row-22 .col.col-1 .dp-richBase_text 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-5 .row.row-22 .col.col-1 .dp-richBase_text p {
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}
.contents .content-5 .row.row-22 .col.col-1 .dp-richBase_text p + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-22 .col.col-1 .dp-richBase_text p + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-5 .row.row-22 .col.col-1 .dp-richBase_text li {
  font-size: inherit;
}
.contents .content-5 .row.row-22 .col.col-1 .dp-richBase_text li a {
  font-size: inherit;
}
.contents .content-5 .row.row-22 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) {
  border-color: #eee;
}
.contents .content-5 .row.row-22 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) {
  background-clip: padding-box;
  position: static;
}
.contents .content-5 .row.row-22 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p {
  font-size: inherit;
}
.contents .content-5 .row.row-22 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-22 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-5 .row.row-22 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) {
  margin-left: 25px;
}
.contents .content-5 .row.row-22 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-22 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-5 .row.row-22 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) .component.button + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-22 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) .component.button + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-5 .row.row-22 .col.col-1 .dp-richBase_text :is(ul, ol) {
  margin: 0 0 0 25px;
}
.contents .content-5 .row.row-22 .col.col-1 .dp-richBase_text :is(ul, ol) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-22 .col.col-1 .dp-richBase_text :is(ul, ol) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-5 .row.row-22 .col.col-1 .dp-richBase_text :is(table, .normal-table, .table-with-row-header, .table-with-two-headers) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-22 .col.col-1 .dp-richBase_text :is(table, .normal-table, .table-with-row-header, .table-with-two-headers) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-5 .row.row-22 .col.col-1 .dp-richBase_text .component.button {
  margin: 0;
}
.contents .content-5 .row.row-22 .col.col-1 .dp-richBase_text .component.button.button + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-22 .col.col-1 .dp-richBase_text .component.button.button + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-5 .row.row-22 .col.col-1 .dp-richBase_text .component.button.button .button-cont a.blue {
  background: #254a73;
  color: #fff !important;
  text-decoration: none;
}
.contents .content-5 .row.row-22 .col.col-1 .dp-richBase_text .component.button.button .button-cont a.blue:hover {
  opacity: 0.4;
}
.contents .content-5 .row.row-22 .col.col-1 .component.button {
  /* sample */
}
.contents .content-5 .row.row-22 .col.col-2 {
  /* sample */
}
.contents .content-5 .row.row-22 .col.col-2 .component.image {
  /* sample */
}
.contents .content-5 .row.row-22 .col.col-2 .dp-richBase_text {
  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);
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-22 .col.col-2 .dp-richBase_text {
    font-size: var(--fo-text-font-size-sp);
  }
}
.contents .content-5 .row.row-22 .col.col-2 .dp-richBase_text :link {
  text-decoration: none;
}
.contents .content-5 .row.row-22 .col.col-2 .dp-richBase_text :visited {
  text-decoration: none;
}
.contents .content-5 .row.row-22 .col.col-2 .dp-richBase_text a {
  color: var(--fo-text-link-color);
}
.contents .content-5 .row.row-22 .col.col-2 .dp-richBase_text 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-5 .row.row-22 .col.col-2 .dp-richBase_text p {
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}
.contents .content-5 .row.row-22 .col.col-2 .dp-richBase_text p + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-22 .col.col-2 .dp-richBase_text p + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-5 .row.row-22 .col.col-2 .dp-richBase_text li {
  font-size: inherit;
}
.contents .content-5 .row.row-22 .col.col-2 .dp-richBase_text li a {
  font-size: inherit;
}
.contents .content-5 .row.row-22 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) {
  border-color: #eee;
}
.contents .content-5 .row.row-22 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) {
  background-clip: padding-box;
  position: static;
}
.contents .content-5 .row.row-22 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p {
  font-size: inherit;
}
.contents .content-5 .row.row-22 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-22 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-5 .row.row-22 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) {
  margin-left: 25px;
}
.contents .content-5 .row.row-22 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-22 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-5 .row.row-22 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) .component.button + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-22 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) .component.button + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-5 .row.row-22 .col.col-2 .dp-richBase_text :is(ul, ol) {
  margin: 0 0 0 25px;
}
.contents .content-5 .row.row-22 .col.col-2 .dp-richBase_text :is(ul, ol) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-22 .col.col-2 .dp-richBase_text :is(ul, ol) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-5 .row.row-22 .col.col-2 .dp-richBase_text :is(table, .normal-table, .table-with-row-header, .table-with-two-headers) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-22 .col.col-2 .dp-richBase_text :is(table, .normal-table, .table-with-row-header, .table-with-two-headers) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-5 .row.row-22 .col.col-2 .dp-richBase_text .component.button {
  margin: 0;
}
.contents .content-5 .row.row-22 .col.col-2 .dp-richBase_text .component.button.button + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-22 .col.col-2 .dp-richBase_text .component.button.button + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-5 .row.row-22 .col.col-2 .dp-richBase_text .component.button.button .button-cont a.blue {
  background: #254a73;
  color: #fff !important;
  text-decoration: none;
}
.contents .content-5 .row.row-22 .col.col-2 .dp-richBase_text .component.button.button .button-cont a.blue:hover {
  opacity: 0.4;
}
.contents .content-5 .row.row-22 .col.col-2 .component.button {
  /* sample */
}

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

.contents .content-5 .dp-solutionBoxlink_row {
  display: flex;
  gap: calc(40px * var(--fo-spacing-coef));
  margin: calc(48px * var(--fo-spacing-coef) - 20px) auto 20px;
}
@media screen and (max-width: 769px) {
  .contents .content-5 .dp-solutionBoxlink_row {
    flex-direction: column;
    gap: calc(40px * var(--fo-spacing-coef) * 0.75) calc(40px * var(--fo-spacing-coef) * 0.75 - 10px);
    margin: calc(48px * var(--fo-spacing-coef) * 0.75) auto 10px;
  }
}
.contents .content-5 .dp-solutionBoxlink_row + .dp-solutionBoxlink_row {
  margin-top: calc(40px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-5 .dp-solutionBoxlink_row + .dp-solutionBoxlink_row {
    margin-top: calc(40px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-5 .dp-solutionBoxlink_row div.col {
  background-color: var(--fo-background-color2);
  padding: calc(32px * var(--fo-spacing-coef) - 10px) calc(52px * var(--fo-spacing-coef));
  position: relative;
}
@media screen and (max-width: 769px) {
  .contents .content-5 .dp-solutionBoxlink_row div.col {
    padding: calc(32px * var(--fo-spacing-coef) * 0.75 - 10px) calc(32px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-5 .dp-solutionBoxlink_row div.col .component.heading:not(:root):not(:root):not(:root) {
  margin-bottom: 0;
}
.contents .content-5 .dp-solutionBoxlink_row div.col .component.heading:not(:root):not(:root):not(:root) :is(h1, h2, h3, h4, h5) {
  font-size: 20px;
  color: var(--fo-main-color);
  margin-bottom: calc(16px * var(--fo-spacing-coef));
}
.contents .content-5 .dp-solutionBoxlink_row div.col .component.button {
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0 !important;
  padding: 0;
}
.contents .content-5 .dp-solutionBoxlink_row div.col .component.button .button-cont {
  display: flex;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.contents .content-5 .dp-solutionBoxlink_row div.col .component.button .button-cont a:is(.size-s, .size-m, .size-l, .blue, .red, .orange, .black, .white) {
  display: inline-block;
  background: none;
  width: 100%;
  height: 100%;
  font-size: 0;
  color: #f00;
  border-radius: 0;
  margin: 0;
  padding: 0;
}
.contents .content-5 .dp-solutionBoxlink_row div.col .component.button .button-cont a:is(.size-s, .size-m, .size-l, .blue, .red, .orange, .black, .white):hover {
  transition: none;
  opacity: 1;
  background: rgba(255, 255, 255, 0.3);
}
.frame-root .frame-content .dp-solutionBoxlink_row div.col:not(:root):not(:root) .component.button {
  height: auto;
  position: relative;
  right: auto;
  bottom: auto;
}
.frame-root .frame-content .dp-solutionBoxlink_row div.col:not(:root):not(:root) .component.button .button-cont {
  display: block;
  height: auto;
  margin: 0;
}
.frame-root .frame-content .dp-solutionBoxlink_row div.col:not(:root):not(:root) .component.button .button-cont a:is(.size-s, .size-m, .size-l, .blue, .red, .orange, .black, .white) {
  width: auto;
  height: auto;
  background: #fff !important;
  font-size: 16px;
  color: #f00;
  text-align: left;
  border: 1px solid #f00;
  margin: 0;
  padding: 5px 10px;
}
.frame-root .frame-content .dp-solutionBoxlink_row div.col:not(:root):not(:root) .component.button .button-cont a:is(.size-s, .size-m, .size-l, .blue, .red, .orange, .black, .white)::before {
  content: "リンク設定：";
  display: block;
  font-size: 12px;
}
.frame-root .frame-content .dp-solutionBoxlink_row div.col:not(:root):not(:root) .component.button .button-cont a:is(.size-s, .size-m, .size-l, .blue, .red, .orange, .black, .white):hover {
  opacity: 1;
  background: none;
}

.contents .content-5 .row.row-24 .col.col-1 {
  /* sample */
}
.contents .content-5 .row.row-24 .col.col-1 .dp-hd_custom01-01 {
  margin: 10px 0 0;
}
.contents .content-5 .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-5 .row.row-24 .col.col-1 .dp-hd_custom01-01 :is(h1, h2, h3, h4, h5) {
    overflow-wrap: break-word;
  }
}
.contents .content-5 .row.row-24 .col.col-1 .dp-hd_custom01-01 :is(h1, h2, h3, h4, h5) .strong {
  font-weight: 400;
}
.contents .content-5 .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-5 .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-5 .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-5 .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-5 .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-5 .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-5 .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-5 .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-5 .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-5 .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);
  }
}
.contents .content-5 .row.row-24 .col.col-1 .dp-richBase_text {
  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);
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-24 .col.col-1 .dp-richBase_text {
    font-size: var(--fo-text-font-size-sp);
  }
}
.contents .content-5 .row.row-24 .col.col-1 .dp-richBase_text :link {
  text-decoration: none;
}
.contents .content-5 .row.row-24 .col.col-1 .dp-richBase_text :visited {
  text-decoration: none;
}
.contents .content-5 .row.row-24 .col.col-1 .dp-richBase_text a {
  color: var(--fo-text-link-color);
}
.contents .content-5 .row.row-24 .col.col-1 .dp-richBase_text 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-5 .row.row-24 .col.col-1 .dp-richBase_text p {
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}
.contents .content-5 .row.row-24 .col.col-1 .dp-richBase_text p + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-24 .col.col-1 .dp-richBase_text p + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-5 .row.row-24 .col.col-1 .dp-richBase_text li {
  font-size: inherit;
}
.contents .content-5 .row.row-24 .col.col-1 .dp-richBase_text li a {
  font-size: inherit;
}
.contents .content-5 .row.row-24 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) {
  border-color: #eee;
}
.contents .content-5 .row.row-24 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) {
  background-clip: padding-box;
  position: static;
}
.contents .content-5 .row.row-24 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p {
  font-size: inherit;
}
.contents .content-5 .row.row-24 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-24 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-5 .row.row-24 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) {
  margin-left: 25px;
}
.contents .content-5 .row.row-24 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-24 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-5 .row.row-24 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) .component.button + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-24 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) .component.button + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-5 .row.row-24 .col.col-1 .dp-richBase_text :is(ul, ol) {
  margin: 0 0 0 25px;
}
.contents .content-5 .row.row-24 .col.col-1 .dp-richBase_text :is(ul, ol) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-24 .col.col-1 .dp-richBase_text :is(ul, ol) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-5 .row.row-24 .col.col-1 .dp-richBase_text :is(table, .normal-table, .table-with-row-header, .table-with-two-headers) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-24 .col.col-1 .dp-richBase_text :is(table, .normal-table, .table-with-row-header, .table-with-two-headers) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-5 .row.row-24 .col.col-1 .dp-richBase_text .component.button {
  margin: 0;
}
.contents .content-5 .row.row-24 .col.col-1 .dp-richBase_text .component.button.button + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-24 .col.col-1 .dp-richBase_text .component.button.button + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-5 .row.row-24 .col.col-1 .dp-richBase_text .component.button.button .button-cont a.blue {
  background: #254a73;
  color: #fff !important;
  text-decoration: none;
}
.contents .content-5 .row.row-24 .col.col-1 .dp-richBase_text .component.button.button .button-cont a.blue:hover {
  opacity: 0.4;
}
.contents .content-5 .row.row-24 .col.col-1 .component.button {
  /* sample */
}
.contents .content-5 .row.row-24 .col.col-2 {
  /* sample */
}
.contents .content-5 .row.row-24 .col.col-2 .dp-hd_custom01-01 {
  margin: 10px 0 0;
}
.contents .content-5 .row.row-24 .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-5 .row.row-24 .col.col-2 .dp-hd_custom01-01 :is(h1, h2, h3, h4, h5) {
    overflow-wrap: break-word;
  }
}
.contents .content-5 .row.row-24 .col.col-2 .dp-hd_custom01-01 :is(h1, h2, h3, h4, h5) .strong {
  font-weight: 400;
}
.contents .content-5 .row.row-24 .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-5 .row.row-24 .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-5 .row.row-24 .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-5 .row.row-24 .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-5 .row.row-24 .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-5 .row.row-24 .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-5 .row.row-24 .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-5 .row.row-24 .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-5 .row.row-24 .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-5 .row.row-24 .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-5 .row.row-24 .col.col-2 .dp-richBase_text {
  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);
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-24 .col.col-2 .dp-richBase_text {
    font-size: var(--fo-text-font-size-sp);
  }
}
.contents .content-5 .row.row-24 .col.col-2 .dp-richBase_text :link {
  text-decoration: none;
}
.contents .content-5 .row.row-24 .col.col-2 .dp-richBase_text :visited {
  text-decoration: none;
}
.contents .content-5 .row.row-24 .col.col-2 .dp-richBase_text a {
  color: var(--fo-text-link-color);
}
.contents .content-5 .row.row-24 .col.col-2 .dp-richBase_text 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-5 .row.row-24 .col.col-2 .dp-richBase_text p {
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}
.contents .content-5 .row.row-24 .col.col-2 .dp-richBase_text p + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-24 .col.col-2 .dp-richBase_text p + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-5 .row.row-24 .col.col-2 .dp-richBase_text li {
  font-size: inherit;
}
.contents .content-5 .row.row-24 .col.col-2 .dp-richBase_text li a {
  font-size: inherit;
}
.contents .content-5 .row.row-24 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) {
  border-color: #eee;
}
.contents .content-5 .row.row-24 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) {
  background-clip: padding-box;
  position: static;
}
.contents .content-5 .row.row-24 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p {
  font-size: inherit;
}
.contents .content-5 .row.row-24 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-24 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-5 .row.row-24 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) {
  margin-left: 25px;
}
.contents .content-5 .row.row-24 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-24 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-5 .row.row-24 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) .component.button + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-24 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) .component.button + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-5 .row.row-24 .col.col-2 .dp-richBase_text :is(ul, ol) {
  margin: 0 0 0 25px;
}
.contents .content-5 .row.row-24 .col.col-2 .dp-richBase_text :is(ul, ol) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-24 .col.col-2 .dp-richBase_text :is(ul, ol) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-5 .row.row-24 .col.col-2 .dp-richBase_text :is(table, .normal-table, .table-with-row-header, .table-with-two-headers) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-24 .col.col-2 .dp-richBase_text :is(table, .normal-table, .table-with-row-header, .table-with-two-headers) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-5 .row.row-24 .col.col-2 .dp-richBase_text .component.button {
  margin: 0;
}
.contents .content-5 .row.row-24 .col.col-2 .dp-richBase_text .component.button.button + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-24 .col.col-2 .dp-richBase_text .component.button.button + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-5 .row.row-24 .col.col-2 .dp-richBase_text .component.button.button .button-cont a.blue {
  background: #254a73;
  color: #fff !important;
  text-decoration: none;
}
.contents .content-5 .row.row-24 .col.col-2 .dp-richBase_text .component.button.button .button-cont a.blue:hover {
  opacity: 0.4;
}
.contents .content-5 .row.row-24 .col.col-2 .component.button {
  /* sample */
}

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

.contents .content-5 .dp-boxLink_img_row {
  display: flex;
  gap: calc(40px * var(--fo-spacing-coef));
  margin: 10px auto 20px;
}
@media screen and (max-width: 769px) {
  .contents .content-5 .dp-boxLink_img_row {
    flex-direction: column;
    gap: calc(40px * var(--fo-spacing-coef) * 0.75);
    margin: 10px auto;
  }
}
.contents .content-5 .dp-boxLink_img_row + .dp-boxLink_img_row {
  margin-top: calc(40px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-5 .dp-boxLink_img_row + .dp-boxLink_img_row {
    margin-top: calc(40px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-5 .dp-boxLink_img_row div.col {
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  min-height: 280px;
  padding: 20px 30px;
  position: relative;
}
@media screen and (max-width: 769px) {
  .contents .content-5 .dp-boxLink_img_row div.col {
    min-height: 180px;
    display: flex !important;
  }
}
.contents .content-5 .dp-boxLink_img_row div.col::before {
  content: "";
  background-color: var(--fo-main-color);
  opacity: 0.32;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.contents .content-5 .dp-boxLink_img_row div.col:hover {
  opacity: 0.7;
}
.contents .content-5 .dp-boxLink_img_row div.col .component {
  width: 100%;
}
.contents .content-5 .dp-boxLink_img_row div.col .component.heading:not(:root):not(:root) {
  position: relative;
  z-index: 1;
  margin: 10px 0;
}
.contents .content-5 .dp-boxLink_img_row div.col .component.heading:not(:root):not(:root) :is(h1, h2, h3, h4, h5) {
  font-size: 24px;
  color: #fff;
  margin-bottom: 0;
  padding: 0;
}
@media screen and (max-width: 769px) {
  .contents .content-5 .dp-boxLink_img_row div.col .component.heading:not(:root):not(:root) :is(h1, h2, h3, h4, h5) {
    font-size: 20px;
  }
}
.contents .content-5 .dp-boxLink_img_row div.col .component.button {
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  margin: 0 !important;
  padding: 0;
}
.contents .content-5 .dp-boxLink_img_row div.col .component.button .button-cont {
  display: flex;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.contents .content-5 .dp-boxLink_img_row div.col .component.button .button-cont a:is(.size-s, .size-m, .size-l, .blue, .red, .orange, .black, .white) {
  display: inline-block;
  background: none !important;
  width: 100%;
  height: 100%;
  font-size: 0;
  color: #f00;
  border-radius: 0;
  margin: 0;
  padding: 0;
}
.contents .content-5 .dp-boxLink_img_row div.col .component.button .button-cont a:is(.size-s, .size-m, .size-l, .blue, .red, .orange, .black, .white):hover {
  opacity: 1;
}
.frame-root .frame-content .dp-boxLink_img_row div.col:not(:root):not(:root):hover {
  opacity: 1;
}
.frame-root .frame-content .dp-boxLink_img_row div.col:not(:root):not(:root) .component.heading:not(:root):not(:root) {
  z-index: auto;
}
.frame-root .frame-content .dp-boxLink_img_row div.col:not(:root):not(:root) .component.button {
  height: auto;
  position: relative;
  right: auto;
  bottom: auto;
  z-index: auto;
}
.frame-root .frame-content .dp-boxLink_img_row div.col:not(:root):not(:root) .component.button .button-cont {
  display: block;
  height: auto;
  margin: 0;
}
.frame-root .frame-content .dp-boxLink_img_row div.col:not(:root):not(:root) .component.button .button-cont a:is(.size-s, .size-m, .size-l, .blue, .red, .orange, .black, .white) {
  width: auto;
  height: auto;
  background: #fff !important;
  font-size: 16px;
  color: #f00;
  text-align: left;
  border: 1px solid #f00;
  padding: 5px 10px;
}
.frame-root .frame-content .dp-boxLink_img_row div.col:not(:root):not(:root) .component.button .button-cont a:is(.size-s, .size-m, .size-l, .blue, .red, .orange, .black, .white)::before {
  content: "リンク設定：";
  display: block;
  font-size: 12px;
}

.contents .content-5 .row.row-26 .col.col-1 {
  /* sample */
}
.contents .content-5 .row.row-26 .col.col-1 .dp-hd_custom01-01 {
  margin: 10px 0 0;
}
.contents .content-5 .row.row-26 .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-5 .row.row-26 .col.col-1 .dp-hd_custom01-01 :is(h1, h2, h3, h4, h5) {
    overflow-wrap: break-word;
  }
}
.contents .content-5 .row.row-26 .col.col-1 .dp-hd_custom01-01 :is(h1, h2, h3, h4, h5) .strong {
  font-weight: 400;
}
.contents .content-5 .row.row-26 .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-5 .row.row-26 .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-5 .row.row-26 .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-5 .row.row-26 .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-5 .row.row-26 .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-5 .row.row-26 .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-5 .row.row-26 .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-5 .row.row-26 .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-5 .row.row-26 .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-5 .row.row-26 .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-5 .row.row-26 .col.col-1 .component.button {
  /* sample */
}
.contents .content-5 .row.row-26 .col.col-2 {
  /* sample */
}
.contents .content-5 .row.row-26 .col.col-2 .dp-hd_custom01-01 {
  margin: 10px 0 0;
}
.contents .content-5 .row.row-26 .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-5 .row.row-26 .col.col-2 .dp-hd_custom01-01 :is(h1, h2, h3, h4, h5) {
    overflow-wrap: break-word;
  }
}
.contents .content-5 .row.row-26 .col.col-2 .dp-hd_custom01-01 :is(h1, h2, h3, h4, h5) .strong {
  font-weight: 400;
}
.contents .content-5 .row.row-26 .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-5 .row.row-26 .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-5 .row.row-26 .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-5 .row.row-26 .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-5 .row.row-26 .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-5 .row.row-26 .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-5 .row.row-26 .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-5 .row.row-26 .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-5 .row.row-26 .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-5 .row.row-26 .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-5 .row.row-26 .col.col-2 .component.button {
  /* sample */
}

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

.contents .content-5 .dp-ab03_row {
  display: flex;
  gap: calc(40px * var(--fo-spacing-coef));
  margin: 10px auto 20px;
}
@media screen and (max-width: 769px) {
  .contents .content-5 .dp-ab03_row {
    flex-direction: column;
    gap: calc(40px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-5 .dp-ab03_row div.col:not(:root) {
  background-color: #fff;
  display: flex !important;
  flex-direction: column;
  box-shadow: 0 3px 8px var(--fo-shadow-color);
  padding: 0 0 10px;
  position: relative;
}
.contents .content-5 .dp-ab03_row div.col:not(:root) .component.image {
  margin-top: 0;
}
.contents .content-5 .dp-ab03_row div.col:not(:root) .component.heading:not(:root) :is(h1, h2, h3, h4, h5) {
  margin-bottom: 10px;
}
.contents .content-5 .dp-ab03_row div.col:not(:root) .component:not(.image, .button) {
  padding-left: 20px;
  padding-right: 20px;
}
.contents .content-5 .dp-ab03_row div.col:not(:root) .component.button {
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0 !important;
  padding: 0;
}
.contents .content-5 .dp-ab03_row div.col:not(:root) .component.button .button-cont {
  display: flex;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.contents .content-5 .dp-ab03_row div.col:not(:root) .component.button .button-cont a:is(.size-s, .size-m, .size-l, .blue, .red, .orange, .black, .white) {
  display: inline-block;
  background: none;
  width: 100%;
  height: 100%;
  font-size: 0;
  color: #f00;
  border-radius: 0;
  margin: 0;
  padding: 0;
}
.contents .content-5 .dp-ab03_row div.col:not(:root) .component.button .button-cont a:is(.size-s, .size-m, .size-l, .blue, .red, .orange, .black, .white):hover {
  transition: none;
  opacity: 1;
  background: rgba(255, 255, 255, 0.3);
}
.frame-root .frame-content .dp-ab03_row div.col:not(:root):not(:root):hover {
  opacity: 1;
}
.frame-root .frame-content .dp-ab03_row div.col:not(:root):not(:root) .component.button {
  height: auto;
  position: relative;
  right: auto;
  bottom: auto;
}
.frame-root .frame-content .dp-ab03_row div.col:not(:root):not(:root) .component.button .button-cont {
  display: block;
  height: auto;
  margin: 0;
}
.frame-root .frame-content .dp-ab03_row div.col:not(:root):not(:root) .component.button .button-cont a:is(.size-s, .size-m, .size-l, .blue, .red, .orange, .black, .white) {
  width: auto;
  height: auto;
  background: #fff !important;
  font-size: 16px;
  color: #f00;
  text-align: left;
  border: 1px solid #f00;
  padding: 5px 10px;
}
.frame-root .frame-content .dp-ab03_row div.col:not(:root):not(:root) .component.button .button-cont a:is(.size-s, .size-m, .size-l, .blue, .red, .orange, .black, .white)::before {
  content: "リンク設定：";
  display: block;
  font-size: 12px;
}
.frame-root .frame-content .dp-ab03_row div.col:not(:root):not(:root) .component.button .button-cont a:is(.size-s, .size-m, .size-l, .blue, .red, .orange, .black, .white):hover {
  opacity: 1;
  background: none;
}

.contents .content-5 .row.row-28 .col.col-1 {
  /* sample */
}
.contents .content-5 .row.row-28 .col.col-1 .component.image {
  /* sample */
}
.contents .content-5 .row.row-28 .col.col-1 .dp-hd_custom01-01 {
  margin: 10px 0 0;
}
.contents .content-5 .row.row-28 .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-5 .row.row-28 .col.col-1 .dp-hd_custom01-01 :is(h1, h2, h3, h4, h5) {
    overflow-wrap: break-word;
  }
}
.contents .content-5 .row.row-28 .col.col-1 .dp-hd_custom01-01 :is(h1, h2, h3, h4, h5) .strong {
  font-weight: 400;
}
.contents .content-5 .row.row-28 .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-5 .row.row-28 .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-5 .row.row-28 .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-5 .row.row-28 .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-5 .row.row-28 .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-5 .row.row-28 .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-5 .row.row-28 .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-5 .row.row-28 .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-5 .row.row-28 .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-5 .row.row-28 .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-5 .row.row-28 .col.col-1 .component.button {
  /* sample */
}
.contents .content-5 .row.row-28 .col.col-2 {
  /* sample */
}
.contents .content-5 .row.row-28 .col.col-2 .component.image {
  /* sample */
}
.contents .content-5 .row.row-28 .col.col-2 .dp-hd_custom01-01 {
  margin: 10px 0 0;
}
.contents .content-5 .row.row-28 .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-5 .row.row-28 .col.col-2 .dp-hd_custom01-01 :is(h1, h2, h3, h4, h5) {
    overflow-wrap: break-word;
  }
}
.contents .content-5 .row.row-28 .col.col-2 .dp-hd_custom01-01 :is(h1, h2, h3, h4, h5) .strong {
  font-weight: 400;
}
.contents .content-5 .row.row-28 .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-5 .row.row-28 .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-5 .row.row-28 .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-5 .row.row-28 .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-5 .row.row-28 .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-5 .row.row-28 .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-5 .row.row-28 .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-5 .row.row-28 .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-5 .row.row-28 .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-5 .row.row-28 .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-5 .row.row-28 .col.col-2 .component.button {
  /* sample */
}
.contents .content-5 .row.row-28 .col.col-3 {
  /* sample */
}
.contents .content-5 .row.row-28 .col.col-3 .component.image {
  /* sample */
}
.contents .content-5 .row.row-28 .col.col-3 .dp-hd_custom01-01 {
  margin: 10px 0 0;
}
.contents .content-5 .row.row-28 .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-5 .row.row-28 .col.col-3 .dp-hd_custom01-01 :is(h1, h2, h3, h4, h5) {
    overflow-wrap: break-word;
  }
}
.contents .content-5 .row.row-28 .col.col-3 .dp-hd_custom01-01 :is(h1, h2, h3, h4, h5) .strong {
  font-weight: 400;
}
.contents .content-5 .row.row-28 .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-5 .row.row-28 .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-5 .row.row-28 .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-5 .row.row-28 .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-5 .row.row-28 .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-5 .row.row-28 .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-5 .row.row-28 .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-5 .row.row-28 .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-5 .row.row-28 .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-5 .row.row-28 .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-5 .row.row-28 .col.col-3 .component.button {
  /* sample */
}

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

.contents .content-5 .dp-boxLink_row {
  display: flex;
  gap: calc(20px * var(--fo-spacing-coef));
  margin: 10px auto 20px;
}
@media screen and (max-width: 769px) {
  .contents .content-5 .dp-boxLink_row {
    flex-direction: column;
    gap: calc(20px * var(--fo-spacing-coef) * 0.75);
    margin: 10px auto;
  }
}
.contents .content-5 .dp-boxLink_row + .dp-boxLink_row {
  margin-top: 20px;
}
.contents .content-5 .dp-boxLink_row .col {
  background-color: #fff;
  padding: 20px 30px;
  position: relative;
}
.contents .content-5 .dp-boxLink_row .col .component.heading:not(:root):not(:root) :is(h1, h2, h3, h4, h5) {
  font-size: 24px;
  margin-bottom: 20px;
  padding: 0;
}
@media screen and (max-width: 769px) {
  .contents .content-5 .dp-boxLink_row .col .component.heading:not(:root):not(:root) :is(h1, h2, h3, h4, h5) {
    font-size: 20px;
  }
}
.contents .content-5 .dp-boxLink_row .col .component.button {
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0 !important;
  padding: 0;
}
.contents .content-5 .dp-boxLink_row .col .component.button .button-cont {
  display: flex;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.contents .content-5 .dp-boxLink_row .col .component.button .button-cont a:is(.size-s, .size-m, .size-l, .blue, .red, .orange, .black, .white) {
  display: inline-block;
  background: none;
  width: 100%;
  height: 100%;
  font-size: 0;
  color: #f00;
  border-radius: 0;
  margin: 0;
  padding: 0;
}
.contents .content-5 .dp-boxLink_row .col .component.button .button-cont a:is(.size-s, .size-m, .size-l, .blue, .red, .orange, .black, .white):hover {
  transition: none;
  opacity: 1;
  background: rgba(255, 255, 255, 0.3);
}
.frame-root .frame-content .dp-boxLink_row .col:not(:root):not(:root) .component.button {
  height: auto;
  position: relative;
  right: auto;
  bottom: auto;
}
.frame-root .frame-content .dp-boxLink_row .col:not(:root):not(:root) .component.button .button-cont {
  display: block;
  height: auto;
  margin: 0;
}
.frame-root .frame-content .dp-boxLink_row .col:not(:root):not(:root) .component.button .button-cont a:is(.size-s, .size-m, .size-l, .blue, .red, .orange, .black, .white) {
  width: auto;
  height: auto;
  background: #fff !important;
  font-size: 16px;
  color: #f00;
  text-align: left;
  border: 1px solid #f00;
  padding: 5px 10px;
}
.frame-root .frame-content .dp-boxLink_row .col:not(:root):not(:root) .component.button .button-cont a:is(.size-s, .size-m, .size-l, .blue, .red, .orange, .black, .white)::before {
  content: "リンク設定：";
  display: block;
  font-size: 12px;
}
.frame-root .frame-content .dp-boxLink_row .col:not(:root):not(:root) .component.button .button-cont a:is(.size-s, .size-m, .size-l, .blue, .red, .orange, .black, .white):hover {
  opacity: 1;
  background: none;
}

.contents .content-5 .row.row-30 .col.col-1 {
  /* sample */
}
.contents .content-5 .row.row-30 .col.col-1 .dp-hd_custom01-01 {
  margin: 10px 0 0;
}
.contents .content-5 .row.row-30 .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-5 .row.row-30 .col.col-1 .dp-hd_custom01-01 :is(h1, h2, h3, h4, h5) {
    overflow-wrap: break-word;
  }
}
.contents .content-5 .row.row-30 .col.col-1 .dp-hd_custom01-01 :is(h1, h2, h3, h4, h5) .strong {
  font-weight: 400;
}
.contents .content-5 .row.row-30 .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-5 .row.row-30 .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-5 .row.row-30 .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-5 .row.row-30 .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-5 .row.row-30 .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-5 .row.row-30 .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-5 .row.row-30 .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-5 .row.row-30 .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-5 .row.row-30 .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-5 .row.row-30 .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-5 .row.row-30 .col.col-1 .dp-richBase_text {
  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);
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-30 .col.col-1 .dp-richBase_text {
    font-size: var(--fo-text-font-size-sp);
  }
}
.contents .content-5 .row.row-30 .col.col-1 .dp-richBase_text :link {
  text-decoration: none;
}
.contents .content-5 .row.row-30 .col.col-1 .dp-richBase_text :visited {
  text-decoration: none;
}
.contents .content-5 .row.row-30 .col.col-1 .dp-richBase_text a {
  color: var(--fo-text-link-color);
}
.contents .content-5 .row.row-30 .col.col-1 .dp-richBase_text 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-5 .row.row-30 .col.col-1 .dp-richBase_text p {
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}
.contents .content-5 .row.row-30 .col.col-1 .dp-richBase_text p + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-30 .col.col-1 .dp-richBase_text p + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-5 .row.row-30 .col.col-1 .dp-richBase_text li {
  font-size: inherit;
}
.contents .content-5 .row.row-30 .col.col-1 .dp-richBase_text li a {
  font-size: inherit;
}
.contents .content-5 .row.row-30 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) {
  border-color: #eee;
}
.contents .content-5 .row.row-30 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) {
  background-clip: padding-box;
  position: static;
}
.contents .content-5 .row.row-30 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p {
  font-size: inherit;
}
.contents .content-5 .row.row-30 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-30 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-5 .row.row-30 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) {
  margin-left: 25px;
}
.contents .content-5 .row.row-30 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-30 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-5 .row.row-30 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) .component.button + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-30 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) .component.button + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-5 .row.row-30 .col.col-1 .dp-richBase_text :is(ul, ol) {
  margin: 0 0 0 25px;
}
.contents .content-5 .row.row-30 .col.col-1 .dp-richBase_text :is(ul, ol) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-30 .col.col-1 .dp-richBase_text :is(ul, ol) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-5 .row.row-30 .col.col-1 .dp-richBase_text :is(table, .normal-table, .table-with-row-header, .table-with-two-headers) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-30 .col.col-1 .dp-richBase_text :is(table, .normal-table, .table-with-row-header, .table-with-two-headers) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-5 .row.row-30 .col.col-1 .dp-richBase_text .component.button {
  margin: 0;
}
.contents .content-5 .row.row-30 .col.col-1 .dp-richBase_text .component.button.button + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-30 .col.col-1 .dp-richBase_text .component.button.button + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-5 .row.row-30 .col.col-1 .dp-richBase_text .component.button.button .button-cont a.blue {
  background: #254a73;
  color: #fff !important;
  text-decoration: none;
}
.contents .content-5 .row.row-30 .col.col-1 .dp-richBase_text .component.button.button .button-cont a.blue:hover {
  opacity: 0.4;
}
.contents .content-5 .row.row-30 .col.col-1 .component.button {
  /* sample */
}
.contents .content-5 .row.row-30 .col.col-2 {
  /* sample */
}
.contents .content-5 .row.row-30 .col.col-2 .dp-hd_custom01-01 {
  margin: 10px 0 0;
}
.contents .content-5 .row.row-30 .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-5 .row.row-30 .col.col-2 .dp-hd_custom01-01 :is(h1, h2, h3, h4, h5) {
    overflow-wrap: break-word;
  }
}
.contents .content-5 .row.row-30 .col.col-2 .dp-hd_custom01-01 :is(h1, h2, h3, h4, h5) .strong {
  font-weight: 400;
}
.contents .content-5 .row.row-30 .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-5 .row.row-30 .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-5 .row.row-30 .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-5 .row.row-30 .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-5 .row.row-30 .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-5 .row.row-30 .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-5 .row.row-30 .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-5 .row.row-30 .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-5 .row.row-30 .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-5 .row.row-30 .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-5 .row.row-30 .col.col-2 .dp-richBase_text {
  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);
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-30 .col.col-2 .dp-richBase_text {
    font-size: var(--fo-text-font-size-sp);
  }
}
.contents .content-5 .row.row-30 .col.col-2 .dp-richBase_text :link {
  text-decoration: none;
}
.contents .content-5 .row.row-30 .col.col-2 .dp-richBase_text :visited {
  text-decoration: none;
}
.contents .content-5 .row.row-30 .col.col-2 .dp-richBase_text a {
  color: var(--fo-text-link-color);
}
.contents .content-5 .row.row-30 .col.col-2 .dp-richBase_text 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-5 .row.row-30 .col.col-2 .dp-richBase_text p {
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}
.contents .content-5 .row.row-30 .col.col-2 .dp-richBase_text p + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-30 .col.col-2 .dp-richBase_text p + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-5 .row.row-30 .col.col-2 .dp-richBase_text li {
  font-size: inherit;
}
.contents .content-5 .row.row-30 .col.col-2 .dp-richBase_text li a {
  font-size: inherit;
}
.contents .content-5 .row.row-30 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) {
  border-color: #eee;
}
.contents .content-5 .row.row-30 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) {
  background-clip: padding-box;
  position: static;
}
.contents .content-5 .row.row-30 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p {
  font-size: inherit;
}
.contents .content-5 .row.row-30 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-30 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-5 .row.row-30 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) {
  margin-left: 25px;
}
.contents .content-5 .row.row-30 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-30 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-5 .row.row-30 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) .component.button + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-30 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) .component.button + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-5 .row.row-30 .col.col-2 .dp-richBase_text :is(ul, ol) {
  margin: 0 0 0 25px;
}
.contents .content-5 .row.row-30 .col.col-2 .dp-richBase_text :is(ul, ol) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-30 .col.col-2 .dp-richBase_text :is(ul, ol) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-5 .row.row-30 .col.col-2 .dp-richBase_text :is(table, .normal-table, .table-with-row-header, .table-with-two-headers) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-30 .col.col-2 .dp-richBase_text :is(table, .normal-table, .table-with-row-header, .table-with-two-headers) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-5 .row.row-30 .col.col-2 .dp-richBase_text .component.button {
  margin: 0;
}
.contents .content-5 .row.row-30 .col.col-2 .dp-richBase_text .component.button.button + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-30 .col.col-2 .dp-richBase_text .component.button.button + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-5 .row.row-30 .col.col-2 .dp-richBase_text .component.button.button .button-cont a.blue {
  background: #254a73;
  color: #fff !important;
  text-decoration: none;
}
.contents .content-5 .row.row-30 .col.col-2 .dp-richBase_text .component.button.button .button-cont a.blue:hover {
  opacity: 0.4;
}
.contents .content-5 .row.row-30 .col.col-2 .component.button {
  /* sample */
}
.contents .content-5 .row.row-30 .col.col-3 {
  /* sample */
}
.contents .content-5 .row.row-30 .col.col-3 .dp-hd_custom01-01 {
  margin: 10px 0 0;
}
.contents .content-5 .row.row-30 .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-5 .row.row-30 .col.col-3 .dp-hd_custom01-01 :is(h1, h2, h3, h4, h5) {
    overflow-wrap: break-word;
  }
}
.contents .content-5 .row.row-30 .col.col-3 .dp-hd_custom01-01 :is(h1, h2, h3, h4, h5) .strong {
  font-weight: 400;
}
.contents .content-5 .row.row-30 .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-5 .row.row-30 .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-5 .row.row-30 .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-5 .row.row-30 .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-5 .row.row-30 .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-5 .row.row-30 .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-5 .row.row-30 .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-5 .row.row-30 .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-5 .row.row-30 .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-5 .row.row-30 .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-5 .row.row-30 .col.col-3 .dp-richBase_text {
  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);
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-30 .col.col-3 .dp-richBase_text {
    font-size: var(--fo-text-font-size-sp);
  }
}
.contents .content-5 .row.row-30 .col.col-3 .dp-richBase_text :link {
  text-decoration: none;
}
.contents .content-5 .row.row-30 .col.col-3 .dp-richBase_text :visited {
  text-decoration: none;
}
.contents .content-5 .row.row-30 .col.col-3 .dp-richBase_text a {
  color: var(--fo-text-link-color);
}
.contents .content-5 .row.row-30 .col.col-3 .dp-richBase_text 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-5 .row.row-30 .col.col-3 .dp-richBase_text p {
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}
.contents .content-5 .row.row-30 .col.col-3 .dp-richBase_text p + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-30 .col.col-3 .dp-richBase_text p + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-5 .row.row-30 .col.col-3 .dp-richBase_text li {
  font-size: inherit;
}
.contents .content-5 .row.row-30 .col.col-3 .dp-richBase_text li a {
  font-size: inherit;
}
.contents .content-5 .row.row-30 .col.col-3 .dp-richBase_text table :is(thead, tbody, tr, th, td) {
  border-color: #eee;
}
.contents .content-5 .row.row-30 .col.col-3 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) {
  background-clip: padding-box;
  position: static;
}
.contents .content-5 .row.row-30 .col.col-3 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p {
  font-size: inherit;
}
.contents .content-5 .row.row-30 .col.col-3 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-30 .col.col-3 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-5 .row.row-30 .col.col-3 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) {
  margin-left: 25px;
}
.contents .content-5 .row.row-30 .col.col-3 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-30 .col.col-3 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-5 .row.row-30 .col.col-3 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) .component.button + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-30 .col.col-3 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) .component.button + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-5 .row.row-30 .col.col-3 .dp-richBase_text :is(ul, ol) {
  margin: 0 0 0 25px;
}
.contents .content-5 .row.row-30 .col.col-3 .dp-richBase_text :is(ul, ol) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-30 .col.col-3 .dp-richBase_text :is(ul, ol) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-5 .row.row-30 .col.col-3 .dp-richBase_text :is(table, .normal-table, .table-with-row-header, .table-with-two-headers) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-30 .col.col-3 .dp-richBase_text :is(table, .normal-table, .table-with-row-header, .table-with-two-headers) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-5 .row.row-30 .col.col-3 .dp-richBase_text .component.button {
  margin: 0;
}
.contents .content-5 .row.row-30 .col.col-3 .dp-richBase_text .component.button.button + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-30 .col.col-3 .dp-richBase_text .component.button.button + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-5 .row.row-30 .col.col-3 .dp-richBase_text .component.button.button .button-cont a.blue {
  background: #254a73;
  color: #fff !important;
  text-decoration: none;
}
.contents .content-5 .row.row-30 .col.col-3 .dp-richBase_text .component.button.button .button-cont a.blue:hover {
  opacity: 0.4;
}
.contents .content-5 .row.row-30 .col.col-3 .component.button {
  /* sample */
}

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

.contents .content-5 .dp-boxLink_shadow_row {
  display: flex;
  gap: calc(24px * var(--fo-spacing-coef));
  margin: 10px auto 20px;
}
@media screen and (max-width: 769px) {
  .contents .content-5 .dp-boxLink_shadow_row {
    flex-direction: column;
    margin: 10px auto;
  }
}
.contents .content-5 .dp-boxLink_shadow_row + .dp-boxLink_shadow_row {
  margin-top: calc(24px * var(--fo-spacing-coef));
}
.contents .content-5 .dp-boxLink_shadow_row div.col {
  background-color: #fff;
  box-shadow: 0 3px 8px var(--fo-shadow-color);
  padding: calc(36px * var(--fo-spacing-coef) - 10px) calc(36px * var(--fo-spacing-coef));
  position: relative;
}
@media screen and (max-width: 769px) {
  .contents .content-5 .dp-boxLink_shadow_row div.col {
    padding: calc(36px * var(--fo-spacing-coef) * 0.75 - 10px) calc(36px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-5 .dp-boxLink_shadow_row div.col .component.heading:not(:root):not(:root) {
  margin: 10px 0;
}
@media screen and (max-width: 769px) {
  .contents .content-5 .dp-boxLink_shadow_row div.col .component.heading:not(:root):not(:root) {
    margin: 10px 0;
  }
}
.contents .content-5 .dp-boxLink_shadow_row div.col .component.heading:not(:root):not(:root) :is(h1, h2, h3, h4, h5) {
  font-size: 16px;
  color: var(--fo-main-color);
  margin: 0;
}
@media screen and (max-width: 769px) {
  .contents .content-5 .dp-boxLink_shadow_row div.col .component.heading:not(:root):not(:root) :is(h1, h2, h3, h4, h5) {
    font-size: 16px;
    margin-bottom: 0;
  }
}
.contents .content-5 .dp-boxLink_shadow_row div.col .component.heading:not(:root):not(:root) + .richtext {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
.contents .content-5 .dp-boxLink_shadow_row div.col .component.button {
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0 !important;
  padding: 0;
}
.contents .content-5 .dp-boxLink_shadow_row div.col .component.button .button-cont {
  display: flex;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.contents .content-5 .dp-boxLink_shadow_row div.col .component.button .button-cont a:is(.size-s, .size-m, .size-l, .blue, .red, .orange, .black, .white) {
  display: inline-block;
  background: none;
  width: 100%;
  height: 100%;
  font-size: 0;
  color: #f00;
  border-radius: 0;
  margin: 0;
  padding: 0;
}
.contents .content-5 .dp-boxLink_shadow_row div.col .component.button .button-cont a:is(.size-s, .size-m, .size-l, .blue, .red, .orange, .black, .white):hover {
  transition: none;
  opacity: 1;
  background: rgba(255, 255, 255, 0.3);
}
.frame-root .frame-content .dp-boxLink_shadow_row div.col:not(:root):not(:root):hover {
  opacity: 1;
}
.frame-root .frame-content .dp-boxLink_shadow_row div.col:not(:root):not(:root) .component.button {
  height: auto;
  position: relative;
  right: auto;
  bottom: auto;
}
.frame-root .frame-content .dp-boxLink_shadow_row div.col:not(:root):not(:root) .component.button .button-cont {
  display: block;
  height: auto;
  margin: 0;
}
.frame-root .frame-content .dp-boxLink_shadow_row div.col:not(:root):not(:root) .component.button .button-cont a:is(.size-s, .size-m, .size-l, .blue, .red, .orange, .black, .white) {
  width: auto;
  height: auto;
  background: #fff !important;
  font-size: 16px;
  color: #f00;
  text-align: left;
  border: 1px solid #f00;
  padding: 5px 10px;
}
.frame-root .frame-content .dp-boxLink_shadow_row div.col:not(:root):not(:root) .component.button .button-cont a:is(.size-s, .size-m, .size-l, .blue, .red, .orange, .black, .white)::before {
  content: "リンク設定：";
  display: block;
  font-size: 12px;
}
.frame-root .frame-content .dp-boxLink_shadow_row div.col:not(:root):not(:root) .component.button .button-cont a:is(.size-s, .size-m, .size-l, .blue, .red, .orange, .black, .white):hover {
  opacity: 1;
  background: none;
}

.contents .content-5 .row.row-32 .col.col-1 {
  /* sample */
}
.contents .content-5 .row.row-32 .col.col-1 .dp-hd_custom01-01 {
  margin: 10px 0 0;
}
.contents .content-5 .row.row-32 .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-5 .row.row-32 .col.col-1 .dp-hd_custom01-01 :is(h1, h2, h3, h4, h5) {
    overflow-wrap: break-word;
  }
}
.contents .content-5 .row.row-32 .col.col-1 .dp-hd_custom01-01 :is(h1, h2, h3, h4, h5) .strong {
  font-weight: 400;
}
.contents .content-5 .row.row-32 .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-5 .row.row-32 .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-5 .row.row-32 .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-5 .row.row-32 .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-5 .row.row-32 .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-5 .row.row-32 .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-5 .row.row-32 .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-5 .row.row-32 .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-5 .row.row-32 .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-5 .row.row-32 .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-5 .row.row-32 .col.col-1 .component.button {
  /* sample */
}
.contents .content-5 .row.row-32 .col.col-2 {
  /* sample */
}
.contents .content-5 .row.row-32 .col.col-2 .dp-hd_custom01-01 {
  margin: 10px 0 0;
}
.contents .content-5 .row.row-32 .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-5 .row.row-32 .col.col-2 .dp-hd_custom01-01 :is(h1, h2, h3, h4, h5) {
    overflow-wrap: break-word;
  }
}
.contents .content-5 .row.row-32 .col.col-2 .dp-hd_custom01-01 :is(h1, h2, h3, h4, h5) .strong {
  font-weight: 400;
}
.contents .content-5 .row.row-32 .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-5 .row.row-32 .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-5 .row.row-32 .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-5 .row.row-32 .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-5 .row.row-32 .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-5 .row.row-32 .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-5 .row.row-32 .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-5 .row.row-32 .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-5 .row.row-32 .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-5 .row.row-32 .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-5 .row.row-32 .col.col-2 .component.button {
  /* sample */
}
.contents .content-5 .row.row-32 .col.col-3 {
  /* sample */
}
.contents .content-5 .row.row-32 .col.col-3 .dp-hd_custom01-01 {
  margin: 10px 0 0;
}
.contents .content-5 .row.row-32 .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-5 .row.row-32 .col.col-3 .dp-hd_custom01-01 :is(h1, h2, h3, h4, h5) {
    overflow-wrap: break-word;
  }
}
.contents .content-5 .row.row-32 .col.col-3 .dp-hd_custom01-01 :is(h1, h2, h3, h4, h5) .strong {
  font-weight: 400;
}
.contents .content-5 .row.row-32 .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-5 .row.row-32 .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-5 .row.row-32 .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-5 .row.row-32 .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-5 .row.row-32 .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-5 .row.row-32 .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-5 .row.row-32 .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-5 .row.row-32 .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-5 .row.row-32 .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-5 .row.row-32 .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-5 .row.row-32 .col.col-3 .component.button {
  /* sample */
}

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

.frame-root .frame-content .dp-flowTable_row:not(:root:root:root:root:root)::before {
  content: "フローの増減は右クリック 「行」から可能です。";
  font-size: 14px;
  background: #0987d4;
  color: #fff;
  position: absolute;
  top: -25px;
  right: 0;
  padding: 0 5px;
  z-index: 1;
}

.contents .content-5 .row.row-34 .col.col-1 {
  /* sample */
}
.contents .content-5 .row.row-34 .col.col-1 .dp-flow_table {
  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);
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-34 .col.col-1 .dp-flow_table {
    font-size: var(--fo-text-font-size-sp);
  }
}
.contents .content-5 .row.row-34 .col.col-1 .dp-flow_table :link {
  text-decoration: none;
}
.contents .content-5 .row.row-34 .col.col-1 .dp-flow_table :visited {
  text-decoration: none;
}
.contents .content-5 .row.row-34 .col.col-1 .dp-flow_table a {
  color: var(--fo-text-link-color);
}
.contents .content-5 .row.row-34 .col.col-1 .dp-flow_table 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-5 .row.row-34 .col.col-1 .dp-flow_table p {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  line-height: inherit;
  margin: 0;
  overflow-wrap: anywhere;
}
.contents .content-5 .row.row-34 .col.col-1 .dp-flow_table p + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-34 .col.col-1 .dp-flow_table p + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-5 .row.row-34 .col.col-1 .dp-flow_table strong {
  font-family: inherit;
}
.contents .content-5 .row.row-34 .col.col-1 .dp-flow_table :is(ol, ul) {
  color: inherit;
}
.contents .content-5 .row.row-34 .col.col-1 .dp-flow_table :is(ol, ul) li {
  font-size: inherit;
  color: inherit;
  overflow-wrap: anywhere;
}
.contents .content-5 .row.row-34 .col.col-1 .dp-flow_table :is(ol, ul) li a {
  font-size: inherit;
}
.contents .content-5 .row.row-34 .col.col-1 .dp-flow_table table :is(thead, tbody, tr, th, td) {
  border-color: #eee;
}
.contents .content-5 .row.row-34 .col.col-1 .dp-flow_table table :is(thead, tbody, tr, th, td) tr :is(th, td) {
  background-clip: padding-box;
  background-color: transparent;
  position: static;
  width: unset;
  line-height: inherit;
  padding: 10px;
  border: 1px solid #eee;
}
.contents .content-5 .row.row-34 .col.col-1 .dp-flow_table table :is(thead, tbody, tr, th, td) tr :is(th, td) p {
  font-size: inherit;
}
.contents .content-5 .row.row-34 .col.col-1 .dp-flow_table table :is(thead, tbody, tr, th, td) tr :is(th, td) p + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-34 .col.col-1 .dp-flow_table table :is(thead, tbody, tr, th, td) tr :is(th, td) p + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-5 .row.row-34 .col.col-1 .dp-flow_table table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) {
  margin-left: 25px;
}
.contents .content-5 .row.row-34 .col.col-1 .dp-flow_table table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-34 .col.col-1 .dp-flow_table table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-5 .row.row-34 .col.col-1 .dp-flow_table table :is(thead, tbody, tr, th, td) tr :is(th, td) .component.button + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-34 .col.col-1 .dp-flow_table table :is(thead, tbody, tr, th, td) tr :is(th, td) .component.button + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-5 .row.row-34 .col.col-1 .dp-flow_table :is(ul, ol) {
  margin: 0 0 0 25px;
}
.contents .content-5 .row.row-34 .col.col-1 .dp-flow_table :is(ul, ol) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-34 .col.col-1 .dp-flow_table :is(ul, ol) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-5 .row.row-34 .col.col-1 .dp-flow_table :is(table, .normal-table, .table-with-row-header, .table-with-two-headers) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-34 .col.col-1 .dp-flow_table :is(table, .normal-table, .table-with-row-header, .table-with-two-headers) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-5 .row.row-34 .col.col-1 .dp-flow_table table :is(thead, tbody) {
  border: none;
}
.contents .content-5 .row.row-34 .col.col-1 .dp-flow_table table :is(thead, tbody) tr {
  display: flex;
  border: none;
}
.contents .content-5 .row.row-34 .col.col-1 .dp-flow_table table :is(thead, tbody) tr :is(th, td) {
  border: none;
  vertical-align: top;
}
.contents .content-5 .row.row-34 .col.col-1 .dp-flow_table table :is(thead, tbody) tr td {
  display: inline-block;
  width: 100%;
}
.contents .content-5 .row.row-34 .col.col-1 .dp-flow_table table :is(thead, 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-5 .row.row-34 .col.col-1 .dp-flow_table table :is(thead, 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-5 .row.row-34 .col.col-1 .dp-flow_table table :is(thead, tbody) tr:not(:last-child) td:nth-child(2) {
  position: relative;
}
.contents .content-5 .row.row-34 .col.col-1 .dp-flow_table table :is(thead, 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-5 .row.row-34 .col.col-1 .dp-flow_table table :is(thead, 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-5 .row.row-34 .col.col-1 .dp-flow_table table :is(thead, 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-5 .row.row-34 .col.col-1 .dp-flow_table table :is(thead, tbody) tr:not(:last-child) td:not(:first-child) {
    padding-bottom: calc(90px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-5 .row.row-34 .col.col-1 .dp-flow_table .component.button {
  margin: 0;
}
.contents .content-5 .row.row-34 .col.col-1 .dp-flow_table .component.button.button + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-34 .col.col-1 .dp-flow_table .component.button.button + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-5 .row.row-34 .col.col-1 .dp-flow_table .component.button.button .button-cont a.blue {
  background: #254a73;
  color: #fff !important;
  text-decoration: none;
}
.contents .content-5 .row.row-34 .col.col-1 .dp-flow_table .component.button.button .button-cont a.blue:hover {
  opacity: 0.4;
}
.frame-root .frame-content .dp-flow_table table:not(:root:root:root:root:root:root) th, .frame-root .frame-content .dp-flow_table table:not(:root:root:root:root:root:root) td {
  min-width: 1em;
}
.frame-root .frame-content .dp-flow_table table:not(:root:root:root:root:root:root) tr td:first-child {
  min-width: 80px;
}
.frame-root .frame-content .dp-flow_table:hover table th, .frame-root .frame-content .dp-flow_table:hover table td, .frame-root .frame-content .dp-flow_table[data-focus=true] table th, .frame-root .frame-content .dp-flow_table[data-focus=true] table td {
  outline: 1px dotted #0f8bfe;
}

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

.contents .content-5 .dp-iv01_imgL_row {
  display: flex;
  gap: calc(24px * var(--fo-spacing-coef));
  margin: 10px auto 20px;
}
@media screen and (max-width: 769px) {
  .contents .content-5 .dp-iv01_imgL_row {
    margin: 0 auto 10px;
    padding-top: 10px;
  }
}
.contents .content-5 .dp-iv01_imgL_row + .dp-iv01_imgL_row, .contents .content-5 .dp-iv01_imgL_row + .dp-iv01_imgR_row {
  margin-top: calc(24px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-5 .dp-iv01_imgL_row + .dp-iv01_imgL_row, .contents .content-5 .dp-iv01_imgL_row + .dp-iv01_imgR_row {
    padding-top: 0;
  }
}
@media screen and (max-width: 769px) {
  .contents .content-5 .dp-iv01_imgL_row div.col:not(:root):first-child {
    width: 80px !important;
  }
}
.contents .content-5 .dp-iv01_imgL_row div.col:not(:root):first-child .component.image {
  margin-top: 0;
}
.contents .content-5 .dp-iv01_imgL_row div.col:not(:root):first-child .component.image img {
  max-width: 80px !important;
  width: 100% !important;
}
.contents .content-5 .dp-iv01_imgL_row 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;
  filter: drop-shadow(0 3px 8px var(--fo-shadow-color));
}
@media screen and (max-width: 769px) {
  .contents .content-5 .dp-iv01_imgL_row 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-5 .dp-iv01_imgL_row 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-5 .dp-iv01_imgL_row div.col:not(:root):nth-child(2)::before {
    margin: 10px 0;
  }
}
@media screen and (max-width: 769px) {
  .contents .content-5 .dp-iv01_imgL_row div.col:not(:root) .component.heading:not(:root):not(:root) {
    margin: 10px 0;
  }
}
.contents .content-5 .dp-iv01_imgL_row 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-5 .dp-iv01_imgL_row 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: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-5 .row.row-36 .col.col-1 {
  /* sample */
}
.contents .content-5 .row.row-36 .col.col-1 .component.image {
  /* sample */
}
.contents .content-5 .row.row-36 .col.col-2 {
  /* sample */
}
.contents .content-5 .row.row-36 .col.col-2 .dp-richBase_text {
  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);
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-36 .col.col-2 .dp-richBase_text {
    font-size: var(--fo-text-font-size-sp);
  }
}
.contents .content-5 .row.row-36 .col.col-2 .dp-richBase_text :link {
  text-decoration: none;
}
.contents .content-5 .row.row-36 .col.col-2 .dp-richBase_text :visited {
  text-decoration: none;
}
.contents .content-5 .row.row-36 .col.col-2 .dp-richBase_text a {
  color: var(--fo-text-link-color);
}
.contents .content-5 .row.row-36 .col.col-2 .dp-richBase_text 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-5 .row.row-36 .col.col-2 .dp-richBase_text p {
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}
.contents .content-5 .row.row-36 .col.col-2 .dp-richBase_text p + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-36 .col.col-2 .dp-richBase_text p + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-5 .row.row-36 .col.col-2 .dp-richBase_text li {
  font-size: inherit;
}
.contents .content-5 .row.row-36 .col.col-2 .dp-richBase_text li a {
  font-size: inherit;
}
.contents .content-5 .row.row-36 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) {
  border-color: #eee;
}
.contents .content-5 .row.row-36 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) {
  background-clip: padding-box;
  position: static;
}
.contents .content-5 .row.row-36 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p {
  font-size: inherit;
}
.contents .content-5 .row.row-36 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-36 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-5 .row.row-36 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) {
  margin-left: 25px;
}
.contents .content-5 .row.row-36 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-36 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-5 .row.row-36 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) .component.button + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-36 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) .component.button + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-5 .row.row-36 .col.col-2 .dp-richBase_text :is(ul, ol) {
  margin: 0 0 0 25px;
}
.contents .content-5 .row.row-36 .col.col-2 .dp-richBase_text :is(ul, ol) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-36 .col.col-2 .dp-richBase_text :is(ul, ol) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-5 .row.row-36 .col.col-2 .dp-richBase_text :is(table, .normal-table, .table-with-row-header, .table-with-two-headers) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-36 .col.col-2 .dp-richBase_text :is(table, .normal-table, .table-with-row-header, .table-with-two-headers) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-5 .row.row-36 .col.col-2 .dp-richBase_text .component.button {
  margin: 0;
}
.contents .content-5 .row.row-36 .col.col-2 .dp-richBase_text .component.button.button + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-36 .col.col-2 .dp-richBase_text .component.button.button + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-5 .row.row-36 .col.col-2 .dp-richBase_text .component.button.button .button-cont a.blue {
  background: #254a73;
  color: #fff !important;
  text-decoration: none;
}
.contents .content-5 .row.row-36 .col.col-2 .dp-richBase_text .component.button.button .button-cont a.blue:hover {
  opacity: 0.4;
}

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

.contents .content-5 .dp-iv01_imgR_row {
  display: flex;
  gap: calc(24px * var(--fo-spacing-coef));
  margin: 10px auto 20px;
}
@media screen and (max-width: 769px) {
  .contents .content-5 .dp-iv01_imgR_row {
    margin: 0 auto 10px;
    padding-top: 10px;
  }
}
.contents .content-5 .dp-iv01_imgR_row + .dp-iv01_imgL_row, .contents .content-5 .dp-iv01_imgR_row + .dp-iv01_imgR_row {
  margin-top: calc(24px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-5 .dp-iv01_imgR_row + .dp-iv01_imgL_row, .contents .content-5 .dp-iv01_imgR_row + .dp-iv01_imgR_row {
    padding-top: 0;
  }
}
.contents .content-5 .dp-iv01_imgR_row 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;
  filter: drop-shadow(0 3px 8px var(--fo-shadow-color));
}
@media screen and (max-width: 769px) {
  .contents .content-5 .dp-iv01_imgR_row 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-5 .dp-iv01_imgR_row 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-5 .dp-iv01_imgR_row div.col:not(:root):nth-child(2) {
    width: 80px !important;
  }
}
.contents .content-5 .dp-iv01_imgR_row div.col:not(:root):nth-child(2) .component.image {
  margin-top: 0;
}
.contents .content-5 .dp-iv01_imgR_row 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-5 .dp-iv01_imgR_row div.col:not(:root) .component.heading:not(:root):not(:root) {
    margin: 10px 0;
  }
}
.contents .content-5 .dp-iv01_imgR_row 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-5 .dp-iv01_imgR_row 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_imgR_row:not(:root) div.col:not(:root) .styles_panel__B6Fxa .styles_ctrl-buttons__5Yt7S {
  width: 28px;
}
.frame-root .frame-content .dp-iv01_imgR_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_imgR_row:not(:root) div.col:not(:root) .component.image [class^=styles_ctrl-head] [class^=styles_ctrl-head__button] {
  min-width: initial;
}

.contents .content-5 .row.row-38 .col.col-1 {
  /* sample */
}
.contents .content-5 .row.row-38 .col.col-1 .dp-richBase_text {
  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);
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-38 .col.col-1 .dp-richBase_text {
    font-size: var(--fo-text-font-size-sp);
  }
}
.contents .content-5 .row.row-38 .col.col-1 .dp-richBase_text :link {
  text-decoration: none;
}
.contents .content-5 .row.row-38 .col.col-1 .dp-richBase_text :visited {
  text-decoration: none;
}
.contents .content-5 .row.row-38 .col.col-1 .dp-richBase_text a {
  color: var(--fo-text-link-color);
}
.contents .content-5 .row.row-38 .col.col-1 .dp-richBase_text 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-5 .row.row-38 .col.col-1 .dp-richBase_text p {
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}
.contents .content-5 .row.row-38 .col.col-1 .dp-richBase_text p + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-38 .col.col-1 .dp-richBase_text p + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-5 .row.row-38 .col.col-1 .dp-richBase_text li {
  font-size: inherit;
}
.contents .content-5 .row.row-38 .col.col-1 .dp-richBase_text li a {
  font-size: inherit;
}
.contents .content-5 .row.row-38 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) {
  border-color: #eee;
}
.contents .content-5 .row.row-38 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) {
  background-clip: padding-box;
  position: static;
}
.contents .content-5 .row.row-38 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p {
  font-size: inherit;
}
.contents .content-5 .row.row-38 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-38 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-5 .row.row-38 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) {
  margin-left: 25px;
}
.contents .content-5 .row.row-38 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-38 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-5 .row.row-38 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) .component.button + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-38 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) .component.button + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-5 .row.row-38 .col.col-1 .dp-richBase_text :is(ul, ol) {
  margin: 0 0 0 25px;
}
.contents .content-5 .row.row-38 .col.col-1 .dp-richBase_text :is(ul, ol) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-38 .col.col-1 .dp-richBase_text :is(ul, ol) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-5 .row.row-38 .col.col-1 .dp-richBase_text :is(table, .normal-table, .table-with-row-header, .table-with-two-headers) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-38 .col.col-1 .dp-richBase_text :is(table, .normal-table, .table-with-row-header, .table-with-two-headers) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-5 .row.row-38 .col.col-1 .dp-richBase_text .component.button {
  margin: 0;
}
.contents .content-5 .row.row-38 .col.col-1 .dp-richBase_text .component.button.button + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-5 .row.row-38 .col.col-1 .dp-richBase_text .component.button.button + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-5 .row.row-38 .col.col-1 .dp-richBase_text .component.button.button .button-cont a.blue {
  background: #254a73;
  color: #fff !important;
  text-decoration: none;
}
.contents .content-5 .row.row-38 .col.col-1 .dp-richBase_text .component.button.button .button-cont a.blue:hover {
  opacity: 0.4;
}
.contents .content-5 .row.row-38 .col.col-2 {
  /* sample */
}
.contents .content-5 .row.row-38 .col.col-2 .component.image {
  /* sample */
}

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

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

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

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

.dp-ab02_sec:not(:root):not(:root):not(:root):not(:root) {
  background-color: var(--fo-background-color1);
  padding: calc(80px * var(--fo-spacing-coef) - 30px) 0 calc(80px * var(--fo-spacing-coef) - 40px);
}
@media screen and (max-width: 769px) {
  .dp-ab02_sec:not(:root):not(:root):not(:root):not(:root) {
    padding: calc(80px * var(--fo-spacing-coef) * 0.75 - 30px) 0;
  }
}
.dp-ab02_sec:not(:root):not(:root):not(:root):not(:root) .inner .row.ab02_row {
  display: flex;
  gap: calc(32px * var(--fo-spacing-coef)) calc(26px * var(--fo-spacing-coef) - 20px);
}
@media screen and (max-width: 769px) {
  .dp-ab02_sec:not(:root):not(:root):not(:root):not(:root) .inner .row.ab02_row {
    flex-direction: column;
    gap: calc(32px * var(--fo-spacing-coef) * 0.75);
  }
}
.dp-ab02_sec:not(:root):not(:root):not(:root):not(:root) .inner .row.ab02_row + .ab02_row {
  margin-top: calc(32px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .dp-ab02_sec:not(:root):not(:root):not(:root):not(:root) .inner .row.ab02_row + .ab02_row {
    margin-top: calc(32px * var(--fo-spacing-coef) * 0.75);
  }
}
.dp-ab02_sec:not(:root):not(:root):not(:root):not(:root) .inner .row.ab02_row .col .component.heading:not(:root):not(:root):not(:root) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .dp-ab02_sec:not(:root):not(:root):not(:root):not(:root) .inner .row.ab02_row .col .component.heading:not(:root):not(:root):not(:root) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.dp-ab02_sec:not(:root):not(:root):not(:root):not(:root) .inner .row.ab02_row .col .component.heading:not(:root):not(:root):not(:root) :is(h1, h2, h3, h4, h5) {
  margin-bottom: 0;
}

.contents .content-8 .dp-subText_row .col .component.richtext:not(:root):not(:root) {
  color: var(--fo-main-color);
}
.contents .content-8 .dp-subText_row .col .component.richtext:not(:root):not(:root) p {
  color: inherit;
}
.contents .content-8 .row.row-1 .col.col-1 {
  /* sample */
}
.contents .content-8 .row.row-1 .col.col-1 .dp-richBase_text {
  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);
}
@media screen and (max-width: 769px) {
  .contents .content-8 .row.row-1 .col.col-1 .dp-richBase_text {
    font-size: var(--fo-text-font-size-sp);
  }
}
.contents .content-8 .row.row-1 .col.col-1 .dp-richBase_text :link {
  text-decoration: none;
}
.contents .content-8 .row.row-1 .col.col-1 .dp-richBase_text :visited {
  text-decoration: none;
}
.contents .content-8 .row.row-1 .col.col-1 .dp-richBase_text a {
  color: var(--fo-text-link-color);
}
.contents .content-8 .row.row-1 .col.col-1 .dp-richBase_text 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-8 .row.row-1 .col.col-1 .dp-richBase_text p {
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}
.contents .content-8 .row.row-1 .col.col-1 .dp-richBase_text p + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-8 .row.row-1 .col.col-1 .dp-richBase_text p + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-8 .row.row-1 .col.col-1 .dp-richBase_text li {
  font-size: inherit;
}
.contents .content-8 .row.row-1 .col.col-1 .dp-richBase_text li a {
  font-size: inherit;
}
.contents .content-8 .row.row-1 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) {
  border-color: #eee;
}
.contents .content-8 .row.row-1 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) {
  background-clip: padding-box;
  position: static;
}
.contents .content-8 .row.row-1 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p {
  font-size: inherit;
}
.contents .content-8 .row.row-1 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-8 .row.row-1 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-8 .row.row-1 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) {
  margin-left: 25px;
}
.contents .content-8 .row.row-1 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-8 .row.row-1 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-8 .row.row-1 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) .component.button + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-8 .row.row-1 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) .component.button + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-8 .row.row-1 .col.col-1 .dp-richBase_text :is(ul, ol) {
  margin: 0 0 0 25px;
}
.contents .content-8 .row.row-1 .col.col-1 .dp-richBase_text :is(ul, ol) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-8 .row.row-1 .col.col-1 .dp-richBase_text :is(ul, ol) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-8 .row.row-1 .col.col-1 .dp-richBase_text :is(table, .normal-table, .table-with-row-header, .table-with-two-headers) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-8 .row.row-1 .col.col-1 .dp-richBase_text :is(table, .normal-table, .table-with-row-header, .table-with-two-headers) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-8 .row.row-1 .col.col-1 .dp-richBase_text .component.button {
  margin: 0;
}
.contents .content-8 .row.row-1 .col.col-1 .dp-richBase_text .component.button.button + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-8 .row.row-1 .col.col-1 .dp-richBase_text .component.button.button + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-8 .row.row-1 .col.col-1 .dp-richBase_text .component.button.button .button-cont a.blue {
  background: #254a73;
  color: #fff !important;
  text-decoration: none;
}
.contents .content-8 .row.row-1 .col.col-1 .dp-richBase_text .component.button.button .button-cont a.blue:hover {
  opacity: 0.4;
}
.contents .content-8 .row.row-1 .col.col-1 .dp-hd_custom01-01 {
  margin: 10px 0 0;
}
.contents .content-8 .row.row-1 .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-8 .row.row-1 .col.col-1 .dp-hd_custom01-01 :is(h1, h2, h3, h4, h5) {
    overflow-wrap: break-word;
  }
}
.contents .content-8 .row.row-1 .col.col-1 .dp-hd_custom01-01 :is(h1, h2, h3, h4, h5) .strong {
  font-weight: 400;
}
.contents .content-8 .row.row-1 .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-8 .row.row-1 .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-8 .row.row-1 .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-8 .row.row-1 .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-8 .row.row-1 .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-8 .row.row-1 .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-8 .row.row-1 .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-8 .row.row-1 .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-8 .row.row-1 .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-8 .row.row-1 .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-8 .row.row-2 {
  /* sample */
}
.contents .content-8 .row.row-2 .col.col-1 {
  /* sample */
}
.contents .content-8 .row.row-2 .col.col-1 .dp-richBase_text {
  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);
}
@media screen and (max-width: 769px) {
  .contents .content-8 .row.row-2 .col.col-1 .dp-richBase_text {
    font-size: var(--fo-text-font-size-sp);
  }
}
.contents .content-8 .row.row-2 .col.col-1 .dp-richBase_text :link {
  text-decoration: none;
}
.contents .content-8 .row.row-2 .col.col-1 .dp-richBase_text :visited {
  text-decoration: none;
}
.contents .content-8 .row.row-2 .col.col-1 .dp-richBase_text a {
  color: var(--fo-text-link-color);
}
.contents .content-8 .row.row-2 .col.col-1 .dp-richBase_text 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-8 .row.row-2 .col.col-1 .dp-richBase_text p {
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}
.contents .content-8 .row.row-2 .col.col-1 .dp-richBase_text p + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-8 .row.row-2 .col.col-1 .dp-richBase_text p + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-8 .row.row-2 .col.col-1 .dp-richBase_text li {
  font-size: inherit;
}
.contents .content-8 .row.row-2 .col.col-1 .dp-richBase_text li a {
  font-size: inherit;
}
.contents .content-8 .row.row-2 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) {
  border-color: #eee;
}
.contents .content-8 .row.row-2 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) {
  background-clip: padding-box;
  position: static;
}
.contents .content-8 .row.row-2 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p {
  font-size: inherit;
}
.contents .content-8 .row.row-2 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-8 .row.row-2 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-8 .row.row-2 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) {
  margin-left: 25px;
}
.contents .content-8 .row.row-2 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-8 .row.row-2 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-8 .row.row-2 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) .component.button + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-8 .row.row-2 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) .component.button + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-8 .row.row-2 .col.col-1 .dp-richBase_text :is(ul, ol) {
  margin: 0 0 0 25px;
}
.contents .content-8 .row.row-2 .col.col-1 .dp-richBase_text :is(ul, ol) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-8 .row.row-2 .col.col-1 .dp-richBase_text :is(ul, ol) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-8 .row.row-2 .col.col-1 .dp-richBase_text :is(table, .normal-table, .table-with-row-header, .table-with-two-headers) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-8 .row.row-2 .col.col-1 .dp-richBase_text :is(table, .normal-table, .table-with-row-header, .table-with-two-headers) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-8 .row.row-2 .col.col-1 .dp-richBase_text .component.button {
  margin: 0;
}
.contents .content-8 .row.row-2 .col.col-1 .dp-richBase_text .component.button.button + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-8 .row.row-2 .col.col-1 .dp-richBase_text .component.button.button + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-8 .row.row-2 .col.col-1 .dp-richBase_text .component.button.button .button-cont a.blue {
  background: #254a73;
  color: #fff !important;
  text-decoration: none;
}
.contents .content-8 .row.row-2 .col.col-1 .dp-richBase_text .component.button.button .button-cont a.blue:hover {
  opacity: 0.4;
}

.contents .content-8 .row.row-3 .col.col-1 {
  /* sample */
}
.contents .content-8 .row.row-3 .col.col-1 .dp-mainR_img {
  padding: 0 calc(16px * var(--fo-spacing-coef)) calc(16px * var(--fo-spacing-coef)) 0;
}
@media screen and (max-width: 769px) {
  .contents .content-8 .row.row-3 .col.col-1 .dp-mainR_img {
    padding: 0 calc(16px * var(--fo-spacing-coef) * 0.75) calc(16px * var(--fo-spacing-coef) * 0.75) 0;
  }
}
.contents .content-8 .row.row-3 .col.col-1 .dp-mainR_img img {
  box-shadow: calc(16px * var(--fo-spacing-coef)) calc(16px * var(--fo-spacing-coef)) 0 0 var(--fo-main-color);
}
@media screen and (max-width: 769px) {
  .contents .content-8 .row.row-3 .col.col-1 .dp-mainR_img img {
    box-shadow: calc(16px * var(--fo-spacing-coef) * 0.75) calc(16px * var(--fo-spacing-coef) * 0.75) 0 0 var(--fo-main-color);
  }
}
.contents .content-8 .row.row-3 .col.col-1 .dp-hd_custom01-01 {
  margin: 10px 0 0;
}
.contents .content-8 .row.row-3 .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-8 .row.row-3 .col.col-1 .dp-hd_custom01-01 :is(h1, h2, h3, h4, h5) {
    overflow-wrap: break-word;
  }
}
.contents .content-8 .row.row-3 .col.col-1 .dp-hd_custom01-01 :is(h1, h2, h3, h4, h5) .strong {
  font-weight: 400;
}
.contents .content-8 .row.row-3 .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-8 .row.row-3 .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-8 .row.row-3 .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-8 .row.row-3 .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-8 .row.row-3 .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-8 .row.row-3 .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-8 .row.row-3 .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-8 .row.row-3 .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-8 .row.row-3 .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-8 .row.row-3 .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-8 .row.row-3 .col.col-2 {
  /* sample */
}
.contents .content-8 .row.row-3 .col.col-2 .dp-mainR_img {
  padding: 0 calc(16px * var(--fo-spacing-coef)) calc(16px * var(--fo-spacing-coef)) 0;
}
@media screen and (max-width: 769px) {
  .contents .content-8 .row.row-3 .col.col-2 .dp-mainR_img {
    padding: 0 calc(16px * var(--fo-spacing-coef) * 0.75) calc(16px * var(--fo-spacing-coef) * 0.75) 0;
  }
}
.contents .content-8 .row.row-3 .col.col-2 .dp-mainR_img img {
  box-shadow: calc(16px * var(--fo-spacing-coef)) calc(16px * var(--fo-spacing-coef)) 0 0 var(--fo-main-color);
}
@media screen and (max-width: 769px) {
  .contents .content-8 .row.row-3 .col.col-2 .dp-mainR_img img {
    box-shadow: calc(16px * var(--fo-spacing-coef) * 0.75) calc(16px * var(--fo-spacing-coef) * 0.75) 0 0 var(--fo-main-color);
  }
}
.contents .content-8 .row.row-3 .col.col-2 .dp-hd_custom01-01 {
  margin: 10px 0 0;
}
.contents .content-8 .row.row-3 .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-8 .row.row-3 .col.col-2 .dp-hd_custom01-01 :is(h1, h2, h3, h4, h5) {
    overflow-wrap: break-word;
  }
}
.contents .content-8 .row.row-3 .col.col-2 .dp-hd_custom01-01 :is(h1, h2, h3, h4, h5) .strong {
  font-weight: 400;
}
.contents .content-8 .row.row-3 .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-8 .row.row-3 .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-8 .row.row-3 .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-8 .row.row-3 .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-8 .row.row-3 .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-8 .row.row-3 .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-8 .row.row-3 .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-8 .row.row-3 .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-8 .row.row-3 .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-8 .row.row-3 .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-8 .row.row-3 .col.col-3 {
  /* sample */
}
.contents .content-8 .row.row-3 .col.col-3 .dp-mainR_img {
  padding: 0 calc(16px * var(--fo-spacing-coef)) calc(16px * var(--fo-spacing-coef)) 0;
}
@media screen and (max-width: 769px) {
  .contents .content-8 .row.row-3 .col.col-3 .dp-mainR_img {
    padding: 0 calc(16px * var(--fo-spacing-coef) * 0.75) calc(16px * var(--fo-spacing-coef) * 0.75) 0;
  }
}
.contents .content-8 .row.row-3 .col.col-3 .dp-mainR_img img {
  box-shadow: calc(16px * var(--fo-spacing-coef)) calc(16px * var(--fo-spacing-coef)) 0 0 var(--fo-main-color);
}
@media screen and (max-width: 769px) {
  .contents .content-8 .row.row-3 .col.col-3 .dp-mainR_img img {
    box-shadow: calc(16px * var(--fo-spacing-coef) * 0.75) calc(16px * var(--fo-spacing-coef) * 0.75) 0 0 var(--fo-main-color);
  }
}
.contents .content-8 .row.row-3 .col.col-3 .dp-hd_custom01-01 {
  margin: 10px 0 0;
}
.contents .content-8 .row.row-3 .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-8 .row.row-3 .col.col-3 .dp-hd_custom01-01 :is(h1, h2, h3, h4, h5) {
    overflow-wrap: break-word;
  }
}
.contents .content-8 .row.row-3 .col.col-3 .dp-hd_custom01-01 :is(h1, h2, h3, h4, h5) .strong {
  font-weight: 400;
}
.contents .content-8 .row.row-3 .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-8 .row.row-3 .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-8 .row.row-3 .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-8 .row.row-3 .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-8 .row.row-3 .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-8 .row.row-3 .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-8 .row.row-3 .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-8 .row.row-3 .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-8 .row.row-3 .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-8 .row.row-3 .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-8 .row.row-4 {
  /* sample */
}
.contents .content-8 .row.row-4 .col.col-1 {
  /* sample */
}
.contents .content-8 .row.row-4 .col.col-1 .dp-btn_custom03-04 {
  margin-top: calc(64px * var(--fo-spacing-coef) - 20px);
  padding: 0;
}
@media screen and (max-width: 769px) {
  .contents .content-8 .row.row-4 .col.col-1 .dp-btn_custom03-04 {
    margin-top: calc(64px * var(--fo-spacing-coef) * 0.75 - 10px);
  }
}
.contents .content-8 .row.row-4 .col.col-1 .dp-btn_custom03-04 .button-cont {
  margin: 0;
  padding: 0;
}
.contents .content-8 .row.row-4 .col.col-1 .dp-btn_custom03-04 .button-cont a:where(.size-s, .size-m, .size-l) {
  background: var(--fo-button3-background, transparent) -1px/calc(100% + 2px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  font-family: var(--fo-text-font-family);
  color: var(--fo-button3-text-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 var(--fo-button3-border-color, transparent);
  border-radius: var(--fo-button3-border-radius);
  margin: 0;
}
.contents .content-8 .row.row-4 .col.col-1 .dp-btn_custom03-04 .button-cont a:where(.size-s, .size-m, .size-l)::after {
  content: "\f054";
  font-family: "FontAwesome";
  color: inherit;
  line-height: 1;
  position: relative;
  top: 1.5px;
  right: -10px;
  letter-spacing: 0;
  line-height: 1;
}
.contents .content-8 .row.row-4 .col.col-1 .dp-btn_custom03-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-8 .row.row-4 .col.col-1 .dp-btn_custom03-04 .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-8 .row.row-4 .col.col-1 .dp-btn_custom03-04 .button-cont a.size-s {
    min-width: var(--fo-button-small-min-width-pc);
  }
}
.contents .content-8 .row.row-4 .col.col-1 .dp-btn_custom03-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-8 .row.row-4 .col.col-1 .dp-btn_custom03-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-8 .row.row-4 .col.col-1 .dp-btn_custom03-04 .button-cont a.size-m {
    min-width: var(--fo-button-medium-min-width-pc);
  }
}
.contents .content-8 .row.row-4 .col.col-1 .dp-btn_custom03-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-8 .row.row-4 .col.col-1 .dp-btn_custom03-04 .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-8 .row.row-4 .col.col-1 .dp-btn_custom03-04 .button-cont a.size-l {
    width: auto;
    min-width: var(--fo-button-large-min-width-pc);
  }
}
.contents .content-8 .row.row-4 .col.col-1 .dp-btn_custom03-04 .button-cont a:hover {
  opacity: var(--fo-button3-hover-opacity, 1);
  transform: scale(var(--fo-button3-hover-scale, 1));
  background: var(--fo-button3-hover-background-color, var(--fo-button3-background, transparent)) -1px/calc(100% + 2px);
  color: var(--fo-button3-hover-text-color, var(--fo-button3-text-color));
  border: 1px solid var(--fo-button3-hover-border-color, var(--fo-button3-border-color, transparent));
}

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

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

.dp-is02_sec:not(:root):not(:root):not(:root):not(:root) {
  background-color: var(--fo-main-color);
  padding: calc(80px * var(--fo-spacing-coef) - 30px) 0 calc(80px * var(--fo-spacing-coef) - 40px);
}
@media screen and (max-width: 769px) {
  .dp-is02_sec:not(:root):not(:root):not(:root):not(:root) {
    padding: calc(80px * var(--fo-spacing-coef) * 0.75 - 30px) 0;
  }
}
.dp-is02_sec:not(:root):not(:root):not(:root):not(:root) .inner .row.is02_row {
  display: flex;
  gap: calc(16px * var(--fo-spacing-coef));
  margin: 10px auto 20px;
}
@media screen and (max-width: 769px) {
  .dp-is02_sec:not(:root):not(:root):not(:root):not(:root) .inner .row.is02_row {
    flex-direction: column;
    gap: calc(16px * var(--fo-spacing-coef) * 0.75);
    margin: 10px auto;
  }
}
.dp-is02_sec:not(:root):not(:root):not(:root):not(:root) .inner .row.is02_row + .is02_row {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .dp-is02_sec:not(:root):not(:root):not(:root):not(:root) .inner .row.is02_row + .is02_row {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.dp-is02_sec:not(:root):not(:root):not(:root):not(:root) .inner .row.is02_row div.col {
  border: 1px solid #fff;
  padding: calc(32px * var(--fo-spacing-coef) - 10px) calc(32px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .dp-is02_sec:not(:root):not(:root):not(:root):not(:root) .inner .row.is02_row div.col {
    padding: calc(32px * var(--fo-spacing-coef) * 0.75 - 10px) calc(32px * var(--fo-spacing-coef) * 0.75);
  }
}

.contents .content-10 .dp-subText_row .col .component.richtext:not(:root):not(:root) {
  color: var(--fo-main-color);
}
.contents .content-10 .dp-subText_row .col .component.richtext:not(:root):not(:root) p {
  color: inherit;
}
.contents .content-10 .row.row-1 .col.col-1 {
  /* sample */
}
.contents .content-10 .row.row-1 .col.col-1 .dp-richBase_text {
  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);
}
@media screen and (max-width: 769px) {
  .contents .content-10 .row.row-1 .col.col-1 .dp-richBase_text {
    font-size: var(--fo-text-font-size-sp);
  }
}
.contents .content-10 .row.row-1 .col.col-1 .dp-richBase_text :link {
  text-decoration: none;
}
.contents .content-10 .row.row-1 .col.col-1 .dp-richBase_text :visited {
  text-decoration: none;
}
.contents .content-10 .row.row-1 .col.col-1 .dp-richBase_text a {
  color: var(--fo-text-link-color);
}
.contents .content-10 .row.row-1 .col.col-1 .dp-richBase_text 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-10 .row.row-1 .col.col-1 .dp-richBase_text p {
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}
.contents .content-10 .row.row-1 .col.col-1 .dp-richBase_text p + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-10 .row.row-1 .col.col-1 .dp-richBase_text p + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-10 .row.row-1 .col.col-1 .dp-richBase_text li {
  font-size: inherit;
}
.contents .content-10 .row.row-1 .col.col-1 .dp-richBase_text li a {
  font-size: inherit;
}
.contents .content-10 .row.row-1 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) {
  border-color: #eee;
}
.contents .content-10 .row.row-1 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) {
  background-clip: padding-box;
  position: static;
}
.contents .content-10 .row.row-1 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p {
  font-size: inherit;
}
.contents .content-10 .row.row-1 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-10 .row.row-1 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-10 .row.row-1 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) {
  margin-left: 25px;
}
.contents .content-10 .row.row-1 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-10 .row.row-1 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-10 .row.row-1 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) .component.button + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-10 .row.row-1 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) .component.button + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-10 .row.row-1 .col.col-1 .dp-richBase_text :is(ul, ol) {
  margin: 0 0 0 25px;
}
.contents .content-10 .row.row-1 .col.col-1 .dp-richBase_text :is(ul, ol) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-10 .row.row-1 .col.col-1 .dp-richBase_text :is(ul, ol) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-10 .row.row-1 .col.col-1 .dp-richBase_text :is(table, .normal-table, .table-with-row-header, .table-with-two-headers) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-10 .row.row-1 .col.col-1 .dp-richBase_text :is(table, .normal-table, .table-with-row-header, .table-with-two-headers) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-10 .row.row-1 .col.col-1 .dp-richBase_text .component.button {
  margin: 0;
}
.contents .content-10 .row.row-1 .col.col-1 .dp-richBase_text .component.button.button + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-10 .row.row-1 .col.col-1 .dp-richBase_text .component.button.button + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-10 .row.row-1 .col.col-1 .dp-richBase_text .component.button.button .button-cont a.blue {
  background: #254a73;
  color: #fff !important;
  text-decoration: none;
}
.contents .content-10 .row.row-1 .col.col-1 .dp-richBase_text .component.button.button .button-cont a.blue:hover {
  opacity: 0.4;
}
.contents .content-10 .row.row-1 .col.col-1 .dp-hd_custom01-01 {
  margin: 10px 0 0;
}
.contents .content-10 .row.row-1 .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-10 .row.row-1 .col.col-1 .dp-hd_custom01-01 :is(h1, h2, h3, h4, h5) {
    overflow-wrap: break-word;
  }
}
.contents .content-10 .row.row-1 .col.col-1 .dp-hd_custom01-01 :is(h1, h2, h3, h4, h5) .strong {
  font-weight: 400;
}
.contents .content-10 .row.row-1 .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-10 .row.row-1 .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-10 .row.row-1 .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-10 .row.row-1 .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-10 .row.row-1 .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-10 .row.row-1 .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-10 .row.row-1 .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-10 .row.row-1 .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-10 .row.row-1 .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-10 .row.row-1 .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-10 .row.row-2 .col.col-1 {
  /* sample */
}
.contents .content-10 .row.row-2 .col.col-1 .dp-richBase_text {
  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);
}
@media screen and (max-width: 769px) {
  .contents .content-10 .row.row-2 .col.col-1 .dp-richBase_text {
    font-size: var(--fo-text-font-size-sp);
  }
}
.contents .content-10 .row.row-2 .col.col-1 .dp-richBase_text :link {
  text-decoration: none;
}
.contents .content-10 .row.row-2 .col.col-1 .dp-richBase_text :visited {
  text-decoration: none;
}
.contents .content-10 .row.row-2 .col.col-1 .dp-richBase_text a {
  color: var(--fo-text-link-color);
}
.contents .content-10 .row.row-2 .col.col-1 .dp-richBase_text 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-10 .row.row-2 .col.col-1 .dp-richBase_text p {
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}
.contents .content-10 .row.row-2 .col.col-1 .dp-richBase_text p + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-10 .row.row-2 .col.col-1 .dp-richBase_text p + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-10 .row.row-2 .col.col-1 .dp-richBase_text li {
  font-size: inherit;
}
.contents .content-10 .row.row-2 .col.col-1 .dp-richBase_text li a {
  font-size: inherit;
}
.contents .content-10 .row.row-2 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) {
  border-color: #eee;
}
.contents .content-10 .row.row-2 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) {
  background-clip: padding-box;
  position: static;
}
.contents .content-10 .row.row-2 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p {
  font-size: inherit;
}
.contents .content-10 .row.row-2 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-10 .row.row-2 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-10 .row.row-2 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) {
  margin-left: 25px;
}
.contents .content-10 .row.row-2 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-10 .row.row-2 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-10 .row.row-2 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) .component.button + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-10 .row.row-2 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) .component.button + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-10 .row.row-2 .col.col-1 .dp-richBase_text :is(ul, ol) {
  margin: 0 0 0 25px;
}
.contents .content-10 .row.row-2 .col.col-1 .dp-richBase_text :is(ul, ol) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-10 .row.row-2 .col.col-1 .dp-richBase_text :is(ul, ol) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-10 .row.row-2 .col.col-1 .dp-richBase_text :is(table, .normal-table, .table-with-row-header, .table-with-two-headers) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-10 .row.row-2 .col.col-1 .dp-richBase_text :is(table, .normal-table, .table-with-row-header, .table-with-two-headers) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-10 .row.row-2 .col.col-1 .dp-richBase_text .component.button {
  margin: 0;
}
.contents .content-10 .row.row-2 .col.col-1 .dp-richBase_text .component.button.button + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-10 .row.row-2 .col.col-1 .dp-richBase_text .component.button.button + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-10 .row.row-2 .col.col-1 .dp-richBase_text .component.button.button .button-cont a.blue {
  background: #254a73;
  color: #fff !important;
  text-decoration: none;
}
.contents .content-10 .row.row-2 .col.col-1 .dp-richBase_text .component.button.button .button-cont a.blue:hover {
  opacity: 0.4;
}
.contents .content-10 .row.row-2 .col.col-2 {
  /* sample */
}
.contents .content-10 .row.row-2 .col.col-2 .dp-richBase_text {
  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);
}
@media screen and (max-width: 769px) {
  .contents .content-10 .row.row-2 .col.col-2 .dp-richBase_text {
    font-size: var(--fo-text-font-size-sp);
  }
}
.contents .content-10 .row.row-2 .col.col-2 .dp-richBase_text :link {
  text-decoration: none;
}
.contents .content-10 .row.row-2 .col.col-2 .dp-richBase_text :visited {
  text-decoration: none;
}
.contents .content-10 .row.row-2 .col.col-2 .dp-richBase_text a {
  color: var(--fo-text-link-color);
}
.contents .content-10 .row.row-2 .col.col-2 .dp-richBase_text 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-10 .row.row-2 .col.col-2 .dp-richBase_text p {
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}
.contents .content-10 .row.row-2 .col.col-2 .dp-richBase_text p + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-10 .row.row-2 .col.col-2 .dp-richBase_text p + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-10 .row.row-2 .col.col-2 .dp-richBase_text li {
  font-size: inherit;
}
.contents .content-10 .row.row-2 .col.col-2 .dp-richBase_text li a {
  font-size: inherit;
}
.contents .content-10 .row.row-2 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) {
  border-color: #eee;
}
.contents .content-10 .row.row-2 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) {
  background-clip: padding-box;
  position: static;
}
.contents .content-10 .row.row-2 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p {
  font-size: inherit;
}
.contents .content-10 .row.row-2 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-10 .row.row-2 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-10 .row.row-2 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) {
  margin-left: 25px;
}
.contents .content-10 .row.row-2 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-10 .row.row-2 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-10 .row.row-2 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) .component.button + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-10 .row.row-2 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) .component.button + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-10 .row.row-2 .col.col-2 .dp-richBase_text :is(ul, ol) {
  margin: 0 0 0 25px;
}
.contents .content-10 .row.row-2 .col.col-2 .dp-richBase_text :is(ul, ol) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-10 .row.row-2 .col.col-2 .dp-richBase_text :is(ul, ol) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-10 .row.row-2 .col.col-2 .dp-richBase_text :is(table, .normal-table, .table-with-row-header, .table-with-two-headers) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-10 .row.row-2 .col.col-2 .dp-richBase_text :is(table, .normal-table, .table-with-row-header, .table-with-two-headers) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-10 .row.row-2 .col.col-2 .dp-richBase_text .component.button {
  margin: 0;
}
.contents .content-10 .row.row-2 .col.col-2 .dp-richBase_text .component.button.button + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-10 .row.row-2 .col.col-2 .dp-richBase_text .component.button.button + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-10 .row.row-2 .col.col-2 .dp-richBase_text .component.button.button .button-cont a.blue {
  background: #254a73;
  color: #fff !important;
  text-decoration: none;
}
.contents .content-10 .row.row-2 .col.col-2 .dp-richBase_text .component.button.button .button-cont a.blue:hover {
  opacity: 0.4;
}
.contents .content-10 .row.row-2 .col.col-3 {
  /* sample */
}
.contents .content-10 .row.row-2 .col.col-3 .dp-richBase_text {
  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);
}
@media screen and (max-width: 769px) {
  .contents .content-10 .row.row-2 .col.col-3 .dp-richBase_text {
    font-size: var(--fo-text-font-size-sp);
  }
}
.contents .content-10 .row.row-2 .col.col-3 .dp-richBase_text :link {
  text-decoration: none;
}
.contents .content-10 .row.row-2 .col.col-3 .dp-richBase_text :visited {
  text-decoration: none;
}
.contents .content-10 .row.row-2 .col.col-3 .dp-richBase_text a {
  color: var(--fo-text-link-color);
}
.contents .content-10 .row.row-2 .col.col-3 .dp-richBase_text 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-10 .row.row-2 .col.col-3 .dp-richBase_text p {
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}
.contents .content-10 .row.row-2 .col.col-3 .dp-richBase_text p + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-10 .row.row-2 .col.col-3 .dp-richBase_text p + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-10 .row.row-2 .col.col-3 .dp-richBase_text li {
  font-size: inherit;
}
.contents .content-10 .row.row-2 .col.col-3 .dp-richBase_text li a {
  font-size: inherit;
}
.contents .content-10 .row.row-2 .col.col-3 .dp-richBase_text table :is(thead, tbody, tr, th, td) {
  border-color: #eee;
}
.contents .content-10 .row.row-2 .col.col-3 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) {
  background-clip: padding-box;
  position: static;
}
.contents .content-10 .row.row-2 .col.col-3 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p {
  font-size: inherit;
}
.contents .content-10 .row.row-2 .col.col-3 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-10 .row.row-2 .col.col-3 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-10 .row.row-2 .col.col-3 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) {
  margin-left: 25px;
}
.contents .content-10 .row.row-2 .col.col-3 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-10 .row.row-2 .col.col-3 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-10 .row.row-2 .col.col-3 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) .component.button + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-10 .row.row-2 .col.col-3 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) .component.button + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-10 .row.row-2 .col.col-3 .dp-richBase_text :is(ul, ol) {
  margin: 0 0 0 25px;
}
.contents .content-10 .row.row-2 .col.col-3 .dp-richBase_text :is(ul, ol) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-10 .row.row-2 .col.col-3 .dp-richBase_text :is(ul, ol) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-10 .row.row-2 .col.col-3 .dp-richBase_text :is(table, .normal-table, .table-with-row-header, .table-with-two-headers) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-10 .row.row-2 .col.col-3 .dp-richBase_text :is(table, .normal-table, .table-with-row-header, .table-with-two-headers) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-10 .row.row-2 .col.col-3 .dp-richBase_text .component.button {
  margin: 0;
}
.contents .content-10 .row.row-2 .col.col-3 .dp-richBase_text .component.button.button + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-10 .row.row-2 .col.col-3 .dp-richBase_text .component.button.button + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-10 .row.row-2 .col.col-3 .dp-richBase_text .component.button.button .button-cont a.blue {
  background: #254a73;
  color: #fff !important;
  text-decoration: none;
}
.contents .content-10 .row.row-2 .col.col-3 .dp-richBase_text .component.button.button .button-cont a.blue:hover {
  opacity: 0.4;
}

.contents .content-10 .row.row-3 {
  /* sample */
}
.contents .content-10 .row.row-3 .col.col-1 {
  /* sample */
}
.contents .content-10 .row.row-3 .col.col-1 .dp-richBase_text {
  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);
}
@media screen and (max-width: 769px) {
  .contents .content-10 .row.row-3 .col.col-1 .dp-richBase_text {
    font-size: var(--fo-text-font-size-sp);
  }
}
.contents .content-10 .row.row-3 .col.col-1 .dp-richBase_text :link {
  text-decoration: none;
}
.contents .content-10 .row.row-3 .col.col-1 .dp-richBase_text :visited {
  text-decoration: none;
}
.contents .content-10 .row.row-3 .col.col-1 .dp-richBase_text a {
  color: var(--fo-text-link-color);
}
.contents .content-10 .row.row-3 .col.col-1 .dp-richBase_text 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-10 .row.row-3 .col.col-1 .dp-richBase_text p {
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}
.contents .content-10 .row.row-3 .col.col-1 .dp-richBase_text p + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-10 .row.row-3 .col.col-1 .dp-richBase_text p + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-10 .row.row-3 .col.col-1 .dp-richBase_text li {
  font-size: inherit;
}
.contents .content-10 .row.row-3 .col.col-1 .dp-richBase_text li a {
  font-size: inherit;
}
.contents .content-10 .row.row-3 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) {
  border-color: #eee;
}
.contents .content-10 .row.row-3 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) {
  background-clip: padding-box;
  position: static;
}
.contents .content-10 .row.row-3 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p {
  font-size: inherit;
}
.contents .content-10 .row.row-3 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-10 .row.row-3 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-10 .row.row-3 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) {
  margin-left: 25px;
}
.contents .content-10 .row.row-3 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-10 .row.row-3 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-10 .row.row-3 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) .component.button + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-10 .row.row-3 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) .component.button + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-10 .row.row-3 .col.col-1 .dp-richBase_text :is(ul, ol) {
  margin: 0 0 0 25px;
}
.contents .content-10 .row.row-3 .col.col-1 .dp-richBase_text :is(ul, ol) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-10 .row.row-3 .col.col-1 .dp-richBase_text :is(ul, ol) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-10 .row.row-3 .col.col-1 .dp-richBase_text :is(table, .normal-table, .table-with-row-header, .table-with-two-headers) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-10 .row.row-3 .col.col-1 .dp-richBase_text :is(table, .normal-table, .table-with-row-header, .table-with-two-headers) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-10 .row.row-3 .col.col-1 .dp-richBase_text .component.button {
  margin: 0;
}
.contents .content-10 .row.row-3 .col.col-1 .dp-richBase_text .component.button.button + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-10 .row.row-3 .col.col-1 .dp-richBase_text .component.button.button + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-10 .row.row-3 .col.col-1 .dp-richBase_text .component.button.button .button-cont a.blue {
  background: #254a73;
  color: #fff !important;
  text-decoration: none;
}
.contents .content-10 .row.row-3 .col.col-1 .dp-richBase_text .component.button.button .button-cont a.blue:hover {
  opacity: 0.4;
}

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

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

.dp-is04_sec:not(:root):not(:root):not(:root):not(:root) {
  background-color: var(--fo-main-color);
  padding: calc(80px * var(--fo-spacing-coef) - 30px) 0 calc(80px * var(--fo-spacing-coef) - 40px);
}
@media screen and (max-width: 769px) {
  .dp-is04_sec:not(:root):not(:root):not(:root):not(:root) {
    padding: calc(80px * var(--fo-spacing-coef) * 0.75 - 30px) 0;
  }
}
.dp-is04_sec:not(:root):not(:root):not(:root):not(:root) .inner .row.is04_row {
  background-color: var(--fo-background-color1);
  display: flex;
  gap: calc(32px * var(--fo-spacing-coef) - 20px);
  margin: 10px auto 20px;
  padding: calc(48px * var(--fo-spacing-coef) - 10px) calc(80px * var(--fo-spacing-coef) - 10px) calc(48px * var(--fo-spacing-coef) - 20px);
}
@media screen and (max-width: 769px) {
  .dp-is04_sec:not(:root):not(:root):not(:root):not(:root) .inner .row.is04_row {
    flex-wrap: wrap;
    gap: calc(32px * var(--fo-spacing-coef) * 0.75 - 20px);
    margin: 10px auto;
    padding: calc(48px * var(--fo-spacing-coef) * 0.75 - 10px) calc(80px * var(--fo-spacing-coef) * 0.75 - 10px) calc(48px * var(--fo-spacing-coef) * 0.75 - 20px);
  }
}
.dp-is04_sec:not(:root):not(:root):not(:root):not(:root) .inner .row.is04_row + .is04_row {
  margin-top: calc(64px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .dp-is04_sec:not(:root):not(:root):not(:root):not(:root) .inner .row.is04_row + .is04_row {
    margin-top: calc(64px * var(--fo-spacing-coef) * 0.75);
  }
}
.dp-is04_sec:not(:root):not(:root):not(:root):not(:root) .inner .row.is04_row .col .component {
  margin-bottom: calc(16px * var(--fo-spacing-coef));
}
.dp-is04_sec:not(:root):not(:root):not(:root):not(:root) .inner .row.is04_row .col .component:last-child {
  margin-bottom: 10px;
}

.contents .content-12 .dp-subText_row .col .component.richtext:not(:root):not(:root) {
  color: var(--fo-main-color);
}
.contents .content-12 .dp-subText_row .col .component.richtext:not(:root):not(:root) p {
  color: inherit;
}
.contents .content-12 .row.row-1 .col.col-1 {
  /* sample */
}
.contents .content-12 .row.row-1 .col.col-1 .dp-richBase_text {
  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);
}
@media screen and (max-width: 769px) {
  .contents .content-12 .row.row-1 .col.col-1 .dp-richBase_text {
    font-size: var(--fo-text-font-size-sp);
  }
}
.contents .content-12 .row.row-1 .col.col-1 .dp-richBase_text :link {
  text-decoration: none;
}
.contents .content-12 .row.row-1 .col.col-1 .dp-richBase_text :visited {
  text-decoration: none;
}
.contents .content-12 .row.row-1 .col.col-1 .dp-richBase_text a {
  color: var(--fo-text-link-color);
}
.contents .content-12 .row.row-1 .col.col-1 .dp-richBase_text 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-12 .row.row-1 .col.col-1 .dp-richBase_text p {
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}
.contents .content-12 .row.row-1 .col.col-1 .dp-richBase_text p + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-12 .row.row-1 .col.col-1 .dp-richBase_text p + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-12 .row.row-1 .col.col-1 .dp-richBase_text li {
  font-size: inherit;
}
.contents .content-12 .row.row-1 .col.col-1 .dp-richBase_text li a {
  font-size: inherit;
}
.contents .content-12 .row.row-1 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) {
  border-color: #eee;
}
.contents .content-12 .row.row-1 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) {
  background-clip: padding-box;
  position: static;
}
.contents .content-12 .row.row-1 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p {
  font-size: inherit;
}
.contents .content-12 .row.row-1 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-12 .row.row-1 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-12 .row.row-1 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) {
  margin-left: 25px;
}
.contents .content-12 .row.row-1 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-12 .row.row-1 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-12 .row.row-1 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) .component.button + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-12 .row.row-1 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) .component.button + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-12 .row.row-1 .col.col-1 .dp-richBase_text :is(ul, ol) {
  margin: 0 0 0 25px;
}
.contents .content-12 .row.row-1 .col.col-1 .dp-richBase_text :is(ul, ol) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-12 .row.row-1 .col.col-1 .dp-richBase_text :is(ul, ol) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-12 .row.row-1 .col.col-1 .dp-richBase_text :is(table, .normal-table, .table-with-row-header, .table-with-two-headers) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-12 .row.row-1 .col.col-1 .dp-richBase_text :is(table, .normal-table, .table-with-row-header, .table-with-two-headers) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-12 .row.row-1 .col.col-1 .dp-richBase_text .component.button {
  margin: 0;
}
.contents .content-12 .row.row-1 .col.col-1 .dp-richBase_text .component.button.button + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-12 .row.row-1 .col.col-1 .dp-richBase_text .component.button.button + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-12 .row.row-1 .col.col-1 .dp-richBase_text .component.button.button .button-cont a.blue {
  background: #254a73;
  color: #fff !important;
  text-decoration: none;
}
.contents .content-12 .row.row-1 .col.col-1 .dp-richBase_text .component.button.button .button-cont a.blue:hover {
  opacity: 0.4;
}
.contents .content-12 .row.row-1 .col.col-1 .dp-hd_custom01-01 {
  margin: 10px 0 0;
}
.contents .content-12 .row.row-1 .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-12 .row.row-1 .col.col-1 .dp-hd_custom01-01 :is(h1, h2, h3, h4, h5) {
    overflow-wrap: break-word;
  }
}
.contents .content-12 .row.row-1 .col.col-1 .dp-hd_custom01-01 :is(h1, h2, h3, h4, h5) .strong {
  font-weight: 400;
}
.contents .content-12 .row.row-1 .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-12 .row.row-1 .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-12 .row.row-1 .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-12 .row.row-1 .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-12 .row.row-1 .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-12 .row.row-1 .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-12 .row.row-1 .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-12 .row.row-1 .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-12 .row.row-1 .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-12 .row.row-1 .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-12 .row.row-2 .col.col-1 {
  /* sample */
}
.contents .content-12 .row.row-2 .col.col-1 .dp-custom_Icon .icon-cont a i.size-small {
  font-size: 32px;
}
.contents .content-12 .row.row-2 .col.col-1 .dp-custom_Icon .icon-cont a i.size-medium {
  font-size: 56px;
}
.contents .content-12 .row.row-2 .col.col-1 .dp-custom_Icon .icon-cont a i.size-large {
  font-size: 80px;
}
.contents .content-12 .row.row-2 .col.col-1 .dp-custom_Icon .icon-cont a i.blue {
  color: var(--fo-main-color);
}
.contents .content-12 .row.row-2 .col.col-1 .dp-custom_Icon .icon-cont a i.red {
  color: var(--fo-sub-color);
}
.contents .content-12 .row.row-2 .col.col-1 .dp-custom_Icon .icon-cont a i.black {
  color: var(--fo-text-main-color);
}
.contents .content-12 .row.row-2 .col.col-1 .dp-custom_Icon .icon-cont a i.orange {
  color: var(--fo-accent-color);
}
.contents .content-12 .row.row-2 .col.col-1 .dp-richBase_text {
  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);
}
@media screen and (max-width: 769px) {
  .contents .content-12 .row.row-2 .col.col-1 .dp-richBase_text {
    font-size: var(--fo-text-font-size-sp);
  }
}
.contents .content-12 .row.row-2 .col.col-1 .dp-richBase_text :link {
  text-decoration: none;
}
.contents .content-12 .row.row-2 .col.col-1 .dp-richBase_text :visited {
  text-decoration: none;
}
.contents .content-12 .row.row-2 .col.col-1 .dp-richBase_text a {
  color: var(--fo-text-link-color);
}
.contents .content-12 .row.row-2 .col.col-1 .dp-richBase_text 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-12 .row.row-2 .col.col-1 .dp-richBase_text p {
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}
.contents .content-12 .row.row-2 .col.col-1 .dp-richBase_text p + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-12 .row.row-2 .col.col-1 .dp-richBase_text p + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-12 .row.row-2 .col.col-1 .dp-richBase_text li {
  font-size: inherit;
}
.contents .content-12 .row.row-2 .col.col-1 .dp-richBase_text li a {
  font-size: inherit;
}
.contents .content-12 .row.row-2 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) {
  border-color: #eee;
}
.contents .content-12 .row.row-2 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) {
  background-clip: padding-box;
  position: static;
}
.contents .content-12 .row.row-2 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p {
  font-size: inherit;
}
.contents .content-12 .row.row-2 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-12 .row.row-2 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-12 .row.row-2 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) {
  margin-left: 25px;
}
.contents .content-12 .row.row-2 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-12 .row.row-2 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-12 .row.row-2 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) .component.button + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-12 .row.row-2 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) .component.button + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-12 .row.row-2 .col.col-1 .dp-richBase_text :is(ul, ol) {
  margin: 0 0 0 25px;
}
.contents .content-12 .row.row-2 .col.col-1 .dp-richBase_text :is(ul, ol) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-12 .row.row-2 .col.col-1 .dp-richBase_text :is(ul, ol) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-12 .row.row-2 .col.col-1 .dp-richBase_text :is(table, .normal-table, .table-with-row-header, .table-with-two-headers) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-12 .row.row-2 .col.col-1 .dp-richBase_text :is(table, .normal-table, .table-with-row-header, .table-with-two-headers) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-12 .row.row-2 .col.col-1 .dp-richBase_text .component.button {
  margin: 0;
}
.contents .content-12 .row.row-2 .col.col-1 .dp-richBase_text .component.button.button + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-12 .row.row-2 .col.col-1 .dp-richBase_text .component.button.button + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-12 .row.row-2 .col.col-1 .dp-richBase_text .component.button.button .button-cont a.blue {
  background: #254a73;
  color: #fff !important;
  text-decoration: none;
}
.contents .content-12 .row.row-2 .col.col-1 .dp-richBase_text .component.button.button .button-cont a.blue:hover {
  opacity: 0.4;
}
.contents .content-12 .row.row-2 .col.col-2 {
  /* sample */
}
.contents .content-12 .row.row-2 .col.col-2 .dp-custom_Icon .icon-cont a i.size-small {
  font-size: 32px;
}
.contents .content-12 .row.row-2 .col.col-2 .dp-custom_Icon .icon-cont a i.size-medium {
  font-size: 56px;
}
.contents .content-12 .row.row-2 .col.col-2 .dp-custom_Icon .icon-cont a i.size-large {
  font-size: 80px;
}
.contents .content-12 .row.row-2 .col.col-2 .dp-custom_Icon .icon-cont a i.blue {
  color: var(--fo-main-color);
}
.contents .content-12 .row.row-2 .col.col-2 .dp-custom_Icon .icon-cont a i.red {
  color: var(--fo-sub-color);
}
.contents .content-12 .row.row-2 .col.col-2 .dp-custom_Icon .icon-cont a i.black {
  color: var(--fo-text-main-color);
}
.contents .content-12 .row.row-2 .col.col-2 .dp-custom_Icon .icon-cont a i.orange {
  color: var(--fo-accent-color);
}
.contents .content-12 .row.row-2 .col.col-2 .dp-richBase_text {
  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);
}
@media screen and (max-width: 769px) {
  .contents .content-12 .row.row-2 .col.col-2 .dp-richBase_text {
    font-size: var(--fo-text-font-size-sp);
  }
}
.contents .content-12 .row.row-2 .col.col-2 .dp-richBase_text :link {
  text-decoration: none;
}
.contents .content-12 .row.row-2 .col.col-2 .dp-richBase_text :visited {
  text-decoration: none;
}
.contents .content-12 .row.row-2 .col.col-2 .dp-richBase_text a {
  color: var(--fo-text-link-color);
}
.contents .content-12 .row.row-2 .col.col-2 .dp-richBase_text 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-12 .row.row-2 .col.col-2 .dp-richBase_text p {
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}
.contents .content-12 .row.row-2 .col.col-2 .dp-richBase_text p + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-12 .row.row-2 .col.col-2 .dp-richBase_text p + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-12 .row.row-2 .col.col-2 .dp-richBase_text li {
  font-size: inherit;
}
.contents .content-12 .row.row-2 .col.col-2 .dp-richBase_text li a {
  font-size: inherit;
}
.contents .content-12 .row.row-2 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) {
  border-color: #eee;
}
.contents .content-12 .row.row-2 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) {
  background-clip: padding-box;
  position: static;
}
.contents .content-12 .row.row-2 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p {
  font-size: inherit;
}
.contents .content-12 .row.row-2 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-12 .row.row-2 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-12 .row.row-2 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) {
  margin-left: 25px;
}
.contents .content-12 .row.row-2 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-12 .row.row-2 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-12 .row.row-2 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) .component.button + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-12 .row.row-2 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) .component.button + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-12 .row.row-2 .col.col-2 .dp-richBase_text :is(ul, ol) {
  margin: 0 0 0 25px;
}
.contents .content-12 .row.row-2 .col.col-2 .dp-richBase_text :is(ul, ol) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-12 .row.row-2 .col.col-2 .dp-richBase_text :is(ul, ol) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-12 .row.row-2 .col.col-2 .dp-richBase_text :is(table, .normal-table, .table-with-row-header, .table-with-two-headers) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-12 .row.row-2 .col.col-2 .dp-richBase_text :is(table, .normal-table, .table-with-row-header, .table-with-two-headers) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-12 .row.row-2 .col.col-2 .dp-richBase_text .component.button {
  margin: 0;
}
.contents .content-12 .row.row-2 .col.col-2 .dp-richBase_text .component.button.button + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-12 .row.row-2 .col.col-2 .dp-richBase_text .component.button.button + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-12 .row.row-2 .col.col-2 .dp-richBase_text .component.button.button .button-cont a.blue {
  background: #254a73;
  color: #fff !important;
  text-decoration: none;
}
.contents .content-12 .row.row-2 .col.col-2 .dp-richBase_text .component.button.button .button-cont a.blue:hover {
  opacity: 0.4;
}
.contents .content-12 .row.row-2 .col.col-3 {
  /* sample */
}
.contents .content-12 .row.row-2 .col.col-3 .dp-custom_Icon .icon-cont a i.size-small {
  font-size: 32px;
}
.contents .content-12 .row.row-2 .col.col-3 .dp-custom_Icon .icon-cont a i.size-medium {
  font-size: 56px;
}
.contents .content-12 .row.row-2 .col.col-3 .dp-custom_Icon .icon-cont a i.size-large {
  font-size: 80px;
}
.contents .content-12 .row.row-2 .col.col-3 .dp-custom_Icon .icon-cont a i.blue {
  color: var(--fo-main-color);
}
.contents .content-12 .row.row-2 .col.col-3 .dp-custom_Icon .icon-cont a i.red {
  color: var(--fo-sub-color);
}
.contents .content-12 .row.row-2 .col.col-3 .dp-custom_Icon .icon-cont a i.black {
  color: var(--fo-text-main-color);
}
.contents .content-12 .row.row-2 .col.col-3 .dp-custom_Icon .icon-cont a i.orange {
  color: var(--fo-accent-color);
}
.contents .content-12 .row.row-2 .col.col-3 .dp-richBase_text {
  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);
}
@media screen and (max-width: 769px) {
  .contents .content-12 .row.row-2 .col.col-3 .dp-richBase_text {
    font-size: var(--fo-text-font-size-sp);
  }
}
.contents .content-12 .row.row-2 .col.col-3 .dp-richBase_text :link {
  text-decoration: none;
}
.contents .content-12 .row.row-2 .col.col-3 .dp-richBase_text :visited {
  text-decoration: none;
}
.contents .content-12 .row.row-2 .col.col-3 .dp-richBase_text a {
  color: var(--fo-text-link-color);
}
.contents .content-12 .row.row-2 .col.col-3 .dp-richBase_text 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-12 .row.row-2 .col.col-3 .dp-richBase_text p {
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}
.contents .content-12 .row.row-2 .col.col-3 .dp-richBase_text p + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-12 .row.row-2 .col.col-3 .dp-richBase_text p + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-12 .row.row-2 .col.col-3 .dp-richBase_text li {
  font-size: inherit;
}
.contents .content-12 .row.row-2 .col.col-3 .dp-richBase_text li a {
  font-size: inherit;
}
.contents .content-12 .row.row-2 .col.col-3 .dp-richBase_text table :is(thead, tbody, tr, th, td) {
  border-color: #eee;
}
.contents .content-12 .row.row-2 .col.col-3 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) {
  background-clip: padding-box;
  position: static;
}
.contents .content-12 .row.row-2 .col.col-3 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p {
  font-size: inherit;
}
.contents .content-12 .row.row-2 .col.col-3 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-12 .row.row-2 .col.col-3 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-12 .row.row-2 .col.col-3 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) {
  margin-left: 25px;
}
.contents .content-12 .row.row-2 .col.col-3 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-12 .row.row-2 .col.col-3 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-12 .row.row-2 .col.col-3 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) .component.button + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-12 .row.row-2 .col.col-3 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) .component.button + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-12 .row.row-2 .col.col-3 .dp-richBase_text :is(ul, ol) {
  margin: 0 0 0 25px;
}
.contents .content-12 .row.row-2 .col.col-3 .dp-richBase_text :is(ul, ol) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-12 .row.row-2 .col.col-3 .dp-richBase_text :is(ul, ol) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-12 .row.row-2 .col.col-3 .dp-richBase_text :is(table, .normal-table, .table-with-row-header, .table-with-two-headers) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-12 .row.row-2 .col.col-3 .dp-richBase_text :is(table, .normal-table, .table-with-row-header, .table-with-two-headers) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-12 .row.row-2 .col.col-3 .dp-richBase_text .component.button {
  margin: 0;
}
.contents .content-12 .row.row-2 .col.col-3 .dp-richBase_text .component.button.button + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-12 .row.row-2 .col.col-3 .dp-richBase_text .component.button.button + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-12 .row.row-2 .col.col-3 .dp-richBase_text .component.button.button .button-cont a.blue {
  background: #254a73;
  color: #fff !important;
  text-decoration: none;
}
.contents .content-12 .row.row-2 .col.col-3 .dp-richBase_text .component.button.button .button-cont a.blue:hover {
  opacity: 0.4;
}

.contents .content-12 .row.row-3 {
  /* sample */
}
.contents .content-12 .row.row-3 .col.col-1 {
  /* sample */
}
.contents .content-12 .row.row-3 .col.col-1 .dp-richBase_text {
  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);
}
@media screen and (max-width: 769px) {
  .contents .content-12 .row.row-3 .col.col-1 .dp-richBase_text {
    font-size: var(--fo-text-font-size-sp);
  }
}
.contents .content-12 .row.row-3 .col.col-1 .dp-richBase_text :link {
  text-decoration: none;
}
.contents .content-12 .row.row-3 .col.col-1 .dp-richBase_text :visited {
  text-decoration: none;
}
.contents .content-12 .row.row-3 .col.col-1 .dp-richBase_text a {
  color: var(--fo-text-link-color);
}
.contents .content-12 .row.row-3 .col.col-1 .dp-richBase_text 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-12 .row.row-3 .col.col-1 .dp-richBase_text p {
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}
.contents .content-12 .row.row-3 .col.col-1 .dp-richBase_text p + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-12 .row.row-3 .col.col-1 .dp-richBase_text p + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-12 .row.row-3 .col.col-1 .dp-richBase_text li {
  font-size: inherit;
}
.contents .content-12 .row.row-3 .col.col-1 .dp-richBase_text li a {
  font-size: inherit;
}
.contents .content-12 .row.row-3 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) {
  border-color: #eee;
}
.contents .content-12 .row.row-3 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) {
  background-clip: padding-box;
  position: static;
}
.contents .content-12 .row.row-3 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p {
  font-size: inherit;
}
.contents .content-12 .row.row-3 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-12 .row.row-3 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-12 .row.row-3 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) {
  margin-left: 25px;
}
.contents .content-12 .row.row-3 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-12 .row.row-3 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-12 .row.row-3 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) .component.button + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-12 .row.row-3 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) .component.button + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-12 .row.row-3 .col.col-1 .dp-richBase_text :is(ul, ol) {
  margin: 0 0 0 25px;
}
.contents .content-12 .row.row-3 .col.col-1 .dp-richBase_text :is(ul, ol) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-12 .row.row-3 .col.col-1 .dp-richBase_text :is(ul, ol) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-12 .row.row-3 .col.col-1 .dp-richBase_text :is(table, .normal-table, .table-with-row-header, .table-with-two-headers) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-12 .row.row-3 .col.col-1 .dp-richBase_text :is(table, .normal-table, .table-with-row-header, .table-with-two-headers) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-12 .row.row-3 .col.col-1 .dp-richBase_text .component.button {
  margin: 0;
}
.contents .content-12 .row.row-3 .col.col-1 .dp-richBase_text .component.button.button + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-12 .row.row-3 .col.col-1 .dp-richBase_text .component.button.button + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-12 .row.row-3 .col.col-1 .dp-richBase_text .component.button.button .button-cont a.blue {
  background: #254a73;
  color: #fff !important;
  text-decoration: none;
}
.contents .content-12 .row.row-3 .col.col-1 .dp-richBase_text .component.button.button .button-cont a.blue:hover {
  opacity: 0.4;
}

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

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

.dp-is03_sec:not(:root):not(:root):not(:root):not(:root) {
  background-color: var(--fo-background-color1);
  padding: 0;
}
@media screen and (max-width: 769px) {
  .dp-is03_sec:not(:root):not(:root):not(:root):not(:root) {
    padding: 0;
  }
}
.dp-is03_sec:not(:root):not(:root):not(:root):not(:root) .inner {
  max-width: 100%;
  padding: 0;
}
.dp-is03_sec:not(:root):not(:root):not(:root):not(:root) .inner .row.is03_row {
  display: flex;
}
@media screen and (max-width: 834px) {
  .dp-is03_sec:not(:root):not(:root):not(:root):not(:root) .inner .row.is03_row {
    flex-direction: column;
  }
}
.dp-is03_sec:not(:root):not(:root):not(:root):not(:root) .inner .row.is03_row div.col:not(:root) {
  display: flex !important;
  padding: 0;
}
@media screen and (max-width: 834px) {
  .dp-is03_sec:not(:root):not(:root):not(:root):not(:root) .inner .row.is03_row div.col:not(:root) {
    width: 100% !important;
  }
}
.dp-is03_sec:not(:root):not(:root):not(:root):not(:root) .inner .row.is03_row div.col:not(:root):first-child .component.image {
  display: flex;
  margin: 0;
}
.dp-is03_sec:not(:root):not(:root):not(:root):not(:root) .inner .row.is03_row div.col:not(:root):first-child .component.image a {
  width: 100%;
}
.dp-is03_sec:not(:root):not(:root):not(:root):not(:root) .inner .row.is03_row div.col:not(:root):first-child .component.image img {
  width: 100% !important;
  object-fit: cover;
}
.dp-is03_sec:not(:root):not(:root):not(:root):not(:root) .inner .row.is03_row div.col:not(:root):nth-child(2) {
  flex-direction: column;
  justify-content: center;
  padding: calc(16px * var(--fo-spacing-coef)) 20px calc(16px * var(--fo-spacing-coef)) calc(100px * var(--fo-spacing-coef));
}
@media screen and (max-width: 834px) {
  .dp-is03_sec:not(:root):not(:root):not(:root):not(:root) .inner .row.is03_row div.col:not(:root):nth-child(2) {
    padding: calc(40px * var(--fo-spacing-coef) * 0.75) 20px;
  }
}
.dp-is03_sec:not(:root):not(:root):not(:root):not(:root) .inner .row.is03_row div.col:not(:root):nth-child(2) .component {
  width: 100%;
  max-width: 600px;
}
.dp-is03_sec:not(:root):not(:root):not(:root):not(:root) .inner .row.is03_row div.col:not(:root):nth-child(2) .component:first-child.richtext {
  color: var(--fo-main-color);
}
.dp-is03_sec:not(:root):not(:root):not(:root):not(:root) .inner .row.is03_row div.col:not(:root):nth-child(2) .component:first-child.richtext p {
  color: inherit;
}
.dp-is03_sec:not(:root):not(:root):not(:root):not(:root) .inner .row.is03_row div.col:not(:root) .component {
  margin: 0;
}
.dp-is03_sec:not(:root):not(:root):not(:root):not(:root) .inner .row.is03_row div.col:not(:root) .component.richtext {
  margin-bottom: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .dp-is03_sec:not(:root):not(:root):not(:root):not(:root) .inner .row.is03_row div.col:not(:root) .component.richtext {
    margin-bottom: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.dp-is03_sec:not(:root):not(:root):not(:root):not(:root) .inner .row.is03_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) {
  .dp-is03_sec:not(:root):not(:root):not(:root):not(:root) .inner .row.is03_row div.col:not(:root) .component.heading:not(:root) :is(h1, h2, h3) {
    margin-bottom: calc(32px * var(--fo-spacing-coef) * 0.75);
  }
}
.dp-is03_sec:not(:root):not(:root):not(:root):not(:root) .inner .row.is03_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) {
  .dp-is03_sec:not(:root):not(:root):not(:root):not(:root) .inner .row.is03_row div.col:not(:root) .component.heading:not(:root) :is(h4, h5) {
    margin-bottom: calc(24px * var(--fo-spacing-coef) * 0.75);
  }
}
.dp-is03_sec:not(:root):not(:root):not(:root):not(:root) .inner .row.is03_row div.col:not(:root) .component.heading:not(:root) + .richtext {
  margin-bottom: calc(32px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .dp-is03_sec:not(:root):not(:root):not(:root):not(:root) .inner .row.is03_row div.col:not(:root) .component.heading:not(:root) + .richtext {
    margin-bottom: calc(32px * var(--fo-spacing-coef) * 0.75);
  }
}
.dp-is03_sec:not(:root):not(:root):not(:root):not(:root) .inner .row.is03_row div.col:not(:root) .component:last-child {
  margin-bottom: 0;
}

.frame-root .frame-content .dp-is03_sec:not(:root):not(:root):not(:root):not(:root) .inner {
  max-width: 100%;
  padding: 20px;
}

.contents .content-14 .row.row-1 .col.col-1 {
  /* sample */
}
.contents .content-14 .row.row-1 .col.col-1 .component.image {
  /* sample */
}
.contents .content-14 .row.row-1 .col.col-2 {
  /* sample */
}
.contents .content-14 .row.row-1 .col.col-2 .dp-richBase_text {
  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);
}
@media screen and (max-width: 769px) {
  .contents .content-14 .row.row-1 .col.col-2 .dp-richBase_text {
    font-size: var(--fo-text-font-size-sp);
  }
}
.contents .content-14 .row.row-1 .col.col-2 .dp-richBase_text :link {
  text-decoration: none;
}
.contents .content-14 .row.row-1 .col.col-2 .dp-richBase_text :visited {
  text-decoration: none;
}
.contents .content-14 .row.row-1 .col.col-2 .dp-richBase_text a {
  color: var(--fo-text-link-color);
}
.contents .content-14 .row.row-1 .col.col-2 .dp-richBase_text 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-14 .row.row-1 .col.col-2 .dp-richBase_text p {
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}
.contents .content-14 .row.row-1 .col.col-2 .dp-richBase_text p + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-14 .row.row-1 .col.col-2 .dp-richBase_text p + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-14 .row.row-1 .col.col-2 .dp-richBase_text li {
  font-size: inherit;
}
.contents .content-14 .row.row-1 .col.col-2 .dp-richBase_text li a {
  font-size: inherit;
}
.contents .content-14 .row.row-1 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) {
  border-color: #eee;
}
.contents .content-14 .row.row-1 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) {
  background-clip: padding-box;
  position: static;
}
.contents .content-14 .row.row-1 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p {
  font-size: inherit;
}
.contents .content-14 .row.row-1 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-14 .row.row-1 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-14 .row.row-1 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) {
  margin-left: 25px;
}
.contents .content-14 .row.row-1 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-14 .row.row-1 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-14 .row.row-1 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) .component.button + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-14 .row.row-1 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) .component.button + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-14 .row.row-1 .col.col-2 .dp-richBase_text :is(ul, ol) {
  margin: 0 0 0 25px;
}
.contents .content-14 .row.row-1 .col.col-2 .dp-richBase_text :is(ul, ol) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-14 .row.row-1 .col.col-2 .dp-richBase_text :is(ul, ol) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-14 .row.row-1 .col.col-2 .dp-richBase_text :is(table, .normal-table, .table-with-row-header, .table-with-two-headers) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-14 .row.row-1 .col.col-2 .dp-richBase_text :is(table, .normal-table, .table-with-row-header, .table-with-two-headers) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-14 .row.row-1 .col.col-2 .dp-richBase_text .component.button {
  margin: 0;
}
.contents .content-14 .row.row-1 .col.col-2 .dp-richBase_text .component.button.button + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-14 .row.row-1 .col.col-2 .dp-richBase_text .component.button.button + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-14 .row.row-1 .col.col-2 .dp-richBase_text .component.button.button .button-cont a.blue {
  background: #254a73;
  color: #fff !important;
  text-decoration: none;
}
.contents .content-14 .row.row-1 .col.col-2 .dp-richBase_text .component.button.button .button-cont a.blue:hover {
  opacity: 0.4;
}
.contents .content-14 .row.row-1 .col.col-2 .dp-hd_custom01-01 {
  margin: 10px 0 0;
}
.contents .content-14 .row.row-1 .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-14 .row.row-1 .col.col-2 .dp-hd_custom01-01 :is(h1, h2, h3, h4, h5) {
    overflow-wrap: break-word;
  }
}
.contents .content-14 .row.row-1 .col.col-2 .dp-hd_custom01-01 :is(h1, h2, h3, h4, h5) .strong {
  font-weight: 400;
}
.contents .content-14 .row.row-1 .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-14 .row.row-1 .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-14 .row.row-1 .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-14 .row.row-1 .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-14 .row.row-1 .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-14 .row.row-1 .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-14 .row.row-1 .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-14 .row.row-1 .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-14 .row.row-1 .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-14 .row.row-1 .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-14 .row.row-1 .col.col-2 .dp-richBase_text {
  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);
}
@media screen and (max-width: 769px) {
  .contents .content-14 .row.row-1 .col.col-2 .dp-richBase_text {
    font-size: var(--fo-text-font-size-sp);
  }
}
.contents .content-14 .row.row-1 .col.col-2 .dp-richBase_text :link {
  text-decoration: none;
}
.contents .content-14 .row.row-1 .col.col-2 .dp-richBase_text :visited {
  text-decoration: none;
}
.contents .content-14 .row.row-1 .col.col-2 .dp-richBase_text a {
  color: var(--fo-text-link-color);
}
.contents .content-14 .row.row-1 .col.col-2 .dp-richBase_text 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-14 .row.row-1 .col.col-2 .dp-richBase_text p {
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}
.contents .content-14 .row.row-1 .col.col-2 .dp-richBase_text p + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-14 .row.row-1 .col.col-2 .dp-richBase_text p + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-14 .row.row-1 .col.col-2 .dp-richBase_text li {
  font-size: inherit;
}
.contents .content-14 .row.row-1 .col.col-2 .dp-richBase_text li a {
  font-size: inherit;
}
.contents .content-14 .row.row-1 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) {
  border-color: #eee;
}
.contents .content-14 .row.row-1 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) {
  background-clip: padding-box;
  position: static;
}
.contents .content-14 .row.row-1 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p {
  font-size: inherit;
}
.contents .content-14 .row.row-1 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-14 .row.row-1 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-14 .row.row-1 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) {
  margin-left: 25px;
}
.contents .content-14 .row.row-1 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-14 .row.row-1 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-14 .row.row-1 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) .component.button + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-14 .row.row-1 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) .component.button + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-14 .row.row-1 .col.col-2 .dp-richBase_text :is(ul, ol) {
  margin: 0 0 0 25px;
}
.contents .content-14 .row.row-1 .col.col-2 .dp-richBase_text :is(ul, ol) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-14 .row.row-1 .col.col-2 .dp-richBase_text :is(ul, ol) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-14 .row.row-1 .col.col-2 .dp-richBase_text :is(table, .normal-table, .table-with-row-header, .table-with-two-headers) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-14 .row.row-1 .col.col-2 .dp-richBase_text :is(table, .normal-table, .table-with-row-header, .table-with-two-headers) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-14 .row.row-1 .col.col-2 .dp-richBase_text .component.button {
  margin: 0;
}
.contents .content-14 .row.row-1 .col.col-2 .dp-richBase_text .component.button.button + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-14 .row.row-1 .col.col-2 .dp-richBase_text .component.button.button + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-14 .row.row-1 .col.col-2 .dp-richBase_text .component.button.button .button-cont a.blue {
  background: #254a73;
  color: #fff !important;
  text-decoration: none;
}
.contents .content-14 .row.row-1 .col.col-2 .dp-richBase_text .component.button.button .button-cont a.blue:hover {
  opacity: 0.4;
}
.contents .content-14 .row.row-1 .col.col-2 .dp-richBase_text {
  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);
}
@media screen and (max-width: 769px) {
  .contents .content-14 .row.row-1 .col.col-2 .dp-richBase_text {
    font-size: var(--fo-text-font-size-sp);
  }
}
.contents .content-14 .row.row-1 .col.col-2 .dp-richBase_text :link {
  text-decoration: none;
}
.contents .content-14 .row.row-1 .col.col-2 .dp-richBase_text :visited {
  text-decoration: none;
}
.contents .content-14 .row.row-1 .col.col-2 .dp-richBase_text a {
  color: var(--fo-text-link-color);
}
.contents .content-14 .row.row-1 .col.col-2 .dp-richBase_text 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-14 .row.row-1 .col.col-2 .dp-richBase_text p {
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}
.contents .content-14 .row.row-1 .col.col-2 .dp-richBase_text p + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-14 .row.row-1 .col.col-2 .dp-richBase_text p + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-14 .row.row-1 .col.col-2 .dp-richBase_text li {
  font-size: inherit;
}
.contents .content-14 .row.row-1 .col.col-2 .dp-richBase_text li a {
  font-size: inherit;
}
.contents .content-14 .row.row-1 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) {
  border-color: #eee;
}
.contents .content-14 .row.row-1 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) {
  background-clip: padding-box;
  position: static;
}
.contents .content-14 .row.row-1 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p {
  font-size: inherit;
}
.contents .content-14 .row.row-1 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-14 .row.row-1 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-14 .row.row-1 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) {
  margin-left: 25px;
}
.contents .content-14 .row.row-1 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-14 .row.row-1 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-14 .row.row-1 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) .component.button + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-14 .row.row-1 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) .component.button + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-14 .row.row-1 .col.col-2 .dp-richBase_text :is(ul, ol) {
  margin: 0 0 0 25px;
}
.contents .content-14 .row.row-1 .col.col-2 .dp-richBase_text :is(ul, ol) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-14 .row.row-1 .col.col-2 .dp-richBase_text :is(ul, ol) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-14 .row.row-1 .col.col-2 .dp-richBase_text :is(table, .normal-table, .table-with-row-header, .table-with-two-headers) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-14 .row.row-1 .col.col-2 .dp-richBase_text :is(table, .normal-table, .table-with-row-header, .table-with-two-headers) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-14 .row.row-1 .col.col-2 .dp-richBase_text .component.button {
  margin: 0;
}
.contents .content-14 .row.row-1 .col.col-2 .dp-richBase_text .component.button.button + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-14 .row.row-1 .col.col-2 .dp-richBase_text .component.button.button + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-14 .row.row-1 .col.col-2 .dp-richBase_text .component.button.button .button-cont a.blue {
  background: #254a73;
  color: #fff !important;
  text-decoration: none;
}
.contents .content-14 .row.row-1 .col.col-2 .dp-richBase_text .component.button.button .button-cont a.blue:hover {
  opacity: 0.4;
}

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

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

.dp-so02_sec:not(:root):not(:root):not(:root):not(:root) {
  background-color: var(--fo-background-color1);
  padding: calc(80px * var(--fo-spacing-coef) - 30px) 0 calc(80px * var(--fo-spacing-coef) - 40px);
}
@media screen and (max-width: 769px) {
  .dp-so02_sec:not(:root):not(:root):not(:root):not(:root) {
    padding: calc(80px * var(--fo-spacing-coef) * 0.75 - 30px) 0;
  }
}

.contents .content-16 .dp-so02_imgL_row {
  display: flex;
  margin: 10px auto 20px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 834px) {
  .contents .content-16 .dp-so02_imgL_row {
    flex-wrap: wrap;
    margin-top: 0;
  }
}
.contents .content-16 .dp-so02_imgL_row + :is(.dp-so02_imgL_row, .dp-so02_imgR_row) {
  margin-top: calc(48px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-16 .dp-so02_imgL_row + :is(.dp-so02_imgL_row, .dp-so02_imgR_row) {
    margin-top: calc(48px * var(--fo-spacing-coef) * 0.75 - 10px);
  }
}
.contents .content-16 .dp-so02_imgL_row .col:not(:root) {
  padding: 0;
}
@media screen and (min-width: 770px) {
  .contents .content-16 .dp-so02_imgL_row .col:not(:root):first-child {
    width: 36.79% !important;
  }
}
@media screen and (max-width: 834px) {
  .contents .content-16 .dp-so02_imgL_row .col:not(:root):first-child {
    width: 90% !important;
  }
}
.contents .content-16 .dp-so02_imgL_row .col:not(:root):first-child .component.image {
  margin: 0;
}
@media screen and (max-width: 834px) {
  .contents .content-16 .dp-so02_imgL_row .col:not(:root):first-child .component.image {
    margin-top: 10px;
  }
}
@media screen and (max-width: 834px) {
  .contents .content-16 .dp-so02_imgL_row .col:not(:root):first-child .component.image img {
    width: 100% !important;
  }
}
.contents .content-16 .dp-so02_imgL_row .col:not(:root):nth-child(2) {
  background: #fff;
  box-shadow: 0 3px 8px var(--fo-shadow-color);
  z-index: -1;
  margin: 30px 0 0 calc(80px * var(--fo-spacing-coef) / -2);
  padding: calc(48px * var(--fo-spacing-coef) - 10px) calc(48px * var(--fo-spacing-coef)) calc(48px * var(--fo-spacing-coef) - 10px) calc(80px * var(--fo-spacing-coef));
}
@media screen and (min-width: 770px) {
  .contents .content-16 .dp-so02_imgL_row .col:not(:root):nth-child(2) {
    max-width: 66.98%;
    width: calc(63.21% + 80px * var(--fo-spacing-coef)) !important;
  }
}
@media screen and (max-width: 834px) {
  .contents .content-16 .dp-so02_imgL_row .col:not(:root):nth-child(2) {
    width: 90% !important;
    margin: calc(80px * var(--fo-spacing-coef) * 0.75 / -2) 0 0 10%;
    padding: calc(80px * var(--fo-spacing-coef) * 0.75 - 10px) calc(48px * var(--fo-spacing-coef) * 0.75) calc(48px * var(--fo-spacing-coef) * 0.75 - 10px);
  }
}
@media screen and (min-width: 770px) and (max-width: 834px) {
  .contents .content-16 .dp-so02_imgL_row .col:not(:root):nth-child(2) {
    max-width: 100%;
  }
}
.contents .content-16 .dp-so02_imgL_row .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-16 .dp-so02_imgL_row .col:not(:root) .component.heading:not(:root) :is(h1, h2, h3) {
    margin-bottom: calc(32px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-16 .dp-so02_imgL_row .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-16 .dp-so02_imgL_row .col:not(:root) .component.heading:not(:root) :is(h4, h5) {
    margin-bottom: calc(24px * var(--fo-spacing-coef) * 0.75);
  }
}
.frame-root .frame-content .dp-so02_imgL_row:not(:root) {
  z-index: auto;
}
.frame-root .frame-content .dp-so02_imgL_row:not(:root) .col:not(:root):not(:root):not(:root) {
  z-index: auto;
  margin-left: 0;
  margin-right: 0;
}

.contents .content-16 .row.row-1 .col.col-1 {
  /* sample */
}
.contents .content-16 .row.row-1 .col.col-1 .component.image {
  /* sample */
}
.contents .content-16 .row.row-1 .col.col-2 {
  /* sample */
}
.contents .content-16 .row.row-1 .col.col-2 .dp-hd_custom01-01 {
  margin: 10px 0 0;
}
.contents .content-16 .row.row-1 .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-16 .row.row-1 .col.col-2 .dp-hd_custom01-01 :is(h1, h2, h3, h4, h5) {
    overflow-wrap: break-word;
  }
}
.contents .content-16 .row.row-1 .col.col-2 .dp-hd_custom01-01 :is(h1, h2, h3, h4, h5) .strong {
  font-weight: 400;
}
.contents .content-16 .row.row-1 .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-16 .row.row-1 .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-16 .row.row-1 .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-16 .row.row-1 .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-16 .row.row-1 .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-16 .row.row-1 .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-16 .row.row-1 .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-16 .row.row-1 .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-16 .row.row-1 .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-16 .row.row-1 .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-16 .row.row-1 .col.col-2 .dp-richBase_text {
  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);
}
@media screen and (max-width: 769px) {
  .contents .content-16 .row.row-1 .col.col-2 .dp-richBase_text {
    font-size: var(--fo-text-font-size-sp);
  }
}
.contents .content-16 .row.row-1 .col.col-2 .dp-richBase_text :link {
  text-decoration: none;
}
.contents .content-16 .row.row-1 .col.col-2 .dp-richBase_text :visited {
  text-decoration: none;
}
.contents .content-16 .row.row-1 .col.col-2 .dp-richBase_text a {
  color: var(--fo-text-link-color);
}
.contents .content-16 .row.row-1 .col.col-2 .dp-richBase_text 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-16 .row.row-1 .col.col-2 .dp-richBase_text p {
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}
.contents .content-16 .row.row-1 .col.col-2 .dp-richBase_text p + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-16 .row.row-1 .col.col-2 .dp-richBase_text p + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-16 .row.row-1 .col.col-2 .dp-richBase_text li {
  font-size: inherit;
}
.contents .content-16 .row.row-1 .col.col-2 .dp-richBase_text li a {
  font-size: inherit;
}
.contents .content-16 .row.row-1 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) {
  border-color: #eee;
}
.contents .content-16 .row.row-1 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) {
  background-clip: padding-box;
  position: static;
}
.contents .content-16 .row.row-1 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p {
  font-size: inherit;
}
.contents .content-16 .row.row-1 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-16 .row.row-1 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-16 .row.row-1 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) {
  margin-left: 25px;
}
.contents .content-16 .row.row-1 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-16 .row.row-1 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-16 .row.row-1 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) .component.button + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-16 .row.row-1 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) .component.button + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-16 .row.row-1 .col.col-2 .dp-richBase_text :is(ul, ol) {
  margin: 0 0 0 25px;
}
.contents .content-16 .row.row-1 .col.col-2 .dp-richBase_text :is(ul, ol) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-16 .row.row-1 .col.col-2 .dp-richBase_text :is(ul, ol) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-16 .row.row-1 .col.col-2 .dp-richBase_text :is(table, .normal-table, .table-with-row-header, .table-with-two-headers) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-16 .row.row-1 .col.col-2 .dp-richBase_text :is(table, .normal-table, .table-with-row-header, .table-with-two-headers) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-16 .row.row-1 .col.col-2 .dp-richBase_text .component.button {
  margin: 0;
}
.contents .content-16 .row.row-1 .col.col-2 .dp-richBase_text .component.button.button + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-16 .row.row-1 .col.col-2 .dp-richBase_text .component.button.button + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-16 .row.row-1 .col.col-2 .dp-richBase_text .component.button.button .button-cont a.blue {
  background: #254a73;
  color: #fff !important;
  text-decoration: none;
}
.contents .content-16 .row.row-1 .col.col-2 .dp-richBase_text .component.button.button .button-cont a.blue:hover {
  opacity: 0.4;
}

.contents .content-16 .dp-so02_imgR_row {
  display: flex;
  margin: 10px auto 20px;
}
@media screen and (max-width: 834px) {
  .contents .content-16 .dp-so02_imgR_row {
    flex-wrap: wrap-reverse;
    margin-top: 0;
  }
}
.contents .content-16 .dp-so02_imgR_row + :is(.dp-so02_imgL_row, .dp-so02_imgR_row) {
  margin-top: calc(48px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-16 .dp-so02_imgR_row + :is(.dp-so02_imgL_row, .dp-so02_imgR_row) {
    margin-top: calc(48px * var(--fo-spacing-coef) * 0.75 - 10px);
  }
}
.contents .content-16 .dp-so02_imgR_row .col:not(:root) {
  padding: 0;
}
.contents .content-16 .dp-so02_imgR_row .col:not(:root):first-child {
  background: #fff;
  box-shadow: 0 3px 8px var(--fo-shadow-color);
  position: relative;
  margin: 30px calc(80px * var(--fo-spacing-coef) / -2) 0 0;
  padding: calc(48px * var(--fo-spacing-coef) - 10px) calc(80px * var(--fo-spacing-coef)) calc(48px * var(--fo-spacing-coef) - 10px) calc(48px * var(--fo-spacing-coef));
}
@media screen and (min-width: 770px) {
  .contents .content-16 .dp-so02_imgR_row .col:not(:root):first-child {
    max-width: 66.98%;
    width: calc(63.21% + 80px * var(--fo-spacing-coef)) !important;
  }
}
@media screen and (max-width: 834px) {
  .contents .content-16 .dp-so02_imgR_row .col:not(:root):first-child {
    width: 90% !important;
    margin: calc(80px * var(--fo-spacing-coef) * 0.75 / -2) 0 0 10%;
    padding: calc(80px * var(--fo-spacing-coef) * 0.75 - 10px) calc(48px * var(--fo-spacing-coef) * 0.75) calc(48px * var(--fo-spacing-coef) * 0.75 - 10px);
  }
}
@media screen and (min-width: 770px) and (max-width: 834px) {
  .contents .content-16 .dp-so02_imgR_row .col:not(:root):first-child {
    max-width: 100%;
  }
}
@media screen and (min-width: 770px) {
  .contents .content-16 .dp-so02_imgR_row .col:not(:root):nth-child(2) {
    width: 36.79% !important;
  }
}
@media screen and (max-width: 834px) {
  .contents .content-16 .dp-so02_imgR_row .col:not(:root):nth-child(2) {
    width: 90% !important;
  }
}
.contents .content-16 .dp-so02_imgR_row .col:not(:root):nth-child(2) .component.image {
  margin: 0;
}
@media screen and (max-width: 834px) {
  .contents .content-16 .dp-so02_imgR_row .col:not(:root):nth-child(2) .component.image {
    margin-top: 10px;
  }
}
@media screen and (max-width: 834px) {
  .contents .content-16 .dp-so02_imgR_row .col:not(:root):nth-child(2) .component.image img {
    width: 100% !important;
  }
}
.contents .content-16 .dp-so02_imgR_row .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-16 .dp-so02_imgR_row .col:not(:root) .component.heading:not(:root) :is(h1, h2, h3) {
    margin-bottom: calc(32px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-16 .dp-so02_imgR_row .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-16 .dp-so02_imgR_row .col:not(:root) .component.heading:not(:root) :is(h4, h5) {
    margin-bottom: calc(24px * var(--fo-spacing-coef) * 0.75);
  }
}
.frame-root .frame-content .dp-so02_imgR_row:not(:root) {
  z-index: auto;
}
.frame-root .frame-content .dp-so02_imgR_row:not(:root) .col:not(:root):not(:root):not(:root) {
  z-index: auto;
  margin-left: 0;
  margin-right: 0;
}

.contents .content-16 .row.row-2 .col.col-1 {
  /* sample */
}
.contents .content-16 .row.row-2 .col.col-1 .dp-hd_custom01-01 {
  margin: 10px 0 0;
}
.contents .content-16 .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-16 .row.row-2 .col.col-1 .dp-hd_custom01-01 :is(h1, h2, h3, h4, h5) {
    overflow-wrap: break-word;
  }
}
.contents .content-16 .row.row-2 .col.col-1 .dp-hd_custom01-01 :is(h1, h2, h3, h4, h5) .strong {
  font-weight: 400;
}
.contents .content-16 .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-16 .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-16 .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-16 .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-16 .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-16 .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-16 .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-16 .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-16 .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-16 .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-16 .row.row-2 .col.col-1 .dp-richBase_text {
  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);
}
@media screen and (max-width: 769px) {
  .contents .content-16 .row.row-2 .col.col-1 .dp-richBase_text {
    font-size: var(--fo-text-font-size-sp);
  }
}
.contents .content-16 .row.row-2 .col.col-1 .dp-richBase_text :link {
  text-decoration: none;
}
.contents .content-16 .row.row-2 .col.col-1 .dp-richBase_text :visited {
  text-decoration: none;
}
.contents .content-16 .row.row-2 .col.col-1 .dp-richBase_text a {
  color: var(--fo-text-link-color);
}
.contents .content-16 .row.row-2 .col.col-1 .dp-richBase_text 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-16 .row.row-2 .col.col-1 .dp-richBase_text p {
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}
.contents .content-16 .row.row-2 .col.col-1 .dp-richBase_text p + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-16 .row.row-2 .col.col-1 .dp-richBase_text p + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-16 .row.row-2 .col.col-1 .dp-richBase_text li {
  font-size: inherit;
}
.contents .content-16 .row.row-2 .col.col-1 .dp-richBase_text li a {
  font-size: inherit;
}
.contents .content-16 .row.row-2 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) {
  border-color: #eee;
}
.contents .content-16 .row.row-2 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) {
  background-clip: padding-box;
  position: static;
}
.contents .content-16 .row.row-2 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p {
  font-size: inherit;
}
.contents .content-16 .row.row-2 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-16 .row.row-2 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-16 .row.row-2 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) {
  margin-left: 25px;
}
.contents .content-16 .row.row-2 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-16 .row.row-2 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-16 .row.row-2 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) .component.button + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-16 .row.row-2 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) .component.button + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-16 .row.row-2 .col.col-1 .dp-richBase_text :is(ul, ol) {
  margin: 0 0 0 25px;
}
.contents .content-16 .row.row-2 .col.col-1 .dp-richBase_text :is(ul, ol) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-16 .row.row-2 .col.col-1 .dp-richBase_text :is(ul, ol) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-16 .row.row-2 .col.col-1 .dp-richBase_text :is(table, .normal-table, .table-with-row-header, .table-with-two-headers) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-16 .row.row-2 .col.col-1 .dp-richBase_text :is(table, .normal-table, .table-with-row-header, .table-with-two-headers) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-16 .row.row-2 .col.col-1 .dp-richBase_text .component.button {
  margin: 0;
}
.contents .content-16 .row.row-2 .col.col-1 .dp-richBase_text .component.button.button + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-16 .row.row-2 .col.col-1 .dp-richBase_text .component.button.button + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-16 .row.row-2 .col.col-1 .dp-richBase_text .component.button.button .button-cont a.blue {
  background: #254a73;
  color: #fff !important;
  text-decoration: none;
}
.contents .content-16 .row.row-2 .col.col-1 .dp-richBase_text .component.button.button .button-cont a.blue:hover {
  opacity: 0.4;
}
.contents .content-16 .row.row-2 .col.col-2 {
  /* sample */
}
.contents .content-16 .row.row-2 .col.col-2 .component.image {
  /* sample */
}

.contents .content-16 .dp-so02_imgL_row {
  display: flex;
  margin: 10px auto 20px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 834px) {
  .contents .content-16 .dp-so02_imgL_row {
    flex-wrap: wrap;
    margin-top: 0;
  }
}
.contents .content-16 .dp-so02_imgL_row + :is(.dp-so02_imgL_row, .dp-so02_imgR_row) {
  margin-top: calc(48px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-16 .dp-so02_imgL_row + :is(.dp-so02_imgL_row, .dp-so02_imgR_row) {
    margin-top: calc(48px * var(--fo-spacing-coef) * 0.75 - 10px);
  }
}
.contents .content-16 .dp-so02_imgL_row .col:not(:root) {
  padding: 0;
}
@media screen and (min-width: 770px) {
  .contents .content-16 .dp-so02_imgL_row .col:not(:root):first-child {
    width: 36.79% !important;
  }
}
@media screen and (max-width: 834px) {
  .contents .content-16 .dp-so02_imgL_row .col:not(:root):first-child {
    width: 90% !important;
  }
}
.contents .content-16 .dp-so02_imgL_row .col:not(:root):first-child .component.image {
  margin: 0;
}
@media screen and (max-width: 834px) {
  .contents .content-16 .dp-so02_imgL_row .col:not(:root):first-child .component.image {
    margin-top: 10px;
  }
}
@media screen and (max-width: 834px) {
  .contents .content-16 .dp-so02_imgL_row .col:not(:root):first-child .component.image img {
    width: 100% !important;
  }
}
.contents .content-16 .dp-so02_imgL_row .col:not(:root):nth-child(2) {
  background: #fff;
  box-shadow: 0 3px 8px var(--fo-shadow-color);
  z-index: -1;
  margin: 30px 0 0 calc(80px * var(--fo-spacing-coef) / -2);
  padding: calc(48px * var(--fo-spacing-coef) - 10px) calc(48px * var(--fo-spacing-coef)) calc(48px * var(--fo-spacing-coef) - 10px) calc(80px * var(--fo-spacing-coef));
}
@media screen and (min-width: 770px) {
  .contents .content-16 .dp-so02_imgL_row .col:not(:root):nth-child(2) {
    max-width: 66.98%;
    width: calc(63.21% + 80px * var(--fo-spacing-coef)) !important;
  }
}
@media screen and (max-width: 834px) {
  .contents .content-16 .dp-so02_imgL_row .col:not(:root):nth-child(2) {
    width: 90% !important;
    margin: calc(80px * var(--fo-spacing-coef) * 0.75 / -2) 0 0 10%;
    padding: calc(80px * var(--fo-spacing-coef) * 0.75 - 10px) calc(48px * var(--fo-spacing-coef) * 0.75) calc(48px * var(--fo-spacing-coef) * 0.75 - 10px);
  }
}
@media screen and (min-width: 770px) and (max-width: 834px) {
  .contents .content-16 .dp-so02_imgL_row .col:not(:root):nth-child(2) {
    max-width: 100%;
  }
}
.contents .content-16 .dp-so02_imgL_row .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-16 .dp-so02_imgL_row .col:not(:root) .component.heading:not(:root) :is(h1, h2, h3) {
    margin-bottom: calc(32px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-16 .dp-so02_imgL_row .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-16 .dp-so02_imgL_row .col:not(:root) .component.heading:not(:root) :is(h4, h5) {
    margin-bottom: calc(24px * var(--fo-spacing-coef) * 0.75);
  }
}
.frame-root .frame-content .dp-so02_imgL_row:not(:root) {
  z-index: auto;
}
.frame-root .frame-content .dp-so02_imgL_row:not(:root) .col:not(:root):not(:root):not(:root) {
  z-index: auto;
  margin-left: 0;
  margin-right: 0;
}

.contents .content-16 .row.row-3 .col.col-1 {
  /* sample */
}
.contents .content-16 .row.row-3 .col.col-1 .component.image {
  /* sample */
}
.contents .content-16 .row.row-3 .col.col-2 {
  /* sample */
}
.contents .content-16 .row.row-3 .col.col-2 .dp-hd_custom01-01 {
  margin: 10px 0 0;
}
.contents .content-16 .row.row-3 .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-16 .row.row-3 .col.col-2 .dp-hd_custom01-01 :is(h1, h2, h3, h4, h5) {
    overflow-wrap: break-word;
  }
}
.contents .content-16 .row.row-3 .col.col-2 .dp-hd_custom01-01 :is(h1, h2, h3, h4, h5) .strong {
  font-weight: 400;
}
.contents .content-16 .row.row-3 .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-16 .row.row-3 .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-16 .row.row-3 .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-16 .row.row-3 .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-16 .row.row-3 .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-16 .row.row-3 .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-16 .row.row-3 .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-16 .row.row-3 .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-16 .row.row-3 .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-16 .row.row-3 .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-16 .row.row-3 .col.col-2 .dp-richBase_text {
  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);
}
@media screen and (max-width: 769px) {
  .contents .content-16 .row.row-3 .col.col-2 .dp-richBase_text {
    font-size: var(--fo-text-font-size-sp);
  }
}
.contents .content-16 .row.row-3 .col.col-2 .dp-richBase_text :link {
  text-decoration: none;
}
.contents .content-16 .row.row-3 .col.col-2 .dp-richBase_text :visited {
  text-decoration: none;
}
.contents .content-16 .row.row-3 .col.col-2 .dp-richBase_text a {
  color: var(--fo-text-link-color);
}
.contents .content-16 .row.row-3 .col.col-2 .dp-richBase_text 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-16 .row.row-3 .col.col-2 .dp-richBase_text p {
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}
.contents .content-16 .row.row-3 .col.col-2 .dp-richBase_text p + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-16 .row.row-3 .col.col-2 .dp-richBase_text p + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-16 .row.row-3 .col.col-2 .dp-richBase_text li {
  font-size: inherit;
}
.contents .content-16 .row.row-3 .col.col-2 .dp-richBase_text li a {
  font-size: inherit;
}
.contents .content-16 .row.row-3 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) {
  border-color: #eee;
}
.contents .content-16 .row.row-3 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) {
  background-clip: padding-box;
  position: static;
}
.contents .content-16 .row.row-3 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p {
  font-size: inherit;
}
.contents .content-16 .row.row-3 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-16 .row.row-3 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-16 .row.row-3 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) {
  margin-left: 25px;
}
.contents .content-16 .row.row-3 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-16 .row.row-3 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-16 .row.row-3 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) .component.button + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-16 .row.row-3 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) .component.button + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-16 .row.row-3 .col.col-2 .dp-richBase_text :is(ul, ol) {
  margin: 0 0 0 25px;
}
.contents .content-16 .row.row-3 .col.col-2 .dp-richBase_text :is(ul, ol) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-16 .row.row-3 .col.col-2 .dp-richBase_text :is(ul, ol) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-16 .row.row-3 .col.col-2 .dp-richBase_text :is(table, .normal-table, .table-with-row-header, .table-with-two-headers) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-16 .row.row-3 .col.col-2 .dp-richBase_text :is(table, .normal-table, .table-with-row-header, .table-with-two-headers) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-16 .row.row-3 .col.col-2 .dp-richBase_text .component.button {
  margin: 0;
}
.contents .content-16 .row.row-3 .col.col-2 .dp-richBase_text .component.button.button + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-16 .row.row-3 .col.col-2 .dp-richBase_text .component.button.button + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-16 .row.row-3 .col.col-2 .dp-richBase_text .component.button.button .button-cont a.blue {
  background: #254a73;
  color: #fff !important;
  text-decoration: none;
}
.contents .content-16 .row.row-3 .col.col-2 .dp-richBase_text .component.button.button .button-cont a.blue:hover {
  opacity: 0.4;
}

.contents .content-16 .row.row-4 {
  /* sample */
}
.contents .content-16 .row.row-4 .col.col-1 {
  /* sample */
}
.contents .content-16 .row.row-4 .col.col-1 .dp-btn_custom03-04 {
  margin-top: calc(64px * var(--fo-spacing-coef) - 20px);
  padding: 0;
}
@media screen and (max-width: 769px) {
  .contents .content-16 .row.row-4 .col.col-1 .dp-btn_custom03-04 {
    margin-top: calc(64px * var(--fo-spacing-coef) * 0.75 - 10px);
  }
}
.contents .content-16 .row.row-4 .col.col-1 .dp-btn_custom03-04 .button-cont {
  margin: 0;
  padding: 0;
}
.contents .content-16 .row.row-4 .col.col-1 .dp-btn_custom03-04 .button-cont a:where(.size-s, .size-m, .size-l) {
  background: var(--fo-button3-background, transparent) -1px/calc(100% + 2px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  font-family: var(--fo-text-font-family);
  color: var(--fo-button3-text-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 var(--fo-button3-border-color, transparent);
  border-radius: var(--fo-button3-border-radius);
  margin: 0;
}
.contents .content-16 .row.row-4 .col.col-1 .dp-btn_custom03-04 .button-cont a:where(.size-s, .size-m, .size-l)::after {
  content: "\f054";
  font-family: "FontAwesome";
  color: inherit;
  line-height: 1;
  position: relative;
  top: 1.5px;
  right: -10px;
  letter-spacing: 0;
  line-height: 1;
}
.contents .content-16 .row.row-4 .col.col-1 .dp-btn_custom03-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-16 .row.row-4 .col.col-1 .dp-btn_custom03-04 .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-16 .row.row-4 .col.col-1 .dp-btn_custom03-04 .button-cont a.size-s {
    min-width: var(--fo-button-small-min-width-pc);
  }
}
.contents .content-16 .row.row-4 .col.col-1 .dp-btn_custom03-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-16 .row.row-4 .col.col-1 .dp-btn_custom03-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-16 .row.row-4 .col.col-1 .dp-btn_custom03-04 .button-cont a.size-m {
    min-width: var(--fo-button-medium-min-width-pc);
  }
}
.contents .content-16 .row.row-4 .col.col-1 .dp-btn_custom03-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-16 .row.row-4 .col.col-1 .dp-btn_custom03-04 .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-16 .row.row-4 .col.col-1 .dp-btn_custom03-04 .button-cont a.size-l {
    width: auto;
    min-width: var(--fo-button-large-min-width-pc);
  }
}
.contents .content-16 .row.row-4 .col.col-1 .dp-btn_custom03-04 .button-cont a:hover {
  opacity: var(--fo-button3-hover-opacity, 1);
  transform: scale(var(--fo-button3-hover-scale, 1));
  background: var(--fo-button3-hover-background-color, var(--fo-button3-background, transparent)) -1px/calc(100% + 2px);
  color: var(--fo-button3-hover-text-color, var(--fo-button3-text-color));
  border: 1px solid var(--fo-button3-hover-border-color, var(--fo-button3-border-color, transparent));
}

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

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

.dp-so07_sec:not(:root):not(:root):not(:root):not(:root) {
  background-color: var(--fo-background-color1);
  padding: calc(80px * var(--fo-spacing-coef) - 30px) 0 calc(80px * var(--fo-spacing-coef) - 40px);
}
@media screen and (max-width: 769px) {
  .dp-so07_sec:not(:root):not(:root):not(:root):not(:root) {
    padding: calc(80px * var(--fo-spacing-coef) * 0.75 - 30px) 0;
  }
}
.dp-so07_sec:not(:root):not(:root):not(:root):not(:root) .inner {
  max-width: 1440px;
  padding: 20px 0;
}
@media screen and (max-width: 834px) {
  .dp-so07_sec:not(:root):not(:root):not(:root):not(:root) .inner {
    padding: 20px;
  }
}
.dp-so07_sec:not(:root):not(:root):not(:root):not(:root) .inner .row.so07-imgR_row {
  display: flex;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 770px) {
  .dp-so07_sec:not(:root):not(:root):not(:root):not(:root) .inner .row.so07-imgR_row {
    align-items: start;
    justify-content: flex-end;
    margin: 10px auto 20px;
  }
}
@media screen and (min-width: 770px) and (max-width: 834px) {
  .dp-so07_sec:not(:root):not(:root):not(:root):not(:root) .inner .row.so07-imgR_row {
    flex-wrap: wrap-reverse;
  }
}
@media screen and (max-width: 769px) {
  .dp-so07_sec:not(:root):not(:root):not(:root):not(:root) .inner .row.so07-imgR_row {
    margin: 10px 0;
    flex-wrap: wrap-reverse;
  }
}
.dp-so07_sec:not(:root):not(:root):not(:root):not(:root) .inner .row.so07-imgR_row + :is(.so07-imgL_row, .so07-imgR_row) {
  margin-top: calc(48px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .dp-so07_sec:not(:root):not(:root):not(:root):not(:root) .inner .row.so07-imgR_row + :is(.so07-imgL_row, .so07-imgR_row) {
    margin-top: calc(48px * var(--fo-spacing-coef) * 0.75);
  }
}
.dp-so07_sec:not(:root):not(:root):not(:root):not(:root) .inner .row.so07-imgR_row .col {
  padding: 0;
}
.dp-so07_sec:not(:root):not(:root):not(:root):not(:root) .inner .row.so07-imgR_row .col:first-child {
  background-color: #fff;
  box-shadow: 0 3px 8px var(--fo-shadow-color);
  padding: calc(64px * var(--fo-spacing-coef) - 10px) calc(64px * var(--fo-spacing-coef));
}
@media screen and (min-width: 770px) {
  .dp-so07_sec:not(:root):not(:root):not(:root):not(:root) .inner .row.so07-imgR_row .col:first-child {
    max-width: 570px;
    width: 100% !important;
    margin: 64px -60px 0 0;
  }
}
@media screen and (min-width: 770px) and (max-width: 834px) {
  .dp-so07_sec:not(:root):not(:root):not(:root):not(:root) .inner .row.so07-imgR_row .col:first-child {
    display: block;
    max-width: none;
    width: 100% !important;
    margin: -60px 0 0 20px;
  }
}
@media screen and (max-width: 769px) {
  .dp-so07_sec:not(:root):not(:root):not(:root):not(:root) .inner .row.so07-imgR_row .col:first-child {
    margin: -30px 0 0 20px;
    padding: calc(64px * var(--fo-spacing-coef) * 0.75 - 10px) calc(64px * var(--fo-spacing-coef) * 0.75);
  }
}
.dp-so07_sec:not(:root):not(:root):not(:root):not(:root) .inner .row.so07-imgR_row .col:first-child .component.heading:not(:root) :is(h1, h2, h3) {
  margin-bottom: calc(32px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .dp-so07_sec:not(:root):not(:root):not(:root):not(:root) .inner .row.so07-imgR_row .col:first-child .component.heading:not(:root) :is(h1, h2, h3) {
    margin-bottom: calc(32px * var(--fo-spacing-coef) * 0.75);
  }
}
.dp-so07_sec:not(:root):not(:root):not(:root):not(:root) .inner .row.so07-imgR_row .col:first-child .component.heading:not(:root) :is(h4, h5) {
  margin-bottom: calc(24px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .dp-so07_sec:not(:root):not(:root):not(:root):not(:root) .inner .row.so07-imgR_row .col:first-child .component.heading:not(:root) :is(h4, h5) {
    margin-bottom: calc(24px * var(--fo-spacing-coef) * 0.75);
  }
}
.dp-so07_sec:not(:root):not(:root):not(:root):not(:root) .inner .row.so07-imgR_row .col:nth-child(2) {
  position: relative;
  z-index: -1;
}
@media screen and (min-width: 770px) {
  .dp-so07_sec:not(:root):not(:root):not(:root):not(:root) .inner .row.so07-imgR_row .col:nth-child(2) {
    max-width: 790px;
    width: 100% !important;
  }
}
@media screen and (min-width: 770px) and (max-width: 834px) {
  .dp-so07_sec:not(:root):not(:root):not(:root):not(:root) .inner .row.so07-imgR_row .col:nth-child(2) {
    display: block;
    max-width: none;
    width: 100% !important;
    padding-right: 20px;
  }
}
@media screen and (max-width: 769px) {
  .dp-so07_sec:not(:root):not(:root):not(:root):not(:root) .inner .row.so07-imgR_row .col:nth-child(2) {
    padding-right: 20px;
  }
}
.dp-so07_sec:not(:root):not(:root):not(:root):not(:root) .inner .row.so07-imgR_row .col:nth-child(2) .component.image {
  margin: 0;
}
.dp-so07_sec:not(:root):not(:root):not(:root):not(:root) .inner .row.so07-imgL_row {
  display: flex;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 770px) {
  .dp-so07_sec:not(:root):not(:root):not(:root):not(:root) .inner .row.so07-imgL_row {
    align-items: start;
    margin: 10px auto 20px;
  }
}
@media screen and (min-width: 770px) and (max-width: 834px) {
  .dp-so07_sec:not(:root):not(:root):not(:root):not(:root) .inner .row.so07-imgL_row {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 769px) {
  .dp-so07_sec:not(:root):not(:root):not(:root):not(:root) .inner .row.so07-imgL_row {
    flex-wrap: wrap;
    margin: 10px 0;
  }
}
.dp-so07_sec:not(:root):not(:root):not(:root):not(:root) .inner .row.so07-imgL_row + :is(.so07-imgL_row, .so07-imgR_row) {
  margin-top: calc(48px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .dp-so07_sec:not(:root):not(:root):not(:root):not(:root) .inner .row.so07-imgL_row + :is(.so07-imgL_row, .so07-imgR_row) {
    margin-top: calc(48px * var(--fo-spacing-coef) * 0.75);
  }
}
.dp-so07_sec:not(:root):not(:root):not(:root):not(:root) .inner .row.so07-imgL_row .col {
  padding: 0;
}
.dp-so07_sec:not(:root):not(:root):not(:root):not(:root) .inner .row.so07-imgL_row .col:first-child {
  position: relative;
  z-index: -1;
}
@media screen and (min-width: 770px) {
  .dp-so07_sec:not(:root):not(:root):not(:root):not(:root) .inner .row.so07-imgL_row .col:first-child {
    max-width: 790px;
    width: 100% !important;
  }
}
@media screen and (min-width: 770px) and (max-width: 834px) {
  .dp-so07_sec:not(:root):not(:root):not(:root):not(:root) .inner .row.so07-imgL_row .col:first-child {
    display: block;
    max-width: none;
    width: 100% !important;
    padding-right: 20px;
  }
}
@media screen and (max-width: 769px) {
  .dp-so07_sec:not(:root):not(:root):not(:root):not(:root) .inner .row.so07-imgL_row .col:first-child {
    margin-right: 20px;
  }
}
.dp-so07_sec:not(:root):not(:root):not(:root):not(:root) .inner .row.so07-imgL_row .col:first-child .component.image {
  margin: 0;
}
.dp-so07_sec:not(:root):not(:root):not(:root):not(:root) .inner .row.so07-imgL_row .col:nth-child(2) {
  background-color: #fff;
  box-shadow: 0 3px 8px var(--fo-shadow-color);
  padding: calc(64px * var(--fo-spacing-coef) - 10px) calc(64px * var(--fo-spacing-coef));
}
@media screen and (min-width: 770px) {
  .dp-so07_sec:not(:root):not(:root):not(:root):not(:root) .inner .row.so07-imgL_row .col:nth-child(2) {
    max-width: 570px;
    width: 100% !important;
    margin: 64px 0 0 -60px;
  }
}
@media screen and (min-width: 770px) and (max-width: 834px) {
  .dp-so07_sec:not(:root):not(:root):not(:root):not(:root) .inner .row.so07-imgL_row .col:nth-child(2) {
    display: block;
    max-width: none;
    width: 100% !important;
    margin: -60px 0 0 20px;
  }
}
@media screen and (max-width: 769px) {
  .dp-so07_sec:not(:root):not(:root):not(:root):not(:root) .inner .row.so07-imgL_row .col:nth-child(2) {
    margin: -30px 0 0 20px;
    padding: calc(64px * var(--fo-spacing-coef) * 0.75 - 10px) calc(64px * var(--fo-spacing-coef) * 0.75);
  }
}
.dp-so07_sec:not(:root):not(:root):not(:root):not(:root) .inner .row.so07-imgL_row .col:nth-child(2) .component.heading:not(:root) :is(h1, h2, h3) {
  margin-bottom: calc(32px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .dp-so07_sec:not(:root):not(:root):not(:root):not(:root) .inner .row.so07-imgL_row .col:nth-child(2) .component.heading:not(:root) :is(h1, h2, h3) {
    margin-bottom: calc(32px * var(--fo-spacing-coef) * 0.75);
  }
}
.dp-so07_sec:not(:root):not(:root):not(:root):not(:root) .inner .row.so07-imgL_row .col:nth-child(2) .component.heading:not(:root) :is(h4, h5) {
  margin-bottom: calc(24px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .dp-so07_sec:not(:root):not(:root):not(:root):not(:root) .inner .row.so07-imgL_row .col:nth-child(2) .component.heading:not(:root) :is(h4, h5) {
    margin-bottom: calc(24px * var(--fo-spacing-coef) * 0.75);
  }
}

.frame-root .frame-content .dp-so07_sec:not(:root):not(:root):not(:root):not(:root) .so07-imgL_row, .frame-root .frame-content .dp-so07_sec:not(:root):not(:root):not(:root):not(:root) .so07-imgR_row {
  z-index: auto;
}
.frame-root .frame-content .dp-so07_sec:not(:root):not(:root):not(:root):not(:root) .so07-imgL_row .col:not(:root):not(:root), .frame-root .frame-content .dp-so07_sec:not(:root):not(:root):not(:root):not(:root) .so07-imgR_row .col:not(:root):not(:root) {
  z-index: auto;
  margin-left: 0;
  margin-right: 0;
}

.contents .content-18 .row.row-1 .col.col-1 {
  /* sample */
}
.contents .content-18 .row.row-1 .col.col-1 .dp-richNumber02_text {
  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-bottom: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-18 .row.row-1 .col.col-1 .dp-richNumber02_text {
    font-size: var(--fo-text-font-size-sp);
    margin-bottom: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-18 .row.row-1 .col.col-1 .dp-richNumber02_text :link {
  text-decoration: none;
}
.contents .content-18 .row.row-1 .col.col-1 .dp-richNumber02_text :visited {
  text-decoration: none;
}
.contents .content-18 .row.row-1 .col.col-1 .dp-richNumber02_text a {
  color: var(--fo-text-link-color);
}
.contents .content-18 .row.row-1 .col.col-1 .dp-richNumber02_text 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-18 .row.row-1 .col.col-1 .dp-richNumber02_text p {
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}
.contents .content-18 .row.row-1 .col.col-1 .dp-richNumber02_text p + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-18 .row.row-1 .col.col-1 .dp-richNumber02_text p + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-18 .row.row-1 .col.col-1 .dp-richNumber02_text table :is(thead, tbody, tr, th, td) {
  border-color: #eee;
}
.contents .content-18 .row.row-1 .col.col-1 .dp-richNumber02_text table :is(thead, tbody, tr, th, td) tr :is(th, td) {
  background-clip: padding-box;
  position: static;
}
.contents .content-18 .row.row-1 .col.col-1 .dp-richNumber02_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p {
  font-size: inherit;
}
.contents .content-18 .row.row-1 .col.col-1 .dp-richNumber02_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-18 .row.row-1 .col.col-1 .dp-richNumber02_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-18 .row.row-1 .col.col-1 .dp-richNumber02_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) {
  margin-left: 25px;
}
.contents .content-18 .row.row-1 .col.col-1 .dp-richNumber02_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-18 .row.row-1 .col.col-1 .dp-richNumber02_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-18 .row.row-1 .col.col-1 .dp-richNumber02_text table :is(thead, tbody, tr, th, td) tr :is(th, td) .component.button + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-18 .row.row-1 .col.col-1 .dp-richNumber02_text table :is(thead, tbody, tr, th, td) tr :is(th, td) .component.button + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-18 .row.row-1 .col.col-1 .dp-richNumber02_text :is(ul, ol) {
  margin: 0 0 0 25px;
}
.contents .content-18 .row.row-1 .col.col-1 .dp-richNumber02_text :is(ul, ol) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-18 .row.row-1 .col.col-1 .dp-richNumber02_text :is(ul, ol) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-18 .row.row-1 .col.col-1 .dp-richNumber02_text :is(table, .normal-table, .table-with-row-header, .table-with-two-headers) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-18 .row.row-1 .col.col-1 .dp-richNumber02_text :is(table, .normal-table, .table-with-row-header, .table-with-two-headers) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-18 .row.row-1 .col.col-1 .dp-richNumber02_text table {
  width: auto !important;
  font-size: var(--fo-text-font-size-pc);
}
.contents .content-18 .row.row-1 .col.col-1 .dp-richNumber02_text table :is(thead, tbody, tr, th, td) {
  border: 0;
}
.contents .content-18 .row.row-1 .col.col-1 .dp-richNumber02_text table tbody tr td {
  padding: 0;
  color: var(--fo-main-color);
}
.contents .content-18 .row.row-1 .col.col-1 .dp-richNumber02_text table tbody tr td:first-child {
  padding-right: 10px;
  font-size: 42px;
  line-height: 1;
}
.contents .content-18 .row.row-1 .col.col-1 .dp-richNumber02_text .component.button {
  margin: 0;
}
.contents .content-18 .row.row-1 .col.col-1 .dp-richNumber02_text .component.button.button + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-18 .row.row-1 .col.col-1 .dp-richNumber02_text .component.button.button + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-18 .row.row-1 .col.col-1 .dp-richNumber02_text .component.button.button .button-cont a.blue {
  background: #254a73;
  color: #fff !important;
  text-decoration: none;
}
.contents .content-18 .row.row-1 .col.col-1 .dp-richNumber02_text .component.button.button .button-cont a.blue:hover {
  opacity: 0.4;
}
.frame-root .frame-content .dp-richNumber02_text table:not(:root):not(:root):not(:root):not(:root):not(:root):not(:root) th, .frame-root .frame-content .dp-richNumber02_text table:not(:root):not(:root):not(:root):not(:root):not(:root):not(:root) td {
  min-width: 1em;
}
.frame-root .frame-content .dp-richNumber02_text:hover table th, .frame-root .frame-content .dp-richNumber02_text:hover table td, .frame-root .frame-content .dp-richNumber02_text[data-focus=true] table th, .frame-root .frame-content .dp-richNumber02_text[data-focus=true] table td {
  outline: 1px dotted #0f8bfe;
}

.contents .content-18 .row.row-1 .col.col-1 .dp-hd_custom01-01 {
  margin: 10px 0 0;
}
.contents .content-18 .row.row-1 .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-18 .row.row-1 .col.col-1 .dp-hd_custom01-01 :is(h1, h2, h3, h4, h5) {
    overflow-wrap: break-word;
  }
}
.contents .content-18 .row.row-1 .col.col-1 .dp-hd_custom01-01 :is(h1, h2, h3, h4, h5) .strong {
  font-weight: 400;
}
.contents .content-18 .row.row-1 .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-18 .row.row-1 .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-18 .row.row-1 .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-18 .row.row-1 .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-18 .row.row-1 .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-18 .row.row-1 .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-18 .row.row-1 .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-18 .row.row-1 .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-18 .row.row-1 .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-18 .row.row-1 .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-18 .row.row-1 .col.col-1 .dp-richBase_text {
  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);
}
@media screen and (max-width: 769px) {
  .contents .content-18 .row.row-1 .col.col-1 .dp-richBase_text {
    font-size: var(--fo-text-font-size-sp);
  }
}
.contents .content-18 .row.row-1 .col.col-1 .dp-richBase_text :link {
  text-decoration: none;
}
.contents .content-18 .row.row-1 .col.col-1 .dp-richBase_text :visited {
  text-decoration: none;
}
.contents .content-18 .row.row-1 .col.col-1 .dp-richBase_text a {
  color: var(--fo-text-link-color);
}
.contents .content-18 .row.row-1 .col.col-1 .dp-richBase_text 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-18 .row.row-1 .col.col-1 .dp-richBase_text p {
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}
.contents .content-18 .row.row-1 .col.col-1 .dp-richBase_text p + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-18 .row.row-1 .col.col-1 .dp-richBase_text p + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-18 .row.row-1 .col.col-1 .dp-richBase_text li {
  font-size: inherit;
}
.contents .content-18 .row.row-1 .col.col-1 .dp-richBase_text li a {
  font-size: inherit;
}
.contents .content-18 .row.row-1 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) {
  border-color: #eee;
}
.contents .content-18 .row.row-1 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) {
  background-clip: padding-box;
  position: static;
}
.contents .content-18 .row.row-1 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p {
  font-size: inherit;
}
.contents .content-18 .row.row-1 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-18 .row.row-1 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-18 .row.row-1 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) {
  margin-left: 25px;
}
.contents .content-18 .row.row-1 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-18 .row.row-1 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-18 .row.row-1 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) .component.button + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-18 .row.row-1 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) .component.button + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-18 .row.row-1 .col.col-1 .dp-richBase_text :is(ul, ol) {
  margin: 0 0 0 25px;
}
.contents .content-18 .row.row-1 .col.col-1 .dp-richBase_text :is(ul, ol) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-18 .row.row-1 .col.col-1 .dp-richBase_text :is(ul, ol) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-18 .row.row-1 .col.col-1 .dp-richBase_text :is(table, .normal-table, .table-with-row-header, .table-with-two-headers) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-18 .row.row-1 .col.col-1 .dp-richBase_text :is(table, .normal-table, .table-with-row-header, .table-with-two-headers) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-18 .row.row-1 .col.col-1 .dp-richBase_text .component.button {
  margin: 0;
}
.contents .content-18 .row.row-1 .col.col-1 .dp-richBase_text .component.button.button + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-18 .row.row-1 .col.col-1 .dp-richBase_text .component.button.button + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-18 .row.row-1 .col.col-1 .dp-richBase_text .component.button.button .button-cont a.blue {
  background: #254a73;
  color: #fff !important;
  text-decoration: none;
}
.contents .content-18 .row.row-1 .col.col-1 .dp-richBase_text .component.button.button .button-cont a.blue:hover {
  opacity: 0.4;
}
.contents .content-18 .row.row-1 .col.col-2 {
  /* sample */
}
.contents .content-18 .row.row-1 .col.col-2 .component.image {
  /* sample */
}

.contents .content-18 .row.row-2 .col.col-1 {
  /* sample */
}
.contents .content-18 .row.row-2 .col.col-1 .component.image {
  /* sample */
}
.contents .content-18 .row.row-2 .col.col-2 {
  /* sample */
}
.contents .content-18 .row.row-2 .col.col-2 .dp-richNumber02_text {
  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-bottom: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-18 .row.row-2 .col.col-2 .dp-richNumber02_text {
    font-size: var(--fo-text-font-size-sp);
    margin-bottom: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-18 .row.row-2 .col.col-2 .dp-richNumber02_text :link {
  text-decoration: none;
}
.contents .content-18 .row.row-2 .col.col-2 .dp-richNumber02_text :visited {
  text-decoration: none;
}
.contents .content-18 .row.row-2 .col.col-2 .dp-richNumber02_text a {
  color: var(--fo-text-link-color);
}
.contents .content-18 .row.row-2 .col.col-2 .dp-richNumber02_text 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-18 .row.row-2 .col.col-2 .dp-richNumber02_text p {
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}
.contents .content-18 .row.row-2 .col.col-2 .dp-richNumber02_text p + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-18 .row.row-2 .col.col-2 .dp-richNumber02_text p + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-18 .row.row-2 .col.col-2 .dp-richNumber02_text table :is(thead, tbody, tr, th, td) {
  border-color: #eee;
}
.contents .content-18 .row.row-2 .col.col-2 .dp-richNumber02_text table :is(thead, tbody, tr, th, td) tr :is(th, td) {
  background-clip: padding-box;
  position: static;
}
.contents .content-18 .row.row-2 .col.col-2 .dp-richNumber02_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p {
  font-size: inherit;
}
.contents .content-18 .row.row-2 .col.col-2 .dp-richNumber02_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-18 .row.row-2 .col.col-2 .dp-richNumber02_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-18 .row.row-2 .col.col-2 .dp-richNumber02_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) {
  margin-left: 25px;
}
.contents .content-18 .row.row-2 .col.col-2 .dp-richNumber02_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-18 .row.row-2 .col.col-2 .dp-richNumber02_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-18 .row.row-2 .col.col-2 .dp-richNumber02_text table :is(thead, tbody, tr, th, td) tr :is(th, td) .component.button + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-18 .row.row-2 .col.col-2 .dp-richNumber02_text table :is(thead, tbody, tr, th, td) tr :is(th, td) .component.button + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-18 .row.row-2 .col.col-2 .dp-richNumber02_text :is(ul, ol) {
  margin: 0 0 0 25px;
}
.contents .content-18 .row.row-2 .col.col-2 .dp-richNumber02_text :is(ul, ol) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-18 .row.row-2 .col.col-2 .dp-richNumber02_text :is(ul, ol) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-18 .row.row-2 .col.col-2 .dp-richNumber02_text :is(table, .normal-table, .table-with-row-header, .table-with-two-headers) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-18 .row.row-2 .col.col-2 .dp-richNumber02_text :is(table, .normal-table, .table-with-row-header, .table-with-two-headers) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-18 .row.row-2 .col.col-2 .dp-richNumber02_text table {
  width: auto !important;
  font-size: var(--fo-text-font-size-pc);
}
.contents .content-18 .row.row-2 .col.col-2 .dp-richNumber02_text table :is(thead, tbody, tr, th, td) {
  border: 0;
}
.contents .content-18 .row.row-2 .col.col-2 .dp-richNumber02_text table tbody tr td {
  padding: 0;
  color: var(--fo-main-color);
}
.contents .content-18 .row.row-2 .col.col-2 .dp-richNumber02_text table tbody tr td:first-child {
  padding-right: 10px;
  font-size: 42px;
  line-height: 1;
}
.contents .content-18 .row.row-2 .col.col-2 .dp-richNumber02_text .component.button {
  margin: 0;
}
.contents .content-18 .row.row-2 .col.col-2 .dp-richNumber02_text .component.button.button + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-18 .row.row-2 .col.col-2 .dp-richNumber02_text .component.button.button + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-18 .row.row-2 .col.col-2 .dp-richNumber02_text .component.button.button .button-cont a.blue {
  background: #254a73;
  color: #fff !important;
  text-decoration: none;
}
.contents .content-18 .row.row-2 .col.col-2 .dp-richNumber02_text .component.button.button .button-cont a.blue:hover {
  opacity: 0.4;
}
.frame-root .frame-content .dp-richNumber02_text table:not(:root):not(:root):not(:root):not(:root):not(:root):not(:root) th, .frame-root .frame-content .dp-richNumber02_text table:not(:root):not(:root):not(:root):not(:root):not(:root):not(:root) td {
  min-width: 1em;
}
.frame-root .frame-content .dp-richNumber02_text:hover table th, .frame-root .frame-content .dp-richNumber02_text:hover table td, .frame-root .frame-content .dp-richNumber02_text[data-focus=true] table th, .frame-root .frame-content .dp-richNumber02_text[data-focus=true] table td {
  outline: 1px dotted #0f8bfe;
}

.contents .content-18 .row.row-2 .col.col-2 .dp-hd_custom01-01 {
  margin: 10px 0 0;
}
.contents .content-18 .row.row-2 .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-18 .row.row-2 .col.col-2 .dp-hd_custom01-01 :is(h1, h2, h3, h4, h5) {
    overflow-wrap: break-word;
  }
}
.contents .content-18 .row.row-2 .col.col-2 .dp-hd_custom01-01 :is(h1, h2, h3, h4, h5) .strong {
  font-weight: 400;
}
.contents .content-18 .row.row-2 .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-18 .row.row-2 .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-18 .row.row-2 .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-18 .row.row-2 .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-18 .row.row-2 .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-18 .row.row-2 .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-18 .row.row-2 .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-18 .row.row-2 .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-18 .row.row-2 .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-18 .row.row-2 .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-18 .row.row-2 .col.col-2 .dp-richBase_text {
  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);
}
@media screen and (max-width: 769px) {
  .contents .content-18 .row.row-2 .col.col-2 .dp-richBase_text {
    font-size: var(--fo-text-font-size-sp);
  }
}
.contents .content-18 .row.row-2 .col.col-2 .dp-richBase_text :link {
  text-decoration: none;
}
.contents .content-18 .row.row-2 .col.col-2 .dp-richBase_text :visited {
  text-decoration: none;
}
.contents .content-18 .row.row-2 .col.col-2 .dp-richBase_text a {
  color: var(--fo-text-link-color);
}
.contents .content-18 .row.row-2 .col.col-2 .dp-richBase_text 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-18 .row.row-2 .col.col-2 .dp-richBase_text p {
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}
.contents .content-18 .row.row-2 .col.col-2 .dp-richBase_text p + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-18 .row.row-2 .col.col-2 .dp-richBase_text p + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-18 .row.row-2 .col.col-2 .dp-richBase_text li {
  font-size: inherit;
}
.contents .content-18 .row.row-2 .col.col-2 .dp-richBase_text li a {
  font-size: inherit;
}
.contents .content-18 .row.row-2 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) {
  border-color: #eee;
}
.contents .content-18 .row.row-2 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) {
  background-clip: padding-box;
  position: static;
}
.contents .content-18 .row.row-2 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p {
  font-size: inherit;
}
.contents .content-18 .row.row-2 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-18 .row.row-2 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-18 .row.row-2 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) {
  margin-left: 25px;
}
.contents .content-18 .row.row-2 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-18 .row.row-2 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-18 .row.row-2 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) .component.button + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-18 .row.row-2 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) .component.button + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-18 .row.row-2 .col.col-2 .dp-richBase_text :is(ul, ol) {
  margin: 0 0 0 25px;
}
.contents .content-18 .row.row-2 .col.col-2 .dp-richBase_text :is(ul, ol) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-18 .row.row-2 .col.col-2 .dp-richBase_text :is(ul, ol) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-18 .row.row-2 .col.col-2 .dp-richBase_text :is(table, .normal-table, .table-with-row-header, .table-with-two-headers) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-18 .row.row-2 .col.col-2 .dp-richBase_text :is(table, .normal-table, .table-with-row-header, .table-with-two-headers) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-18 .row.row-2 .col.col-2 .dp-richBase_text .component.button {
  margin: 0;
}
.contents .content-18 .row.row-2 .col.col-2 .dp-richBase_text .component.button.button + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-18 .row.row-2 .col.col-2 .dp-richBase_text .component.button.button + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-18 .row.row-2 .col.col-2 .dp-richBase_text .component.button.button .button-cont a.blue {
  background: #254a73;
  color: #fff !important;
  text-decoration: none;
}
.contents .content-18 .row.row-2 .col.col-2 .dp-richBase_text .component.button.button .button-cont a.blue:hover {
  opacity: 0.4;
}

.contents .content-18 .row.row-3 .col.col-1 {
  /* sample */
}
.contents .content-18 .row.row-3 .col.col-1 .dp-richNumber02_text {
  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-bottom: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-18 .row.row-3 .col.col-1 .dp-richNumber02_text {
    font-size: var(--fo-text-font-size-sp);
    margin-bottom: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-18 .row.row-3 .col.col-1 .dp-richNumber02_text :link {
  text-decoration: none;
}
.contents .content-18 .row.row-3 .col.col-1 .dp-richNumber02_text :visited {
  text-decoration: none;
}
.contents .content-18 .row.row-3 .col.col-1 .dp-richNumber02_text a {
  color: var(--fo-text-link-color);
}
.contents .content-18 .row.row-3 .col.col-1 .dp-richNumber02_text 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-18 .row.row-3 .col.col-1 .dp-richNumber02_text p {
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}
.contents .content-18 .row.row-3 .col.col-1 .dp-richNumber02_text p + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-18 .row.row-3 .col.col-1 .dp-richNumber02_text p + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-18 .row.row-3 .col.col-1 .dp-richNumber02_text table :is(thead, tbody, tr, th, td) {
  border-color: #eee;
}
.contents .content-18 .row.row-3 .col.col-1 .dp-richNumber02_text table :is(thead, tbody, tr, th, td) tr :is(th, td) {
  background-clip: padding-box;
  position: static;
}
.contents .content-18 .row.row-3 .col.col-1 .dp-richNumber02_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p {
  font-size: inherit;
}
.contents .content-18 .row.row-3 .col.col-1 .dp-richNumber02_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-18 .row.row-3 .col.col-1 .dp-richNumber02_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-18 .row.row-3 .col.col-1 .dp-richNumber02_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) {
  margin-left: 25px;
}
.contents .content-18 .row.row-3 .col.col-1 .dp-richNumber02_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-18 .row.row-3 .col.col-1 .dp-richNumber02_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-18 .row.row-3 .col.col-1 .dp-richNumber02_text table :is(thead, tbody, tr, th, td) tr :is(th, td) .component.button + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-18 .row.row-3 .col.col-1 .dp-richNumber02_text table :is(thead, tbody, tr, th, td) tr :is(th, td) .component.button + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-18 .row.row-3 .col.col-1 .dp-richNumber02_text :is(ul, ol) {
  margin: 0 0 0 25px;
}
.contents .content-18 .row.row-3 .col.col-1 .dp-richNumber02_text :is(ul, ol) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-18 .row.row-3 .col.col-1 .dp-richNumber02_text :is(ul, ol) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-18 .row.row-3 .col.col-1 .dp-richNumber02_text :is(table, .normal-table, .table-with-row-header, .table-with-two-headers) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-18 .row.row-3 .col.col-1 .dp-richNumber02_text :is(table, .normal-table, .table-with-row-header, .table-with-two-headers) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-18 .row.row-3 .col.col-1 .dp-richNumber02_text table {
  width: auto !important;
  font-size: var(--fo-text-font-size-pc);
}
.contents .content-18 .row.row-3 .col.col-1 .dp-richNumber02_text table :is(thead, tbody, tr, th, td) {
  border: 0;
}
.contents .content-18 .row.row-3 .col.col-1 .dp-richNumber02_text table tbody tr td {
  padding: 0;
  color: var(--fo-main-color);
}
.contents .content-18 .row.row-3 .col.col-1 .dp-richNumber02_text table tbody tr td:first-child {
  padding-right: 10px;
  font-size: 42px;
  line-height: 1;
}
.contents .content-18 .row.row-3 .col.col-1 .dp-richNumber02_text .component.button {
  margin: 0;
}
.contents .content-18 .row.row-3 .col.col-1 .dp-richNumber02_text .component.button.button + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-18 .row.row-3 .col.col-1 .dp-richNumber02_text .component.button.button + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-18 .row.row-3 .col.col-1 .dp-richNumber02_text .component.button.button .button-cont a.blue {
  background: #254a73;
  color: #fff !important;
  text-decoration: none;
}
.contents .content-18 .row.row-3 .col.col-1 .dp-richNumber02_text .component.button.button .button-cont a.blue:hover {
  opacity: 0.4;
}
.frame-root .frame-content .dp-richNumber02_text table:not(:root):not(:root):not(:root):not(:root):not(:root):not(:root) th, .frame-root .frame-content .dp-richNumber02_text table:not(:root):not(:root):not(:root):not(:root):not(:root):not(:root) td {
  min-width: 1em;
}
.frame-root .frame-content .dp-richNumber02_text:hover table th, .frame-root .frame-content .dp-richNumber02_text:hover table td, .frame-root .frame-content .dp-richNumber02_text[data-focus=true] table th, .frame-root .frame-content .dp-richNumber02_text[data-focus=true] table td {
  outline: 1px dotted #0f8bfe;
}

.contents .content-18 .row.row-3 .col.col-1 .dp-hd_custom01-01 {
  margin: 10px 0 0;
}
.contents .content-18 .row.row-3 .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-18 .row.row-3 .col.col-1 .dp-hd_custom01-01 :is(h1, h2, h3, h4, h5) {
    overflow-wrap: break-word;
  }
}
.contents .content-18 .row.row-3 .col.col-1 .dp-hd_custom01-01 :is(h1, h2, h3, h4, h5) .strong {
  font-weight: 400;
}
.contents .content-18 .row.row-3 .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-18 .row.row-3 .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-18 .row.row-3 .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-18 .row.row-3 .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-18 .row.row-3 .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-18 .row.row-3 .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-18 .row.row-3 .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-18 .row.row-3 .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-18 .row.row-3 .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-18 .row.row-3 .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-18 .row.row-3 .col.col-1 .dp-richBase_text {
  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);
}
@media screen and (max-width: 769px) {
  .contents .content-18 .row.row-3 .col.col-1 .dp-richBase_text {
    font-size: var(--fo-text-font-size-sp);
  }
}
.contents .content-18 .row.row-3 .col.col-1 .dp-richBase_text :link {
  text-decoration: none;
}
.contents .content-18 .row.row-3 .col.col-1 .dp-richBase_text :visited {
  text-decoration: none;
}
.contents .content-18 .row.row-3 .col.col-1 .dp-richBase_text a {
  color: var(--fo-text-link-color);
}
.contents .content-18 .row.row-3 .col.col-1 .dp-richBase_text 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-18 .row.row-3 .col.col-1 .dp-richBase_text p {
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}
.contents .content-18 .row.row-3 .col.col-1 .dp-richBase_text p + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-18 .row.row-3 .col.col-1 .dp-richBase_text p + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-18 .row.row-3 .col.col-1 .dp-richBase_text li {
  font-size: inherit;
}
.contents .content-18 .row.row-3 .col.col-1 .dp-richBase_text li a {
  font-size: inherit;
}
.contents .content-18 .row.row-3 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) {
  border-color: #eee;
}
.contents .content-18 .row.row-3 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) {
  background-clip: padding-box;
  position: static;
}
.contents .content-18 .row.row-3 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p {
  font-size: inherit;
}
.contents .content-18 .row.row-3 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-18 .row.row-3 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-18 .row.row-3 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) {
  margin-left: 25px;
}
.contents .content-18 .row.row-3 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-18 .row.row-3 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-18 .row.row-3 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) .component.button + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-18 .row.row-3 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) .component.button + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-18 .row.row-3 .col.col-1 .dp-richBase_text :is(ul, ol) {
  margin: 0 0 0 25px;
}
.contents .content-18 .row.row-3 .col.col-1 .dp-richBase_text :is(ul, ol) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-18 .row.row-3 .col.col-1 .dp-richBase_text :is(ul, ol) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-18 .row.row-3 .col.col-1 .dp-richBase_text :is(table, .normal-table, .table-with-row-header, .table-with-two-headers) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-18 .row.row-3 .col.col-1 .dp-richBase_text :is(table, .normal-table, .table-with-row-header, .table-with-two-headers) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-18 .row.row-3 .col.col-1 .dp-richBase_text .component.button {
  margin: 0;
}
.contents .content-18 .row.row-3 .col.col-1 .dp-richBase_text .component.button.button + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-18 .row.row-3 .col.col-1 .dp-richBase_text .component.button.button + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-18 .row.row-3 .col.col-1 .dp-richBase_text .component.button.button .button-cont a.blue {
  background: #254a73;
  color: #fff !important;
  text-decoration: none;
}
.contents .content-18 .row.row-3 .col.col-1 .dp-richBase_text .component.button.button .button-cont a.blue:hover {
  opacity: 0.4;
}
.contents .content-18 .row.row-3 .col.col-2 {
  /* sample */
}
.contents .content-18 .row.row-3 .col.col-2 .component.image {
  /* sample */
}

.contents .content-18 .row.row-4 {
  /* sample */
}
.contents .content-18 .row.row-4 .col.col-1 {
  /* sample */
}
.contents .content-18 .row.row-4 .col.col-1 .dp-btn_custom03-04 {
  margin-top: calc(64px * var(--fo-spacing-coef) - 20px);
  padding: 0;
}
@media screen and (max-width: 769px) {
  .contents .content-18 .row.row-4 .col.col-1 .dp-btn_custom03-04 {
    margin-top: calc(64px * var(--fo-spacing-coef) * 0.75 - 10px);
  }
}
.contents .content-18 .row.row-4 .col.col-1 .dp-btn_custom03-04 .button-cont {
  margin: 0;
  padding: 0;
}
.contents .content-18 .row.row-4 .col.col-1 .dp-btn_custom03-04 .button-cont a:where(.size-s, .size-m, .size-l) {
  background: var(--fo-button3-background, transparent) -1px/calc(100% + 2px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  font-family: var(--fo-text-font-family);
  color: var(--fo-button3-text-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 var(--fo-button3-border-color, transparent);
  border-radius: var(--fo-button3-border-radius);
  margin: 0;
}
.contents .content-18 .row.row-4 .col.col-1 .dp-btn_custom03-04 .button-cont a:where(.size-s, .size-m, .size-l)::after {
  content: "\f054";
  font-family: "FontAwesome";
  color: inherit;
  line-height: 1;
  position: relative;
  top: 1.5px;
  right: -10px;
  letter-spacing: 0;
  line-height: 1;
}
.contents .content-18 .row.row-4 .col.col-1 .dp-btn_custom03-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-18 .row.row-4 .col.col-1 .dp-btn_custom03-04 .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-18 .row.row-4 .col.col-1 .dp-btn_custom03-04 .button-cont a.size-s {
    min-width: var(--fo-button-small-min-width-pc);
  }
}
.contents .content-18 .row.row-4 .col.col-1 .dp-btn_custom03-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-18 .row.row-4 .col.col-1 .dp-btn_custom03-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-18 .row.row-4 .col.col-1 .dp-btn_custom03-04 .button-cont a.size-m {
    min-width: var(--fo-button-medium-min-width-pc);
  }
}
.contents .content-18 .row.row-4 .col.col-1 .dp-btn_custom03-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-18 .row.row-4 .col.col-1 .dp-btn_custom03-04 .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-18 .row.row-4 .col.col-1 .dp-btn_custom03-04 .button-cont a.size-l {
    width: auto;
    min-width: var(--fo-button-large-min-width-pc);
  }
}
.contents .content-18 .row.row-4 .col.col-1 .dp-btn_custom03-04 .button-cont a:hover {
  opacity: var(--fo-button3-hover-opacity, 1);
  transform: scale(var(--fo-button3-hover-scale, 1));
  background: var(--fo-button3-hover-background-color, var(--fo-button3-background, transparent)) -1px/calc(100% + 2px);
  color: var(--fo-button3-hover-text-color, var(--fo-button3-text-color));
  border: 1px solid var(--fo-button3-hover-border-color, var(--fo-button3-border-color, transparent));
}

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

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

.dp-so09_sec:not(:root):not(:root):not(:root):not(:root) {
  background-color: var(--fo-background-color1);
  padding: calc(80px * var(--fo-spacing-coef) - 30px) 0 calc(80px * var(--fo-spacing-coef) - 40px);
}
@media screen and (max-width: 769px) {
  .dp-so09_sec:not(:root):not(:root):not(:root):not(:root) {
    padding: calc(80px * var(--fo-spacing-coef) * 0.75 - 30px) 0;
  }
}
.dp-so09_sec:not(:root):not(:root):not(:root):not(:root) .inner {
  max-width: 1440px;
  padding: 20px 0;
}
@media screen and (max-width: 834px) {
  .dp-so09_sec:not(:root):not(:root):not(:root):not(:root) .inner {
    padding: 20px;
  }
}
.dp-so09_sec:not(:root):not(:root):not(:root):not(:root) .inner .row.so09-imgR_row {
  display: flex;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 770px) {
  .dp-so09_sec:not(:root):not(:root):not(:root):not(:root) .inner .row.so09-imgR_row {
    align-items: center;
    justify-content: flex-end;
    margin: 10px auto 20px;
  }
}
@media screen and (min-width: 770px) and (max-width: 834px) {
  .dp-so09_sec:not(:root):not(:root):not(:root):not(:root) .inner .row.so09-imgR_row {
    flex-wrap: wrap;
    margin-top: 0;
    padding-top: 48px;
  }
}
@media screen and (max-width: 769px) {
  .dp-so09_sec:not(:root):not(:root):not(:root):not(:root) .inner .row.so09-imgR_row {
    flex-wrap: wrap;
    margin: 0 0 10px;
    padding-top: 31px;
  }
}
.dp-so09_sec:not(:root):not(:root):not(:root):not(:root) .inner .row.so09-imgR_row + :is(.so09-imgL_row, .so09-imgR_row) {
  margin-top: calc(48px * var(--fo-spacing-coef));
}
@media screen and (min-width: 770px) and (max-width: 834px) {
  .dp-so09_sec:not(:root):not(:root):not(:root):not(:root) .inner .row.so09-imgR_row + :is(.so09-imgL_row, .so09-imgR_row) {
    margin-top: calc(48px * var(--fo-spacing-coef));
  }
}
@media screen and (max-width: 769px) {
  .dp-so09_sec:not(:root):not(:root):not(:root):not(:root) .inner .row.so09-imgR_row + :is(.so09-imgL_row, .so09-imgR_row) {
    margin-top: calc(48px * var(--fo-spacing-coef) * 0.75);
  }
}
.dp-so09_sec:not(:root):not(:root):not(:root):not(:root) .inner .row.so09-imgR_row .col:not(:root) {
  padding: 0;
}
.dp-so09_sec:not(:root):not(:root):not(:root):not(:root) .inner .row.so09-imgR_row .col:not(:root):first-child {
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0 3px 8px var(--fo-shadow-color);
  padding: calc(64px * var(--fo-spacing-coef) - 10px) calc(64px * var(--fo-spacing-coef));
  position: relative;
}
@media screen and (min-width: 770px) {
  .dp-so09_sec:not(:root):not(:root):not(:root):not(:root) .inner .row.so09-imgR_row .col:not(:root):first-child {
    max-width: 530px;
    width: 100% !important;
    margin-right: -60px;
  }
}
@media screen and (min-width: 770px) and (max-width: 834px) {
  .dp-so09_sec:not(:root):not(:root):not(:root):not(:root) .inner .row.so09-imgR_row .col:not(:root):first-child {
    display: block;
    max-width: none;
    width: 100% !important;
    margin: 0;
  }
}
@media screen and (max-width: 769px) {
  .dp-so09_sec:not(:root):not(:root):not(:root):not(:root) .inner .row.so09-imgR_row .col:not(:root):first-child {
    padding: calc(64px * var(--fo-spacing-coef) * 0.75 - 10px) calc(64px * var(--fo-spacing-coef) * 0.75);
  }
}
.dp-so09_sec:not(:root):not(:root):not(:root):not(:root) .inner .row.so09-imgR_row .col:not(:root):first-child .component.richtext:first-child {
  position: absolute;
  top: -5px;
  transform: translateY(-50%);
  margin: 0;
}
.dp-so09_sec:not(:root):not(:root):not(:root):not(:root) .inner .row.so09-imgR_row .col:not(:root):first-child .component.heading:not(:root) :is(h1, h2, h3) {
  margin-bottom: calc(32px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .dp-so09_sec:not(:root):not(:root):not(:root):not(:root) .inner .row.so09-imgR_row .col:not(:root):first-child .component.heading:not(:root) :is(h1, h2, h3) {
    margin-bottom: calc(32px * var(--fo-spacing-coef) * 0.75);
  }
}
.dp-so09_sec:not(:root):not(:root):not(:root):not(:root) .inner .row.so09-imgR_row .col:not(:root):first-child .component.heading:not(:root) :is(h4, h5) {
  margin-bottom: calc(24px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .dp-so09_sec:not(:root):not(:root):not(:root):not(:root) .inner .row.so09-imgR_row .col:not(:root):first-child .component.heading:not(:root) :is(h4, h5) {
    margin-bottom: calc(24px * var(--fo-spacing-coef) * 0.75);
  }
}
.dp-so09_sec:not(:root):not(:root):not(:root):not(:root) .inner .row.so09-imgR_row .col:not(:root):nth-child(2) {
  position: relative;
  z-index: -1;
}
@media screen and (min-width: 770px) {
  .dp-so09_sec:not(:root):not(:root):not(:root):not(:root) .inner .row.so09-imgR_row .col:not(:root):nth-child(2) {
    max-width: 770px;
    width: 100% !important;
  }
}
@media screen and (min-width: 770px) and (max-width: 834px) {
  .dp-so09_sec:not(:root):not(:root):not(:root):not(:root) .inner .row.so09-imgR_row .col:not(:root):nth-child(2) {
    display: block;
    max-width: none;
    width: calc(100% + 40px) !important;
    margin: -60px -20px 0;
  }
}
@media screen and (max-width: 769px) {
  .dp-so09_sec:not(:root):not(:root):not(:root):not(:root) .inner .row.so09-imgR_row .col:not(:root):nth-child(2) {
    width: calc(100% + 40px) !important;
    margin: -30px -20px 0;
  }
}
.dp-so09_sec:not(:root):not(:root):not(:root):not(:root) .inner .row.so09-imgR_row .col:not(:root):nth-child(2) .component.image {
  margin: 0;
}
.dp-so09_sec:not(:root):not(:root):not(:root):not(:root) .inner .row.so09-imgL_row {
  display: flex;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 770px) {
  .dp-so09_sec:not(:root):not(:root):not(:root):not(:root) .inner .row.so09-imgL_row {
    align-items: center;
    justify-content: flex-start;
    margin: 10px auto 20px;
  }
}
@media screen and (min-width: 770px) and (max-width: 834px) {
  .dp-so09_sec:not(:root):not(:root):not(:root):not(:root) .inner .row.so09-imgL_row {
    flex-wrap: wrap-reverse;
    margin-top: 0;
    padding-top: 48px;
  }
}
@media screen and (max-width: 769px) {
  .dp-so09_sec:not(:root):not(:root):not(:root):not(:root) .inner .row.so09-imgL_row {
    flex-wrap: wrap-reverse;
    margin: 0 0 10px;
    padding-top: 31px;
  }
}
.dp-so09_sec:not(:root):not(:root):not(:root):not(:root) .inner .row.so09-imgL_row + :is(.so09-imgL_row, .so09-imgR_row) {
  margin-top: calc(48px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .dp-so09_sec:not(:root):not(:root):not(:root):not(:root) .inner .row.so09-imgL_row + :is(.so09-imgL_row, .so09-imgR_row) {
    margin-top: calc(48px * var(--fo-spacing-coef) * 0.75);
  }
}
.dp-so09_sec:not(:root):not(:root):not(:root):not(:root) .inner .row.so09-imgL_row .col:not(:root) {
  padding: 0;
}
.dp-so09_sec:not(:root):not(:root):not(:root):not(:root) .inner .row.so09-imgL_row .col:not(:root):first-child {
  position: relative;
  z-index: -1;
}
@media screen and (min-width: 770px) {
  .dp-so09_sec:not(:root):not(:root):not(:root):not(:root) .inner .row.so09-imgL_row .col:not(:root):first-child {
    max-width: 770px;
    width: 100% !important;
  }
}
@media screen and (min-width: 770px) and (max-width: 834px) {
  .dp-so09_sec:not(:root):not(:root):not(:root):not(:root) .inner .row.so09-imgL_row .col:not(:root):first-child {
    display: block;
    max-width: none;
    width: calc(100% + 40px) !important;
    margin: -60px -20px 0;
  }
}
@media screen and (max-width: 769px) {
  .dp-so09_sec:not(:root):not(:root):not(:root):not(:root) .inner .row.so09-imgL_row .col:not(:root):first-child {
    width: calc(100% + 40px) !important;
    margin: -30px -20px 0;
  }
}
.dp-so09_sec:not(:root):not(:root):not(:root):not(:root) .inner .row.so09-imgL_row .col:not(:root):first-child .component.image {
  margin: 0;
}
.dp-so09_sec:not(:root):not(:root):not(:root):not(:root) .inner .row.so09-imgL_row .col:not(:root):nth-child(2) {
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0 3px 8px var(--fo-shadow-color);
  padding: calc(64px * var(--fo-spacing-coef) - 10px) calc(64px * var(--fo-spacing-coef));
  position: relative;
}
@media screen and (min-width: 770px) {
  .dp-so09_sec:not(:root):not(:root):not(:root):not(:root) .inner .row.so09-imgL_row .col:not(:root):nth-child(2) {
    max-width: 530px;
    width: 100% !important;
    margin-left: -60px;
  }
}
@media screen and (min-width: 770px) and (max-width: 834px) {
  .dp-so09_sec:not(:root):not(:root):not(:root):not(:root) .inner .row.so09-imgL_row .col:not(:root):nth-child(2) {
    display: block;
    max-width: none;
    width: 100% !important;
    margin: 0;
  }
}
@media screen and (max-width: 769px) {
  .dp-so09_sec:not(:root):not(:root):not(:root):not(:root) .inner .row.so09-imgL_row .col:not(:root):nth-child(2) {
    padding: calc(64px * var(--fo-spacing-coef) * 0.75 - 10px) calc(64px * var(--fo-spacing-coef) * 0.75);
  }
}
.dp-so09_sec:not(:root):not(:root):not(:root):not(:root) .inner .row.so09-imgL_row .col:not(:root):nth-child(2) .component.richtext:first-child {
  position: absolute;
  top: -5px;
  transform: translateY(-50%);
  right: calc(64px * var(--fo-spacing-coef) - 10px);
  margin: 0;
}
@media screen and (max-width: 769px) {
  .dp-so09_sec:not(:root):not(:root):not(:root):not(:root) .inner .row.so09-imgL_row .col:not(:root):nth-child(2) .component.richtext:first-child {
    right: calc(64px * var(--fo-spacing-coef) * 0.75 - 10px);
  }
}
.dp-so09_sec:not(:root):not(:root):not(:root):not(:root) .inner .row.so09-imgL_row .col:not(:root):nth-child(2) .component.heading:not(:root) :is(h1, h2, h3) {
  margin-bottom: calc(32px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .dp-so09_sec:not(:root):not(:root):not(:root):not(:root) .inner .row.so09-imgL_row .col:not(:root):nth-child(2) .component.heading:not(:root) :is(h1, h2, h3) {
    margin-bottom: calc(32px * var(--fo-spacing-coef) * 0.75);
  }
}
.dp-so09_sec:not(:root):not(:root):not(:root):not(:root) .inner .row.so09-imgL_row .col:not(:root):nth-child(2) .component.heading:not(:root) :is(h4, h5) {
  margin-bottom: calc(24px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .dp-so09_sec:not(:root):not(:root):not(:root):not(:root) .inner .row.so09-imgL_row .col:not(:root):nth-child(2) .component.heading:not(:root) :is(h4, h5) {
    margin-bottom: calc(24px * var(--fo-spacing-coef) * 0.75);
  }
}

.frame-root .frame-content .dp-so09_sec:not(:root):not(:root):not(:root):not(:root):not(:root) .so09-imgL_row, .frame-root .frame-content .dp-so09_sec:not(:root):not(:root):not(:root):not(:root):not(:root) .so09-imgR_row {
  z-index: auto;
}
.frame-root .frame-content .dp-so09_sec:not(:root):not(:root):not(:root):not(:root):not(:root) .so09-imgL_row .col:not(:root):not(:root), .frame-root .frame-content .dp-so09_sec:not(:root):not(:root):not(:root):not(:root):not(:root) .so09-imgR_row .col:not(:root):not(:root) {
  z-index: auto;
  margin-left: 0;
  margin-right: 0;
}

.contents .content-20 .row.row-1 .col.col-1 {
  /* sample */
}
.contents .content-20 .row.row-1 .col.col-1 .dp-richNumber02_text {
  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-bottom: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-20 .row.row-1 .col.col-1 .dp-richNumber02_text {
    font-size: var(--fo-text-font-size-sp);
    margin-bottom: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-20 .row.row-1 .col.col-1 .dp-richNumber02_text :link {
  text-decoration: none;
}
.contents .content-20 .row.row-1 .col.col-1 .dp-richNumber02_text :visited {
  text-decoration: none;
}
.contents .content-20 .row.row-1 .col.col-1 .dp-richNumber02_text a {
  color: var(--fo-text-link-color);
}
.contents .content-20 .row.row-1 .col.col-1 .dp-richNumber02_text 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-20 .row.row-1 .col.col-1 .dp-richNumber02_text p {
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}
.contents .content-20 .row.row-1 .col.col-1 .dp-richNumber02_text p + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-20 .row.row-1 .col.col-1 .dp-richNumber02_text p + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-20 .row.row-1 .col.col-1 .dp-richNumber02_text table :is(thead, tbody, tr, th, td) {
  border-color: #eee;
}
.contents .content-20 .row.row-1 .col.col-1 .dp-richNumber02_text table :is(thead, tbody, tr, th, td) tr :is(th, td) {
  background-clip: padding-box;
  position: static;
}
.contents .content-20 .row.row-1 .col.col-1 .dp-richNumber02_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p {
  font-size: inherit;
}
.contents .content-20 .row.row-1 .col.col-1 .dp-richNumber02_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-20 .row.row-1 .col.col-1 .dp-richNumber02_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-20 .row.row-1 .col.col-1 .dp-richNumber02_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) {
  margin-left: 25px;
}
.contents .content-20 .row.row-1 .col.col-1 .dp-richNumber02_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-20 .row.row-1 .col.col-1 .dp-richNumber02_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-20 .row.row-1 .col.col-1 .dp-richNumber02_text table :is(thead, tbody, tr, th, td) tr :is(th, td) .component.button + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-20 .row.row-1 .col.col-1 .dp-richNumber02_text table :is(thead, tbody, tr, th, td) tr :is(th, td) .component.button + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-20 .row.row-1 .col.col-1 .dp-richNumber02_text :is(ul, ol) {
  margin: 0 0 0 25px;
}
.contents .content-20 .row.row-1 .col.col-1 .dp-richNumber02_text :is(ul, ol) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-20 .row.row-1 .col.col-1 .dp-richNumber02_text :is(ul, ol) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-20 .row.row-1 .col.col-1 .dp-richNumber02_text :is(table, .normal-table, .table-with-row-header, .table-with-two-headers) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-20 .row.row-1 .col.col-1 .dp-richNumber02_text :is(table, .normal-table, .table-with-row-header, .table-with-two-headers) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-20 .row.row-1 .col.col-1 .dp-richNumber02_text table {
  width: auto !important;
  font-size: var(--fo-text-font-size-pc);
}
.contents .content-20 .row.row-1 .col.col-1 .dp-richNumber02_text table :is(thead, tbody, tr, th, td) {
  border: 0;
}
.contents .content-20 .row.row-1 .col.col-1 .dp-richNumber02_text table tbody tr td {
  padding: 0;
  color: var(--fo-main-color);
}
.contents .content-20 .row.row-1 .col.col-1 .dp-richNumber02_text table tbody tr td:first-child {
  padding-right: 10px;
  font-size: 42px;
  line-height: 1;
}
.contents .content-20 .row.row-1 .col.col-1 .dp-richNumber02_text .component.button {
  margin: 0;
}
.contents .content-20 .row.row-1 .col.col-1 .dp-richNumber02_text .component.button.button + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-20 .row.row-1 .col.col-1 .dp-richNumber02_text .component.button.button + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-20 .row.row-1 .col.col-1 .dp-richNumber02_text .component.button.button .button-cont a.blue {
  background: #254a73;
  color: #fff !important;
  text-decoration: none;
}
.contents .content-20 .row.row-1 .col.col-1 .dp-richNumber02_text .component.button.button .button-cont a.blue:hover {
  opacity: 0.4;
}
.frame-root .frame-content .dp-richNumber02_text table:not(:root):not(:root):not(:root):not(:root):not(:root):not(:root) th, .frame-root .frame-content .dp-richNumber02_text table:not(:root):not(:root):not(:root):not(:root):not(:root):not(:root) td {
  min-width: 1em;
}
.frame-root .frame-content .dp-richNumber02_text:hover table th, .frame-root .frame-content .dp-richNumber02_text:hover table td, .frame-root .frame-content .dp-richNumber02_text[data-focus=true] table th, .frame-root .frame-content .dp-richNumber02_text[data-focus=true] table td {
  outline: 1px dotted #0f8bfe;
}

.contents .content-20 .row.row-1 .col.col-1 .dp-hd_custom01-01 {
  margin: 10px 0 0;
}
.contents .content-20 .row.row-1 .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-20 .row.row-1 .col.col-1 .dp-hd_custom01-01 :is(h1, h2, h3, h4, h5) {
    overflow-wrap: break-word;
  }
}
.contents .content-20 .row.row-1 .col.col-1 .dp-hd_custom01-01 :is(h1, h2, h3, h4, h5) .strong {
  font-weight: 400;
}
.contents .content-20 .row.row-1 .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-20 .row.row-1 .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-20 .row.row-1 .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-20 .row.row-1 .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-20 .row.row-1 .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-20 .row.row-1 .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-20 .row.row-1 .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-20 .row.row-1 .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-20 .row.row-1 .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-20 .row.row-1 .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-20 .row.row-1 .col.col-1 .dp-richBase_text {
  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);
}
@media screen and (max-width: 769px) {
  .contents .content-20 .row.row-1 .col.col-1 .dp-richBase_text {
    font-size: var(--fo-text-font-size-sp);
  }
}
.contents .content-20 .row.row-1 .col.col-1 .dp-richBase_text :link {
  text-decoration: none;
}
.contents .content-20 .row.row-1 .col.col-1 .dp-richBase_text :visited {
  text-decoration: none;
}
.contents .content-20 .row.row-1 .col.col-1 .dp-richBase_text a {
  color: var(--fo-text-link-color);
}
.contents .content-20 .row.row-1 .col.col-1 .dp-richBase_text 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-20 .row.row-1 .col.col-1 .dp-richBase_text p {
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}
.contents .content-20 .row.row-1 .col.col-1 .dp-richBase_text p + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-20 .row.row-1 .col.col-1 .dp-richBase_text p + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-20 .row.row-1 .col.col-1 .dp-richBase_text li {
  font-size: inherit;
}
.contents .content-20 .row.row-1 .col.col-1 .dp-richBase_text li a {
  font-size: inherit;
}
.contents .content-20 .row.row-1 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) {
  border-color: #eee;
}
.contents .content-20 .row.row-1 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) {
  background-clip: padding-box;
  position: static;
}
.contents .content-20 .row.row-1 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p {
  font-size: inherit;
}
.contents .content-20 .row.row-1 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-20 .row.row-1 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-20 .row.row-1 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) {
  margin-left: 25px;
}
.contents .content-20 .row.row-1 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-20 .row.row-1 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-20 .row.row-1 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) .component.button + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-20 .row.row-1 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) .component.button + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-20 .row.row-1 .col.col-1 .dp-richBase_text :is(ul, ol) {
  margin: 0 0 0 25px;
}
.contents .content-20 .row.row-1 .col.col-1 .dp-richBase_text :is(ul, ol) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-20 .row.row-1 .col.col-1 .dp-richBase_text :is(ul, ol) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-20 .row.row-1 .col.col-1 .dp-richBase_text :is(table, .normal-table, .table-with-row-header, .table-with-two-headers) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-20 .row.row-1 .col.col-1 .dp-richBase_text :is(table, .normal-table, .table-with-row-header, .table-with-two-headers) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-20 .row.row-1 .col.col-1 .dp-richBase_text .component.button {
  margin: 0;
}
.contents .content-20 .row.row-1 .col.col-1 .dp-richBase_text .component.button.button + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-20 .row.row-1 .col.col-1 .dp-richBase_text .component.button.button + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-20 .row.row-1 .col.col-1 .dp-richBase_text .component.button.button .button-cont a.blue {
  background: #254a73;
  color: #fff !important;
  text-decoration: none;
}
.contents .content-20 .row.row-1 .col.col-1 .dp-richBase_text .component.button.button .button-cont a.blue:hover {
  opacity: 0.4;
}
.contents .content-20 .row.row-1 .col.col-2 {
  /* sample */
}
.contents .content-20 .row.row-1 .col.col-2 .component.image {
  /* sample */
}

.contents .content-20 .row.row-2 .col.col-1 {
  /* sample */
}
.contents .content-20 .row.row-2 .col.col-1 .component.image {
  /* sample */
}
.contents .content-20 .row.row-2 .col.col-2 {
  /* sample */
}
.contents .content-20 .row.row-2 .col.col-2 .dp-richNumber02_text {
  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-bottom: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-20 .row.row-2 .col.col-2 .dp-richNumber02_text {
    font-size: var(--fo-text-font-size-sp);
    margin-bottom: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-20 .row.row-2 .col.col-2 .dp-richNumber02_text :link {
  text-decoration: none;
}
.contents .content-20 .row.row-2 .col.col-2 .dp-richNumber02_text :visited {
  text-decoration: none;
}
.contents .content-20 .row.row-2 .col.col-2 .dp-richNumber02_text a {
  color: var(--fo-text-link-color);
}
.contents .content-20 .row.row-2 .col.col-2 .dp-richNumber02_text 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-20 .row.row-2 .col.col-2 .dp-richNumber02_text p {
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}
.contents .content-20 .row.row-2 .col.col-2 .dp-richNumber02_text p + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-20 .row.row-2 .col.col-2 .dp-richNumber02_text p + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-20 .row.row-2 .col.col-2 .dp-richNumber02_text table :is(thead, tbody, tr, th, td) {
  border-color: #eee;
}
.contents .content-20 .row.row-2 .col.col-2 .dp-richNumber02_text table :is(thead, tbody, tr, th, td) tr :is(th, td) {
  background-clip: padding-box;
  position: static;
}
.contents .content-20 .row.row-2 .col.col-2 .dp-richNumber02_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p {
  font-size: inherit;
}
.contents .content-20 .row.row-2 .col.col-2 .dp-richNumber02_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-20 .row.row-2 .col.col-2 .dp-richNumber02_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-20 .row.row-2 .col.col-2 .dp-richNumber02_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) {
  margin-left: 25px;
}
.contents .content-20 .row.row-2 .col.col-2 .dp-richNumber02_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-20 .row.row-2 .col.col-2 .dp-richNumber02_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-20 .row.row-2 .col.col-2 .dp-richNumber02_text table :is(thead, tbody, tr, th, td) tr :is(th, td) .component.button + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-20 .row.row-2 .col.col-2 .dp-richNumber02_text table :is(thead, tbody, tr, th, td) tr :is(th, td) .component.button + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-20 .row.row-2 .col.col-2 .dp-richNumber02_text :is(ul, ol) {
  margin: 0 0 0 25px;
}
.contents .content-20 .row.row-2 .col.col-2 .dp-richNumber02_text :is(ul, ol) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-20 .row.row-2 .col.col-2 .dp-richNumber02_text :is(ul, ol) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-20 .row.row-2 .col.col-2 .dp-richNumber02_text :is(table, .normal-table, .table-with-row-header, .table-with-two-headers) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-20 .row.row-2 .col.col-2 .dp-richNumber02_text :is(table, .normal-table, .table-with-row-header, .table-with-two-headers) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-20 .row.row-2 .col.col-2 .dp-richNumber02_text table {
  width: auto !important;
  font-size: var(--fo-text-font-size-pc);
}
.contents .content-20 .row.row-2 .col.col-2 .dp-richNumber02_text table :is(thead, tbody, tr, th, td) {
  border: 0;
}
.contents .content-20 .row.row-2 .col.col-2 .dp-richNumber02_text table tbody tr td {
  padding: 0;
  color: var(--fo-main-color);
}
.contents .content-20 .row.row-2 .col.col-2 .dp-richNumber02_text table tbody tr td:first-child {
  padding-right: 10px;
  font-size: 42px;
  line-height: 1;
}
.contents .content-20 .row.row-2 .col.col-2 .dp-richNumber02_text .component.button {
  margin: 0;
}
.contents .content-20 .row.row-2 .col.col-2 .dp-richNumber02_text .component.button.button + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-20 .row.row-2 .col.col-2 .dp-richNumber02_text .component.button.button + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-20 .row.row-2 .col.col-2 .dp-richNumber02_text .component.button.button .button-cont a.blue {
  background: #254a73;
  color: #fff !important;
  text-decoration: none;
}
.contents .content-20 .row.row-2 .col.col-2 .dp-richNumber02_text .component.button.button .button-cont a.blue:hover {
  opacity: 0.4;
}
.frame-root .frame-content .dp-richNumber02_text table:not(:root):not(:root):not(:root):not(:root):not(:root):not(:root) th, .frame-root .frame-content .dp-richNumber02_text table:not(:root):not(:root):not(:root):not(:root):not(:root):not(:root) td {
  min-width: 1em;
}
.frame-root .frame-content .dp-richNumber02_text:hover table th, .frame-root .frame-content .dp-richNumber02_text:hover table td, .frame-root .frame-content .dp-richNumber02_text[data-focus=true] table th, .frame-root .frame-content .dp-richNumber02_text[data-focus=true] table td {
  outline: 1px dotted #0f8bfe;
}

.contents .content-20 .row.row-2 .col.col-2 .dp-hd_custom01-01 {
  margin: 10px 0 0;
}
.contents .content-20 .row.row-2 .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-20 .row.row-2 .col.col-2 .dp-hd_custom01-01 :is(h1, h2, h3, h4, h5) {
    overflow-wrap: break-word;
  }
}
.contents .content-20 .row.row-2 .col.col-2 .dp-hd_custom01-01 :is(h1, h2, h3, h4, h5) .strong {
  font-weight: 400;
}
.contents .content-20 .row.row-2 .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-20 .row.row-2 .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-20 .row.row-2 .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-20 .row.row-2 .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-20 .row.row-2 .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-20 .row.row-2 .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-20 .row.row-2 .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-20 .row.row-2 .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-20 .row.row-2 .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-20 .row.row-2 .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-20 .row.row-2 .col.col-2 .dp-richBase_text {
  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);
}
@media screen and (max-width: 769px) {
  .contents .content-20 .row.row-2 .col.col-2 .dp-richBase_text {
    font-size: var(--fo-text-font-size-sp);
  }
}
.contents .content-20 .row.row-2 .col.col-2 .dp-richBase_text :link {
  text-decoration: none;
}
.contents .content-20 .row.row-2 .col.col-2 .dp-richBase_text :visited {
  text-decoration: none;
}
.contents .content-20 .row.row-2 .col.col-2 .dp-richBase_text a {
  color: var(--fo-text-link-color);
}
.contents .content-20 .row.row-2 .col.col-2 .dp-richBase_text 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-20 .row.row-2 .col.col-2 .dp-richBase_text p {
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}
.contents .content-20 .row.row-2 .col.col-2 .dp-richBase_text p + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-20 .row.row-2 .col.col-2 .dp-richBase_text p + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-20 .row.row-2 .col.col-2 .dp-richBase_text li {
  font-size: inherit;
}
.contents .content-20 .row.row-2 .col.col-2 .dp-richBase_text li a {
  font-size: inherit;
}
.contents .content-20 .row.row-2 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) {
  border-color: #eee;
}
.contents .content-20 .row.row-2 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) {
  background-clip: padding-box;
  position: static;
}
.contents .content-20 .row.row-2 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p {
  font-size: inherit;
}
.contents .content-20 .row.row-2 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-20 .row.row-2 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-20 .row.row-2 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) {
  margin-left: 25px;
}
.contents .content-20 .row.row-2 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-20 .row.row-2 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-20 .row.row-2 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) .component.button + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-20 .row.row-2 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) .component.button + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-20 .row.row-2 .col.col-2 .dp-richBase_text :is(ul, ol) {
  margin: 0 0 0 25px;
}
.contents .content-20 .row.row-2 .col.col-2 .dp-richBase_text :is(ul, ol) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-20 .row.row-2 .col.col-2 .dp-richBase_text :is(ul, ol) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-20 .row.row-2 .col.col-2 .dp-richBase_text :is(table, .normal-table, .table-with-row-header, .table-with-two-headers) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-20 .row.row-2 .col.col-2 .dp-richBase_text :is(table, .normal-table, .table-with-row-header, .table-with-two-headers) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-20 .row.row-2 .col.col-2 .dp-richBase_text .component.button {
  margin: 0;
}
.contents .content-20 .row.row-2 .col.col-2 .dp-richBase_text .component.button.button + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-20 .row.row-2 .col.col-2 .dp-richBase_text .component.button.button + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-20 .row.row-2 .col.col-2 .dp-richBase_text .component.button.button .button-cont a.blue {
  background: #254a73;
  color: #fff !important;
  text-decoration: none;
}
.contents .content-20 .row.row-2 .col.col-2 .dp-richBase_text .component.button.button .button-cont a.blue:hover {
  opacity: 0.4;
}

.contents .content-20 .row.row-3 .col.col-1 {
  /* sample */
}
.contents .content-20 .row.row-3 .col.col-1 .dp-richNumber02_text {
  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-bottom: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-20 .row.row-3 .col.col-1 .dp-richNumber02_text {
    font-size: var(--fo-text-font-size-sp);
    margin-bottom: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-20 .row.row-3 .col.col-1 .dp-richNumber02_text :link {
  text-decoration: none;
}
.contents .content-20 .row.row-3 .col.col-1 .dp-richNumber02_text :visited {
  text-decoration: none;
}
.contents .content-20 .row.row-3 .col.col-1 .dp-richNumber02_text a {
  color: var(--fo-text-link-color);
}
.contents .content-20 .row.row-3 .col.col-1 .dp-richNumber02_text 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-20 .row.row-3 .col.col-1 .dp-richNumber02_text p {
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}
.contents .content-20 .row.row-3 .col.col-1 .dp-richNumber02_text p + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-20 .row.row-3 .col.col-1 .dp-richNumber02_text p + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-20 .row.row-3 .col.col-1 .dp-richNumber02_text table :is(thead, tbody, tr, th, td) {
  border-color: #eee;
}
.contents .content-20 .row.row-3 .col.col-1 .dp-richNumber02_text table :is(thead, tbody, tr, th, td) tr :is(th, td) {
  background-clip: padding-box;
  position: static;
}
.contents .content-20 .row.row-3 .col.col-1 .dp-richNumber02_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p {
  font-size: inherit;
}
.contents .content-20 .row.row-3 .col.col-1 .dp-richNumber02_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-20 .row.row-3 .col.col-1 .dp-richNumber02_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-20 .row.row-3 .col.col-1 .dp-richNumber02_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) {
  margin-left: 25px;
}
.contents .content-20 .row.row-3 .col.col-1 .dp-richNumber02_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-20 .row.row-3 .col.col-1 .dp-richNumber02_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-20 .row.row-3 .col.col-1 .dp-richNumber02_text table :is(thead, tbody, tr, th, td) tr :is(th, td) .component.button + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-20 .row.row-3 .col.col-1 .dp-richNumber02_text table :is(thead, tbody, tr, th, td) tr :is(th, td) .component.button + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-20 .row.row-3 .col.col-1 .dp-richNumber02_text :is(ul, ol) {
  margin: 0 0 0 25px;
}
.contents .content-20 .row.row-3 .col.col-1 .dp-richNumber02_text :is(ul, ol) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-20 .row.row-3 .col.col-1 .dp-richNumber02_text :is(ul, ol) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-20 .row.row-3 .col.col-1 .dp-richNumber02_text :is(table, .normal-table, .table-with-row-header, .table-with-two-headers) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-20 .row.row-3 .col.col-1 .dp-richNumber02_text :is(table, .normal-table, .table-with-row-header, .table-with-two-headers) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-20 .row.row-3 .col.col-1 .dp-richNumber02_text table {
  width: auto !important;
  font-size: var(--fo-text-font-size-pc);
}
.contents .content-20 .row.row-3 .col.col-1 .dp-richNumber02_text table :is(thead, tbody, tr, th, td) {
  border: 0;
}
.contents .content-20 .row.row-3 .col.col-1 .dp-richNumber02_text table tbody tr td {
  padding: 0;
  color: var(--fo-main-color);
}
.contents .content-20 .row.row-3 .col.col-1 .dp-richNumber02_text table tbody tr td:first-child {
  padding-right: 10px;
  font-size: 42px;
  line-height: 1;
}
.contents .content-20 .row.row-3 .col.col-1 .dp-richNumber02_text .component.button {
  margin: 0;
}
.contents .content-20 .row.row-3 .col.col-1 .dp-richNumber02_text .component.button.button + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-20 .row.row-3 .col.col-1 .dp-richNumber02_text .component.button.button + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-20 .row.row-3 .col.col-1 .dp-richNumber02_text .component.button.button .button-cont a.blue {
  background: #254a73;
  color: #fff !important;
  text-decoration: none;
}
.contents .content-20 .row.row-3 .col.col-1 .dp-richNumber02_text .component.button.button .button-cont a.blue:hover {
  opacity: 0.4;
}
.frame-root .frame-content .dp-richNumber02_text table:not(:root):not(:root):not(:root):not(:root):not(:root):not(:root) th, .frame-root .frame-content .dp-richNumber02_text table:not(:root):not(:root):not(:root):not(:root):not(:root):not(:root) td {
  min-width: 1em;
}
.frame-root .frame-content .dp-richNumber02_text:hover table th, .frame-root .frame-content .dp-richNumber02_text:hover table td, .frame-root .frame-content .dp-richNumber02_text[data-focus=true] table th, .frame-root .frame-content .dp-richNumber02_text[data-focus=true] table td {
  outline: 1px dotted #0f8bfe;
}

.contents .content-20 .row.row-3 .col.col-1 .dp-hd_custom01-01 {
  margin: 10px 0 0;
}
.contents .content-20 .row.row-3 .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-20 .row.row-3 .col.col-1 .dp-hd_custom01-01 :is(h1, h2, h3, h4, h5) {
    overflow-wrap: break-word;
  }
}
.contents .content-20 .row.row-3 .col.col-1 .dp-hd_custom01-01 :is(h1, h2, h3, h4, h5) .strong {
  font-weight: 400;
}
.contents .content-20 .row.row-3 .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-20 .row.row-3 .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-20 .row.row-3 .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-20 .row.row-3 .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-20 .row.row-3 .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-20 .row.row-3 .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-20 .row.row-3 .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-20 .row.row-3 .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-20 .row.row-3 .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-20 .row.row-3 .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-20 .row.row-3 .col.col-1 .dp-richBase_text {
  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);
}
@media screen and (max-width: 769px) {
  .contents .content-20 .row.row-3 .col.col-1 .dp-richBase_text {
    font-size: var(--fo-text-font-size-sp);
  }
}
.contents .content-20 .row.row-3 .col.col-1 .dp-richBase_text :link {
  text-decoration: none;
}
.contents .content-20 .row.row-3 .col.col-1 .dp-richBase_text :visited {
  text-decoration: none;
}
.contents .content-20 .row.row-3 .col.col-1 .dp-richBase_text a {
  color: var(--fo-text-link-color);
}
.contents .content-20 .row.row-3 .col.col-1 .dp-richBase_text 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-20 .row.row-3 .col.col-1 .dp-richBase_text p {
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}
.contents .content-20 .row.row-3 .col.col-1 .dp-richBase_text p + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-20 .row.row-3 .col.col-1 .dp-richBase_text p + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-20 .row.row-3 .col.col-1 .dp-richBase_text li {
  font-size: inherit;
}
.contents .content-20 .row.row-3 .col.col-1 .dp-richBase_text li a {
  font-size: inherit;
}
.contents .content-20 .row.row-3 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) {
  border-color: #eee;
}
.contents .content-20 .row.row-3 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) {
  background-clip: padding-box;
  position: static;
}
.contents .content-20 .row.row-3 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p {
  font-size: inherit;
}
.contents .content-20 .row.row-3 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-20 .row.row-3 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-20 .row.row-3 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) {
  margin-left: 25px;
}
.contents .content-20 .row.row-3 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-20 .row.row-3 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-20 .row.row-3 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) .component.button + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-20 .row.row-3 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) .component.button + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-20 .row.row-3 .col.col-1 .dp-richBase_text :is(ul, ol) {
  margin: 0 0 0 25px;
}
.contents .content-20 .row.row-3 .col.col-1 .dp-richBase_text :is(ul, ol) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-20 .row.row-3 .col.col-1 .dp-richBase_text :is(ul, ol) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-20 .row.row-3 .col.col-1 .dp-richBase_text :is(table, .normal-table, .table-with-row-header, .table-with-two-headers) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-20 .row.row-3 .col.col-1 .dp-richBase_text :is(table, .normal-table, .table-with-row-header, .table-with-two-headers) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-20 .row.row-3 .col.col-1 .dp-richBase_text .component.button {
  margin: 0;
}
.contents .content-20 .row.row-3 .col.col-1 .dp-richBase_text .component.button.button + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-20 .row.row-3 .col.col-1 .dp-richBase_text .component.button.button + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-20 .row.row-3 .col.col-1 .dp-richBase_text .component.button.button .button-cont a.blue {
  background: #254a73;
  color: #fff !important;
  text-decoration: none;
}
.contents .content-20 .row.row-3 .col.col-1 .dp-richBase_text .component.button.button .button-cont a.blue:hover {
  opacity: 0.4;
}
.contents .content-20 .row.row-3 .col.col-2 {
  /* sample */
}
.contents .content-20 .row.row-3 .col.col-2 .component.image {
  /* sample */
}

.contents .content-20 .row.row-4 {
  /* sample */
}
.contents .content-20 .row.row-4 .col.col-1 {
  /* sample */
}
.contents .content-20 .row.row-4 .col.col-1 .dp-btn_custom03-04 {
  margin-top: calc(64px * var(--fo-spacing-coef) - 20px);
  padding: 0;
}
@media screen and (max-width: 769px) {
  .contents .content-20 .row.row-4 .col.col-1 .dp-btn_custom03-04 {
    margin-top: calc(64px * var(--fo-spacing-coef) * 0.75 - 10px);
  }
}
.contents .content-20 .row.row-4 .col.col-1 .dp-btn_custom03-04 .button-cont {
  margin: 0;
  padding: 0;
}
.contents .content-20 .row.row-4 .col.col-1 .dp-btn_custom03-04 .button-cont a:where(.size-s, .size-m, .size-l) {
  background: var(--fo-button3-background, transparent) -1px/calc(100% + 2px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  font-family: var(--fo-text-font-family);
  color: var(--fo-button3-text-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 var(--fo-button3-border-color, transparent);
  border-radius: var(--fo-button3-border-radius);
  margin: 0;
}
.contents .content-20 .row.row-4 .col.col-1 .dp-btn_custom03-04 .button-cont a:where(.size-s, .size-m, .size-l)::after {
  content: "\f054";
  font-family: "FontAwesome";
  color: inherit;
  line-height: 1;
  position: relative;
  top: 1.5px;
  right: -10px;
  letter-spacing: 0;
  line-height: 1;
}
.contents .content-20 .row.row-4 .col.col-1 .dp-btn_custom03-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-20 .row.row-4 .col.col-1 .dp-btn_custom03-04 .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-20 .row.row-4 .col.col-1 .dp-btn_custom03-04 .button-cont a.size-s {
    min-width: var(--fo-button-small-min-width-pc);
  }
}
.contents .content-20 .row.row-4 .col.col-1 .dp-btn_custom03-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-20 .row.row-4 .col.col-1 .dp-btn_custom03-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-20 .row.row-4 .col.col-1 .dp-btn_custom03-04 .button-cont a.size-m {
    min-width: var(--fo-button-medium-min-width-pc);
  }
}
.contents .content-20 .row.row-4 .col.col-1 .dp-btn_custom03-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-20 .row.row-4 .col.col-1 .dp-btn_custom03-04 .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-20 .row.row-4 .col.col-1 .dp-btn_custom03-04 .button-cont a.size-l {
    width: auto;
    min-width: var(--fo-button-large-min-width-pc);
  }
}
.contents .content-20 .row.row-4 .col.col-1 .dp-btn_custom03-04 .button-cont a:hover {
  opacity: var(--fo-button3-hover-opacity, 1);
  transform: scale(var(--fo-button3-hover-scale, 1));
  background: var(--fo-button3-hover-background-color, var(--fo-button3-background, transparent)) -1px/calc(100% + 2px);
  color: var(--fo-button3-hover-text-color, var(--fo-button3-text-color));
  border: 1px solid var(--fo-button3-hover-border-color, var(--fo-button3-border-color, transparent));
}

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

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

.dp-cTa05_sec:not(:root):not(:root):not(:root):not(:root) {
  padding: calc(80px * var(--fo-spacing-coef) - 30px) 0 calc(80px * var(--fo-spacing-coef) - 40px);
}
@media screen and (max-width: 769px) {
  .dp-cTa05_sec:not(:root):not(:root):not(:root):not(:root) {
    padding: calc(80px * var(--fo-spacing-coef) * 0.75 - 30px) 0;
  }
}
.dp-cTa05_sec:not(:root):not(:root):not(:root):not(:root) .inner .row.cTa2column_Custom_row {
  display: flex;
  gap: calc(100px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .dp-cTa05_sec:not(:root):not(:root):not(:root):not(:root) .inner .row.cTa2column_Custom_row {
    flex-direction: column;
    gap: calc(100px * var(--fo-spacing-coef) * 0.75);
  }
}
.dp-cTa05_sec:not(:root):not(:root):not(:root):not(:root) .inner .row.cTa2column_Custom_row .col:not(:root) + .col {
  position: relative;
}
.dp-cTa05_sec:not(:root):not(:root):not(:root):not(:root) .inner .row.cTa2column_Custom_row .col:not(:root) + .col::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  border: 1px solid #fff;
  height: 100%;
  left: calc(-50px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .dp-cTa05_sec:not(:root):not(:root):not(:root):not(:root) .inner .row.cTa2column_Custom_row .col:not(:root) + .col::before {
    top: calc(-50px * var(--fo-spacing-coef) * 0.75);
    left: auto;
    height: auto;
    width: 100%;
  }
}
.dp-cTa05_sec:not(:root):not(:root):not(:root):not(:root) .inner .row.cTa2column_Custom_row .col:not(:root) .component:not(:root):not(:first-child) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
.dp-cTa05_sec:not(:root):not(:root):not(:root):not(:root) .inner .row.cTa2column_Custom_row .col:not(:root) .component:not(:root).richtext {
  color: #fff;
}
.dp-cTa05_sec:not(:root):not(:root):not(:root):not(:root) .inner .row.cTa2column_Custom_row .col:not(:root) .component:not(:root).heading :is(h1, h2, h3) {
  color: #fff;
  margin-bottom: calc(32px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .dp-cTa05_sec:not(:root):not(:root):not(:root):not(:root) .inner .row.cTa2column_Custom_row .col:not(:root) .component:not(:root).heading :is(h1, h2, h3) {
    margin-bottom: calc(32px * var(--fo-spacing-coef) * 0.75);
  }
}
.dp-cTa05_sec:not(:root):not(:root):not(:root):not(:root) .inner .row.cTa2column_Custom_row .col:not(:root) .component:not(:root).heading :is(h4, h5) {
  color: #fff;
  margin-bottom: calc(24px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .dp-cTa05_sec:not(:root):not(:root):not(:root):not(:root) .inner .row.cTa2column_Custom_row .col:not(:root) .component:not(:root).heading :is(h4, h5) {
    margin-bottom: calc(24px * var(--fo-spacing-coef) * 0.75);
  }
}
.dp-cTa05_sec:not(:root):not(:root):not(:root):not(:root) .inner .row.cTa2column_Custom_row .col:not(:root) .component:not(:root).button {
  margin-top: calc(48px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .dp-cTa05_sec:not(:root):not(:root):not(:root):not(:root) .inner .row.cTa2column_Custom_row .col:not(:root) .component:not(:root).button {
    margin-top: calc(48px * var(--fo-spacing-coef) * 0.75);
  }
}
@media screen and (min-width: 770px) and (max-width: 834px) {
  .dp-cTa05_sec:not(:root):not(:root):not(:root):not(:root) .inner .row.cTa2column_Custom_row .col:not(:root) .component:not(:root).button .button-cont a.size-s, .dp-cTa05_sec:not(:root):not(:root):not(:root):not(:root) .inner .row.cTa2column_Custom_row .col:not(:root) .component:not(:root).button .button-cont a.size-m, .dp-cTa05_sec:not(:root):not(:root):not(:root):not(:root) .inner .row.cTa2column_Custom_row .col:not(:root) .component:not(:root).button .button-cont a.size-l {
    min-width: 100%;
  }
}

.contents .content-22 .row.row-1 .col.col-1 {
  /* sample */
}
.contents .content-22 .row.row-1 .col.col-1 .dp-richBase_text {
  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);
}
@media screen and (max-width: 769px) {
  .contents .content-22 .row.row-1 .col.col-1 .dp-richBase_text {
    font-size: var(--fo-text-font-size-sp);
  }
}
.contents .content-22 .row.row-1 .col.col-1 .dp-richBase_text :link {
  text-decoration: none;
}
.contents .content-22 .row.row-1 .col.col-1 .dp-richBase_text :visited {
  text-decoration: none;
}
.contents .content-22 .row.row-1 .col.col-1 .dp-richBase_text a {
  color: var(--fo-text-link-color);
}
.contents .content-22 .row.row-1 .col.col-1 .dp-richBase_text 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-22 .row.row-1 .col.col-1 .dp-richBase_text p {
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}
.contents .content-22 .row.row-1 .col.col-1 .dp-richBase_text p + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-22 .row.row-1 .col.col-1 .dp-richBase_text p + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-22 .row.row-1 .col.col-1 .dp-richBase_text li {
  font-size: inherit;
}
.contents .content-22 .row.row-1 .col.col-1 .dp-richBase_text li a {
  font-size: inherit;
}
.contents .content-22 .row.row-1 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) {
  border-color: #eee;
}
.contents .content-22 .row.row-1 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) {
  background-clip: padding-box;
  position: static;
}
.contents .content-22 .row.row-1 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p {
  font-size: inherit;
}
.contents .content-22 .row.row-1 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-22 .row.row-1 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-22 .row.row-1 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) {
  margin-left: 25px;
}
.contents .content-22 .row.row-1 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-22 .row.row-1 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-22 .row.row-1 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) .component.button + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-22 .row.row-1 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) .component.button + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-22 .row.row-1 .col.col-1 .dp-richBase_text :is(ul, ol) {
  margin: 0 0 0 25px;
}
.contents .content-22 .row.row-1 .col.col-1 .dp-richBase_text :is(ul, ol) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-22 .row.row-1 .col.col-1 .dp-richBase_text :is(ul, ol) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-22 .row.row-1 .col.col-1 .dp-richBase_text :is(table, .normal-table, .table-with-row-header, .table-with-two-headers) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-22 .row.row-1 .col.col-1 .dp-richBase_text :is(table, .normal-table, .table-with-row-header, .table-with-two-headers) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-22 .row.row-1 .col.col-1 .dp-richBase_text .component.button {
  margin: 0;
}
.contents .content-22 .row.row-1 .col.col-1 .dp-richBase_text .component.button.button + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-22 .row.row-1 .col.col-1 .dp-richBase_text .component.button.button + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-22 .row.row-1 .col.col-1 .dp-richBase_text .component.button.button .button-cont a.blue {
  background: #254a73;
  color: #fff !important;
  text-decoration: none;
}
.contents .content-22 .row.row-1 .col.col-1 .dp-richBase_text .component.button.button .button-cont a.blue:hover {
  opacity: 0.4;
}
.contents .content-22 .row.row-1 .col.col-1 .dp-hd_custom01-01 {
  margin: 10px 0 0;
}
.contents .content-22 .row.row-1 .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-22 .row.row-1 .col.col-1 .dp-hd_custom01-01 :is(h1, h2, h3, h4, h5) {
    overflow-wrap: break-word;
  }
}
.contents .content-22 .row.row-1 .col.col-1 .dp-hd_custom01-01 :is(h1, h2, h3, h4, h5) .strong {
  font-weight: 400;
}
.contents .content-22 .row.row-1 .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-22 .row.row-1 .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-22 .row.row-1 .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-22 .row.row-1 .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-22 .row.row-1 .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-22 .row.row-1 .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-22 .row.row-1 .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-22 .row.row-1 .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-22 .row.row-1 .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-22 .row.row-1 .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-22 .row.row-1 .col.col-1 .dp-richBase_text {
  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);
}
@media screen and (max-width: 769px) {
  .contents .content-22 .row.row-1 .col.col-1 .dp-richBase_text {
    font-size: var(--fo-text-font-size-sp);
  }
}
.contents .content-22 .row.row-1 .col.col-1 .dp-richBase_text :link {
  text-decoration: none;
}
.contents .content-22 .row.row-1 .col.col-1 .dp-richBase_text :visited {
  text-decoration: none;
}
.contents .content-22 .row.row-1 .col.col-1 .dp-richBase_text a {
  color: var(--fo-text-link-color);
}
.contents .content-22 .row.row-1 .col.col-1 .dp-richBase_text 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-22 .row.row-1 .col.col-1 .dp-richBase_text p {
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}
.contents .content-22 .row.row-1 .col.col-1 .dp-richBase_text p + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-22 .row.row-1 .col.col-1 .dp-richBase_text p + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-22 .row.row-1 .col.col-1 .dp-richBase_text li {
  font-size: inherit;
}
.contents .content-22 .row.row-1 .col.col-1 .dp-richBase_text li a {
  font-size: inherit;
}
.contents .content-22 .row.row-1 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) {
  border-color: #eee;
}
.contents .content-22 .row.row-1 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) {
  background-clip: padding-box;
  position: static;
}
.contents .content-22 .row.row-1 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p {
  font-size: inherit;
}
.contents .content-22 .row.row-1 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-22 .row.row-1 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-22 .row.row-1 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) {
  margin-left: 25px;
}
.contents .content-22 .row.row-1 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-22 .row.row-1 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-22 .row.row-1 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) .component.button + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-22 .row.row-1 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) .component.button + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-22 .row.row-1 .col.col-1 .dp-richBase_text :is(ul, ol) {
  margin: 0 0 0 25px;
}
.contents .content-22 .row.row-1 .col.col-1 .dp-richBase_text :is(ul, ol) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-22 .row.row-1 .col.col-1 .dp-richBase_text :is(ul, ol) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-22 .row.row-1 .col.col-1 .dp-richBase_text :is(table, .normal-table, .table-with-row-header, .table-with-two-headers) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-22 .row.row-1 .col.col-1 .dp-richBase_text :is(table, .normal-table, .table-with-row-header, .table-with-two-headers) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-22 .row.row-1 .col.col-1 .dp-richBase_text .component.button {
  margin: 0;
}
.contents .content-22 .row.row-1 .col.col-1 .dp-richBase_text .component.button.button + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-22 .row.row-1 .col.col-1 .dp-richBase_text .component.button.button + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-22 .row.row-1 .col.col-1 .dp-richBase_text .component.button.button .button-cont a.blue {
  background: #254a73;
  color: #fff !important;
  text-decoration: none;
}
.contents .content-22 .row.row-1 .col.col-1 .dp-richBase_text .component.button.button .button-cont a.blue:hover {
  opacity: 0.4;
}
.contents .content-22 .row.row-1 .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-22 .row.row-1 .col.col-1 .dp-btn_custom05-03 {
    margin-top: calc(64px * var(--fo-spacing-coef) * 0.75 - 10px);
  }
}
.contents .content-22 .row.row-1 .col.col-1 .dp-btn_custom05-03 .button-cont {
  margin: 0;
  padding: 0;
}
.contents .content-22 .row.row-1 .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-22 .row.row-1 .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-22 .row.row-1 .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-22 .row.row-1 .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-22 .row.row-1 .col.col-1 .dp-btn_custom05-03 .button-cont a.size-s {
    min-width: var(--fo-button-small-min-width-pc);
  }
}
.contents .content-22 .row.row-1 .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-22 .row.row-1 .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-22 .row.row-1 .col.col-1 .dp-btn_custom05-03 .button-cont a.size-m {
    min-width: var(--fo-button-medium-min-width-pc);
  }
}
.contents .content-22 .row.row-1 .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-22 .row.row-1 .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-22 .row.row-1 .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-22 .row.row-1 .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-22 .row.row-1 .col.col-2 {
  /* sample */
}
.contents .content-22 .row.row-1 .col.col-2 .dp-richBase_text {
  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);
}
@media screen and (max-width: 769px) {
  .contents .content-22 .row.row-1 .col.col-2 .dp-richBase_text {
    font-size: var(--fo-text-font-size-sp);
  }
}
.contents .content-22 .row.row-1 .col.col-2 .dp-richBase_text :link {
  text-decoration: none;
}
.contents .content-22 .row.row-1 .col.col-2 .dp-richBase_text :visited {
  text-decoration: none;
}
.contents .content-22 .row.row-1 .col.col-2 .dp-richBase_text a {
  color: var(--fo-text-link-color);
}
.contents .content-22 .row.row-1 .col.col-2 .dp-richBase_text 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-22 .row.row-1 .col.col-2 .dp-richBase_text p {
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}
.contents .content-22 .row.row-1 .col.col-2 .dp-richBase_text p + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-22 .row.row-1 .col.col-2 .dp-richBase_text p + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-22 .row.row-1 .col.col-2 .dp-richBase_text li {
  font-size: inherit;
}
.contents .content-22 .row.row-1 .col.col-2 .dp-richBase_text li a {
  font-size: inherit;
}
.contents .content-22 .row.row-1 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) {
  border-color: #eee;
}
.contents .content-22 .row.row-1 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) {
  background-clip: padding-box;
  position: static;
}
.contents .content-22 .row.row-1 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p {
  font-size: inherit;
}
.contents .content-22 .row.row-1 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-22 .row.row-1 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-22 .row.row-1 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) {
  margin-left: 25px;
}
.contents .content-22 .row.row-1 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-22 .row.row-1 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-22 .row.row-1 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) .component.button + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-22 .row.row-1 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) .component.button + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-22 .row.row-1 .col.col-2 .dp-richBase_text :is(ul, ol) {
  margin: 0 0 0 25px;
}
.contents .content-22 .row.row-1 .col.col-2 .dp-richBase_text :is(ul, ol) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-22 .row.row-1 .col.col-2 .dp-richBase_text :is(ul, ol) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-22 .row.row-1 .col.col-2 .dp-richBase_text :is(table, .normal-table, .table-with-row-header, .table-with-two-headers) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-22 .row.row-1 .col.col-2 .dp-richBase_text :is(table, .normal-table, .table-with-row-header, .table-with-two-headers) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-22 .row.row-1 .col.col-2 .dp-richBase_text .component.button {
  margin: 0;
}
.contents .content-22 .row.row-1 .col.col-2 .dp-richBase_text .component.button.button + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-22 .row.row-1 .col.col-2 .dp-richBase_text .component.button.button + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-22 .row.row-1 .col.col-2 .dp-richBase_text .component.button.button .button-cont a.blue {
  background: #254a73;
  color: #fff !important;
  text-decoration: none;
}
.contents .content-22 .row.row-1 .col.col-2 .dp-richBase_text .component.button.button .button-cont a.blue:hover {
  opacity: 0.4;
}
.contents .content-22 .row.row-1 .col.col-2 .dp-hd_custom01-01 {
  margin: 10px 0 0;
}
.contents .content-22 .row.row-1 .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-22 .row.row-1 .col.col-2 .dp-hd_custom01-01 :is(h1, h2, h3, h4, h5) {
    overflow-wrap: break-word;
  }
}
.contents .content-22 .row.row-1 .col.col-2 .dp-hd_custom01-01 :is(h1, h2, h3, h4, h5) .strong {
  font-weight: 400;
}
.contents .content-22 .row.row-1 .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-22 .row.row-1 .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-22 .row.row-1 .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-22 .row.row-1 .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-22 .row.row-1 .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-22 .row.row-1 .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-22 .row.row-1 .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-22 .row.row-1 .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-22 .row.row-1 .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-22 .row.row-1 .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-22 .row.row-1 .col.col-2 .dp-richBase_text {
  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);
}
@media screen and (max-width: 769px) {
  .contents .content-22 .row.row-1 .col.col-2 .dp-richBase_text {
    font-size: var(--fo-text-font-size-sp);
  }
}
.contents .content-22 .row.row-1 .col.col-2 .dp-richBase_text :link {
  text-decoration: none;
}
.contents .content-22 .row.row-1 .col.col-2 .dp-richBase_text :visited {
  text-decoration: none;
}
.contents .content-22 .row.row-1 .col.col-2 .dp-richBase_text a {
  color: var(--fo-text-link-color);
}
.contents .content-22 .row.row-1 .col.col-2 .dp-richBase_text 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-22 .row.row-1 .col.col-2 .dp-richBase_text p {
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}
.contents .content-22 .row.row-1 .col.col-2 .dp-richBase_text p + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-22 .row.row-1 .col.col-2 .dp-richBase_text p + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-22 .row.row-1 .col.col-2 .dp-richBase_text li {
  font-size: inherit;
}
.contents .content-22 .row.row-1 .col.col-2 .dp-richBase_text li a {
  font-size: inherit;
}
.contents .content-22 .row.row-1 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) {
  border-color: #eee;
}
.contents .content-22 .row.row-1 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) {
  background-clip: padding-box;
  position: static;
}
.contents .content-22 .row.row-1 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p {
  font-size: inherit;
}
.contents .content-22 .row.row-1 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-22 .row.row-1 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-22 .row.row-1 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) {
  margin-left: 25px;
}
.contents .content-22 .row.row-1 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-22 .row.row-1 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-22 .row.row-1 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) .component.button + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-22 .row.row-1 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) .component.button + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-22 .row.row-1 .col.col-2 .dp-richBase_text :is(ul, ol) {
  margin: 0 0 0 25px;
}
.contents .content-22 .row.row-1 .col.col-2 .dp-richBase_text :is(ul, ol) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-22 .row.row-1 .col.col-2 .dp-richBase_text :is(ul, ol) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-22 .row.row-1 .col.col-2 .dp-richBase_text :is(table, .normal-table, .table-with-row-header, .table-with-two-headers) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-22 .row.row-1 .col.col-2 .dp-richBase_text :is(table, .normal-table, .table-with-row-header, .table-with-two-headers) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-22 .row.row-1 .col.col-2 .dp-richBase_text .component.button {
  margin: 0;
}
.contents .content-22 .row.row-1 .col.col-2 .dp-richBase_text .component.button.button + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-22 .row.row-1 .col.col-2 .dp-richBase_text .component.button.button + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-22 .row.row-1 .col.col-2 .dp-richBase_text .component.button.button .button-cont a.blue {
  background: #254a73;
  color: #fff !important;
  text-decoration: none;
}
.contents .content-22 .row.row-1 .col.col-2 .dp-richBase_text .component.button.button .button-cont a.blue:hover {
  opacity: 0.4;
}
.contents .content-22 .row.row-1 .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-22 .row.row-1 .col.col-2 .dp-btn_custom06-02 {
    margin-top: calc(64px * var(--fo-spacing-coef) * 0.75 - 10px);
  }
}
.contents .content-22 .row.row-1 .col.col-2 .dp-btn_custom06-02 .button-cont {
  margin: 0;
  padding: 0;
}
.contents .content-22 .row.row-1 .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-22 .row.row-1 .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-22 .row.row-1 .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-22 .row.row-1 .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-22 .row.row-1 .col.col-2 .dp-btn_custom06-02 .button-cont a.size-s {
    min-width: var(--fo-button-small-min-width-pc);
  }
}
.contents .content-22 .row.row-1 .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-22 .row.row-1 .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-22 .row.row-1 .col.col-2 .dp-btn_custom06-02 .button-cont a.size-m {
    min-width: var(--fo-button-medium-min-width-pc);
  }
}
.contents .content-22 .row.row-1 .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-22 .row.row-1 .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-22 .row.row-1 .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-22 .row.row-1 .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-23 {
  /* sample */
}

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

.dp-cf01_sec:not(:root):not(:root):not(:root):not(:root) {
  background-color: var(--fo-background-color1);
  padding: calc(80px * var(--fo-spacing-coef) - 30px) 0 calc(80px * var(--fo-spacing-coef) - 40px);
}
@media screen and (max-width: 769px) {
  .dp-cf01_sec:not(:root):not(:root):not(:root):not(:root) {
    padding: calc(80px * var(--fo-spacing-coef) * 0.75 - 30px) 0;
  }
}
.dp-cf01_sec:not(:root):not(:root):not(:root):not(:root) .inner .row.cf01-contactList_row {
  border: 1px solid #eee;
  margin-top: calc(32px * var(--fo-spacing-coef) - 20px);
  padding: calc(32px * var(--fo-spacing-coef)) calc(32px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .dp-cf01_sec:not(:root):not(:root):not(:root):not(:root) .inner .row.cf01-contactList_row {
    margin-top: calc(32px * var(--fo-spacing-coef) * 0.75);
    padding: calc(32px * var(--fo-spacing-coef) * 0.75 - 10px) calc(32px * var(--fo-spacing-coef) * 0.75);
  }
}
.dp-cf01_sec:not(:root):not(:root):not(:root):not(:root) .inner .row.cf01-contactList_row + .cf01-contactList_row {
  margin-top: calc(32px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .dp-cf01_sec:not(:root):not(:root):not(:root):not(:root) .inner .row.cf01-contactList_row + .cf01-contactList_row {
    margin-top: calc(32px * var(--fo-spacing-coef) * 0.75);
  }
}
.dp-cf01_sec:not(:root):not(:root):not(:root):not(:root) .inner .row.cf01-contactList_row div.col {
  text-align: center;
  padding: 0;
}
.dp-cf01_sec:not(:root):not(:root):not(:root):not(:root) .inner .row.cf01-contactList_row div.col .component.richtext:not(:root):not(:root):not(:root) {
  display: inline-block;
  text-align: left;
}
.dp-cf01_sec:not(:root):not(:root):not(:root):not(:root) .inner .row.cf01-contactList_row div.col .component.richtext:not(:root):not(:root):not(:root) p + p {
  margin-top: 0;
}
@media screen and (min-width: 770px) {
  .dp-cf01_sec:not(:root):not(:root):not(:root):not(:root) .inner .row.cf01-contactTel_row div.col {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding-top: calc(32px * var(--fo-spacing-coef) - 10px);
  }
}
@media screen and (max-width: 769px) {
  .dp-cf01_sec:not(:root):not(:root):not(:root):not(:root) .inner .row.cf01-contactTel_row div.col {
    padding-top: calc(32px * var(--fo-spacing-coef) * 0.75 - 10px);
  }
}
@media screen and (min-width: 770px) {
  .dp-cf01_sec:not(:root):not(:root):not(:root):not(:root) .inner .row.cf01-contactTel_row div.col .component:not(:root):not(:root):not(:root) {
    margin: 10px 0;
  }
}
@media screen and (max-width: 769px) {
  .dp-cf01_sec:not(:root):not(:root):not(:root):not(:root) .inner .row.cf01-contactTel_row div.col .component:not(:root):not(:root):not(:root).button {
    margin: 10px 0;
  }
}
.dp-cf01_sec:not(:root):not(:root):not(:root):not(:root) .inner .row.cf01-oneForm_row {
  background-color: var(--fo-background-color2);
  margin: calc(48px * var(--fo-spacing-coef) - 20px) auto 20px;
  padding: 38px 38px 18px;
}
@media screen and (max-width: 769px) {
  .dp-cf01_sec:not(:root):not(:root):not(:root):not(:root) .inner .row.cf01-oneForm_row {
    padding: 14px 24px 4px;
    margin: calc(48px * var(--fo-spacing-coef) * 0.75) auto 10px;
  }
}

.frame-root .frame-content .dp-cf01_sec:not(:root):not(:root):not(:root):not(:root) .cf01-contactList_row div.col .component.richtext:not(:root):not(:root):not(:root) {
  min-width: 400px;
}

.contents .content-24 .row.row-1 .col.col-1 {
  /* sample */
}
.contents .content-24 .row.row-1 .col.col-1 .dp-hd_custom01-01 {
  margin: 10px 0 0;
}
.contents .content-24 .row.row-1 .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-24 .row.row-1 .col.col-1 .dp-hd_custom01-01 :is(h1, h2, h3, h4, h5) {
    overflow-wrap: break-word;
  }
}
.contents .content-24 .row.row-1 .col.col-1 .dp-hd_custom01-01 :is(h1, h2, h3, h4, h5) .strong {
  font-weight: 400;
}
.contents .content-24 .row.row-1 .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-24 .row.row-1 .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-24 .row.row-1 .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-24 .row.row-1 .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-24 .row.row-1 .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-24 .row.row-1 .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-24 .row.row-1 .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-24 .row.row-1 .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-24 .row.row-1 .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-24 .row.row-1 .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-24 .row.row-2 {
  /* sample */
}
.contents .content-24 .row.row-2 .col.col-1 {
  /* sample */
}
.contents .content-24 .row.row-2 .col.col-1 .dp-richBase_text {
  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);
}
@media screen and (max-width: 769px) {
  .contents .content-24 .row.row-2 .col.col-1 .dp-richBase_text {
    font-size: var(--fo-text-font-size-sp);
  }
}
.contents .content-24 .row.row-2 .col.col-1 .dp-richBase_text :link {
  text-decoration: none;
}
.contents .content-24 .row.row-2 .col.col-1 .dp-richBase_text :visited {
  text-decoration: none;
}
.contents .content-24 .row.row-2 .col.col-1 .dp-richBase_text a {
  color: var(--fo-text-link-color);
}
.contents .content-24 .row.row-2 .col.col-1 .dp-richBase_text 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-24 .row.row-2 .col.col-1 .dp-richBase_text p {
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}
.contents .content-24 .row.row-2 .col.col-1 .dp-richBase_text p + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-24 .row.row-2 .col.col-1 .dp-richBase_text p + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-24 .row.row-2 .col.col-1 .dp-richBase_text li {
  font-size: inherit;
}
.contents .content-24 .row.row-2 .col.col-1 .dp-richBase_text li a {
  font-size: inherit;
}
.contents .content-24 .row.row-2 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) {
  border-color: #eee;
}
.contents .content-24 .row.row-2 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) {
  background-clip: padding-box;
  position: static;
}
.contents .content-24 .row.row-2 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p {
  font-size: inherit;
}
.contents .content-24 .row.row-2 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-24 .row.row-2 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-24 .row.row-2 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) {
  margin-left: 25px;
}
.contents .content-24 .row.row-2 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-24 .row.row-2 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-24 .row.row-2 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) .component.button + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-24 .row.row-2 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) .component.button + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-24 .row.row-2 .col.col-1 .dp-richBase_text :is(ul, ol) {
  margin: 0 0 0 25px;
}
.contents .content-24 .row.row-2 .col.col-1 .dp-richBase_text :is(ul, ol) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-24 .row.row-2 .col.col-1 .dp-richBase_text :is(ul, ol) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-24 .row.row-2 .col.col-1 .dp-richBase_text :is(table, .normal-table, .table-with-row-header, .table-with-two-headers) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-24 .row.row-2 .col.col-1 .dp-richBase_text :is(table, .normal-table, .table-with-row-header, .table-with-two-headers) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-24 .row.row-2 .col.col-1 .dp-richBase_text .component.button {
  margin: 0;
}
.contents .content-24 .row.row-2 .col.col-1 .dp-richBase_text .component.button.button + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-24 .row.row-2 .col.col-1 .dp-richBase_text .component.button.button + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-24 .row.row-2 .col.col-1 .dp-richBase_text .component.button.button .button-cont a.blue {
  background: #254a73;
  color: #fff !important;
  text-decoration: none;
}
.contents .content-24 .row.row-2 .col.col-1 .dp-richBase_text .component.button.button .button-cont a.blue:hover {
  opacity: 0.4;
}

.contents .content-24 .row.row-3 .col.col-1 {
  /* sample */
}
.contents .content-24 .row.row-3 .col.col-1 .dp-richBase_text {
  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);
}
@media screen and (max-width: 769px) {
  .contents .content-24 .row.row-3 .col.col-1 .dp-richBase_text {
    font-size: var(--fo-text-font-size-sp);
  }
}
.contents .content-24 .row.row-3 .col.col-1 .dp-richBase_text :link {
  text-decoration: none;
}
.contents .content-24 .row.row-3 .col.col-1 .dp-richBase_text :visited {
  text-decoration: none;
}
.contents .content-24 .row.row-3 .col.col-1 .dp-richBase_text a {
  color: var(--fo-text-link-color);
}
.contents .content-24 .row.row-3 .col.col-1 .dp-richBase_text 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-24 .row.row-3 .col.col-1 .dp-richBase_text p {
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}
.contents .content-24 .row.row-3 .col.col-1 .dp-richBase_text p + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-24 .row.row-3 .col.col-1 .dp-richBase_text p + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-24 .row.row-3 .col.col-1 .dp-richBase_text li {
  font-size: inherit;
}
.contents .content-24 .row.row-3 .col.col-1 .dp-richBase_text li a {
  font-size: inherit;
}
.contents .content-24 .row.row-3 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) {
  border-color: #eee;
}
.contents .content-24 .row.row-3 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) {
  background-clip: padding-box;
  position: static;
}
.contents .content-24 .row.row-3 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p {
  font-size: inherit;
}
.contents .content-24 .row.row-3 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-24 .row.row-3 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-24 .row.row-3 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) {
  margin-left: 25px;
}
.contents .content-24 .row.row-3 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-24 .row.row-3 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-24 .row.row-3 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) .component.button + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-24 .row.row-3 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) .component.button + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-24 .row.row-3 .col.col-1 .dp-richBase_text :is(ul, ol) {
  margin: 0 0 0 25px;
}
.contents .content-24 .row.row-3 .col.col-1 .dp-richBase_text :is(ul, ol) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-24 .row.row-3 .col.col-1 .dp-richBase_text :is(ul, ol) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-24 .row.row-3 .col.col-1 .dp-richBase_text :is(table, .normal-table, .table-with-row-header, .table-with-two-headers) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-24 .row.row-3 .col.col-1 .dp-richBase_text :is(table, .normal-table, .table-with-row-header, .table-with-two-headers) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-24 .row.row-3 .col.col-1 .dp-richBase_text .component.button {
  margin: 0;
}
.contents .content-24 .row.row-3 .col.col-1 .dp-richBase_text .component.button.button + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-24 .row.row-3 .col.col-1 .dp-richBase_text .component.button.button + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-24 .row.row-3 .col.col-1 .dp-richBase_text .component.button.button .button-cont a.blue {
  background: #254a73;
  color: #fff !important;
  text-decoration: none;
}
.contents .content-24 .row.row-3 .col.col-1 .dp-richBase_text .component.button.button .button-cont a.blue:hover {
  opacity: 0.4;
}

.contents .content-24 .row.row-4 .col.col-1 {
  /* sample */
}
.contents .content-24 .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-24 .row.row-4 .col.col-1 .dp-btn_custom04-01 {
    margin-top: calc(64px * var(--fo-spacing-coef) * 0.75 - 10px);
  }
}
.contents .content-24 .row.row-4 .col.col-1 .dp-btn_custom04-01 .button-cont {
  margin: 0;
  padding: 0;
}
.contents .content-24 .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-24 .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-24 .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-24 .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-24 .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-24 .row.row-4 .col.col-1 .dp-btn_custom04-01 .button-cont a:hover {
  opacity: 0.4;
  transform: scale(1.05);
}
.contents .content-24 .row.row-4 .col.col-1 .dp-richBase_text {
  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);
}
@media screen and (max-width: 769px) {
  .contents .content-24 .row.row-4 .col.col-1 .dp-richBase_text {
    font-size: var(--fo-text-font-size-sp);
  }
}
.contents .content-24 .row.row-4 .col.col-1 .dp-richBase_text :link {
  text-decoration: none;
}
.contents .content-24 .row.row-4 .col.col-1 .dp-richBase_text :visited {
  text-decoration: none;
}
.contents .content-24 .row.row-4 .col.col-1 .dp-richBase_text a {
  color: var(--fo-text-link-color);
}
.contents .content-24 .row.row-4 .col.col-1 .dp-richBase_text 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-24 .row.row-4 .col.col-1 .dp-richBase_text p {
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}
.contents .content-24 .row.row-4 .col.col-1 .dp-richBase_text p + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-24 .row.row-4 .col.col-1 .dp-richBase_text p + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-24 .row.row-4 .col.col-1 .dp-richBase_text li {
  font-size: inherit;
}
.contents .content-24 .row.row-4 .col.col-1 .dp-richBase_text li a {
  font-size: inherit;
}
.contents .content-24 .row.row-4 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) {
  border-color: #eee;
}
.contents .content-24 .row.row-4 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) {
  background-clip: padding-box;
  position: static;
}
.contents .content-24 .row.row-4 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p {
  font-size: inherit;
}
.contents .content-24 .row.row-4 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-24 .row.row-4 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-24 .row.row-4 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) {
  margin-left: 25px;
}
.contents .content-24 .row.row-4 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-24 .row.row-4 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-24 .row.row-4 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) .component.button + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-24 .row.row-4 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) .component.button + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-24 .row.row-4 .col.col-1 .dp-richBase_text :is(ul, ol) {
  margin: 0 0 0 25px;
}
.contents .content-24 .row.row-4 .col.col-1 .dp-richBase_text :is(ul, ol) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-24 .row.row-4 .col.col-1 .dp-richBase_text :is(ul, ol) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-24 .row.row-4 .col.col-1 .dp-richBase_text :is(table, .normal-table, .table-with-row-header, .table-with-two-headers) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-24 .row.row-4 .col.col-1 .dp-richBase_text :is(table, .normal-table, .table-with-row-header, .table-with-two-headers) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-24 .row.row-4 .col.col-1 .dp-richBase_text .component.button {
  margin: 0;
}
.contents .content-24 .row.row-4 .col.col-1 .dp-richBase_text .component.button.button + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-24 .row.row-4 .col.col-1 .dp-richBase_text .component.button.button + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-24 .row.row-4 .col.col-1 .dp-richBase_text .component.button.button .button-cont a.blue {
  background: #254a73;
  color: #fff !important;
  text-decoration: none;
}
.contents .content-24 .row.row-4 .col.col-1 .dp-richBase_text .component.button.button .button-cont a.blue:hover {
  opacity: 0.4;
}

.contents .content-24 .row.row-5 .col.col-1 {
  /* sample */
}
.contents .content-24 .row.row-5 .col.col-1 .dp-richBase_text {
  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);
}
@media screen and (max-width: 769px) {
  .contents .content-24 .row.row-5 .col.col-1 .dp-richBase_text {
    font-size: var(--fo-text-font-size-sp);
  }
}
.contents .content-24 .row.row-5 .col.col-1 .dp-richBase_text :link {
  text-decoration: none;
}
.contents .content-24 .row.row-5 .col.col-1 .dp-richBase_text :visited {
  text-decoration: none;
}
.contents .content-24 .row.row-5 .col.col-1 .dp-richBase_text a {
  color: var(--fo-text-link-color);
}
.contents .content-24 .row.row-5 .col.col-1 .dp-richBase_text 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-24 .row.row-5 .col.col-1 .dp-richBase_text p {
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}
.contents .content-24 .row.row-5 .col.col-1 .dp-richBase_text p + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-24 .row.row-5 .col.col-1 .dp-richBase_text p + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-24 .row.row-5 .col.col-1 .dp-richBase_text li {
  font-size: inherit;
}
.contents .content-24 .row.row-5 .col.col-1 .dp-richBase_text li a {
  font-size: inherit;
}
.contents .content-24 .row.row-5 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) {
  border-color: #eee;
}
.contents .content-24 .row.row-5 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) {
  background-clip: padding-box;
  position: static;
}
.contents .content-24 .row.row-5 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p {
  font-size: inherit;
}
.contents .content-24 .row.row-5 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-24 .row.row-5 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-24 .row.row-5 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) {
  margin-left: 25px;
}
.contents .content-24 .row.row-5 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-24 .row.row-5 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-24 .row.row-5 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) .component.button + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-24 .row.row-5 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) .component.button + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-24 .row.row-5 .col.col-1 .dp-richBase_text :is(ul, ol) {
  margin: 0 0 0 25px;
}
.contents .content-24 .row.row-5 .col.col-1 .dp-richBase_text :is(ul, ol) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-24 .row.row-5 .col.col-1 .dp-richBase_text :is(ul, ol) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-24 .row.row-5 .col.col-1 .dp-richBase_text :is(table, .normal-table, .table-with-row-header, .table-with-two-headers) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-24 .row.row-5 .col.col-1 .dp-richBase_text :is(table, .normal-table, .table-with-row-header, .table-with-two-headers) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-24 .row.row-5 .col.col-1 .dp-richBase_text .component.button {
  margin: 0;
}
.contents .content-24 .row.row-5 .col.col-1 .dp-richBase_text .component.button.button + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-24 .row.row-5 .col.col-1 .dp-richBase_text .component.button.button + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-24 .row.row-5 .col.col-1 .dp-richBase_text .component.button.button .button-cont a.blue {
  background: #254a73;
  color: #fff !important;
  text-decoration: none;
}
.contents .content-24 .row.row-5 .col.col-1 .dp-richBase_text .component.button.button .button-cont a.blue:hover {
  opacity: 0.4;
}
.contents .content-24 .row.row-5 .col.col-1 .dp-form_custom {
  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);
}
@media screen and (max-width: 769px) {
  .contents .content-24 .row.row-5 .col.col-1 .dp-form_custom {
    font-size: var(--fo-text-font-size-sp);
  }
}
.contents .content-24 .row.row-5 .col.col-1 .dp-form_custom .form-title {
  color: var(--fo-text-main-color);
}
.contents .content-24 .row.row-5 .col.col-1 .dp-form_custom .form-title:empty {
  display: none;
}
.contents .content-24 .row.row-5 .col.col-1 .dp-form_custom .show-notice {
  border-radius: 0;
}
.contents .content-24 .row.row-5 .col.col-1 .dp-form_custom .show-notice:empty {
  display: none;
}
.contents .content-24 .row.row-5 .col.col-1 .dp-form_custom .show-notice span {
  padding: 5px;
}
.contents .content-24 .row.row-5 .col.col-1 .dp-form_custom .show-notice span + span {
  padding: 0 5px 5px;
}
.contents .content-24 .row.row-5 .col.col-1 .dp-form_custom .contact_form input {
  accent-color: var(--fo-main-color);
}
.contents .content-24 .row.row-5 .col.col-1 .dp-form_custom .contact_form input[type=text],
.contents .content-24 .row.row-5 .col.col-1 .dp-form_custom .contact_form input[type=email],
.contents .content-24 .row.row-5 .col.col-1 .dp-form_custom .contact_form input[type=password],
.contents .content-24 .row.row-5 .col.col-1 .dp-form_custom .contact_form input[type=date],
.contents .content-24 .row.row-5 .col.col-1 .dp-form_custom .contact_form input[type=search],
.contents .content-24 .row.row-5 .col.col-1 .dp-form_custom .contact_form input[type=url],
.contents .content-24 .row.row-5 .col.col-1 .dp-form_custom .contact_form select,
.contents .content-24 .row.row-5 .col.col-1 .dp-form_custom .contact_form textarea {
  background: #fff;
  height: auto;
  font-family: inherit !important;
  font-size: inherit;
  line-height: 1.25;
  border-radius: 0;
  border: solid 1px #eee;
  padding: 0.6rem 0.75rem;
}
.contents .content-24 .row.row-5 .col.col-1 .dp-form_custom .contact_form input[type=text]::placeholder,
.contents .content-24 .row.row-5 .col.col-1 .dp-form_custom .contact_form input[type=email]::placeholder,
.contents .content-24 .row.row-5 .col.col-1 .dp-form_custom .contact_form input[type=password]::placeholder,
.contents .content-24 .row.row-5 .col.col-1 .dp-form_custom .contact_form input[type=date]::placeholder,
.contents .content-24 .row.row-5 .col.col-1 .dp-form_custom .contact_form input[type=search]::placeholder,
.contents .content-24 .row.row-5 .col.col-1 .dp-form_custom .contact_form input[type=url]::placeholder,
.contents .content-24 .row.row-5 .col.col-1 .dp-form_custom .contact_form select::placeholder,
.contents .content-24 .row.row-5 .col.col-1 .dp-form_custom .contact_form textarea::placeholder {
  font-family: inherit;
  color: rgba(0, 0, 0, 0.3);
}
.contents .content-24 .row.row-5 .col.col-1 .dp-form_custom .contact_form input[type=text]:focus,
.contents .content-24 .row.row-5 .col.col-1 .dp-form_custom .contact_form input[type=email]:focus,
.contents .content-24 .row.row-5 .col.col-1 .dp-form_custom .contact_form input[type=password]:focus,
.contents .content-24 .row.row-5 .col.col-1 .dp-form_custom .contact_form input[type=date]:focus,
.contents .content-24 .row.row-5 .col.col-1 .dp-form_custom .contact_form input[type=search]:focus,
.contents .content-24 .row.row-5 .col.col-1 .dp-form_custom .contact_form input[type=url]:focus,
.contents .content-24 .row.row-5 .col.col-1 .dp-form_custom .contact_form select:focus,
.contents .content-24 .row.row-5 .col.col-1 .dp-form_custom .contact_form textarea:focus {
  background-color: #fff;
  color: #555;
  border-color: #5a5a5a;
}
.contents .content-24 .row.row-5 .col.col-1 .dp-form_custom .contact_form input[type=text].form-error,
.contents .content-24 .row.row-5 .col.col-1 .dp-form_custom .contact_form input[type=email].form-error,
.contents .content-24 .row.row-5 .col.col-1 .dp-form_custom .contact_form input[type=password].form-error,
.contents .content-24 .row.row-5 .col.col-1 .dp-form_custom .contact_form input[type=date].form-error,
.contents .content-24 .row.row-5 .col.col-1 .dp-form_custom .contact_form input[type=search].form-error,
.contents .content-24 .row.row-5 .col.col-1 .dp-form_custom .contact_form input[type=url].form-error,
.contents .content-24 .row.row-5 .col.col-1 .dp-form_custom .contact_form select.form-error,
.contents .content-24 .row.row-5 .col.col-1 .dp-form_custom .contact_form textarea.form-error {
  background: #fdf5f2;
  border: 1px solid #c70909 !important;
}
.contents .content-24 .row.row-5 .col.col-1 .dp-form_custom .contact_form .group {
  margin: 20px 0;
}
.contents .content-24 .row.row-5 .col.col-1 .dp-form_custom .contact_form .form-label {
  font-size: inherit;
}
@media screen and (max-width: 769px) {
  .contents .content-24 .row.row-5 .col.col-1 .dp-form_custom .contact_form .form-label {
    display: inline-block !important;
  }
}
.contents .content-24 .row.row-5 .col.col-1 .dp-form_custom .contact_form .agree-label {
  line-height: 1.5;
}
.contents .content-24 .row.row-5 .col.col-1 .dp-form_custom .contact_form .form-cont p {
  font-size: inherit;
  margin-top: 0.25rem;
}
.contents .content-24 .row.row-5 .col.col-1 .dp-form_custom .contact_form .form-cont :is(.checkbox, .radio) label {
  display: flex;
  align-items: center;
}
.contents .content-24 .row.row-5 .col.col-1 .dp-form_custom .contact_form .service_term {
  background: #fff;
  overflow: auto;
  font-size: inherit;
  padding: 20px;
  border-color: #eee;
}
.contents .content-24 .row.row-5 .col.col-1 .dp-form_custom .contact_form .service_term_link {
  font-size: inherit;
  margin-top: 20px;
  margin-bottom: 5px;
}
.contents .content-24 .row.row-5 .col.col-1 .dp-form_custom .contact_form .service_term_link a {
  color: var(--fo-text-link-color);
  letter-spacing: 0;
}
.contents .content-24 .row.row-5 .col.col-1 .dp-form_custom .contact_form .service_term_link a:hover {
  opacity: var(--fo-text-link-hover-opacity, 1);
  text-decoration: var(--fo-text-link-hover-text-decoration, none) !important;
  font-weight: var(--fo-text-link-hover-font-weight, inherit);
  filter: var(--fo-text-link-hover-invert, none);
}
.contents .content-24 .row.row-5 .col.col-1 .dp-form_custom .form-submit .popup-link {
  background: var(--fo-main-color);
  min-width: 280px;
  min-height: 55px;
  font-family: inherit;
  font-size: 20px;
  border: 1px solid var(--fo-main-color);
  border-radius: var(--fo-button1-border-radius, 0);
  box-shadow: 0 3px 8px var(--fo-shadow-color);
  margin-bottom: 0;
  padding: 15px;
}
@media screen and (max-width: 769px) {
  .contents .content-24 .row.row-5 .col.col-1 .dp-form_custom .form-submit .popup-link {
    width: 100%;
    min-width: auto;
    min-height: auto;
    padding: 10px;
  }
}
@media screen and (min-width: 577px) and (max-width: 769px) {
  .contents .content-24 .row.row-5 .col.col-1 .dp-form_custom .form-submit .popup-link {
    width: auto;
    min-width: 280px;
    min-height: 71px;
  }
}
.contents .content-24 .row.row-5 .col.col-1 .dp-form_custom .form-submit .popup-link:hover {
  opacity: 0.4;
}
.contents .content-24 .row.row-5 .col.col-1 .dp-form_custom .form-label.require:after {
  background: #c70909;
  padding: 2px 7px 4px !important;
  margin-left: 20px;
}
.contents .content-24 .row.row-5 .col.col-1 .dp-form_custom input[type=checkbox],
.contents .content-24 .row.row-5 .col.col-1 .dp-form_custom input[type=radio] {
  min-height: auto;
}
.contents .content-24 .row.row-5 .col.col-1 .dp-form_custom.vertical .form-label:after {
  position: relative;
  top: -2px;
}
@media screen and (min-width: 770px) {
  .contents .content-24 .row.row-5 .col.col-1 .dp-form_custom.horizontal .form-label:after {
    top: 8px !important;
  }
}
@media screen and (max-width: 769px) {
  .contents .content-24 .row.row-5 .col.col-1 .dp-form_custom.horizontal .form-label:after {
    top: -2px !important;
  }
}

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

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

.dp-dl01_sec:not(:root):not(:root):not(:root):not(:root) {
  background-color: var(--fo-background-color1);
  padding: calc(80px * var(--fo-spacing-coef) - 30px) 0 calc(80px * var(--fo-spacing-coef) - 40px);
}
@media screen and (max-width: 769px) {
  .dp-dl01_sec:not(:root):not(:root):not(:root):not(:root) {
    padding: calc(80px * var(--fo-spacing-coef) * 0.75 - 30px) 0;
  }
}
.dp-dl01_sec:not(:root):not(:root):not(:root):not(:root) .inner .row.dl01-twoForm_row {
  display: flex;
  gap: 16px;
  margin: 10px auto;
}
@media screen and (max-width: 769px) {
  .dp-dl01_sec:not(:root):not(:root):not(:root):not(:root) .inner .row.dl01-twoForm_row {
    flex-direction: column;
  }
}
.dp-dl01_sec:not(:root):not(:root):not(:root):not(:root) .inner .row.dl01-twoForm_row div.col:first-child .component.richtext {
  border: 1px solid #eee;
  margin: 0 auto;
  padding: calc(32px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .dp-dl01_sec:not(:root):not(:root):not(:root):not(:root) .inner .row.dl01-twoForm_row div.col:first-child .component.richtext {
    padding: calc(32px * var(--fo-spacing-coef) * 0.75);
  }
}
.dp-dl01_sec:not(:root):not(:root):not(:root):not(:root) .inner .row.dl01-twoForm_row div.col:first-child .component.richtext :is(ul, ol):not(:root):not(:root):not(:root) {
  margin-top: 0;
}
.dp-dl01_sec:not(:root):not(:root):not(:root):not(:root) .inner .row.dl01-twoForm_row div.col:first-child .component.richtext + .image {
  margin-top: calc(24px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .dp-dl01_sec:not(:root):not(:root):not(:root):not(:root) .inner .row.dl01-twoForm_row div.col:first-child .component.richtext + .image {
    margin-top: calc(24px * var(--fo-spacing-coef) * 0.75);
  }
}
.dp-dl01_sec:not(:root):not(:root):not(:root):not(:root) .inner .row.dl01-twoForm_row div.col:nth-child(2) {
  background-color: var(--fo-background-color2);
  padding: 22px 32px 12px;
}
@media screen and (max-width: 769px) {
  .dp-dl01_sec:not(:root):not(:root):not(:root):not(:root) .inner .row.dl01-twoForm_row div.col:nth-child(2) {
    padding: 14px 24px 4px;
  }
}

.contents .content-26 .row.row-1 {
  /* sample */
}
.contents .content-26 .row.row-1 .col.col-1 {
  /* sample */
}
.contents .content-26 .row.row-1 .col.col-1 .dp-hd_custom01-01 {
  margin: 10px 0 0;
}
.contents .content-26 .row.row-1 .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-26 .row.row-1 .col.col-1 .dp-hd_custom01-01 :is(h1, h2, h3, h4, h5) {
    overflow-wrap: break-word;
  }
}
.contents .content-26 .row.row-1 .col.col-1 .dp-hd_custom01-01 :is(h1, h2, h3, h4, h5) .strong {
  font-weight: 400;
}
.contents .content-26 .row.row-1 .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-26 .row.row-1 .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-26 .row.row-1 .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-26 .row.row-1 .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-26 .row.row-1 .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-26 .row.row-1 .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-26 .row.row-1 .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-26 .row.row-1 .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-26 .row.row-1 .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-26 .row.row-1 .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-26 .row.row-2 .col.col-1 {
  /* sample */
}
.contents .content-26 .row.row-2 .col.col-1 .dp-richBase_text {
  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);
}
@media screen and (max-width: 769px) {
  .contents .content-26 .row.row-2 .col.col-1 .dp-richBase_text {
    font-size: var(--fo-text-font-size-sp);
  }
}
.contents .content-26 .row.row-2 .col.col-1 .dp-richBase_text :link {
  text-decoration: none;
}
.contents .content-26 .row.row-2 .col.col-1 .dp-richBase_text :visited {
  text-decoration: none;
}
.contents .content-26 .row.row-2 .col.col-1 .dp-richBase_text a {
  color: var(--fo-text-link-color);
}
.contents .content-26 .row.row-2 .col.col-1 .dp-richBase_text 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-26 .row.row-2 .col.col-1 .dp-richBase_text p {
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}
.contents .content-26 .row.row-2 .col.col-1 .dp-richBase_text p + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-26 .row.row-2 .col.col-1 .dp-richBase_text p + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-26 .row.row-2 .col.col-1 .dp-richBase_text li {
  font-size: inherit;
}
.contents .content-26 .row.row-2 .col.col-1 .dp-richBase_text li a {
  font-size: inherit;
}
.contents .content-26 .row.row-2 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) {
  border-color: #eee;
}
.contents .content-26 .row.row-2 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) {
  background-clip: padding-box;
  position: static;
}
.contents .content-26 .row.row-2 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p {
  font-size: inherit;
}
.contents .content-26 .row.row-2 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-26 .row.row-2 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-26 .row.row-2 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) {
  margin-left: 25px;
}
.contents .content-26 .row.row-2 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-26 .row.row-2 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-26 .row.row-2 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) .component.button + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-26 .row.row-2 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) .component.button + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-26 .row.row-2 .col.col-1 .dp-richBase_text :is(ul, ol) {
  margin: 0 0 0 25px;
}
.contents .content-26 .row.row-2 .col.col-1 .dp-richBase_text :is(ul, ol) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-26 .row.row-2 .col.col-1 .dp-richBase_text :is(ul, ol) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-26 .row.row-2 .col.col-1 .dp-richBase_text :is(table, .normal-table, .table-with-row-header, .table-with-two-headers) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-26 .row.row-2 .col.col-1 .dp-richBase_text :is(table, .normal-table, .table-with-row-header, .table-with-two-headers) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-26 .row.row-2 .col.col-1 .dp-richBase_text .component.button {
  margin: 0;
}
.contents .content-26 .row.row-2 .col.col-1 .dp-richBase_text .component.button.button + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-26 .row.row-2 .col.col-1 .dp-richBase_text .component.button.button + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-26 .row.row-2 .col.col-1 .dp-richBase_text .component.button.button .button-cont a.blue {
  background: #254a73;
  color: #fff !important;
  text-decoration: none;
}
.contents .content-26 .row.row-2 .col.col-1 .dp-richBase_text .component.button.button .button-cont a.blue:hover {
  opacity: 0.4;
}
.contents .content-26 .row.row-2 .col.col-1 .component.image {
  /* sample */
}
.contents .content-26 .row.row-2 .col.col-2 {
  /* sample */
}
.contents .content-26 .row.row-2 .col.col-2 .dp-richBase_text {
  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);
}
@media screen and (max-width: 769px) {
  .contents .content-26 .row.row-2 .col.col-2 .dp-richBase_text {
    font-size: var(--fo-text-font-size-sp);
  }
}
.contents .content-26 .row.row-2 .col.col-2 .dp-richBase_text :link {
  text-decoration: none;
}
.contents .content-26 .row.row-2 .col.col-2 .dp-richBase_text :visited {
  text-decoration: none;
}
.contents .content-26 .row.row-2 .col.col-2 .dp-richBase_text a {
  color: var(--fo-text-link-color);
}
.contents .content-26 .row.row-2 .col.col-2 .dp-richBase_text 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-26 .row.row-2 .col.col-2 .dp-richBase_text p {
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}
.contents .content-26 .row.row-2 .col.col-2 .dp-richBase_text p + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-26 .row.row-2 .col.col-2 .dp-richBase_text p + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-26 .row.row-2 .col.col-2 .dp-richBase_text li {
  font-size: inherit;
}
.contents .content-26 .row.row-2 .col.col-2 .dp-richBase_text li a {
  font-size: inherit;
}
.contents .content-26 .row.row-2 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) {
  border-color: #eee;
}
.contents .content-26 .row.row-2 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) {
  background-clip: padding-box;
  position: static;
}
.contents .content-26 .row.row-2 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p {
  font-size: inherit;
}
.contents .content-26 .row.row-2 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-26 .row.row-2 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-26 .row.row-2 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) {
  margin-left: 25px;
}
.contents .content-26 .row.row-2 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-26 .row.row-2 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-26 .row.row-2 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) .component.button + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-26 .row.row-2 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) .component.button + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-26 .row.row-2 .col.col-2 .dp-richBase_text :is(ul, ol) {
  margin: 0 0 0 25px;
}
.contents .content-26 .row.row-2 .col.col-2 .dp-richBase_text :is(ul, ol) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-26 .row.row-2 .col.col-2 .dp-richBase_text :is(ul, ol) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-26 .row.row-2 .col.col-2 .dp-richBase_text :is(table, .normal-table, .table-with-row-header, .table-with-two-headers) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-26 .row.row-2 .col.col-2 .dp-richBase_text :is(table, .normal-table, .table-with-row-header, .table-with-two-headers) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-26 .row.row-2 .col.col-2 .dp-richBase_text .component.button {
  margin: 0;
}
.contents .content-26 .row.row-2 .col.col-2 .dp-richBase_text .component.button.button + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-26 .row.row-2 .col.col-2 .dp-richBase_text .component.button.button + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-26 .row.row-2 .col.col-2 .dp-richBase_text .component.button.button .button-cont a.blue {
  background: #254a73;
  color: #fff !important;
  text-decoration: none;
}
.contents .content-26 .row.row-2 .col.col-2 .dp-richBase_text .component.button.button .button-cont a.blue:hover {
  opacity: 0.4;
}
.contents .content-26 .row.row-2 .col.col-2 .dp-form_custom {
  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);
}
@media screen and (max-width: 769px) {
  .contents .content-26 .row.row-2 .col.col-2 .dp-form_custom {
    font-size: var(--fo-text-font-size-sp);
  }
}
.contents .content-26 .row.row-2 .col.col-2 .dp-form_custom .form-title {
  color: var(--fo-text-main-color);
}
.contents .content-26 .row.row-2 .col.col-2 .dp-form_custom .form-title:empty {
  display: none;
}
.contents .content-26 .row.row-2 .col.col-2 .dp-form_custom .show-notice {
  border-radius: 0;
}
.contents .content-26 .row.row-2 .col.col-2 .dp-form_custom .show-notice:empty {
  display: none;
}
.contents .content-26 .row.row-2 .col.col-2 .dp-form_custom .show-notice span {
  padding: 5px;
}
.contents .content-26 .row.row-2 .col.col-2 .dp-form_custom .show-notice span + span {
  padding: 0 5px 5px;
}
.contents .content-26 .row.row-2 .col.col-2 .dp-form_custom .contact_form input {
  accent-color: var(--fo-main-color);
}
.contents .content-26 .row.row-2 .col.col-2 .dp-form_custom .contact_form input[type=text],
.contents .content-26 .row.row-2 .col.col-2 .dp-form_custom .contact_form input[type=email],
.contents .content-26 .row.row-2 .col.col-2 .dp-form_custom .contact_form input[type=password],
.contents .content-26 .row.row-2 .col.col-2 .dp-form_custom .contact_form input[type=date],
.contents .content-26 .row.row-2 .col.col-2 .dp-form_custom .contact_form input[type=search],
.contents .content-26 .row.row-2 .col.col-2 .dp-form_custom .contact_form input[type=url],
.contents .content-26 .row.row-2 .col.col-2 .dp-form_custom .contact_form select,
.contents .content-26 .row.row-2 .col.col-2 .dp-form_custom .contact_form textarea {
  background: #fff;
  height: auto;
  font-family: inherit !important;
  font-size: inherit;
  line-height: 1.25;
  border-radius: 0;
  border: solid 1px #eee;
  padding: 0.6rem 0.75rem;
}
.contents .content-26 .row.row-2 .col.col-2 .dp-form_custom .contact_form input[type=text]::placeholder,
.contents .content-26 .row.row-2 .col.col-2 .dp-form_custom .contact_form input[type=email]::placeholder,
.contents .content-26 .row.row-2 .col.col-2 .dp-form_custom .contact_form input[type=password]::placeholder,
.contents .content-26 .row.row-2 .col.col-2 .dp-form_custom .contact_form input[type=date]::placeholder,
.contents .content-26 .row.row-2 .col.col-2 .dp-form_custom .contact_form input[type=search]::placeholder,
.contents .content-26 .row.row-2 .col.col-2 .dp-form_custom .contact_form input[type=url]::placeholder,
.contents .content-26 .row.row-2 .col.col-2 .dp-form_custom .contact_form select::placeholder,
.contents .content-26 .row.row-2 .col.col-2 .dp-form_custom .contact_form textarea::placeholder {
  font-family: inherit;
  color: rgba(0, 0, 0, 0.3);
}
.contents .content-26 .row.row-2 .col.col-2 .dp-form_custom .contact_form input[type=text]:focus,
.contents .content-26 .row.row-2 .col.col-2 .dp-form_custom .contact_form input[type=email]:focus,
.contents .content-26 .row.row-2 .col.col-2 .dp-form_custom .contact_form input[type=password]:focus,
.contents .content-26 .row.row-2 .col.col-2 .dp-form_custom .contact_form input[type=date]:focus,
.contents .content-26 .row.row-2 .col.col-2 .dp-form_custom .contact_form input[type=search]:focus,
.contents .content-26 .row.row-2 .col.col-2 .dp-form_custom .contact_form input[type=url]:focus,
.contents .content-26 .row.row-2 .col.col-2 .dp-form_custom .contact_form select:focus,
.contents .content-26 .row.row-2 .col.col-2 .dp-form_custom .contact_form textarea:focus {
  background-color: #fff;
  color: #555;
  border-color: #5a5a5a;
}
.contents .content-26 .row.row-2 .col.col-2 .dp-form_custom .contact_form input[type=text].form-error,
.contents .content-26 .row.row-2 .col.col-2 .dp-form_custom .contact_form input[type=email].form-error,
.contents .content-26 .row.row-2 .col.col-2 .dp-form_custom .contact_form input[type=password].form-error,
.contents .content-26 .row.row-2 .col.col-2 .dp-form_custom .contact_form input[type=date].form-error,
.contents .content-26 .row.row-2 .col.col-2 .dp-form_custom .contact_form input[type=search].form-error,
.contents .content-26 .row.row-2 .col.col-2 .dp-form_custom .contact_form input[type=url].form-error,
.contents .content-26 .row.row-2 .col.col-2 .dp-form_custom .contact_form select.form-error,
.contents .content-26 .row.row-2 .col.col-2 .dp-form_custom .contact_form textarea.form-error {
  background: #fdf5f2;
  border: 1px solid #c70909 !important;
}
.contents .content-26 .row.row-2 .col.col-2 .dp-form_custom .contact_form .group {
  margin: 20px 0;
}
.contents .content-26 .row.row-2 .col.col-2 .dp-form_custom .contact_form .form-label {
  font-size: inherit;
}
@media screen and (max-width: 769px) {
  .contents .content-26 .row.row-2 .col.col-2 .dp-form_custom .contact_form .form-label {
    display: inline-block !important;
  }
}
.contents .content-26 .row.row-2 .col.col-2 .dp-form_custom .contact_form .agree-label {
  line-height: 1.5;
}
.contents .content-26 .row.row-2 .col.col-2 .dp-form_custom .contact_form .form-cont p {
  font-size: inherit;
  margin-top: 0.25rem;
}
.contents .content-26 .row.row-2 .col.col-2 .dp-form_custom .contact_form .form-cont :is(.checkbox, .radio) label {
  display: flex;
  align-items: center;
}
.contents .content-26 .row.row-2 .col.col-2 .dp-form_custom .contact_form .service_term {
  background: #fff;
  overflow: auto;
  font-size: inherit;
  padding: 20px;
  border-color: #eee;
}
.contents .content-26 .row.row-2 .col.col-2 .dp-form_custom .contact_form .service_term_link {
  font-size: inherit;
  margin-top: 20px;
  margin-bottom: 5px;
}
.contents .content-26 .row.row-2 .col.col-2 .dp-form_custom .contact_form .service_term_link a {
  color: var(--fo-text-link-color);
  letter-spacing: 0;
}
.contents .content-26 .row.row-2 .col.col-2 .dp-form_custom .contact_form .service_term_link a:hover {
  opacity: var(--fo-text-link-hover-opacity, 1);
  text-decoration: var(--fo-text-link-hover-text-decoration, none) !important;
  font-weight: var(--fo-text-link-hover-font-weight, inherit);
  filter: var(--fo-text-link-hover-invert, none);
}
.contents .content-26 .row.row-2 .col.col-2 .dp-form_custom .form-submit .popup-link {
  background: var(--fo-main-color);
  min-width: 280px;
  min-height: 55px;
  font-family: inherit;
  font-size: 20px;
  border: 1px solid var(--fo-main-color);
  border-radius: var(--fo-button1-border-radius, 0);
  box-shadow: 0 3px 8px var(--fo-shadow-color);
  margin-bottom: 0;
  padding: 15px;
}
@media screen and (max-width: 769px) {
  .contents .content-26 .row.row-2 .col.col-2 .dp-form_custom .form-submit .popup-link {
    width: 100%;
    min-width: auto;
    min-height: auto;
    padding: 10px;
  }
}
@media screen and (min-width: 577px) and (max-width: 769px) {
  .contents .content-26 .row.row-2 .col.col-2 .dp-form_custom .form-submit .popup-link {
    width: auto;
    min-width: 280px;
    min-height: 71px;
  }
}
.contents .content-26 .row.row-2 .col.col-2 .dp-form_custom .form-submit .popup-link:hover {
  opacity: 0.4;
}
.contents .content-26 .row.row-2 .col.col-2 .dp-form_custom .form-label.require:after {
  background: #c70909;
  padding: 2px 7px 4px !important;
  margin-left: 20px;
}
.contents .content-26 .row.row-2 .col.col-2 .dp-form_custom input[type=checkbox],
.contents .content-26 .row.row-2 .col.col-2 .dp-form_custom input[type=radio] {
  min-height: auto;
}
.contents .content-26 .row.row-2 .col.col-2 .dp-form_custom.vertical .form-label:after {
  position: relative;
  top: -2px;
}
@media screen and (min-width: 770px) {
  .contents .content-26 .row.row-2 .col.col-2 .dp-form_custom.horizontal .form-label:after {
    top: 8px !important;
  }
}
@media screen and (max-width: 769px) {
  .contents .content-26 .row.row-2 .col.col-2 .dp-form_custom.horizontal .form-label:after {
    top: -2px !important;
  }
}

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

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

.dp-dl01_sec-v2:not(:root:root:root:root) {
  background-color: var(--fo-background-color1);
  padding: calc(80px * var(--fo-spacing-coef) - 30px) 0 calc(80px * var(--fo-spacing-coef) - 40px);
}
@media screen and (max-width: 769px) {
  .dp-dl01_sec-v2:not(:root:root:root:root) {
    padding: calc(80px * var(--fo-spacing-coef) * 0.75 - 30px) 0;
  }
}

.contents .content-28 .row.row-1 {
  /* sample */
}
.contents .content-28 .row.row-1 .col.col-1 {
  /* sample */
}
.contents .content-28 .row.row-1 .col.col-1 .dp-hd_custom01-01 {
  margin: 10px 0 0;
}
.contents .content-28 .row.row-1 .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-28 .row.row-1 .col.col-1 .dp-hd_custom01-01 :is(h1, h2, h3, h4, h5) {
    overflow-wrap: break-word;
  }
}
.contents .content-28 .row.row-1 .col.col-1 .dp-hd_custom01-01 :is(h1, h2, h3, h4, h5) .strong {
  font-weight: 400;
}
.contents .content-28 .row.row-1 .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-28 .row.row-1 .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-28 .row.row-1 .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-28 .row.row-1 .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-28 .row.row-1 .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-28 .row.row-1 .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-28 .row.row-1 .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-28 .row.row-1 .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-28 .row.row-1 .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-28 .row.row-1 .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-28 .dp-dl01-twoForm_row {
  display: flex;
  gap: 16px;
  margin: 10px auto;
}
@media screen and (max-width: 769px) {
  .contents .content-28 .dp-dl01-twoForm_row {
    flex-direction: column;
  }
}
.contents .content-28 .dp-dl01-twoForm_row div.col:has(.form) {
  background-color: var(--fo-background-color2);
  padding: 22px 32px 12px;
}
@media screen and (max-width: 769px) {
  .contents .content-28 .dp-dl01-twoForm_row div.col:has(.form) {
    padding: 14px 24px 4px;
  }
}
.contents .content-28 .row.row-2 .col.col-1 {
  /* sample */
}
.contents .content-28 .row.row-2 .col.col-1 .dp-dl01-twoForm_row_text {
  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);
  border: 1px solid #eee;
  margin: 0 auto;
  padding: calc(32px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-28 .row.row-2 .col.col-1 .dp-dl01-twoForm_row_text {
    font-size: var(--fo-text-font-size-sp);
  }
}
.contents .content-28 .row.row-2 .col.col-1 .dp-dl01-twoForm_row_text :link {
  text-decoration: none;
}
.contents .content-28 .row.row-2 .col.col-1 .dp-dl01-twoForm_row_text :visited {
  text-decoration: none;
}
.contents .content-28 .row.row-2 .col.col-1 .dp-dl01-twoForm_row_text a {
  color: var(--fo-text-link-color);
}
.contents .content-28 .row.row-2 .col.col-1 .dp-dl01-twoForm_row_text 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-28 .row.row-2 .col.col-1 .dp-dl01-twoForm_row_text p {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  line-height: inherit;
  margin: 0;
  overflow-wrap: anywhere;
}
.contents .content-28 .row.row-2 .col.col-1 .dp-dl01-twoForm_row_text p + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-28 .row.row-2 .col.col-1 .dp-dl01-twoForm_row_text p + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-28 .row.row-2 .col.col-1 .dp-dl01-twoForm_row_text strong {
  font-family: inherit;
}
.contents .content-28 .row.row-2 .col.col-1 .dp-dl01-twoForm_row_text :is(ol, ul) {
  color: inherit;
}
.contents .content-28 .row.row-2 .col.col-1 .dp-dl01-twoForm_row_text :is(ol, ul) li {
  font-size: inherit;
  color: inherit;
  overflow-wrap: anywhere;
}
.contents .content-28 .row.row-2 .col.col-1 .dp-dl01-twoForm_row_text :is(ol, ul) li a {
  font-size: inherit;
}
.contents .content-28 .row.row-2 .col.col-1 .dp-dl01-twoForm_row_text table :is(thead, tbody, tr, th, td) {
  border-color: #eee;
}
.contents .content-28 .row.row-2 .col.col-1 .dp-dl01-twoForm_row_text table :is(thead, tbody, tr, th, td) tr :is(th, td) {
  background-clip: padding-box;
  background-color: transparent;
  position: static;
  width: unset;
  line-height: inherit;
  padding: 10px;
  border: 1px solid #eee;
}
.contents .content-28 .row.row-2 .col.col-1 .dp-dl01-twoForm_row_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p {
  font-size: inherit;
}
.contents .content-28 .row.row-2 .col.col-1 .dp-dl01-twoForm_row_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-28 .row.row-2 .col.col-1 .dp-dl01-twoForm_row_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-28 .row.row-2 .col.col-1 .dp-dl01-twoForm_row_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) {
  margin-left: 25px;
}
.contents .content-28 .row.row-2 .col.col-1 .dp-dl01-twoForm_row_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-28 .row.row-2 .col.col-1 .dp-dl01-twoForm_row_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-28 .row.row-2 .col.col-1 .dp-dl01-twoForm_row_text table :is(thead, tbody, tr, th, td) tr :is(th, td) .component.button + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-28 .row.row-2 .col.col-1 .dp-dl01-twoForm_row_text table :is(thead, tbody, tr, th, td) tr :is(th, td) .component.button + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-28 .row.row-2 .col.col-1 .dp-dl01-twoForm_row_text :is(ul, ol) {
  margin: 0 0 0 25px;
}
.contents .content-28 .row.row-2 .col.col-1 .dp-dl01-twoForm_row_text :is(ul, ol) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-28 .row.row-2 .col.col-1 .dp-dl01-twoForm_row_text :is(ul, ol) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-28 .row.row-2 .col.col-1 .dp-dl01-twoForm_row_text :is(table, .normal-table, .table-with-row-header, .table-with-two-headers) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-28 .row.row-2 .col.col-1 .dp-dl01-twoForm_row_text :is(table, .normal-table, .table-with-row-header, .table-with-two-headers) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-28 .row.row-2 .col.col-1 .dp-dl01-twoForm_row_text .component.button {
  margin: 0;
}
.contents .content-28 .row.row-2 .col.col-1 .dp-dl01-twoForm_row_text .component.button.button + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-28 .row.row-2 .col.col-1 .dp-dl01-twoForm_row_text .component.button.button + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-28 .row.row-2 .col.col-1 .dp-dl01-twoForm_row_text .component.button.button .button-cont a.blue {
  background: #254a73;
  color: #fff !important;
  text-decoration: none;
}
.contents .content-28 .row.row-2 .col.col-1 .dp-dl01-twoForm_row_text .component.button.button .button-cont a.blue:hover {
  opacity: 0.4;
}
@media screen and (max-width: 769px) {
  .contents .content-28 .row.row-2 .col.col-1 .dp-dl01-twoForm_row_text {
    padding: calc(32px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-28 .row.row-2 .col.col-1 .dp-dl01-twoForm_row_text :is(ul, ol):not(:root:root:root) {
  margin-top: 0;
}
.contents .content-28 .row.row-2 .col.col-1 .dp-dl01-twoForm_row_text + .component.component-1 {
  margin-top: calc(24px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-28 .row.row-2 .col.col-1 .dp-dl01-twoForm_row_text + .component.component-1 {
    margin-top: calc(24px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-28 .row.row-2 .col.col-1 .component.image {
  /* sample */
}
.contents .content-28 .row.row-2 .col.col-2 {
  /* sample */
}
.contents .content-28 .row.row-2 .col.col-2 .dp-richBase_text {
  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);
}
@media screen and (max-width: 769px) {
  .contents .content-28 .row.row-2 .col.col-2 .dp-richBase_text {
    font-size: var(--fo-text-font-size-sp);
  }
}
.contents .content-28 .row.row-2 .col.col-2 .dp-richBase_text :link {
  text-decoration: none;
}
.contents .content-28 .row.row-2 .col.col-2 .dp-richBase_text :visited {
  text-decoration: none;
}
.contents .content-28 .row.row-2 .col.col-2 .dp-richBase_text a {
  color: var(--fo-text-link-color);
}
.contents .content-28 .row.row-2 .col.col-2 .dp-richBase_text 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-28 .row.row-2 .col.col-2 .dp-richBase_text p {
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}
.contents .content-28 .row.row-2 .col.col-2 .dp-richBase_text p + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-28 .row.row-2 .col.col-2 .dp-richBase_text p + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-28 .row.row-2 .col.col-2 .dp-richBase_text li {
  font-size: inherit;
}
.contents .content-28 .row.row-2 .col.col-2 .dp-richBase_text li a {
  font-size: inherit;
}
.contents .content-28 .row.row-2 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) {
  border-color: #eee;
}
.contents .content-28 .row.row-2 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) {
  background-clip: padding-box;
  position: static;
}
.contents .content-28 .row.row-2 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p {
  font-size: inherit;
}
.contents .content-28 .row.row-2 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-28 .row.row-2 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-28 .row.row-2 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) {
  margin-left: 25px;
}
.contents .content-28 .row.row-2 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-28 .row.row-2 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-28 .row.row-2 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) .component.button + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-28 .row.row-2 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) .component.button + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-28 .row.row-2 .col.col-2 .dp-richBase_text :is(ul, ol) {
  margin: 0 0 0 25px;
}
.contents .content-28 .row.row-2 .col.col-2 .dp-richBase_text :is(ul, ol) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-28 .row.row-2 .col.col-2 .dp-richBase_text :is(ul, ol) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-28 .row.row-2 .col.col-2 .dp-richBase_text :is(table, .normal-table, .table-with-row-header, .table-with-two-headers) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-28 .row.row-2 .col.col-2 .dp-richBase_text :is(table, .normal-table, .table-with-row-header, .table-with-two-headers) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-28 .row.row-2 .col.col-2 .dp-richBase_text .component.button {
  margin: 0;
}
.contents .content-28 .row.row-2 .col.col-2 .dp-richBase_text .component.button.button + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-28 .row.row-2 .col.col-2 .dp-richBase_text .component.button.button + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-28 .row.row-2 .col.col-2 .dp-richBase_text .component.button.button .button-cont a.blue {
  background: #254a73;
  color: #fff !important;
  text-decoration: none;
}
.contents .content-28 .row.row-2 .col.col-2 .dp-richBase_text .component.button.button .button-cont a.blue:hover {
  opacity: 0.4;
}
.contents .content-28 .row.row-2 .col.col-2 .dp-form_custom {
  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);
}
@media screen and (max-width: 769px) {
  .contents .content-28 .row.row-2 .col.col-2 .dp-form_custom {
    font-size: var(--fo-text-font-size-sp);
  }
}
.contents .content-28 .row.row-2 .col.col-2 .dp-form_custom .form-title {
  color: var(--fo-text-main-color);
}
.contents .content-28 .row.row-2 .col.col-2 .dp-form_custom .form-title:empty {
  display: none;
}
.contents .content-28 .row.row-2 .col.col-2 .dp-form_custom .show-notice {
  border-radius: 0;
}
.contents .content-28 .row.row-2 .col.col-2 .dp-form_custom .show-notice:empty {
  display: none;
}
.contents .content-28 .row.row-2 .col.col-2 .dp-form_custom .show-notice span {
  padding: 5px;
}
.contents .content-28 .row.row-2 .col.col-2 .dp-form_custom .show-notice span + span {
  padding: 0 5px 5px;
}
.contents .content-28 .row.row-2 .col.col-2 .dp-form_custom .contact_form input {
  accent-color: var(--fo-main-color);
}
.contents .content-28 .row.row-2 .col.col-2 .dp-form_custom .contact_form input[type=text],
.contents .content-28 .row.row-2 .col.col-2 .dp-form_custom .contact_form input[type=email],
.contents .content-28 .row.row-2 .col.col-2 .dp-form_custom .contact_form input[type=password],
.contents .content-28 .row.row-2 .col.col-2 .dp-form_custom .contact_form input[type=date],
.contents .content-28 .row.row-2 .col.col-2 .dp-form_custom .contact_form input[type=search],
.contents .content-28 .row.row-2 .col.col-2 .dp-form_custom .contact_form input[type=url],
.contents .content-28 .row.row-2 .col.col-2 .dp-form_custom .contact_form select,
.contents .content-28 .row.row-2 .col.col-2 .dp-form_custom .contact_form textarea {
  background: #fff;
  height: auto;
  font-family: inherit !important;
  font-size: inherit;
  line-height: 1.25;
  border-radius: 0;
  border: solid 1px #eee;
  padding: 0.6rem 0.75rem;
}
.contents .content-28 .row.row-2 .col.col-2 .dp-form_custom .contact_form input[type=text]::placeholder,
.contents .content-28 .row.row-2 .col.col-2 .dp-form_custom .contact_form input[type=email]::placeholder,
.contents .content-28 .row.row-2 .col.col-2 .dp-form_custom .contact_form input[type=password]::placeholder,
.contents .content-28 .row.row-2 .col.col-2 .dp-form_custom .contact_form input[type=date]::placeholder,
.contents .content-28 .row.row-2 .col.col-2 .dp-form_custom .contact_form input[type=search]::placeholder,
.contents .content-28 .row.row-2 .col.col-2 .dp-form_custom .contact_form input[type=url]::placeholder,
.contents .content-28 .row.row-2 .col.col-2 .dp-form_custom .contact_form select::placeholder,
.contents .content-28 .row.row-2 .col.col-2 .dp-form_custom .contact_form textarea::placeholder {
  font-family: inherit;
  color: rgba(0, 0, 0, 0.3);
}
.contents .content-28 .row.row-2 .col.col-2 .dp-form_custom .contact_form input[type=text]:focus,
.contents .content-28 .row.row-2 .col.col-2 .dp-form_custom .contact_form input[type=email]:focus,
.contents .content-28 .row.row-2 .col.col-2 .dp-form_custom .contact_form input[type=password]:focus,
.contents .content-28 .row.row-2 .col.col-2 .dp-form_custom .contact_form input[type=date]:focus,
.contents .content-28 .row.row-2 .col.col-2 .dp-form_custom .contact_form input[type=search]:focus,
.contents .content-28 .row.row-2 .col.col-2 .dp-form_custom .contact_form input[type=url]:focus,
.contents .content-28 .row.row-2 .col.col-2 .dp-form_custom .contact_form select:focus,
.contents .content-28 .row.row-2 .col.col-2 .dp-form_custom .contact_form textarea:focus {
  background-color: #fff;
  color: #555;
  border-color: #5a5a5a;
}
.contents .content-28 .row.row-2 .col.col-2 .dp-form_custom .contact_form input[type=text].form-error,
.contents .content-28 .row.row-2 .col.col-2 .dp-form_custom .contact_form input[type=email].form-error,
.contents .content-28 .row.row-2 .col.col-2 .dp-form_custom .contact_form input[type=password].form-error,
.contents .content-28 .row.row-2 .col.col-2 .dp-form_custom .contact_form input[type=date].form-error,
.contents .content-28 .row.row-2 .col.col-2 .dp-form_custom .contact_form input[type=search].form-error,
.contents .content-28 .row.row-2 .col.col-2 .dp-form_custom .contact_form input[type=url].form-error,
.contents .content-28 .row.row-2 .col.col-2 .dp-form_custom .contact_form select.form-error,
.contents .content-28 .row.row-2 .col.col-2 .dp-form_custom .contact_form textarea.form-error {
  background: #fdf5f2;
  border: 1px solid #c70909 !important;
}
.contents .content-28 .row.row-2 .col.col-2 .dp-form_custom .contact_form .group {
  margin: 20px 0;
}
.contents .content-28 .row.row-2 .col.col-2 .dp-form_custom .contact_form .form-label {
  font-size: inherit;
}
@media screen and (max-width: 769px) {
  .contents .content-28 .row.row-2 .col.col-2 .dp-form_custom .contact_form .form-label {
    display: inline-block !important;
  }
}
.contents .content-28 .row.row-2 .col.col-2 .dp-form_custom .contact_form .agree-label {
  line-height: 1.5;
}
.contents .content-28 .row.row-2 .col.col-2 .dp-form_custom .contact_form .form-cont p {
  font-size: inherit;
  margin-top: 0.25rem;
}
.contents .content-28 .row.row-2 .col.col-2 .dp-form_custom .contact_form .form-cont :is(.checkbox, .radio) label {
  display: flex;
  align-items: center;
}
.contents .content-28 .row.row-2 .col.col-2 .dp-form_custom .contact_form .service_term {
  background: #fff;
  overflow: auto;
  font-size: inherit;
  padding: 20px;
  border-color: #eee;
}
.contents .content-28 .row.row-2 .col.col-2 .dp-form_custom .contact_form .service_term_link {
  font-size: inherit;
  margin-top: 20px;
  margin-bottom: 5px;
}
.contents .content-28 .row.row-2 .col.col-2 .dp-form_custom .contact_form .service_term_link a {
  color: var(--fo-text-link-color);
  letter-spacing: 0;
}
.contents .content-28 .row.row-2 .col.col-2 .dp-form_custom .contact_form .service_term_link a:hover {
  opacity: var(--fo-text-link-hover-opacity, 1);
  text-decoration: var(--fo-text-link-hover-text-decoration, none) !important;
  font-weight: var(--fo-text-link-hover-font-weight, inherit);
  filter: var(--fo-text-link-hover-invert, none);
}
.contents .content-28 .row.row-2 .col.col-2 .dp-form_custom .form-submit .popup-link {
  background: var(--fo-main-color);
  min-width: 280px;
  min-height: 55px;
  font-family: inherit;
  font-size: 20px;
  border: 1px solid var(--fo-main-color);
  border-radius: var(--fo-button1-border-radius, 0);
  box-shadow: 0 3px 8px var(--fo-shadow-color);
  margin-bottom: 0;
  padding: 15px;
}
@media screen and (max-width: 769px) {
  .contents .content-28 .row.row-2 .col.col-2 .dp-form_custom .form-submit .popup-link {
    width: 100%;
    min-width: auto;
    min-height: auto;
    padding: 10px;
  }
}
@media screen and (min-width: 577px) and (max-width: 769px) {
  .contents .content-28 .row.row-2 .col.col-2 .dp-form_custom .form-submit .popup-link {
    width: auto;
    min-width: 280px;
    min-height: 71px;
  }
}
.contents .content-28 .row.row-2 .col.col-2 .dp-form_custom .form-submit .popup-link:hover {
  opacity: 0.4;
}
.contents .content-28 .row.row-2 .col.col-2 .dp-form_custom .form-label.require:after {
  background: #c70909;
  padding: 2px 7px 4px !important;
  margin-left: 20px;
}
.contents .content-28 .row.row-2 .col.col-2 .dp-form_custom input[type=checkbox],
.contents .content-28 .row.row-2 .col.col-2 .dp-form_custom input[type=radio] {
  min-height: auto;
}
.contents .content-28 .row.row-2 .col.col-2 .dp-form_custom.vertical .form-label:after {
  position: relative;
  top: -2px;
}
@media screen and (min-width: 770px) {
  .contents .content-28 .row.row-2 .col.col-2 .dp-form_custom.horizontal .form-label:after {
    top: 8px !important;
  }
}
@media screen and (max-width: 769px) {
  .contents .content-28 .row.row-2 .col.col-2 .dp-form_custom.horizontal .form-label:after {
    top: -2px !important;
  }
}

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

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

.dp-accordion_sec:not(:root:root:root:root) {
  background-color: var(--fo-background-color1);
  padding: calc(80px * var(--fo-spacing-coef) - 30px) 0 calc(80px * var(--fo-spacing-coef) - 40px);
}
@media screen and (max-width: 769px) {
  .dp-accordion_sec:not(:root:root:root:root) {
    padding: calc(80px * var(--fo-spacing-coef) * 0.75 - 30px) 0;
  }
}
.dp-accordion_sec:not(:root:root:root:root) .inner .row:is(.dp-acTtl_row, .dp-acCont_row) {
  background-color: var(--fo-background-color1);
  position: relative;
}
@media screen and (max-width: 769px) {
  .dp-accordion_sec:not(:root:root:root:root) .inner .row:is(.dp-acTtl_row, .dp-acCont_row):has(> .col:nth-of-type(1) > :is(.dp-richMainColor_text, .dp-richAccentColor_text)) {
    flex-wrap: wrap;
    gap: 0 16px;
  }
}
@media screen and (max-width: 769px) {
  .dp-accordion_sec:not(:root:root:root:root) .inner .row:is(.dp-acTtl_row, .dp-acCont_row):has(> .col:nth-of-type(1) > :is(.dp-richMainColor_text, .dp-richAccentColor_text)) .col:has(:is(.dp-richMainColor_text, .dp-richAccentColor_text)) {
    max-width: 30%;
    width: fit-content !important;
  }
}
.dp-accordion_sec:not(:root:root:root:root) .inner .row:is(.dp-acTtl_row, .dp-acCont_row):has(> .col:nth-of-type(1) > :is(.dp-richMainColor_text, .dp-richAccentColor_text)) .col:has(:is(.dp-richMainColor_text, .dp-richAccentColor_text)) + .col {
  flex: 1;
}
@media screen and (min-width: 770px) {
  .dp-accordion_sec:not(:root:root:root:root) .inner .row:is(.dp-acTtl_row, .dp-acCont_row):has(> .col:nth-of-type(1) > :is(.dp-richMainColor_text, .dp-richAccentColor_text)) .col:is(.vertical_position_top, .vertical_position_middle, .vertical_position_bottom) {
    display: flex;
    flex-direction: column;
    align-self: auto !important;
  }
}
@media screen and (min-width: 770px) {
  .dp-accordion_sec:not(:root:root:root:root) .inner .row:is(.dp-acTtl_row, .dp-acCont_row):has(> .col:nth-of-type(1) > :is(.dp-richMainColor_text, .dp-richAccentColor_text)) .col:is(.vertical_position_top, .vertical_position_middle, .vertical_position_bottom) .component + .component {
    margin-top: 0;
  }
}
@media screen and (min-width: 770px) {
  .dp-accordion_sec:not(:root:root:root:root) .inner .row:is(.dp-acTtl_row, .dp-acCont_row):has(> .col:nth-of-type(1) > :is(.dp-richMainColor_text, .dp-richAccentColor_text)) .col.vertical_position_top {
    justify-content: start;
  }
}
@media screen and (min-width: 770px) {
  .dp-accordion_sec:not(:root:root:root:root) .inner .row:is(.dp-acTtl_row, .dp-acCont_row):has(> .col:nth-of-type(1) > :is(.dp-richMainColor_text, .dp-richAccentColor_text)) .col.vertical_position_middle {
    justify-content: center;
  }
}
@media screen and (min-width: 770px) {
  .dp-accordion_sec:not(:root:root:root:root) .inner .row:is(.dp-acTtl_row, .dp-acCont_row):has(> .col:nth-of-type(1) > :is(.dp-richMainColor_text, .dp-richAccentColor_text)) .col.vertical_position_bottom {
    justify-content: end;
  }
}
.dp-accordion_sec:not(:root:root:root:root) .inner .row:is(.dp-acTtl_row, .dp-acCont_row):has(> .col:nth-of-type(1) > :is(.dp-richMainColor_text, .dp-richAccentColor_text)) .col .component.richtext:is(.dp-richMainColor_text, .dp-richAccentColor_text) span[style*=font-size] {
  line-height: calc(var(--fo-text-font-size-pc) * var(--fo-text-line-height));
}
.dp-accordion_sec:not(:root:root:root:root) .inner .row.dp-acTtl_row {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  padding: calc(24px * var(--fo-spacing-coef)) 60px calc(24px * var(--fo-spacing-coef) - 10px) calc(24px * var(--fo-spacing-coef) - 10px);
  margin: 10px 0 20px;
}
@media screen and (max-width: 769px) {
  .dp-accordion_sec:not(:root:root:root:root) .inner .row.dp-acTtl_row {
    padding-block: 10px;
    padding: calc(24px * var(--fo-spacing-coef) * 0.75) 60px calc(24px * var(--fo-spacing-coef) - 10px) calc(24px * var(--fo-spacing-coef) - 10px);
  }
}
.dp-accordion_sec:not(:root:root:root:root) .inner .row.dp-acTtl_row:has(> .col:nth-of-type(1) > :is(.dp-richMainColor_text, .dp-richAccentColor_text)) {
  display: flex;
}
.dp-accordion_sec:not(:root:root:root:root) .inner .row.dp-acTtl_row::after {
  content: "\f107";
  font-family: FontAwesome;
  font-size: 40px;
  color: var(--fo-main-color);
  font-weight: 400;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%) rotate(0);
  transition: all 0.4s ease-out;
}
@media screen and (max-width: 769px) {
  .dp-accordion_sec:not(:root:root:root:root) .inner .row.dp-acTtl_row::after {
    font-size: 35px;
    right: 20px;
  }
}
.dp-accordion_sec:not(:root:root:root:root) .inner .row.dp-acTtl_row.is-active::after {
  transform: translateY(-50%) rotate(180deg);
}
.dp-accordion_sec:not(:root:root:root:root) .inner .row.dp-acTtl_row .col .component.heading {
  margin: 10px 0;
}
.dp-accordion_sec:not(:root:root:root:root) .inner .row.dp-acTtl_row .col .component.heading :is(h1, h2, h3, h4, h5) {
  cursor: inherit;
  margin: 0;
}
.dp-accordion_sec:not(:root:root:root:root) .inner .row.dp-acCont_row {
  display: none;
  overflow: hidden;
  padding: calc(24px * var(--fo-spacing-coef) - 10px);
  margin: -22px 0 20px;
}
@media screen and (max-width: 769px) {
  .dp-accordion_sec:not(:root:root:root:root) .inner .row.dp-acCont_row {
    flex-wrap: wrap;
    margin-bottom: 10px;
    padding: calc(24px * var(--fo-spacing-coef) * 0.75);
  }
}
.dp-accordion_sec:not(:root:root:root:root) .inner .row.dp-acCont_row::before {
  content: "";
  display: inline-block;
  background-color: #eee;
  width: calc(100% - 24px * var(--fo-spacing-coef) * 2);
  height: 1px;
  position: absolute;
  top: 0;
  left: calc(24px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .dp-accordion_sec:not(:root:root:root:root) .inner .row.dp-acCont_row::before {
    width: calc(100% - 24px * var(--fo-spacing-coef) * 0.75 * 2);
    left: calc(24px * var(--fo-spacing-coef) * 0.75);
  }
}
.dp-accordion_sec:not(:root:root:root:root) .inner .row.dp-acCont_row + .dp-acTtl_row {
  margin-top: calc(32px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .dp-accordion_sec:not(:root:root:root:root) .inner .row.dp-acCont_row + .dp-acTtl_row {
    margin-top: calc(32px * var(--fo-spacing-coef) * 0.75);
  }
}
.dp-accordion_sec:not(:root:root:root:root) .inner .row.dp-acCont_row.styles_row-shadow__OwGuX {
  box-shadow: 0 7px 8px 0 var(--fo-shadow-color, rgba(0, 0, 0, 0.161));
}

.frame-root .frame-content .dp-accordion_sec:not(:root:root:root:root:root) .dp-acTtl_row, .frame-root .frame-content .dp-accordion_sec:not(:root:root:root:root:root) .dp-acCont_row {
  padding-top: 30px;
}
.frame-root .frame-content .dp-accordion_sec:not(:root:root:root:root:root) .dp-acTtl_row::before, .frame-root .frame-content .dp-accordion_sec:not(:root:root:root:root:root) .dp-acCont_row::before {
  content: "見出しの行(カラム)です。";
  display: inline-block;
  font-size: 14px;
  width: auto;
  height: 30px;
  color: #fff;
  background-color: #0987d4;
  padding: 0 5px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.frame-root .frame-content .dp-accordion_sec:not(:root:root:root:root:root) .dp-acTtl_row .col:has(:is(.dp-richMainColor_text, .dp-richAccentColor_text)), .frame-root .frame-content .dp-accordion_sec:not(:root:root:root:root:root) .dp-acCont_row .col:has(:is(.dp-richMainColor_text, .dp-richAccentColor_text)) {
  min-width: 100px;
}
.frame-root .frame-content .dp-accordion_sec:not(:root:root:root:root:root) .dp-acTtl_row .col:is(.vertical_position_top, .vertical_position_middle, .vertical_position_bottom), .frame-root .frame-content .dp-accordion_sec:not(:root:root:root:root:root) .dp-acCont_row .col:is(.vertical_position_top, .vertical_position_middle, .vertical_position_bottom) {
  display: table-cell !important;
}
.frame-root .frame-content .dp-accordion_sec:not(:root:root:root:root:root) .dp-acCont_row {
  display: block;
  overflow: unset;
  margin: 0;
}
.frame-root .frame-content .dp-accordion_sec:not(:root:root:root:root:root) .dp-acCont_row::before {
  content: "コンテンツの行(カラム)です。";
  left: initial;
}

.contents .content-30 .row.row-1 .col.col-1 {
  /* sample */
}
.contents .content-30 .row.row-1 .col.col-1 .dp-richMainColor_text {
  font-family: var(--fo-text-font-family);
  font-size: var(--fo-text-font-size-pc);
  color: var(--fo-main-color);
  line-height: var(--fo-text-line-height);
  letter-spacing: var(--fo-text-letter-spacing);
}
@media screen and (max-width: 769px) {
  .contents .content-30 .row.row-1 .col.col-1 .dp-richMainColor_text {
    font-size: var(--fo-text-font-size-sp);
  }
}
.contents .content-30 .row.row-1 .col.col-1 .dp-richMainColor_text :link {
  text-decoration: none;
}
.contents .content-30 .row.row-1 .col.col-1 .dp-richMainColor_text :visited {
  text-decoration: none;
}
.contents .content-30 .row.row-1 .col.col-1 .dp-richMainColor_text a {
  color: var(--fo-text-link-color);
}
.contents .content-30 .row.row-1 .col.col-1 .dp-richMainColor_text 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-30 .row.row-1 .col.col-1 .dp-richMainColor_text p {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  line-height: inherit;
  margin: 0;
  overflow-wrap: anywhere;
}
.contents .content-30 .row.row-1 .col.col-1 .dp-richMainColor_text p + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-30 .row.row-1 .col.col-1 .dp-richMainColor_text p + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-30 .row.row-1 .col.col-1 .dp-richMainColor_text strong {
  font-family: inherit;
}
.contents .content-30 .row.row-1 .col.col-1 .dp-richMainColor_text :is(ol, ul) {
  color: inherit;
}
.contents .content-30 .row.row-1 .col.col-1 .dp-richMainColor_text :is(ol, ul) li {
  font-size: inherit;
  color: inherit;
  overflow-wrap: anywhere;
}
.contents .content-30 .row.row-1 .col.col-1 .dp-richMainColor_text :is(ol, ul) li a {
  font-size: inherit;
}
.contents .content-30 .row.row-1 .col.col-1 .dp-richMainColor_text table :is(thead, tbody, tr, th, td) {
  border-color: #eee;
}
.contents .content-30 .row.row-1 .col.col-1 .dp-richMainColor_text table :is(thead, tbody, tr, th, td) tr :is(th, td) {
  background-clip: padding-box;
  background-color: transparent;
  position: static;
  width: unset;
  line-height: inherit;
  padding: 10px;
  border: 1px solid #eee;
}
.contents .content-30 .row.row-1 .col.col-1 .dp-richMainColor_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p {
  font-size: inherit;
}
.contents .content-30 .row.row-1 .col.col-1 .dp-richMainColor_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-30 .row.row-1 .col.col-1 .dp-richMainColor_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-30 .row.row-1 .col.col-1 .dp-richMainColor_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) {
  margin-left: 25px;
}
.contents .content-30 .row.row-1 .col.col-1 .dp-richMainColor_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-30 .row.row-1 .col.col-1 .dp-richMainColor_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-30 .row.row-1 .col.col-1 .dp-richMainColor_text table :is(thead, tbody, tr, th, td) tr :is(th, td) .component.button + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-30 .row.row-1 .col.col-1 .dp-richMainColor_text table :is(thead, tbody, tr, th, td) tr :is(th, td) .component.button + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-30 .row.row-1 .col.col-1 .dp-richMainColor_text :is(ul, ol) {
  margin: 0 0 0 25px;
}
.contents .content-30 .row.row-1 .col.col-1 .dp-richMainColor_text :is(ul, ol) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-30 .row.row-1 .col.col-1 .dp-richMainColor_text :is(ul, ol) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-30 .row.row-1 .col.col-1 .dp-richMainColor_text :is(table, .normal-table, .table-with-row-header, .table-with-two-headers) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-30 .row.row-1 .col.col-1 .dp-richMainColor_text :is(table, .normal-table, .table-with-row-header, .table-with-two-headers) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-30 .row.row-1 .col.col-1 .dp-richMainColor_text .component.button {
  margin: 0;
}
.contents .content-30 .row.row-1 .col.col-1 .dp-richMainColor_text .component.button.button + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-30 .row.row-1 .col.col-1 .dp-richMainColor_text .component.button.button + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-30 .row.row-1 .col.col-1 .dp-richMainColor_text .component.button.button .button-cont a.blue {
  background: #254a73;
  color: #fff !important;
  text-decoration: none;
}
.contents .content-30 .row.row-1 .col.col-1 .dp-richMainColor_text .component.button.button .button-cont a.blue:hover {
  opacity: 0.4;
}
.contents .content-30 .row.row-1 .col.col-1 .dp-hd_custom01-01 {
  margin: 10px 0 0;
}
.contents .content-30 .row.row-1 .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-30 .row.row-1 .col.col-1 .dp-hd_custom01-01 :is(h1, h2, h3, h4, h5) {
    overflow-wrap: break-word;
  }
}
.contents .content-30 .row.row-1 .col.col-1 .dp-hd_custom01-01 :is(h1, h2, h3, h4, h5) .strong {
  font-weight: 400;
}
.contents .content-30 .row.row-1 .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-30 .row.row-1 .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-30 .row.row-1 .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-30 .row.row-1 .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-30 .row.row-1 .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-30 .row.row-1 .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-30 .row.row-1 .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-30 .row.row-1 .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-30 .row.row-1 .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-30 .row.row-1 .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-30 .row.row-2 {
  /* sample */
}
.contents .content-30 .row.row-2 .col.col-1 {
  /* sample */
}
.contents .content-30 .row.row-2 .col.col-1 .dp-richMainColor_text {
  font-family: var(--fo-text-font-family);
  font-size: var(--fo-text-font-size-pc);
  color: var(--fo-main-color);
  line-height: var(--fo-text-line-height);
  letter-spacing: var(--fo-text-letter-spacing);
}
@media screen and (max-width: 769px) {
  .contents .content-30 .row.row-2 .col.col-1 .dp-richMainColor_text {
    font-size: var(--fo-text-font-size-sp);
  }
}
.contents .content-30 .row.row-2 .col.col-1 .dp-richMainColor_text :link {
  text-decoration: none;
}
.contents .content-30 .row.row-2 .col.col-1 .dp-richMainColor_text :visited {
  text-decoration: none;
}
.contents .content-30 .row.row-2 .col.col-1 .dp-richMainColor_text a {
  color: var(--fo-text-link-color);
}
.contents .content-30 .row.row-2 .col.col-1 .dp-richMainColor_text 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-30 .row.row-2 .col.col-1 .dp-richMainColor_text p {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  line-height: inherit;
  margin: 0;
  overflow-wrap: anywhere;
}
.contents .content-30 .row.row-2 .col.col-1 .dp-richMainColor_text p + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-30 .row.row-2 .col.col-1 .dp-richMainColor_text p + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-30 .row.row-2 .col.col-1 .dp-richMainColor_text strong {
  font-family: inherit;
}
.contents .content-30 .row.row-2 .col.col-1 .dp-richMainColor_text :is(ol, ul) {
  color: inherit;
}
.contents .content-30 .row.row-2 .col.col-1 .dp-richMainColor_text :is(ol, ul) li {
  font-size: inherit;
  color: inherit;
  overflow-wrap: anywhere;
}
.contents .content-30 .row.row-2 .col.col-1 .dp-richMainColor_text :is(ol, ul) li a {
  font-size: inherit;
}
.contents .content-30 .row.row-2 .col.col-1 .dp-richMainColor_text table :is(thead, tbody, tr, th, td) {
  border-color: #eee;
}
.contents .content-30 .row.row-2 .col.col-1 .dp-richMainColor_text table :is(thead, tbody, tr, th, td) tr :is(th, td) {
  background-clip: padding-box;
  background-color: transparent;
  position: static;
  width: unset;
  line-height: inherit;
  padding: 10px;
  border: 1px solid #eee;
}
.contents .content-30 .row.row-2 .col.col-1 .dp-richMainColor_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p {
  font-size: inherit;
}
.contents .content-30 .row.row-2 .col.col-1 .dp-richMainColor_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-30 .row.row-2 .col.col-1 .dp-richMainColor_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-30 .row.row-2 .col.col-1 .dp-richMainColor_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) {
  margin-left: 25px;
}
.contents .content-30 .row.row-2 .col.col-1 .dp-richMainColor_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-30 .row.row-2 .col.col-1 .dp-richMainColor_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-30 .row.row-2 .col.col-1 .dp-richMainColor_text table :is(thead, tbody, tr, th, td) tr :is(th, td) .component.button + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-30 .row.row-2 .col.col-1 .dp-richMainColor_text table :is(thead, tbody, tr, th, td) tr :is(th, td) .component.button + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-30 .row.row-2 .col.col-1 .dp-richMainColor_text :is(ul, ol) {
  margin: 0 0 0 25px;
}
.contents .content-30 .row.row-2 .col.col-1 .dp-richMainColor_text :is(ul, ol) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-30 .row.row-2 .col.col-1 .dp-richMainColor_text :is(ul, ol) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-30 .row.row-2 .col.col-1 .dp-richMainColor_text :is(table, .normal-table, .table-with-row-header, .table-with-two-headers) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-30 .row.row-2 .col.col-1 .dp-richMainColor_text :is(table, .normal-table, .table-with-row-header, .table-with-two-headers) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-30 .row.row-2 .col.col-1 .dp-richMainColor_text .component.button {
  margin: 0;
}
.contents .content-30 .row.row-2 .col.col-1 .dp-richMainColor_text .component.button.button + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-30 .row.row-2 .col.col-1 .dp-richMainColor_text .component.button.button + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-30 .row.row-2 .col.col-1 .dp-richMainColor_text .component.button.button .button-cont a.blue {
  background: #254a73;
  color: #fff !important;
  text-decoration: none;
}
.contents .content-30 .row.row-2 .col.col-1 .dp-richMainColor_text .component.button.button .button-cont a.blue:hover {
  opacity: 0.4;
}
.contents .content-30 .row.row-2 .col.col-2 {
  /* sample */
}
.contents .content-30 .row.row-2 .col.col-2 .dp-hd_custom01-01 {
  margin: 10px 0 0;
}
.contents .content-30 .row.row-2 .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-30 .row.row-2 .col.col-2 .dp-hd_custom01-01 :is(h1, h2, h3, h4, h5) {
    overflow-wrap: break-word;
  }
}
.contents .content-30 .row.row-2 .col.col-2 .dp-hd_custom01-01 :is(h1, h2, h3, h4, h5) .strong {
  font-weight: 400;
}
.contents .content-30 .row.row-2 .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-30 .row.row-2 .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-30 .row.row-2 .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-30 .row.row-2 .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-30 .row.row-2 .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-30 .row.row-2 .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-30 .row.row-2 .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-30 .row.row-2 .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-30 .row.row-2 .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-30 .row.row-2 .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-30 .row.row-3 {
  /* sample */
}
.contents .content-30 .row.row-3 .col.col-1 {
  /* sample */
}
.contents .content-30 .row.row-3 .col.col-1 .dp-richAccentColor_text {
  font-family: var(--fo-text-font-family);
  font-size: var(--fo-text-font-size-pc);
  color: var(--fo-accent-color);
  line-height: var(--fo-text-line-height);
  letter-spacing: var(--fo-text-letter-spacing);
}
@media screen and (max-width: 769px) {
  .contents .content-30 .row.row-3 .col.col-1 .dp-richAccentColor_text {
    font-size: var(--fo-text-font-size-sp);
  }
}
.contents .content-30 .row.row-3 .col.col-1 .dp-richAccentColor_text :link {
  text-decoration: none;
}
.contents .content-30 .row.row-3 .col.col-1 .dp-richAccentColor_text :visited {
  text-decoration: none;
}
.contents .content-30 .row.row-3 .col.col-1 .dp-richAccentColor_text a {
  color: var(--fo-text-link-color);
}
.contents .content-30 .row.row-3 .col.col-1 .dp-richAccentColor_text 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-30 .row.row-3 .col.col-1 .dp-richAccentColor_text p {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  line-height: inherit;
  margin: 0;
  overflow-wrap: anywhere;
}
.contents .content-30 .row.row-3 .col.col-1 .dp-richAccentColor_text p + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-30 .row.row-3 .col.col-1 .dp-richAccentColor_text p + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-30 .row.row-3 .col.col-1 .dp-richAccentColor_text strong {
  font-family: inherit;
}
.contents .content-30 .row.row-3 .col.col-1 .dp-richAccentColor_text :is(ol, ul) {
  color: inherit;
}
.contents .content-30 .row.row-3 .col.col-1 .dp-richAccentColor_text :is(ol, ul) li {
  font-size: inherit;
  color: inherit;
  overflow-wrap: anywhere;
}
.contents .content-30 .row.row-3 .col.col-1 .dp-richAccentColor_text :is(ol, ul) li a {
  font-size: inherit;
}
.contents .content-30 .row.row-3 .col.col-1 .dp-richAccentColor_text table :is(thead, tbody, tr, th, td) {
  border-color: #eee;
}
.contents .content-30 .row.row-3 .col.col-1 .dp-richAccentColor_text table :is(thead, tbody, tr, th, td) tr :is(th, td) {
  background-clip: padding-box;
  background-color: transparent;
  position: static;
  width: unset;
  line-height: inherit;
  padding: 10px;
  border: 1px solid #eee;
}
.contents .content-30 .row.row-3 .col.col-1 .dp-richAccentColor_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p {
  font-size: inherit;
}
.contents .content-30 .row.row-3 .col.col-1 .dp-richAccentColor_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-30 .row.row-3 .col.col-1 .dp-richAccentColor_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-30 .row.row-3 .col.col-1 .dp-richAccentColor_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) {
  margin-left: 25px;
}
.contents .content-30 .row.row-3 .col.col-1 .dp-richAccentColor_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-30 .row.row-3 .col.col-1 .dp-richAccentColor_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-30 .row.row-3 .col.col-1 .dp-richAccentColor_text table :is(thead, tbody, tr, th, td) tr :is(th, td) .component.button + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-30 .row.row-3 .col.col-1 .dp-richAccentColor_text table :is(thead, tbody, tr, th, td) tr :is(th, td) .component.button + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-30 .row.row-3 .col.col-1 .dp-richAccentColor_text :is(ul, ol) {
  margin: 0 0 0 25px;
}
.contents .content-30 .row.row-3 .col.col-1 .dp-richAccentColor_text :is(ul, ol) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-30 .row.row-3 .col.col-1 .dp-richAccentColor_text :is(ul, ol) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-30 .row.row-3 .col.col-1 .dp-richAccentColor_text :is(table, .normal-table, .table-with-row-header, .table-with-two-headers) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-30 .row.row-3 .col.col-1 .dp-richAccentColor_text :is(table, .normal-table, .table-with-row-header, .table-with-two-headers) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-30 .row.row-3 .col.col-1 .dp-richAccentColor_text .component.button {
  margin: 0;
}
.contents .content-30 .row.row-3 .col.col-1 .dp-richAccentColor_text .component.button.button + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-30 .row.row-3 .col.col-1 .dp-richAccentColor_text .component.button.button + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-30 .row.row-3 .col.col-1 .dp-richAccentColor_text .component.button.button .button-cont a.blue {
  background: #254a73;
  color: #fff !important;
  text-decoration: none;
}
.contents .content-30 .row.row-3 .col.col-1 .dp-richAccentColor_text .component.button.button .button-cont a.blue:hover {
  opacity: 0.4;
}
.contents .content-30 .row.row-3 .col.col-2 {
  /* sample */
}
.contents .content-30 .row.row-3 .col.col-2 .dp-richBase_text {
  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);
}
@media screen and (max-width: 769px) {
  .contents .content-30 .row.row-3 .col.col-2 .dp-richBase_text {
    font-size: var(--fo-text-font-size-sp);
  }
}
.contents .content-30 .row.row-3 .col.col-2 .dp-richBase_text :link {
  text-decoration: none;
}
.contents .content-30 .row.row-3 .col.col-2 .dp-richBase_text :visited {
  text-decoration: none;
}
.contents .content-30 .row.row-3 .col.col-2 .dp-richBase_text a {
  color: var(--fo-text-link-color);
}
.contents .content-30 .row.row-3 .col.col-2 .dp-richBase_text 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-30 .row.row-3 .col.col-2 .dp-richBase_text p {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  line-height: inherit;
  margin: 0;
  overflow-wrap: anywhere;
}
.contents .content-30 .row.row-3 .col.col-2 .dp-richBase_text p + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-30 .row.row-3 .col.col-2 .dp-richBase_text p + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-30 .row.row-3 .col.col-2 .dp-richBase_text strong {
  font-family: inherit;
}
.contents .content-30 .row.row-3 .col.col-2 .dp-richBase_text :is(ol, ul) {
  color: inherit;
}
.contents .content-30 .row.row-3 .col.col-2 .dp-richBase_text :is(ol, ul) li {
  font-size: inherit;
  color: inherit;
  overflow-wrap: anywhere;
}
.contents .content-30 .row.row-3 .col.col-2 .dp-richBase_text :is(ol, ul) li a {
  font-size: inherit;
}
.contents .content-30 .row.row-3 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) {
  border-color: #eee;
}
.contents .content-30 .row.row-3 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) {
  background-clip: padding-box;
  background-color: transparent;
  position: static;
  width: unset;
  line-height: inherit;
  padding: 10px;
  border: 1px solid #eee;
}
.contents .content-30 .row.row-3 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p {
  font-size: inherit;
}
.contents .content-30 .row.row-3 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-30 .row.row-3 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-30 .row.row-3 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) {
  margin-left: 25px;
}
.contents .content-30 .row.row-3 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-30 .row.row-3 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) :is(ul, ol) + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-30 .row.row-3 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) .component.button + :is(p, ul, ol, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef)) !important;
}
@media screen and (max-width: 769px) {
  .contents .content-30 .row.row-3 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) .component.button + :is(p, ul, ol, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75) !important;
  }
}
.contents .content-30 .row.row-3 .col.col-2 .dp-richBase_text :is(ul, ol) {
  margin: 0 0 0 25px;
}
.contents .content-30 .row.row-3 .col.col-2 .dp-richBase_text :is(ul, ol) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-30 .row.row-3 .col.col-2 .dp-richBase_text :is(ul, ol) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-30 .row.row-3 .col.col-2 .dp-richBase_text :is(table, .normal-table, .table-with-row-header, .table-with-two-headers) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-30 .row.row-3 .col.col-2 .dp-richBase_text :is(table, .normal-table, .table-with-row-header, .table-with-two-headers) + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-30 .row.row-3 .col.col-2 .dp-richBase_text .component.button {
  margin: 0;
}
.contents .content-30 .row.row-3 .col.col-2 .dp-richBase_text .component.button.button + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
  margin-top: calc(16px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-30 .row.row-3 .col.col-2 .dp-richBase_text .component.button.button + :is(p, ul, ol, .normal-table, .table-with-row-header, .table-with-two-headers, .component.button) {
    margin-top: calc(16px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-30 .row.row-3 .col.col-2 .dp-richBase_text .component.button.button .button-cont a.blue {
  background: #254a73;
  color: #fff !important;
  text-decoration: none;
}
.contents .content-30 .row.row-3 .col.col-2 .dp-richBase_text .component.button.button .button-cont a.blue:hover {
  opacity: 0.4;
}

.contents .content-30 .dp-js-script_row:not(:root:root:root:root) {
  display: none !important;
}
.contents .content-30 .row.row-4 .col.col-1 {
  /* sample */
}
.contents .content-30 .row.row-4 .col.col-1 .component.script-comp {
  /* sample */
}

.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 */
}

.foot .row.row-1 {
  /* sample */
}
.foot .row.row-1 .col.col-1 {
  /* 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-2, .navi-001-01 .row.row-1 .col.col-2, .navi-002-01 .row.row-1 .col.col-2 {
  /* sample */
}