@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-2 .row.row-1 .col.col-1 .component.richtext {
  /* sample */
}

.contents .content-2 .dp-bLH01_row {
  display: flex;
  gap: calc(40px * var(--fo-spacing-coef));
  margin: 10px auto 20px;
}
@media screen and (max-width: 769px) {
  .contents .content-2 .dp-bLH01_row {
    flex-direction: column;
    gap: calc(40px * var(--fo-spacing-coef) * 0.75);
    margin-bottom: 10px;
  }
}
.contents .content-2 .dp-bLH01_row + .dp-bLH01_row {
  margin-top: calc(40px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-2 .dp-bLH01_row + .dp-bLH01_row {
    margin-top: calc(40px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-2 .dp-bLH01_row div.col {
  overflow: hidden;
  position: relative;
  padding: 0;
}
.contents .content-2 .dp-bLH01_row div.col::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (min-width: 770px) {
  .contents .content-2 .dp-bLH01_row div.col::before {
    transition: all 0.2s cubic-bezier(0.02, 0.42, 0.24, 0.74);
    opacity: 0;
  }
}
@media screen and (min-width: 770px) {
  .contents .content-2 .dp-bLH01_row div.col:hover {
    opacity: 1;
  }
}
@media screen and (min-width: 770px) {
  .contents .content-2 .dp-bLH01_row div.col:hover::before {
    opacity: 1;
    z-index: 1;
  }
}
@media screen and (min-width: 770px) {
  .contents .content-2 .dp-bLH01_row div.col:hover .component:not(.image) {
    z-index: 2;
  }
}
@media screen and (min-width: 770px) {
  .contents .content-2 .dp-bLH01_row div.col:hover .component.image {
    transform: scale(1.1);
  }
}
@media screen and (min-width: 770px) {
  .contents .content-2 .dp-bLH01_row div.col:hover .component:is(.richtext, .heading):not(:root) {
    opacity: 1;
  }
}
.contents .content-2 .dp-bLH01_row div.col .component.image {
  margin: 0;
}
@media screen and (min-width: 770px) {
  .contents .content-2 .dp-bLH01_row div.col .component.image {
    transition: all 0.2s cubic-bezier(0.02, 0.42, 0.24, 0.74);
  }
}
.contents .content-2 .dp-bLH01_row div.col .component:is(.richtext, .heading):not(:root) {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: calc(35px * var(--fo-spacing-coef));
}
@media screen and (min-width: 770px) {
  .contents .content-2 .dp-bLH01_row div.col .component:is(.richtext, .heading):not(:root) {
    opacity: 0;
  }
}
@media screen and (max-width: 769px) {
  .contents .content-2 .dp-bLH01_row div.col .component:is(.richtext, .heading):not(:root) {
    z-index: 2;
  }
}
.contents .content-2 .dp-bLH01_row div.col .component.heading:not(:root) :is(h1, h2, h3, h4, h5) {
  color: inherit;
  margin-bottom: 0;
}
.contents .content-2 .dp-bLH01_row div.col .styles_col-link__Lqvql {
  z-index: 3;
}
.frame-root .frame-content .dp-bLH01_row:not(:root:root:root:root:root)::before {
  content: "このパーツのカラム内には、画像パーツ1つとテキストまたは見出しパーツ1つの、合計2パーツのみ配置できます。";
  font-size: 14px;
  background: #0987d4;
  color: #fff;
  position: absolute;
  top: -25px;
  right: 0;
  padding: 0 5px;
  z-index: 1;
}
.frame-root .frame-content .dp-bLH01_row:not(:root:root:root:root:root) div.col {
  overflow: initial;
}
.frame-root .frame-content .dp-bLH01_row:not(:root:root:root:root:root) div.col::before {
  opacity: 1;
  z-index: initial;
}
.frame-root .frame-content .dp-bLH01_row:not(:root:root:root:root:root) div.col:hover .component.image {
  transform: none;
}
.frame-root .frame-content .dp-bLH01_row:not(:root:root:root:root:root) div.col .component {
  opacity: 1;
  z-index: initial;
}
.frame-root .frame-content .dp-bLH01_row:not(:root:root:root:root:root) div.col .component:is(.richtext, .heading) {
  position: relative;
  top: initial;
  left: initial;
  height: auto;
  opacity: 1;
}

.contents .content-2 .row.row-2 .col.col-1 {
  /* sample */
}
.contents .content-2 .row.row-2 .col.col-1 .component.image {
  /* sample */
}
.contents .content-2 .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-2 .row.row-2 .col.col-1 .dp-richBase_text {
    font-size: var(--fo-text-font-size-sp);
  }
}
.contents .content-2 .row.row-2 .col.col-1 .dp-richBase_text :link {
  text-decoration: none;
}
.contents .content-2 .row.row-2 .col.col-1 .dp-richBase_text :visited {
  text-decoration: none;
}
.contents .content-2 .row.row-2 .col.col-1 .dp-richBase_text a {
  color: var(--fo-text-link-color);
}
.contents .content-2 .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-2 .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-2 .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-2 .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-2 .row.row-2 .col.col-1 .dp-richBase_text strong {
  font-family: inherit;
}
.contents .content-2 .row.row-2 .col.col-1 .dp-richBase_text :is(ol, ul) {
  color: inherit;
}
.contents .content-2 .row.row-2 .col.col-1 .dp-richBase_text :is(ol, ul) li {
  font-size: inherit;
  color: inherit;
  overflow-wrap: anywhere;
}
.contents .content-2 .row.row-2 .col.col-1 .dp-richBase_text :is(ol, ul) li a {
  font-size: inherit;
}
.contents .content-2 .row.row-2 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) {
  border-color: #eee;
}
.contents .content-2 .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-2 .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-2 .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-2 .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-2 .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-2 .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-2 .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-2 .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-2 .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-2 .row.row-2 .col.col-1 .dp-richBase_text :is(ul, ol) {
  margin: 0 0 0 25px;
}
.contents .content-2 .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-2 .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-2 .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-2 .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-2 .row.row-2 .col.col-1 .dp-richBase_text .component.button {
  margin: 0;
}
.contents .content-2 .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-2 .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-2 .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-2 .row.row-2 .col.col-1 .dp-richBase_text .component.button.button .button-cont a.blue:hover {
  opacity: 0.4;
}
.contents .content-2 .row.row-2 .col.col-2 {
  /* sample */
}
.contents .content-2 .row.row-2 .col.col-2 .component.image {
  /* sample */
}
.contents .content-2 .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-2 .row.row-2 .col.col-2 .dp-richBase_text {
    font-size: var(--fo-text-font-size-sp);
  }
}
.contents .content-2 .row.row-2 .col.col-2 .dp-richBase_text :link {
  text-decoration: none;
}
.contents .content-2 .row.row-2 .col.col-2 .dp-richBase_text :visited {
  text-decoration: none;
}
.contents .content-2 .row.row-2 .col.col-2 .dp-richBase_text a {
  color: var(--fo-text-link-color);
}
.contents .content-2 .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-2 .row.row-2 .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-2 .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-2 .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-2 .row.row-2 .col.col-2 .dp-richBase_text strong {
  font-family: inherit;
}
.contents .content-2 .row.row-2 .col.col-2 .dp-richBase_text :is(ol, ul) {
  color: inherit;
}
.contents .content-2 .row.row-2 .col.col-2 .dp-richBase_text :is(ol, ul) li {
  font-size: inherit;
  color: inherit;
  overflow-wrap: anywhere;
}
.contents .content-2 .row.row-2 .col.col-2 .dp-richBase_text :is(ol, ul) li a {
  font-size: inherit;
}
.contents .content-2 .row.row-2 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) {
  border-color: #eee;
}
.contents .content-2 .row.row-2 .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-2 .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-2 .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-2 .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-2 .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-2 .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-2 .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-2 .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-2 .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-2 .row.row-2 .col.col-2 .dp-richBase_text :is(ul, ol) {
  margin: 0 0 0 25px;
}
.contents .content-2 .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-2 .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-2 .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-2 .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-2 .row.row-2 .col.col-2 .dp-richBase_text .component.button {
  margin: 0;
}
.contents .content-2 .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-2 .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-2 .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-2 .row.row-2 .col.col-2 .dp-richBase_text .component.button.button .button-cont a.blue:hover {
  opacity: 0.4;
}
.contents .content-2 .row.row-2 .col.col-3 {
  /* sample */
}
.contents .content-2 .row.row-2 .col.col-3 .component.image {
  /* sample */
}
.contents .content-2 .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-2 .row.row-2 .col.col-3 .dp-richBase_text {
    font-size: var(--fo-text-font-size-sp);
  }
}
.contents .content-2 .row.row-2 .col.col-3 .dp-richBase_text :link {
  text-decoration: none;
}
.contents .content-2 .row.row-2 .col.col-3 .dp-richBase_text :visited {
  text-decoration: none;
}
.contents .content-2 .row.row-2 .col.col-3 .dp-richBase_text a {
  color: var(--fo-text-link-color);
}
.contents .content-2 .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-2 .row.row-2 .col.col-3 .dp-richBase_text p {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  line-height: inherit;
  margin: 0;
  overflow-wrap: anywhere;
}
.contents .content-2 .row.row-2 .col.col-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-2 .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-2 .row.row-2 .col.col-3 .dp-richBase_text strong {
  font-family: inherit;
}
.contents .content-2 .row.row-2 .col.col-3 .dp-richBase_text :is(ol, ul) {
  color: inherit;
}
.contents .content-2 .row.row-2 .col.col-3 .dp-richBase_text :is(ol, ul) li {
  font-size: inherit;
  color: inherit;
  overflow-wrap: anywhere;
}
.contents .content-2 .row.row-2 .col.col-3 .dp-richBase_text :is(ol, ul) li a {
  font-size: inherit;
}
.contents .content-2 .row.row-2 .col.col-3 .dp-richBase_text table :is(thead, tbody, tr, th, td) {
  border-color: #eee;
}
.contents .content-2 .row.row-2 .col.col-3 .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-2 .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-2 .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-2 .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-2 .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-2 .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-2 .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-2 .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-2 .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-2 .row.row-2 .col.col-3 .dp-richBase_text :is(ul, ol) {
  margin: 0 0 0 25px;
}
.contents .content-2 .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-2 .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-2 .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-2 .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-2 .row.row-2 .col.col-3 .dp-richBase_text .component.button {
  margin: 0;
}
.contents .content-2 .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-2 .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-2 .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-2 .row.row-2 .col.col-3 .dp-richBase_text .component.button.button .button-cont a.blue:hover {
  opacity: 0.4;
}

