
.lp-layout-container.of-root:not(.of-buttonConversion-shadow) .lp-buttonConversion {
  display: inline-block;
  max-width: 100%;
  background: #dc002f;
  color: #fff;
  font-size: 2rem;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  transition-duration: 0.2s;
  transition-property: background-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
@media only screen and (max-width: 640px) {
  .lp-layout-container.of-root:not(.of-buttonConversion-shadow) .lp-buttonConversion {
    font-size: 1.6rem;
  }
}
@media (hover: hover) {
  .lp-layout-container.of-root:not(.of-buttonConversion-shadow) .lp-buttonConversion:hover {
    background-color: #c6002a;
  }
}
.lp-layout-container.of-root:not(.of-buttonConversion-shadow) .lp-buttonConversion-body {
  display: flex;
  align-items: center;
  padding: 12px 8px 12px 24px;
}
@media only screen and (max-width: 640px) {
  .lp-layout-container.of-root:not(.of-buttonConversion-shadow) .lp-buttonConversion-body {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}
.lp-layout-container.of-root:not(.of-buttonConversion-shadow) .lp-buttonConversion-text {
  margin-right: 16px;
}
.lp-layout-container.of-root:not(.of-buttonConversion-shadow) .lp-buttonConversion-image {
  margin: -22px 0;
  border: 1px solid #ccc;
}
.lp-layout-container.of-root:not(.of-buttonConversion-shadow) .lp-buttonConversion-image > img {
  min-width: 42px;
  max-width: 60px;
}
.lp-layout-container.of-root:not(.of-buttonConversion-shadow) .lp-buttonConversion.of-download .lp-buttonConversion-body, .lp-layout-container.of-root:not(.of-buttonConversion-shadow) .lp-buttonConversion.of-anchor .lp-buttonConversion-body, .lp-layout-container.of-root:not(.of-buttonConversion-shadow) .lp-buttonConversion.of-arrow .lp-buttonConversion-body, .lp-layout-container.of-root:not(.of-buttonConversion-shadow) .lp-buttonConversion.of-inquiry .lp-buttonConversion-body {
  position: relative;
  padding-left: 53px;
}
.lp-layout-container.of-root:not(.of-buttonConversion-shadow) .lp-buttonConversion.of-download .lp-buttonConversion-body::before, .lp-layout-container.of-root:not(.of-buttonConversion-shadow) .lp-buttonConversion.of-anchor .lp-buttonConversion-body::before, .lp-layout-container.of-root:not(.of-buttonConversion-shadow) .lp-buttonConversion.of-arrow .lp-buttonConversion-body::before, .lp-layout-container.of-root:not(.of-buttonConversion-shadow) .lp-buttonConversion.of-inquiry .lp-buttonConversion-body::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 24px;
  width: 19px;
  height: 18px;
  transform: translateY(-50%);
  content: "";
}
.lp-layout-container.of-root:not(.of-buttonConversion-shadow) .lp-buttonConversion.of-download .lp-buttonConversion-body::before {
  background: url("../../img/landing_page/common/icon_btn_dl.png") no-repeat center center;
}
.lp-layout-container.of-root:not(.of-buttonConversion-shadow) .lp-buttonConversion.of-anchor .lp-buttonConversion-body::before {
  background: url("../../img/landing_page/common/icon_btn_anc_03.png") no-repeat center center;
}
.lp-layout-container.of-root:not(.of-buttonConversion-shadow) .lp-buttonConversion.of-arrow .lp-buttonConversion-body::before {
  left: 26px;
  height: 12px;
  border-width: 7px 0 7px 13px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
}
.lp-layout-container.of-root:not(.of-buttonConversion-shadow) .lp-buttonConversion.of-inquiry::before {
  background: url("../../img/landing_page/common/icon_btn_inquiry_01.png") no-repeat center center;
}
.lp-layout-container.of-root:not(.of-buttonConversion-shadow) .lp-buttonConversion.of-priceIcon .lp-buttonConversion-body, .lp-layout-container.of-root:not(.of-buttonConversion-shadow) .lp-buttonConversion.of-priceIcon-jpy .lp-buttonConversion-body, .lp-layout-container.of-root:not(.of-buttonConversion-shadow) .lp-buttonConversion.of-priceIcon-gbp .lp-buttonConversion-body, .lp-layout-container.of-root:not(.of-buttonConversion-shadow) .lp-buttonConversion.of-priceIcon-krw .lp-buttonConversion-body, .lp-layout-container.of-root:not(.of-buttonConversion-shadow) .lp-buttonConversion.of-priceIcon-eur .lp-buttonConversion-body {
  position: relative;
  padding-left: 53px;
}
.lp-layout-container.of-root:not(.of-buttonConversion-shadow) .lp-buttonConversion.of-priceIcon .lp-buttonConversion-body::before, .lp-layout-container.of-root:not(.of-buttonConversion-shadow) .lp-buttonConversion.of-priceIcon-jpy .lp-buttonConversion-body::before, .lp-layout-container.of-root:not(.of-buttonConversion-shadow) .lp-buttonConversion.of-priceIcon-gbp .lp-buttonConversion-body::before, .lp-layout-container.of-root:not(.of-buttonConversion-shadow) .lp-buttonConversion.of-priceIcon-krw .lp-buttonConversion-body::before, .lp-layout-container.of-root:not(.of-buttonConversion-shadow) .lp-buttonConversion.of-priceIcon-eur .lp-buttonConversion-body::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 24px;
  width: 19px;
  height: 18px;
  transform: translateY(-50%);
  content: "";
}
.lp-layout-container.of-root:not(.of-buttonConversion-shadow) .lp-buttonConversion.of-priceIcon .lp-buttonConversion-body::before {
  background: url("../../img/landing_page/common/icon_btn_price_usd.png") no-repeat center center;
}
.lp-layout-container.of-root:not(.of-buttonConversion-shadow) .lp-buttonConversion.of-priceIcon-jpy .lp-buttonConversion-body::before {
  background: url("../../img/landing_page/common/icon_btn_price_jpy.png") no-repeat center center;
}
.lp-layout-container.of-root:not(.of-buttonConversion-shadow) .lp-buttonConversion.of-priceIcon-gbp .lp-buttonConversion-body::before {
  background: url("../../img/landing_page/common/icon_btn_price_gbp.png") no-repeat center center;
}
.lp-layout-container.of-root:not(.of-buttonConversion-shadow) .lp-buttonConversion.of-priceIcon-krw .lp-buttonConversion-body::before {
  background: url("../../img/landing_page/common/icon_btn_price_krw.png") no-repeat center center;
}
.lp-layout-container.of-root:not(.of-buttonConversion-shadow) .lp-buttonConversion.of-priceIcon-eur .lp-buttonConversion-body::before {
  background: url("../../img/landing_page/common/icon_btn_price_eur.png") no-repeat center center;
}
.lp-layout-container.of-root:not(.of-buttonConversion-shadow) .lp-buttonConversion.of-primary {
  background: #13778f;
}
@media (hover: hover) {
  .lp-layout-container.of-root:not(.of-buttonConversion-shadow) .lp-buttonConversion.of-primary:hover {
    background-color: #116b81;
  }
}
.lp-layout-container.of-root:not(.of-buttonConversion-shadow) .lp-buttonConversion.of-secondary {
  background: #0065bb;
}

.lp-layout-container.of-root.of-buttonConversion-shadow .lp-buttonConversion {
  display: inline-block;
  max-width: 100%;
  min-width: 310px;
  padding: 20px 55px;
  color: #c43958;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  border-radius: 33px;
  background: inherit;
  box-shadow: -6px -6px 30px #ffffff, 3px 3px 20px rgba(62, 121, 180, 0.42), inset -2px -2px 1px transparent, -1px -1px 5px transparent;
  transition: box-shadow 0.5s;
}
@media only screen and (max-width: 640px) {
  .lp-layout-container.of-root.of-buttonConversion-shadow .lp-buttonConversion {
    min-width: 290px;
    font-size: 1.6rem;
  }
}
@media (hover: hover) {
  .lp-layout-container.of-root.of-buttonConversion-shadow .lp-buttonConversion:hover {
    background-color: inherit;
    box-shadow: -6px -6px 30px transparent, 3px 3px 20px transparent, inset -2px -2px 1px rgba(255, 255, 255, 0.5), -1px -1px 5px rgba(36, 65, 93, 0.3);
  }
}
.lp-layout-container.of-root.of-buttonConversion-shadow .lp-buttonConversion.of-primary {
  color: #17763b;
}

.lp-buttonConversion.of-download .lp-buttonConversion-body::before {
  background: url("../../../../../../../img/landing_page/common/icon_btn_dl.png") no-repeat center center !important;
}

.lp-buttonConversion.of-anchor .lp-buttonConversion-body::before {
  background: url("../../../../../../../img/landing_page/common/icon_btn_anc_03.png") no-repeat center center !important;
}