.contents .content-2 .dp-bLH011_row {
  display: flex;
  gap: calc(40px * var(--fo-spacing-coef));
  margin: 10px auto 20px;
}
@media screen and (max-width: 769px) {
  .contents .content-2 .dp-bLH011_row {
    flex-direction: column;
    gap: calc(40px * var(--fo-spacing-coef) * 0.75);
    margin-bottom: 10px;
  }
}
.contents .content-2 .dp-bLH011_row + .dp-bLH011_row {
  margin-top: calc(40px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-2 .dp-bLH011_row + .dp-bLH011_row {
    margin-top: calc(40px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-2 .dp-bLH011_row div.col {
  overflow: hidden;
  position: relative;
  padding: 0;
}
.contents .content-2 .dp-bLH011_row div.col::before {
  content: "";
  background-color: var(--fo-main-color);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (min-width: 770px) {
  .contents .content-2 .dp-bLH011_row div.col::before {
    transition: all 0.2s cubic-bezier(0.02, 0.42, 0.24, 0.74);
    opacity: 0;
  }
}
@media screen and (min-width: 770px) {
  .contents .content-2 .dp-bLH011_row div.col:hover {
    opacity: 1;
  }
}
@media screen and (min-width: 770px) {
  .contents .content-2 .dp-bLH011_row div.col:hover::before {
    opacity: 0.34;
    z-index: 1;
  }
}
@media screen and (min-width: 770px) {
  .contents .content-2 .dp-bLH011_row div.col:hover .component:not(.image) {
    z-index: 2;
  }
}
@media screen and (min-width: 770px) {
  .contents .content-2 .dp-bLH011_row div.col:hover .component.image {
    transform: scale(1.1);
  }
}
@media screen and (min-width: 770px) {
  .contents .content-2 .dp-bLH011_row div.col:hover .component:is(.richtext, .heading):not(:root) {
    opacity: 1;
  }
}
.contents .content-2 .dp-bLH011_row div.col .component.image {
  margin: 0;
}
@media screen and (min-width: 770px) {
  .contents .content-2 .dp-bLH011_row div.col .component.image {
    transition: all 0.2s cubic-bezier(0.02, 0.42, 0.24, 0.74);
  }
}
.contents .content-2 .dp-bLH011_row div.col .component:is(.richtext, .heading):not(:root) {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: calc(35px * var(--fo-spacing-coef));
}
@media screen and (min-width: 770px) {
  .contents .content-2 .dp-bLH011_row div.col .component:is(.richtext, .heading):not(:root) {
    opacity: 0;
  }
}
@media screen and (max-width: 769px) {
  .contents .content-2 .dp-bLH011_row div.col .component:is(.richtext, .heading):not(:root) {
    z-index: 2;
  }
}
.contents .content-2 .dp-bLH011_row div.col .component.heading:not(:root) :is(h1, h2, h3, h4, h5) {
  color: inherit;
  margin-bottom: 0;
}
.contents .content-2 .dp-bLH011_row div.col .styles_col-link__Lqvql {
  z-index: 3;
}
.frame-root .frame-content .dp-bLH011_row:not(:root:root:root:root:root)::before {
  content: "このパーツのカラム内には、画像パーツ1つとテキストまたは見出しパーツ1つの、合計2パーツのみ配置できます。";
  font-size: 14px;
  background: #0987d4;
  color: #fff;
  position: absolute;
  top: -25px;
  right: 0;
  padding: 0 5px;
  z-index: 1;
}
.frame-root .frame-content .dp-bLH011_row:not(:root:root:root:root:root) div.col {
  overflow: initial;
}
.frame-root .frame-content .dp-bLH011_row:not(:root:root:root:root:root) div.col::before {
  opacity: 1;
  z-index: initial;
}
.frame-root .frame-content .dp-bLH011_row:not(:root:root:root:root:root) div.col:hover .component.image {
  transform: none;
}
.frame-root .frame-content .dp-bLH011_row:not(:root:root:root:root:root) div.col .component {
  opacity: 1;
  z-index: initial;
}
.frame-root .frame-content .dp-bLH011_row:not(:root:root:root:root:root) div.col .component:is(.richtext, .heading) {
  position: relative;
  top: initial;
  left: initial;
  height: auto;
  opacity: 1;
}

.contents .content-2 .row.row-3 .col.col-1 {
  /* sample */
}
.contents .content-2 .row.row-3 .col.col-1 .component.image {
  /* sample */
}
.contents .content-2 .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-2 .row.row-3 .col.col-1 .dp-richBase_text {
    font-size: var(--fo-text-font-size-sp);
  }
}
.contents .content-2 .row.row-3 .col.col-1 .dp-richBase_text :link {
  text-decoration: none;
}
.contents .content-2 .row.row-3 .col.col-1 .dp-richBase_text :visited {
  text-decoration: none;
}
.contents .content-2 .row.row-3 .col.col-1 .dp-richBase_text a {
  color: var(--fo-text-link-color);
}
.contents .content-2 .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-2 .row.row-3 .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-2 .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-2 .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-2 .row.row-3 .col.col-1 .dp-richBase_text strong {
  font-family: inherit;
}
.contents .content-2 .row.row-3 .col.col-1 .dp-richBase_text :is(ol, ul) {
  color: inherit;
}
.contents .content-2 .row.row-3 .col.col-1 .dp-richBase_text :is(ol, ul) li {
  font-size: inherit;
  color: inherit;
  overflow-wrap: anywhere;
}
.contents .content-2 .row.row-3 .col.col-1 .dp-richBase_text :is(ol, ul) li a {
  font-size: inherit;
}
.contents .content-2 .row.row-3 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) {
  border-color: #eee;
}
.contents .content-2 .row.row-3 .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-2 .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-2 .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-2 .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-2 .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-2 .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-2 .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-2 .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-2 .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-2 .row.row-3 .col.col-1 .dp-richBase_text :is(ul, ol) {
  margin: 0 0 0 25px;
}
.contents .content-2 .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-2 .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-2 .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-2 .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-2 .row.row-3 .col.col-1 .dp-richBase_text .component.button {
  margin: 0;
}
.contents .content-2 .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-2 .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-2 .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-2 .row.row-3 .col.col-1 .dp-richBase_text .component.button.button .button-cont a.blue:hover {
  opacity: 0.4;
}
.contents .content-2 .row.row-3 .col.col-2 {
  /* sample */
}
.contents .content-2 .row.row-3 .col.col-2 .component.image {
  /* sample */
}
.contents .content-2 .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-2 .row.row-3 .col.col-2 .dp-richBase_text {
    font-size: var(--fo-text-font-size-sp);
  }
}
.contents .content-2 .row.row-3 .col.col-2 .dp-richBase_text :link {
  text-decoration: none;
}
.contents .content-2 .row.row-3 .col.col-2 .dp-richBase_text :visited {
  text-decoration: none;
}
.contents .content-2 .row.row-3 .col.col-2 .dp-richBase_text a {
  color: var(--fo-text-link-color);
}
.contents .content-2 .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-2 .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-2 .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-2 .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-2 .row.row-3 .col.col-2 .dp-richBase_text strong {
  font-family: inherit;
}
.contents .content-2 .row.row-3 .col.col-2 .dp-richBase_text :is(ol, ul) {
  color: inherit;
}
.contents .content-2 .row.row-3 .col.col-2 .dp-richBase_text :is(ol, ul) li {
  font-size: inherit;
  color: inherit;
  overflow-wrap: anywhere;
}
.contents .content-2 .row.row-3 .col.col-2 .dp-richBase_text :is(ol, ul) li a {
  font-size: inherit;
}
.contents .content-2 .row.row-3 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) {
  border-color: #eee;
}
.contents .content-2 .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-2 .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-2 .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-2 .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-2 .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-2 .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-2 .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-2 .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-2 .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-2 .row.row-3 .col.col-2 .dp-richBase_text :is(ul, ol) {
  margin: 0 0 0 25px;
}
.contents .content-2 .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-2 .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-2 .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-2 .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-2 .row.row-3 .col.col-2 .dp-richBase_text .component.button {
  margin: 0;
}
.contents .content-2 .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-2 .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-2 .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-2 .row.row-3 .col.col-2 .dp-richBase_text .component.button.button .button-cont a.blue:hover {
  opacity: 0.4;
}
.contents .content-2 .row.row-3 .col.col-3 {
  /* sample */
}
.contents .content-2 .row.row-3 .col.col-3 .component.image {
  /* sample */
}
.contents .content-2 .row.row-3 .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-2 .row.row-3 .col.col-3 .dp-richBase_text {
    font-size: var(--fo-text-font-size-sp);
  }
}
.contents .content-2 .row.row-3 .col.col-3 .dp-richBase_text :link {
  text-decoration: none;
}
.contents .content-2 .row.row-3 .col.col-3 .dp-richBase_text :visited {
  text-decoration: none;
}
.contents .content-2 .row.row-3 .col.col-3 .dp-richBase_text a {
  color: var(--fo-text-link-color);
}
.contents .content-2 .row.row-3 .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-2 .row.row-3 .col.col-3 .dp-richBase_text p {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  line-height: inherit;
  margin: 0;
  overflow-wrap: anywhere;
}
.contents .content-2 .row.row-3 .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-2 .row.row-3 .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-2 .row.row-3 .col.col-3 .dp-richBase_text strong {
  font-family: inherit;
}
.contents .content-2 .row.row-3 .col.col-3 .dp-richBase_text :is(ol, ul) {
  color: inherit;
}
.contents .content-2 .row.row-3 .col.col-3 .dp-richBase_text :is(ol, ul) li {
  font-size: inherit;
  color: inherit;
  overflow-wrap: anywhere;
}
.contents .content-2 .row.row-3 .col.col-3 .dp-richBase_text :is(ol, ul) li a {
  font-size: inherit;
}
.contents .content-2 .row.row-3 .col.col-3 .dp-richBase_text table :is(thead, tbody, tr, th, td) {
  border-color: #eee;
}
.contents .content-2 .row.row-3 .col.col-3 .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-2 .row.row-3 .col.col-3 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p {
  font-size: inherit;
}
.contents .content-2 .row.row-3 .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-2 .row.row-3 .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-2 .row.row-3 .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-2 .row.row-3 .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-2 .row.row-3 .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-2 .row.row-3 .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-2 .row.row-3 .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-2 .row.row-3 .col.col-3 .dp-richBase_text :is(ul, ol) {
  margin: 0 0 0 25px;
}
.contents .content-2 .row.row-3 .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-2 .row.row-3 .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-2 .row.row-3 .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-2 .row.row-3 .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-2 .row.row-3 .col.col-3 .dp-richBase_text .component.button {
  margin: 0;
}
.contents .content-2 .row.row-3 .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-2 .row.row-3 .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-2 .row.row-3 .col.col-3 .dp-richBase_text .component.button.button .button-cont a.blue {
  background: #254a73;
  color: #fff !important;
  text-decoration: none;
}
.contents .content-2 .row.row-3 .col.col-3 .dp-richBase_text .component.button.button .button-cont a.blue:hover {
  opacity: 0.4;
}