.lp-listFeature > li > *:last-child, .lp-mediaAsset-body > *:last-child, .lp-media-titleGroup > *:last-child, .lp-media-heaeder > *:last-child, .lp-media-body > *:last-child, .lp-step-column > *:last-child, .lp-card-text > *:last-child, .lp-card-inner > *:last-child, .lp-card > *:last-child, .lp-section-body > *:last-child, .lp-section-header > *:last-child, .lp-section-content > *:last-child, .lp-jumbotron-body > *:last-child, .lp-layout-footer-content > *:last-child, .lp-layout-header-content > *:last-child {
  margin-bottom: 0;
}

body {
  position: relative;
  z-index: -10;
}

.lp-layout-container.of-root {
  position: relative;
  z-index: 0;
  overflow: hidden;
  background-color: #deebf7;
  color: #202020;
}

.lp-jumbotron {
  margin-bottom: 40px;
}
.lp-jumbotron-content {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1600px;
  margin-inline: auto;
  padding: 40px 40px 0;
}
@media only screen and (max-width: 969px) {
  .lp-jumbotron-content {
    flex-direction: column-reverse;
    padding: 16px calc(2rem + (1vw - 0.36rem) * (22.9508196721)) 0;
  }
}
.lp-jumbotron-body {
  flex: 1;
}
.lp-jumbotron-title {
  display: block;
  font-size: 5.5rem;
  margin-bottom: 16px;
}

@media only screen and (max-width: 1519px) {
  .lp-jumbotron-title {
    font-size: calc(3.2rem + (1vw - 0.97rem) * (4.1818181818));
  }
}
@media only screen and (max-width: 969px) {
  .lp-jumbotron-title {
    font-size: calc(2.4rem + (1vw - 0.36rem) * (1.3114754098));
  }
}
@media only screen and (max-width: 360px) {
  .lp-jumbotron-title {
    font-size: 2.4rem;
  }
}
.lp-jumbotron-titleGroup {
  margin-bottom: 60px;
  color: #2c3558;
  line-height: 1.4;
  text-align: center;
}
@media only screen and (max-width: 969px) {
  .lp-jumbotron-titleGroup {
    margin-bottom: 24px;
  }
}
.lp-jumbotron-series {
    margin-bottom: 8px;
    font-size: 2rem;
    font-weight: 600;
    text-align: left;
}

@media only screen and (max-width: 1919px) {
    .lp-jumbotron-series {
        font-size: calc(1.6rem + ((1vw - 0.36rem) * (0.25641)));
    }
}

@media only screen and (max-width: 969px) {
    .lp-jumbotron-series {
        text-align: center;
    }
}

.lp-jumbotron-seriesGroup {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media only screen and (max-width: 969px) {
    .lp-jumbotron-seriesGroup {
        flex-direction: column;
    }
}

.lp-jumbotron-seriesGroup > *:last-child {
    margin-bottom: 0;
}

.lp-jumbotron-image {
  max-width: 100%;
  margin-left: 40px;
}
@media only screen and (max-width: 1519px) {
  .lp-jumbotron-image {
    max-width: calc(42.5rem + (1vw - 0.97rem) * (57.2727272727));
  }
}
@media only screen and (max-width: 969px) {
  .lp-jumbotron-image {
    max-width: 100%;
    margin-bottom: 16px;
    margin-left: 0;
  }
}

.lp-section {
  margin-bottom: 160px;
}
@media only screen and (max-width: 969px) {
  .lp-section {
    margin-bottom: 64px;
  }
}
.lp-section:last-child {
  margin-bottom: 0 !important;
}
.lp-section.of-primary .lp-section-content {
  max-width: 1600px;
}
@media only screen and (max-width: 969px) {
  .lp-section.of-primary {
    margin-bottom: 24px;
  }
}
.lp-section.of-secondary {
  margin-bottom: 209px;
}
@media only screen and (max-width: 969px) {
  .lp-section.of-secondary {
    margin-bottom: calc(7rem + (1vw - 0.36rem) * (19.6721311475));
  }
}
@media only screen and (max-width: 360px) {
  .lp-section.of-secondary {
    margin-bottom: 70px;
  }
}
.lp-section.of-tertiary {
  padding: 40px 0;
}
.lp-section.of-tertiary .lp-section-content {
  max-width: 1338px;
}
.lp-section.of-fourth {
  margin-bottom: 274px;
}
@media only screen and (max-width: 1519px) {
  .lp-section.of-fourth {
    margin-bottom: calc(10rem + (1vw - 0.36rem) * (15));
  }
}
@media only screen and (max-width: 360px) {
  .lp-section.of-fourth {
    margin-bottom: 100px;
  }
}
.lp-section.of-backgroundColor-primary {
  background-color: #ececec;
}
.lp-section-content {
  max-width: 1340px;
  margin-inline: auto;
  padding: 0 40px;
}
@media only screen and (max-width: 969px) {
  .lp-section-content {
    padding: 0 calc(2rem + (1vw - 0.36rem) * (22.9508196721));
  }
}
@media only screen and (max-width: 360px) {
  .lp-section-content {
    padding: 0 20px;
  }
}
.lp-section-header {
  max-width: 740px;
  margin-bottom: 64px;
  margin-inline: auto;
}
@media only screen and (max-width: 969px) {
  .lp-section-header {
    margin-bottom: calc(2.4rem + (1vw - 0.36rem) * (6.5573770492));
  }
}
@media only screen and (max-width: 360px) {
  .lp-section-header {
    margin-bottom: 24px;
  }
}
.lp-section-header.of-primary {
  max-width: 100%;
  margin-bottom: 120px;
}
@media only screen and (max-width: 969px) {
  .lp-section-header.of-primary {
    margin-bottom: calc(4rem + (1vw - 0.36rem) * (6.5573770492));
  }
}
@media only screen and (max-width: 360px) {
  .lp-section-header.of-primary {
    margin-bottom: 40px;
  }
}
.lp-card {
  margin-bottom: 80px;
  padding: 64px 20px;
  border-radius: 32px;
  background-color: #fefefe;
}
.lp-card:not(.of-secondary):not(.of-tertiary) {
  box-shadow: 8px 8px 16px rgba(180, 180, 180, 0.16);
}
@media only screen and (max-width: 969px) {
  .lp-card {
    margin-bottom: 40px;
    padding: calc(2.4rem + (1vw - 0.36rem) * (6.5573770492));
    border-radius: 24px;
  }
}
@media only screen and (max-width: 360px) {
  .lp-card {
    padding: 24px;
  }
}
.lp-card.of-primary {
  position: relative;
  padding: 64px 80px;
}
@media only screen and (max-width: 1519px) {
  .lp-card.of-primary {
    padding: calc(4rem + (1vw - 0.97rem) * (4.3636363636)) calc(4rem + (1vw - 0.97rem) * (7.2727272727));
  }
}
@media only screen and (max-width: 969px) {
  .lp-card.of-primary {
    padding: calc(2rem + (1vw - 0.36rem) * (7.2131147541)) calc(2rem + (1vw - 0.36rem) * (9.8360655738));
  }
}
@media only screen and (max-width: 360px) {
  .lp-card.of-primary {
    padding: 20px;
  }
}
.lp-card.of-secondary {
  padding: 80px 80px 64px;
  background: linear-gradient(270deg, #fff 0%, #bfbfbf 100%);
}
@media only screen and (max-width: 1519px) {
  .lp-card.of-secondary {
    padding: calc(4rem + (1vw - 0.97rem) * (7.2727272727)) calc(4rem + (1vw - 0.97rem) * (7.2727272727)) calc(4rem + (1vw - 0.97rem) * (4.3636363636));
  }
}
@media only screen and (max-width: 969px) {
  .lp-card.of-secondary {
    margin-bottom: 64px;
    padding: 40px calc(2rem + (1vw - 0.36rem) * (9.8360655738));
  }
}
@media only screen and (max-width: 360px) {
  .lp-card.of-secondary {
    padding: 40px 20px;
  }
}
.lp-card.of-tertiary {
  padding: 4px;
  background-color: #2c3558;
  text-align: center;
}
.lp-card.of-tertiary .lp-card-text {
  color: #fff;
}
.lp-card.of-background-gradation::before {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
  width: 100vw;
  height: 280px;
  border-radius: 30px;
}
@media only screen and (max-width: 969px) {
  .lp-card.of-background-gradation::before {
    height: calc(7.2rem + (1vw - 0.36rem) * (34.0983606557));
  }
}
@media only screen and (max-width: 360px) {
  .lp-card.of-background-gradation::before {
    height: 72px;
  }
}
.lp-card.of-background-gradation:nth-child(2n+1)::before {
  top: -40px;
  right: 50%;
  background: linear-gradient(90deg, #609ece 0%, #75c8ff 100%);
}
@media only screen and (max-width: 969px) {
  .lp-card.of-background-gradation:nth-child(2n+1)::before {
    top: calc(-2rem + (1vw - 0.36rem) * (-3.2786885246));
  }
}
@media only screen and (max-width: 360px) {
  .lp-card.of-background-gradation:nth-child(2n+1)::before {
    top: -20px;
  }
}
.lp-card.of-background-gradation:nth-child(2n)::before {
  top: -88px;
  left: 50%;
  background: linear-gradient(271deg, #609ece 0%, #75c8ff 100%);
}
@media only screen and (max-width: 969px) {
  .lp-card.of-background-gradation:nth-child(2n)::before {
    top: calc(-4.8rem + (1vw - 0.36rem) * (-6.5573770492));
  }
}
@media only screen and (max-width: 360px) {
  .lp-card.of-background-gradation:nth-child(2n)::before {
    top: -48px;
  }
}
.lp-card.of-background-gradation:nth-child(3)::before {
  top: -136px;
}
@media only screen and (max-width: 969px) {
  .lp-card.of-background-gradation:nth-child(3)::before {
    top: calc(-5.6rem + (1vw - 0.36rem) * (-13.1147540984));
  }
}
@media only screen and (max-width: 360px) {
  .lp-card.of-background-gradation:nth-child(3)::before {
    top: -56px;
  }
}
.lp-card.of-background-gradation:nth-child(4)::before {
  top: -184px;
}
@media only screen and (max-width: 969px) {
  .lp-card.of-background-gradation:nth-child(4)::before {
    top: calc(-6.4rem + (1vw - 0.36rem) * (-19.6721311475));
  }
}
@media only screen and (max-width: 360px) {
  .lp-card.of-background-gradation:nth-child(4)::before {
    top: -64px;
  }
}
.lp-card.of-background-gradation:last-child::after {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
  right: 50%;
  bottom: -130px;
  width: 100vw;
  height: 280px;
  border-radius: 30px;
  background: linear-gradient(90deg, #609ece 0%, #75c8ff 100%);
}
@media only screen and (max-width: 969px) {
  .lp-card.of-background-gradation:last-child::after {
    bottom: calc(-3rem + (1vw - 0.36rem) * (-16.393442623));
    height: calc(7.2rem + (1vw - 0.36rem) * (34.0983606557));
  }
}
@media only screen and (max-width: 360px) {
  .lp-card.of-background-gradation:last-child::after {
    bottom: -30px;
    height: 72px;
  }
}
.lp-card-inner {
  padding: 32px 40px 42px;
  border: solid 1px #fff;
  border-radius: 30px;
}
@media only screen and (max-width: 1519px) {
  .lp-card-inner {
    padding: calc(2.8rem + (1vw - 0.97rem) * (0.7272727273)) calc(2rem + (1vw - 0.97rem) * (3.6363636364)) calc(3.8rem + (1vw - 0.97rem) * (0.7272727273));
  }
}
@media only screen and (max-width: 969px) {
  .lp-card-inner {
    padding: calc(1.6rem + (1vw - 0.36rem) * (1.9672131148)) calc(5rem + (1vw - 0.36rem) * (11.4754098361));
    border-radius: 22px;
  }
}
@media only screen and (max-width: 360px) {
  .lp-card-inner {
    padding: 16px 50px;
  }
}
.lp-card-text {
  margin-bottom: 16px;
  font-size: 2rem;
}
@media only screen and (max-width: 1519px) {
  .lp-card-text {
    font-size: calc(1.8rem + (1vw - 0.97rem) * (0.3636363636));
  }
}
@media only screen and (max-width: 969px) {
  .lp-card-text {
    font-size: calc(1.6rem + (1vw - 0.36rem) * (0.6557377049));
  }
}
@media only screen and (max-width: 360px) {
  .lp-card-text {
    font-size: 1.6rem;
  }
}
.lp-card-textEmphasis {
  display: block;
  margin-bottom: 16px;
  border-bottom: 2px dashed #ffec3d;
  color: #ffec3d;
  font-size: 4.8rem;
  font-weight: bold;
}
@media only screen and (max-width: 1519px) {
  .lp-card-textEmphasis {
    font-size: calc(3.2rem + (1vw - 0.97rem) * (2.9090909091));
  }
}
@media only screen and (max-width: 969px) {
  .lp-card-textEmphasis {
    font-size: calc(2.2rem + (1vw - 0.36rem) * (4.262295082));
  }
}
@media only screen and (max-width: 360px) {
  .lp-card-textEmphasis {
    font-size: 2.2rem;
  }
}

.lp-step {
  display: flex;
  flex-wrap: wrap;
  margin: -64px 0 40px -128px;
}
@media only screen and (max-width: 969px) {
  .lp-step {
    flex-direction: column;
  }
}
.lp-step-column {
  position: relative;
  width: 50%;
  margin-top: 64px;
  padding-left: 128px;
}
@media only screen and (max-width: 969px) {
  .lp-step-column {
    width: 100%;
  }
}
.lp-step-column + .lp-step-column::before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 35px);
  left: 40px;
  transform: translateY(-50%);
  border-width: 35px 0 35px 48px;
  border-style: solid;
  border-color: transparent transparent transparent #68ade3;
}
@media only screen and (max-width: 969px) {
  .lp-step-column + .lp-step-column::before {
    top: -44px;
    right: calc(50% - 128px);
    left: auto;
    transform: translateX(-50%);
    border-width: 24px 32px 0 32px;
    border-color: #68ade3 transparent transparent transparent;
  }
}

.lp-media {
  display: flex;
  margin-bottom: 64px;
}
@media only screen and (min-width: 970px) {
  .lp-media:not(.of-primary) {
    align-items: center;
  }
}
@media only screen and (max-width: 969px) {
  .lp-media {
    flex-direction: column-reverse;
    margin-bottom: calc(2.4rem + (1vw - 0.36rem) * (3.9344262295));
    text-align: center;
  }
}
@media only screen and (max-width: 360px) {
  .lp-media {
    margin-bottom: 24px;
  }
}
.lp-media.of-column {
  flex-direction: column;
}
@media only screen and (max-width: 969px) {
  .lp-media.of-primary {
    flex-direction: column;
  }
}
@media only screen and (max-width: 969px) {
  .lp-media.of-primary .lp-media-image {
    margin-top: 16px;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 970px) {
  .lp-media.of-primary .lp-media-text {
    line-height: 1.6;
  }
}
.lp-media-body {
  flex: 1;
}
.lp-media-body.of-flexDirection-columnReverse {
  display: flex;
  flex-direction: column-reverse;
}
.lp-media-body.of-flexDirection-columnReverse .lp-media-textLead {
  margin-top: 20px;
  margin-bottom: 0;
}
@media only screen and (max-width: 969px) {
  .lp-media-body.of-flexDirection-columnReverse .lp-media-textLead {
    margin-top: 16px;
  }
}
.lp-media-heaeder {
  margin-bottom: 20px;
}
@media only screen and (max-width: 969px) {
  .lp-media-heaeder {
    margin-bottom: calc(0.8rem + (1vw - 0.36rem) * (1.9672131148));
  }
}
@media only screen and (max-width: 360px) {
  .lp-media-heaeder {
    margin-bottom: 8px;
  }
}
.lp-media-title {
  margin-bottom: 16px;
  font-size: 5.6rem;
}
@media only screen and (max-width: 1519px) {
  .lp-media-title {
    font-size: calc(5rem + (1vw - 0.97rem) * (1.0909090909));
  }
}
@media only screen and (max-width: 969px) {
  .lp-media-title {
    font-size: calc(2.8rem + (1vw - 0.36rem) * (3.606557377));
  }
}
@media only screen and (max-width: 360px) {
  .lp-media-title {
    font-size: 2.8rem;
  }
}
.lp-media-titleGroup {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  color: #2c3558;
  line-height: 1.4;
}
@media only screen and (max-width: 969px) {
  .lp-media-titleGroup {
    justify-content: center;
  }
}
.lp-media-label {
  min-width: 125px;
  margin-right: 20px;
  font-size: 2.8rem;
  text-decoration: underline;
  text-decoration-color: #2c3558;
}
@media only screen and (max-width: 1519px) {
  .lp-media-label {
    min-width: calc(9.8rem + (1vw - 0.97rem) * (4.9090909091));
    font-size: calc(2.2rem + (1vw - 0.97rem) * (1.0909090909));
  }
}
@media only screen and (max-width: 969px) {
  .lp-media-label {
    min-width: calc(6.7rem + (1vw - 0.36rem) * (5.0819672131));
    font-size: calc(1.5rem + (1vw - 0.36rem) * (1.1475409836));
  }
}
@media only screen and (max-width: 360px) {
  .lp-media-label {
    min-width: 67px;
    font-size: 1.5rem;
  }
}
.lp-media-text {
  font-size: 2.1rem;
}
@media only screen and (max-width: 969px) {
  .lp-media-text {
    font-size: calc(1.6rem + (1vw - 0.36rem) * (0.8196721311));
    text-align: left;
  }
}
@media only screen and (max-width: 360px) {
  .lp-media-text {
    font-size: 1.6rem;
  }
}
.lp-media-textLead {
  margin-bottom: 24px;
  font-size: 2.8rem;
  font-weight: bold;
}
@media only screen and (max-width: 1519px) {
  .lp-media-textLead {
    font-size: calc(2.4rem + (1vw - 0.97rem) * (0.7272727273));
  }
}
@media only screen and (max-width: 969px) {
  .lp-media-textLead {
    font-size: calc(2rem + (1vw - 0.36rem) * (1.3114754098));
  }
}
@media only screen and (max-width: 360px) {
  .lp-media-textLead {
    margin-bottom: 8px;
    font-size: 2rem;
  }
}
.lp-media-image {
  max-width: 100%;
  margin-left: 40px;
}
@media only screen and (max-width: 1519px) {
  .lp-media-image {
    max-width: calc(42.5rem + (1vw - 0.97rem) * (33.6363636364));
  }
}
@media only screen and (max-width: 969px) {
  .lp-media-image {
    max-width: 100%;
    margin-bottom: calc(0.8rem + (1vw - 0.36rem) * (1.3114754098));
    margin-left: 0;
  }
}
@media only screen and (max-width: 360px) {
  .lp-media-image {
    margin-bottom: 8px;
  }
}
.lp-mediaAsset {
  margin-bottom: 40px;
}
.lp-mediaAsset-content {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 969px) {
  .lp-mediaAsset-content {
    flex-direction: column-reverse;
  }
}
.lp-mediaAsset-body {
  flex: 1;
}
.lp-mediaAsset-text {
  display: block;
  font-size: 5.8rem;
}
@media only screen and (max-width: 1519px) {
  .lp-mediaAsset-text {
    font-size: calc(3.2rem + (1vw - 0.97rem) * (4.7272727273));
  }
}
@media only screen and (max-width: 969px) {
  .lp-mediaAsset-text {
    font-size: calc(2.4rem + (1vw - 0.36rem) * (1.3114754098));
  }
}
@media only screen and (max-width: 360px) {
  .lp-mediaAsset-text {
    font-size: 2.4rem;
  }
}
.lp-mediaAsset-textGroup {
  margin-bottom: 60px;
  color: #2c3558;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}
@media only screen and (max-width: 969px) {
  .lp-mediaAsset-textGroup {
    margin-bottom: 24px;
  }
}
.lp-mediaAsset-series {
  font-size: 4.8rem;
}
@media only screen and (max-width: 1519px) {
  .lp-mediaAsset-series {
    font-size: calc(3rem + (1vw - 0.97rem) * (3.2727272727));
  }
}
@media only screen and (max-width: 969px) {
  .lp-mediaAsset-series {
    font-size: calc(1.8rem + (1vw - 0.36rem) * (1.9672131148));
  }
}
@media only screen and (max-width: 360px) {
  .lp-mediaAsset-series {
    font-size: 1.8rem;
  }
}
.lp-mediaAsset-image {
  max-width: 440px;
  margin-left: 40px;
}
@media only screen and (max-width: 1519px) {
  .lp-mediaAsset-image {
    max-width: calc(42.5rem + (1vw - 0.97rem) * (2.7272727273));
  }
}
@media only screen and (max-width: 969px) {
  .lp-mediaAsset-image {
    max-width: calc(23rem + (1vw - 0.36rem) * (32.4590163934));
    margin-bottom: 16px;
    margin-left: 0;
  }
}
@media only screen and (max-width: 360px) {
  .lp-mediaAsset-image {
    max-width: 230px;
  }
}

.lp-listFeature {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 40px;
  margin-inline: auto;
  gap: 40px;
}
@media only screen and (max-width: 1519px) {
  .lp-listFeature {
    gap: 40px calc(2rem + (1vw - 0.97rem) * (3.6363636364));
  }
}
@media only screen and (max-width: 969px) {
  .lp-listFeature {
    grid-template-columns: 1fr;
    gap: calc(1.6rem + (1vw - 0.36rem) * (3.9344262295)) 40px;
  }
}
@media only screen and (max-width: 360px) {
  .lp-listFeature {
    gap: 16px 40px;
  }
}
.lp-listButton {
  display: flex;
  flex-wrap: wrap;
  margin: -18px 0 40px -40px;
}
.lp-listButton > li {
  margin-top: 18px;
  margin-left: 40px;
}

.lp-headingLevel2 {
  margin-bottom: 24px;
  color: #2c3558;
  font-size: 7.2rem;
  text-align: center;
}
.lp-headingLevel2:not(.of-primary) {
  border-bottom: 2px dashed #2c3558;
}
@media only screen and (max-width: 1519px) {
  .lp-headingLevel2 {
    font-size: calc(4.8rem + (1vw - 0.97rem) * (4.3636363636));
  }
}
@media only screen and (max-width: 969px) {
  .lp-headingLevel2 {
    font-size: calc(2.6rem + (1vw - 0.36rem) * (3.606557377));
  }
}
@media only screen and (max-width: 360px) {
  .lp-headingLevel2 {
    font-size: 2.6rem;
  }
}
.lp-headingLevel2.of-primary {
  font-size: 4.8rem;
}
@media only screen and (max-width: 1519px) {
  .lp-headingLevel2.of-primary {
    font-size: calc(1.8rem + (1vw - 0.36rem) * (2.5862068966));
  }
}
@media only screen and (max-width: 360px) {
  .lp-headingLevel2.of-primary {
    font-size: 1.8rem;
  }
}

.lp-label {
    display: inline-block;
    min-width: 70px;
    max-width: 200px;
    padding: 2px 10px;
    background-color: #e60012;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 400;
    text-align: center;
}

@media only screen and (max-width: 1919px) {
    .lp-label {
        font-size: calc(1.4rem + ((1vw - 0.36rem) * (0.25641)));
    }
}

@media only screen and (max-width: 969px) {
    .lp-label {
        min-width: 54px;
        padding: 2px 4px;
    }
}

.lp-label-outer {
    display: inline-flex;
    max-width: 100%;
    margin-right: 16px;
}

@media only screen and (max-width: 969px) {
    .lp-label-outer {
        margin-right: 0;
        margin-bottom: 8px;
    }
}


[data-script-enabled=true] .lp-step-column.of-animation .lp-media {
  opacity: 0;
}
[data-script-enabled=true] .lp-step-column.of-animation.is-shown .lp-media {
  transition: opacity 1s ease 0.8s;
  opacity: 1;
}
[data-script-enabled=true] .lp-step-column + .lp-step-column.of-animation::before {
  opacity: 0;
}
[data-script-enabled=true] .lp-step-column + .lp-step-column.of-animation.is-shown::before {
  transition: opacity 1s ease 0.2s;
  opacity: 1;
}

.lp-utility-justifyContent-center {
  justify-content: center;
}
.lp-utility-line-break {
  display: block;
}
.lp-utility-textAlign-center {
  text-align: center;
}
.lp-utility-color-primary {
  color: #273465;
}
.lp-utility-text-emphasis {
  margin-bottom: 24px;
  font-size: 2.8rem;
  font-weight: bold;
}
@media only screen and (max-width: 1519px) {
  .lp-utility-text-emphasis {
    font-size: calc(2.2rem + (1vw - 0.97rem) * (1.0909090909));
  }
}
@media only screen and (max-width: 969px) {
  .lp-utility-text-emphasis {
    margin-bottom: 16px;
  }
}
@media only screen and (max-width: 360px) {
  .lp-utility-text-emphasis {
    font-size: 1.6rem;
  }
}

@media only screen and (min-width: 970px) {
  .lp-largeScreen-hide {
    display: none;
  }
  .lp-largeScreen-fontSize-large {
    font-size: calc(4rem + (1vw - 0.97rem) * (2.9090909091));
  }
  .lp-largeScreen-line-break {
    display: block;
  }
  .lp-largeScreen-flexDirection-rowReverse {
    flex-direction: row-reverse;
  }
  .lp-largeScreen-flexDirection-rowReverse .lp-media-image {
    margin-right: 40px;
    margin-left: 0;
  }
}
@media only screen and (min-width: 1520px) {
  .lp-largeScreen-fontSize-large {
    font-size: 5.6rem;
  }
}
@media only screen and (max-width: 969px) {
  .lp-smallScreen-hide {
    display: none;
  }
  .lp-smallScreen-textAlign-center {
    text-align: center;
  }
  .lp-smallScreen-height-auto {
    height: auto !important;
  }
}

.lp-buttonConversion.of-anchor .lp-buttonConversion-text {
	position: relative;
    padding-left: 28px;
}

.lp-buttonConversion.of-anchor .lp-buttonConversion-text:before {
    display: block;
    position: absolute;
    top: calc(50% + 2px);
    left: 0;
    width: 19px;
    height: 18px;
    transform: translateY(-50%);
    background: url(../../../../img/products/vl-800/190233002/icon_btn_anc_02.png) no-repeat center center !important;
    content: "";
}

.lp-utility-fontColor-primary {
	color: #DC002F;
}