.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-1 .component.richtext {
  /* sample */
}

.contents .content-3 .dp-bLH02_row {
  display: flex;
  gap: calc(40px * var(--fo-spacing-coef));
  margin: 10px auto 20px;
}
@media screen and (max-width: 769px) {
  .contents .content-3 .dp-bLH02_row {
    flex-direction: column;
    gap: calc(40px * var(--fo-spacing-coef) * 0.75);
    margin-bottom: 10px;
  }
}
.contents .content-3 .dp-bLH02_row + .dp-bLH02_row {
  margin-top: calc(40px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-3 .dp-bLH02_row + .dp-bLH02_row {
    margin-top: calc(40px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-3 .dp-bLH02_row div.col {
  border: 1px solid var(--fo-main-color);
  overflow: hidden;
  position: relative;
  padding: 0;
}
.contents .content-3 .dp-bLH02_row div.col::before {
  content: "";
  background-color: #fff;
  transition: all 0.2s cubic-bezier(0.02, 0.42, 0.24, 0.74);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 770px) {
  .contents .content-3 .dp-bLH02_row div.col:hover {
    opacity: 1;
  }
}
@media screen and (min-width: 770px) {
  .contents .content-3 .dp-bLH02_row div.col:hover::before {
    background-color: var(--fo-main-color);
    opacity: 0.8;
    z-index: 1;
  }
}
@media screen and (min-width: 770px) {
  .contents .content-3 .dp-bLH02_row div.col:hover .component.image {
    opacity: 1;
  }
}
@media screen and (min-width: 770px) {
  .contents .content-3 .dp-bLH02_row div.col:hover .component:not(.image) {
    z-index: 2;
  }
}
@media screen and (min-width: 770px) {
  .contents .content-3 .dp-bLH02_row div.col:hover .component:is(.richtext, .heading):not(:root) {
    color: #fff;
    opacity: 1;
  }
}
.contents .content-3 .dp-bLH02_row div.col .component.image {
  opacity: 0;
  margin: 0;
}
@media screen and (max-width: 769px) {
  .contents .content-3 .dp-bLH02_row div.col .component.image {
    opacity: 0.4;
  }
}
.contents .content-3 .dp-bLH02_row div.col .component:is(.richtext, .heading):not(:root) {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: var(--fo-main-color);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: calc(35px * var(--fo-spacing-coef));
}
.contents .content-3 .dp-bLH02_row div.col .component.heading:not(:root) :is(h1, h2, h3, h4, h5) {
  color: inherit;
  margin-bottom: 0;
}
.contents .content-3 .dp-bLH02_row div.col .styles_col-link__Lqvql {
  z-index: 3;
}
.frame-root .frame-content .dp-bLH02_row:not(:root:root:root:root:root)::before {
  content: "このパーツのカラム内には、画像パーツ1つとテキストまたは見出しパーツ1つの、合計2パーツのみ配置できます。";
  font-size: 14px;
  background: #0987d4;
  color: #fff;
  position: absolute;
  top: -25px;
  right: 0;
  padding: 0 5px;
  z-index: 1;
}
.frame-root .frame-content .dp-bLH02_row:not(:root:root:root:root:root) div.col {
  overflow: initial;
}
.frame-root .frame-content .dp-bLH02_row:not(:root:root:root:root:root) div.col::before {
  opacity: 1;
  z-index: initial;
}
.frame-root .frame-content .dp-bLH02_row:not(:root:root:root:root:root) div.col .component {
  opacity: 1;
  z-index: initial;
}
.frame-root .frame-content .dp-bLH02_row:not(:root:root:root:root:root) div.col .component:is(.richtext, .heading) {
  position: relative;
  top: initial;
  left: initial;
  height: auto;
  opacity: 1;
}

.contents .content-3 .row.row-2 .col.col-1 {
  /* sample */
}
.contents .content-3 .row.row-2 .col.col-1 .component.image {
  /* 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-2 .col.col-2 {
  /* sample */
}
.contents .content-3 .row.row-2 .col.col-2 .component.image {
  /* sample */
}
.contents .content-3 .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-3 .row.row-2 .col.col-2 .dp-richBase_text {
    font-size: var(--fo-text-font-size-sp);
  }
}
.contents .content-3 .row.row-2 .col.col-2 .dp-richBase_text :link {
  text-decoration: none;
}
.contents .content-3 .row.row-2 .col.col-2 .dp-richBase_text :visited {
  text-decoration: none;
}
.contents .content-3 .row.row-2 .col.col-2 .dp-richBase_text a {
  color: var(--fo-text-link-color);
}
.contents .content-3 .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-3 .row.row-2 .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-3 .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-3 .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-3 .row.row-2 .col.col-2 .dp-richBase_text strong {
  font-family: inherit;
}
.contents .content-3 .row.row-2 .col.col-2 .dp-richBase_text :is(ol, ul) {
  color: inherit;
}
.contents .content-3 .row.row-2 .col.col-2 .dp-richBase_text :is(ol, ul) li {
  font-size: inherit;
  color: inherit;
  overflow-wrap: anywhere;
}
.contents .content-3 .row.row-2 .col.col-2 .dp-richBase_text :is(ol, ul) li a {
  font-size: inherit;
}
.contents .content-3 .row.row-2 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) {
  border-color: #eee;
}
.contents .content-3 .row.row-2 .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-3 .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-3 .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-3 .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-3 .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-3 .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-3 .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-3 .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-3 .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-3 .row.row-2 .col.col-2 .dp-richBase_text :is(ul, ol) {
  margin: 0 0 0 25px;
}
.contents .content-3 .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-3 .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-3 .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-3 .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-3 .row.row-2 .col.col-2 .dp-richBase_text .component.button {
  margin: 0;
}
.contents .content-3 .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-3 .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-3 .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-3 .row.row-2 .col.col-2 .dp-richBase_text .component.button.button .button-cont a.blue:hover {
  opacity: 0.4;
}
.contents .content-3 .row.row-2 .col.col-3 {
  /* sample */
}
.contents .content-3 .row.row-2 .col.col-3 .component.image {
  /* sample */
}
.contents .content-3 .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-3 .row.row-2 .col.col-3 .dp-richBase_text {
    font-size: var(--fo-text-font-size-sp);
  }
}
.contents .content-3 .row.row-2 .col.col-3 .dp-richBase_text :link {
  text-decoration: none;
}
.contents .content-3 .row.row-2 .col.col-3 .dp-richBase_text :visited {
  text-decoration: none;
}
.contents .content-3 .row.row-2 .col.col-3 .dp-richBase_text a {
  color: var(--fo-text-link-color);
}
.contents .content-3 .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-3 .row.row-2 .col.col-3 .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-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-3 .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-3 .row.row-2 .col.col-3 .dp-richBase_text strong {
  font-family: inherit;
}
.contents .content-3 .row.row-2 .col.col-3 .dp-richBase_text :is(ol, ul) {
  color: inherit;
}
.contents .content-3 .row.row-2 .col.col-3 .dp-richBase_text :is(ol, ul) li {
  font-size: inherit;
  color: inherit;
  overflow-wrap: anywhere;
}
.contents .content-3 .row.row-2 .col.col-3 .dp-richBase_text :is(ol, ul) li a {
  font-size: inherit;
}
.contents .content-3 .row.row-2 .col.col-3 .dp-richBase_text table :is(thead, tbody, tr, th, td) {
  border-color: #eee;
}
.contents .content-3 .row.row-2 .col.col-3 .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-3 .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-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-3 .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-3 .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-3 .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-3 .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-3 .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-3 .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-3 .row.row-2 .col.col-3 .dp-richBase_text :is(ul, ol) {
  margin: 0 0 0 25px;
}
.contents .content-3 .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-3 .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-3 .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-3 .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-3 .row.row-2 .col.col-3 .dp-richBase_text .component.button {
  margin: 0;
}
.contents .content-3 .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-3 .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-3 .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-3 .row.row-2 .col.col-3 .dp-richBase_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-4 .row.row-1 .col.col-1 .component.richtext {
  /* sample */
}

.contents .content-4 .dp-bLH03_row {
  display: flex;
  gap: calc(40px * var(--fo-spacing-coef));
  margin: 10px auto 20px;
}
@media screen and (max-width: 769px) {
  .contents .content-4 .dp-bLH03_row {
    flex-direction: column;
    gap: calc(40px * var(--fo-spacing-coef) * 0.75);
    margin-bottom: 10px;
  }
}
.contents .content-4 .dp-bLH03_row + .dp-bLH03_row {
  margin-top: calc(40px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-4 .dp-bLH03_row + .dp-bLH03_row {
    margin-top: calc(40px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-4 .dp-bLH03_row div.col {
  overflow: hidden;
  position: relative;
  padding: 0;
}
.contents .content-4 .dp-bLH03_row div.col::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
  transition: all 0.2s cubic-bezier(0.02, 0.42, 0.24, 0.74);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (min-width: 770px) {
  .contents .content-4 .dp-bLH03_row div.col:hover {
    opacity: 1;
  }
}
@media screen and (min-width: 770px) {
  .contents .content-4 .dp-bLH03_row div.col:hover::before {
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 1;
  }
}
@media screen and (min-width: 770px) {
  .contents .content-4 .dp-bLH03_row div.col:hover .component:not(.image) {
    z-index: 2;
  }
}
@media screen and (min-width: 770px) {
  .contents .content-4 .dp-bLH03_row div.col:hover .component.image {
    transform: scale(1.1);
  }
}
.contents .content-4 .dp-bLH03_row div.col .component.image {
  margin: 0;
  transition: all 0.2s cubic-bezier(0.02, 0.42, 0.24, 0.74);
}
.contents .content-4 .dp-bLH03_row div.col .component:is(.richtext, .heading):not(:root) {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  margin: 0;
  padding: calc(35px * var(--fo-spacing-coef));
}
.contents .content-4 .dp-bLH03_row div.col .component.heading:not(:root) :is(h1, h2, h3, h4, h5) {
  color: inherit;
  margin-bottom: 0;
}
.contents .content-4 .dp-bLH03_row div.col .styles_col-link__Lqvql {
  z-index: 3;
}
.frame-root .frame-content .dp-bLH03_row:not(:root:root:root:root:root)::before {
  content: "このパーツのカラム内には、画像パーツ1つとテキストまたは見出しパーツ1つの、合計2パーツのみ配置できます。";
  font-size: 14px;
  background: #0987d4;
  color: #fff;
  position: absolute;
  top: -25px;
  right: 0;
  padding: 0 5px;
  z-index: 1;
}
.frame-root .frame-content .dp-bLH03_row:not(:root:root:root:root:root) div.col {
  overflow: initial;
}
.frame-root .frame-content .dp-bLH03_row:not(:root:root:root:root:root) div.col::before {
  opacity: 1;
  z-index: initial;
}
.frame-root .frame-content .dp-bLH03_row:not(:root:root:root:root:root) div.col:hover .component.image {
  transform: none;
}
.frame-root .frame-content .dp-bLH03_row:not(:root:root:root:root:root) div.col .component {
  opacity: 1;
  z-index: initial;
}
.frame-root .frame-content .dp-bLH03_row:not(:root:root:root:root:root) div.col .component:is(.richtext, .heading) {
  position: relative;
  top: initial;
  left: initial;
  height: auto;
  opacity: 1;
}

.contents .content-4 .row.row-2 .col.col-1 {
  /* sample */
}
.contents .content-4 .row.row-2 .col.col-1 .component.image {
  /* sample */
}
.contents .content-4 .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-4 .row.row-2 .col.col-1 .dp-richBase_text {
    font-size: var(--fo-text-font-size-sp);
  }
}
.contents .content-4 .row.row-2 .col.col-1 .dp-richBase_text :link {
  text-decoration: none;
}
.contents .content-4 .row.row-2 .col.col-1 .dp-richBase_text :visited {
  text-decoration: none;
}
.contents .content-4 .row.row-2 .col.col-1 .dp-richBase_text a {
  color: var(--fo-text-link-color);
}
.contents .content-4 .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-4 .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-4 .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-4 .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-4 .row.row-2 .col.col-1 .dp-richBase_text strong {
  font-family: inherit;
}
.contents .content-4 .row.row-2 .col.col-1 .dp-richBase_text :is(ol, ul) {
  color: inherit;
}
.contents .content-4 .row.row-2 .col.col-1 .dp-richBase_text :is(ol, ul) li {
  font-size: inherit;
  color: inherit;
  overflow-wrap: anywhere;
}
.contents .content-4 .row.row-2 .col.col-1 .dp-richBase_text :is(ol, ul) li a {
  font-size: inherit;
}
.contents .content-4 .row.row-2 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) {
  border-color: #eee;
}
.contents .content-4 .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-4 .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-4 .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-4 .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-4 .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-4 .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-4 .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-4 .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-4 .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-4 .row.row-2 .col.col-1 .dp-richBase_text :is(ul, ol) {
  margin: 0 0 0 25px;
}
.contents .content-4 .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-4 .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-4 .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-4 .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-4 .row.row-2 .col.col-1 .dp-richBase_text .component.button {
  margin: 0;
}
.contents .content-4 .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-4 .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-4 .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-4 .row.row-2 .col.col-1 .dp-richBase_text .component.button.button .button-cont a.blue:hover {
  opacity: 0.4;
}
.contents .content-4 .row.row-2 .col.col-2 {
  /* sample */
}
.contents .content-4 .row.row-2 .col.col-2 .component.image {
  /* sample */
}
.contents .content-4 .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-4 .row.row-2 .col.col-2 .dp-richBase_text {
    font-size: var(--fo-text-font-size-sp);
  }
}
.contents .content-4 .row.row-2 .col.col-2 .dp-richBase_text :link {
  text-decoration: none;
}
.contents .content-4 .row.row-2 .col.col-2 .dp-richBase_text :visited {
  text-decoration: none;
}
.contents .content-4 .row.row-2 .col.col-2 .dp-richBase_text a {
  color: var(--fo-text-link-color);
}
.contents .content-4 .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-4 .row.row-2 .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-4 .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-4 .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-4 .row.row-2 .col.col-2 .dp-richBase_text strong {
  font-family: inherit;
}
.contents .content-4 .row.row-2 .col.col-2 .dp-richBase_text :is(ol, ul) {
  color: inherit;
}
.contents .content-4 .row.row-2 .col.col-2 .dp-richBase_text :is(ol, ul) li {
  font-size: inherit;
  color: inherit;
  overflow-wrap: anywhere;
}
.contents .content-4 .row.row-2 .col.col-2 .dp-richBase_text :is(ol, ul) li a {
  font-size: inherit;
}
.contents .content-4 .row.row-2 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) {
  border-color: #eee;
}
.contents .content-4 .row.row-2 .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-4 .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-4 .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-4 .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-4 .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-4 .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-4 .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-4 .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-4 .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-4 .row.row-2 .col.col-2 .dp-richBase_text :is(ul, ol) {
  margin: 0 0 0 25px;
}
.contents .content-4 .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-4 .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-4 .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-4 .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-4 .row.row-2 .col.col-2 .dp-richBase_text .component.button {
  margin: 0;
}
.contents .content-4 .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-4 .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-4 .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-4 .row.row-2 .col.col-2 .dp-richBase_text .component.button.button .button-cont a.blue:hover {
  opacity: 0.4;
}
.contents .content-4 .row.row-2 .col.col-3 {
  /* sample */
}
.contents .content-4 .row.row-2 .col.col-3 .component.image {
  /* sample */
}
.contents .content-4 .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-4 .row.row-2 .col.col-3 .dp-richBase_text {
    font-size: var(--fo-text-font-size-sp);
  }
}
.contents .content-4 .row.row-2 .col.col-3 .dp-richBase_text :link {
  text-decoration: none;
}
.contents .content-4 .row.row-2 .col.col-3 .dp-richBase_text :visited {
  text-decoration: none;
}
.contents .content-4 .row.row-2 .col.col-3 .dp-richBase_text a {
  color: var(--fo-text-link-color);
}
.contents .content-4 .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-4 .row.row-2 .col.col-3 .dp-richBase_text p {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  line-height: inherit;
  margin: 0;
  overflow-wrap: anywhere;
}
.contents .content-4 .row.row-2 .col.col-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-4 .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-4 .row.row-2 .col.col-3 .dp-richBase_text strong {
  font-family: inherit;
}
.contents .content-4 .row.row-2 .col.col-3 .dp-richBase_text :is(ol, ul) {
  color: inherit;
}
.contents .content-4 .row.row-2 .col.col-3 .dp-richBase_text :is(ol, ul) li {
  font-size: inherit;
  color: inherit;
  overflow-wrap: anywhere;
}
.contents .content-4 .row.row-2 .col.col-3 .dp-richBase_text :is(ol, ul) li a {
  font-size: inherit;
}
.contents .content-4 .row.row-2 .col.col-3 .dp-richBase_text table :is(thead, tbody, tr, th, td) {
  border-color: #eee;
}
.contents .content-4 .row.row-2 .col.col-3 .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-4 .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-4 .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-4 .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-4 .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-4 .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-4 .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-4 .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-4 .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-4 .row.row-2 .col.col-3 .dp-richBase_text :is(ul, ol) {
  margin: 0 0 0 25px;
}
.contents .content-4 .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-4 .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-4 .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-4 .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-4 .row.row-2 .col.col-3 .dp-richBase_text .component.button {
  margin: 0;
}
.contents .content-4 .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-4 .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-4 .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-4 .row.row-2 .col.col-3 .dp-richBase_text .component.button.button .button-cont a.blue:hover {
  opacity: 0.4;
}

.contents .content-4 .dp-bLH033_row {
  display: flex;
  gap: calc(40px * var(--fo-spacing-coef));
  margin: 10px auto 20px;
}
@media screen and (max-width: 769px) {
  .contents .content-4 .dp-bLH033_row {
    flex-direction: column;
    gap: calc(40px * var(--fo-spacing-coef) * 0.75);
    margin-bottom: 10px;
  }
}
.contents .content-4 .dp-bLH033_row + .dp-bLH033_row {
  margin-top: calc(40px * var(--fo-spacing-coef));
}
@media screen and (max-width: 769px) {
  .contents .content-4 .dp-bLH033_row + .dp-bLH033_row {
    margin-top: calc(40px * var(--fo-spacing-coef) * 0.75);
  }
}
.contents .content-4 .dp-bLH033_row div.col {
  overflow: hidden;
  position: relative;
  padding: 0;
}
.contents .content-4 .dp-bLH033_row div.col::before {
  content: "";
  background-color: var(--fo-main-color);
  opacity: 0.4;
  transition: all 0.2s cubic-bezier(0.02, 0.42, 0.24, 0.74);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (min-width: 770px) {
  .contents .content-4 .dp-bLH033_row div.col:hover {
    opacity: 1;
  }
}
@media screen and (min-width: 770px) {
  .contents .content-4 .dp-bLH033_row div.col:hover::before {
    background-color: var(--fo-main-color);
    opacity: 0.2;
    z-index: 1;
  }
}
@media screen and (min-width: 770px) {
  .contents .content-4 .dp-bLH033_row div.col:hover .component:not(.image) {
    z-index: 2;
  }
}
@media screen and (min-width: 770px) {
  .contents .content-4 .dp-bLH033_row div.col:hover .component.image {
    transform: scale(1.1);
  }
}
.contents .content-4 .dp-bLH033_row div.col .component.image {
  margin: 0;
  transition: all 0.2s cubic-bezier(0.02, 0.42, 0.24, 0.74);
}
.contents .content-4 .dp-bLH033_row div.col .component:is(.richtext, .heading):not(:root) {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  margin: 0;
  padding: calc(35px * var(--fo-spacing-coef));
}
.contents .content-4 .dp-bLH033_row div.col .component.heading:not(:root) :is(h1, h2, h3, h4, h5) {
  color: inherit;
  margin-bottom: 0;
}
.contents .content-4 .dp-bLH033_row div.col .styles_col-link__Lqvql {
  z-index: 3;
}
.frame-root .frame-content .dp-bLH033_row:not(:root:root:root:root:root)::before {
  content: "このパーツのカラム内には、画像パーツ1つとテキストまたは見出しパーツ1つの、合計2パーツのみ配置できます。";
  font-size: 14px;
  background: #0987d4;
  color: #fff;
  position: absolute;
  top: -25px;
  right: 0;
  padding: 0 5px;
  z-index: 1;
}
.frame-root .frame-content .dp-bLH033_row:not(:root:root:root:root:root) div.col {
  overflow: initial;
}
.frame-root .frame-content .dp-bLH033_row:not(:root:root:root:root:root) div.col::before {
  opacity: 1;
  z-index: initial;
}
.frame-root .frame-content .dp-bLH033_row:not(:root:root:root:root:root) div.col:hover .component.image {
  transform: none;
}
.frame-root .frame-content .dp-bLH033_row:not(:root:root:root:root:root) div.col .component {
  opacity: 1;
  z-index: initial;
}
.frame-root .frame-content .dp-bLH033_row:not(:root:root:root:root:root) div.col .component:is(.richtext, .heading) {
  position: relative;
  top: initial;
  left: initial;
  height: auto;
  opacity: 1;
}

.contents .content-4 .row.row-3 .col.col-1 {
  /* sample */
}
.contents .content-4 .row.row-3 .col.col-1 .component.image {
  /* sample */
}
.contents .content-4 .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-4 .row.row-3 .col.col-1 .dp-richBase_text {
    font-size: var(--fo-text-font-size-sp);
  }
}
.contents .content-4 .row.row-3 .col.col-1 .dp-richBase_text :link {
  text-decoration: none;
}
.contents .content-4 .row.row-3 .col.col-1 .dp-richBase_text :visited {
  text-decoration: none;
}
.contents .content-4 .row.row-3 .col.col-1 .dp-richBase_text a {
  color: var(--fo-text-link-color);
}
.contents .content-4 .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-4 .row.row-3 .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-4 .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-4 .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-4 .row.row-3 .col.col-1 .dp-richBase_text strong {
  font-family: inherit;
}
.contents .content-4 .row.row-3 .col.col-1 .dp-richBase_text :is(ol, ul) {
  color: inherit;
}
.contents .content-4 .row.row-3 .col.col-1 .dp-richBase_text :is(ol, ul) li {
  font-size: inherit;
  color: inherit;
  overflow-wrap: anywhere;
}
.contents .content-4 .row.row-3 .col.col-1 .dp-richBase_text :is(ol, ul) li a {
  font-size: inherit;
}
.contents .content-4 .row.row-3 .col.col-1 .dp-richBase_text table :is(thead, tbody, tr, th, td) {
  border-color: #eee;
}
.contents .content-4 .row.row-3 .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-4 .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-4 .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-4 .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-4 .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-4 .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-4 .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-4 .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-4 .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-4 .row.row-3 .col.col-1 .dp-richBase_text :is(ul, ol) {
  margin: 0 0 0 25px;
}
.contents .content-4 .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-4 .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-4 .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-4 .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-4 .row.row-3 .col.col-1 .dp-richBase_text .component.button {
  margin: 0;
}
.contents .content-4 .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-4 .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-4 .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-4 .row.row-3 .col.col-1 .dp-richBase_text .component.button.button .button-cont a.blue:hover {
  opacity: 0.4;
}
.contents .content-4 .row.row-3 .col.col-2 {
  /* sample */
}
.contents .content-4 .row.row-3 .col.col-2 .component.image {
  /* sample */
}
.contents .content-4 .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-4 .row.row-3 .col.col-2 .dp-richBase_text {
    font-size: var(--fo-text-font-size-sp);
  }
}
.contents .content-4 .row.row-3 .col.col-2 .dp-richBase_text :link {
  text-decoration: none;
}
.contents .content-4 .row.row-3 .col.col-2 .dp-richBase_text :visited {
  text-decoration: none;
}
.contents .content-4 .row.row-3 .col.col-2 .dp-richBase_text a {
  color: var(--fo-text-link-color);
}
.contents .content-4 .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-4 .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-4 .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-4 .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-4 .row.row-3 .col.col-2 .dp-richBase_text strong {
  font-family: inherit;
}
.contents .content-4 .row.row-3 .col.col-2 .dp-richBase_text :is(ol, ul) {
  color: inherit;
}
.contents .content-4 .row.row-3 .col.col-2 .dp-richBase_text :is(ol, ul) li {
  font-size: inherit;
  color: inherit;
  overflow-wrap: anywhere;
}
.contents .content-4 .row.row-3 .col.col-2 .dp-richBase_text :is(ol, ul) li a {
  font-size: inherit;
}
.contents .content-4 .row.row-3 .col.col-2 .dp-richBase_text table :is(thead, tbody, tr, th, td) {
  border-color: #eee;
}
.contents .content-4 .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-4 .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-4 .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-4 .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-4 .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-4 .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-4 .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-4 .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-4 .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-4 .row.row-3 .col.col-2 .dp-richBase_text :is(ul, ol) {
  margin: 0 0 0 25px;
}
.contents .content-4 .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-4 .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-4 .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-4 .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-4 .row.row-3 .col.col-2 .dp-richBase_text .component.button {
  margin: 0;
}
.contents .content-4 .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-4 .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-4 .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-4 .row.row-3 .col.col-2 .dp-richBase_text .component.button.button .button-cont a.blue:hover {
  opacity: 0.4;
}
.contents .content-4 .row.row-3 .col.col-3 {
  /* sample */
}
.contents .content-4 .row.row-3 .col.col-3 .component.image {
  /* sample */
}
.contents .content-4 .row.row-3 .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-4 .row.row-3 .col.col-3 .dp-richBase_text {
    font-size: var(--fo-text-font-size-sp);
  }
}
.contents .content-4 .row.row-3 .col.col-3 .dp-richBase_text :link {
  text-decoration: none;
}
.contents .content-4 .row.row-3 .col.col-3 .dp-richBase_text :visited {
  text-decoration: none;
}
.contents .content-4 .row.row-3 .col.col-3 .dp-richBase_text a {
  color: var(--fo-text-link-color);
}
.contents .content-4 .row.row-3 .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-4 .row.row-3 .col.col-3 .dp-richBase_text p {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  line-height: inherit;
  margin: 0;
  overflow-wrap: anywhere;
}
.contents .content-4 .row.row-3 .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-4 .row.row-3 .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-4 .row.row-3 .col.col-3 .dp-richBase_text strong {
  font-family: inherit;
}
.contents .content-4 .row.row-3 .col.col-3 .dp-richBase_text :is(ol, ul) {
  color: inherit;
}
.contents .content-4 .row.row-3 .col.col-3 .dp-richBase_text :is(ol, ul) li {
  font-size: inherit;
  color: inherit;
  overflow-wrap: anywhere;
}
.contents .content-4 .row.row-3 .col.col-3 .dp-richBase_text :is(ol, ul) li a {
  font-size: inherit;
}
.contents .content-4 .row.row-3 .col.col-3 .dp-richBase_text table :is(thead, tbody, tr, th, td) {
  border-color: #eee;
}
.contents .content-4 .row.row-3 .col.col-3 .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-4 .row.row-3 .col.col-3 .dp-richBase_text table :is(thead, tbody, tr, th, td) tr :is(th, td) p {
  font-size: inherit;
}
.contents .content-4 .row.row-3 .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-4 .row.row-3 .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-4 .row.row-3 .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-4 .row.row-3 .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-4 .row.row-3 .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-4 .row.row-3 .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-4 .row.row-3 .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-4 .row.row-3 .col.col-3 .dp-richBase_text :is(ul, ol) {
  margin: 0 0 0 25px;
}
.contents .content-4 .row.row-3 .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-4 .row.row-3 .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-4 .row.row-3 .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-4 .row.row-3 .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-4 .row.row-3 .col.col-3 .dp-richBase_text .component.button {
  margin: 0;
}
.contents .content-4 .row.row-3 .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-4 .row.row-3 .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-4 .row.row-3 .col.col-3 .dp-richBase_text .component.button.button .button-cont a.blue {
  background: #254a73;
  color: #fff !important;
  text-decoration: none;
}
.contents .content-4 .row.row-3 .col.col-3 .dp-richBase_text .component.button.button .button-cont a.blue:hover {
  opacity: 0.4;
}

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