@charset "UTF-8";

.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-buttonConversion {
    font-size: 1.6rem;
  }
}

@media (hover: hover) {
    .lp-buttonConversion:hover {
        background-color: #c6002a;
    }
}

.lp-buttonConversion-body {
  display: flex;
  align-items: center;
  padding: 12px 8px 12px 24px;
}

@media only screen and (max-width: 640px) {
  .lp-buttonConversion-body {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}

.lp-buttonConversion-text {
  margin-right: 16px;
}

.lp-buttonConversion-image {
  margin: -22px 0;
  border: 1px solid #ccc;
}

.lp-buttonConversion-image > img {
  min-width: 42px;
  max-width: 60px;
}

.lp-buttonConversion.of-download .lp-buttonConversion-body,
.lp-buttonConversion.of-anchor .lp-buttonConversion-body,
.lp-buttonConversion.of-arrow .lp-buttonConversion-body,
.lp-buttonConversion.of-inquiry .lp-buttonConversion-body {
  position: relative;
  padding-left: 53px;
}

.lp-buttonConversion.of-download .lp-buttonConversion-body::before,
.lp-buttonConversion.of-anchor .lp-buttonConversion-body::before,
.lp-buttonConversion.of-arrow .lp-buttonConversion-body::before,
.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-buttonConversion.of-download .lp-buttonConversion-body::before {
  background: url("../../../img/landing_page/common/icon_btn_dl.png") no-repeat center center;
}

.lp-buttonConversion.of-anchor .lp-buttonConversion-body::before {
  background: url("../../../img/landing_page/common/icon_btn_anc_03.png") no-repeat center center;
}

.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-buttonConversion.of-inquiry .lp-buttonConversion-body::before {
  background: url("../../img/landing_page/common/icon_btn_inquiry_01.png") no-repeat center center;
}

.lp-buttonConversion.of-priceIcon .lp-buttonConversion-body,
.lp-buttonConversion.of-priceIcon-jpy .lp-buttonConversion-body,
.lp-buttonConversion.of-priceIcon-gbp .lp-buttonConversion-body,
.lp-buttonConversion.of-priceIcon-krw .lp-buttonConversion-body,
.lp-buttonConversion.of-priceIcon-eur .lp-buttonConversion-body {
  position: relative;
  padding-left: 53px;
}

.lp-buttonConversion.of-priceIcon .lp-buttonConversion-body::before,
.lp-buttonConversion.of-priceIcon-jpy .lp-buttonConversion-body::before,
.lp-buttonConversion.of-priceIcon-gbp .lp-buttonConversion-body::before,
.lp-buttonConversion.of-priceIcon-krw .lp-buttonConversion-body::before,
.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-buttonConversion.of-priceIcon .lp-buttonConversion-body::before {
  background: url("../../img/landing_page/common/icon_btn_price_usd.png") no-repeat center center;
}

.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-buttonConversion.of-priceIcon-gbp .lp-buttonConversion-body::before {
  background: url("../../img/landing_page/common/icon_btn_price_gbp.png") no-repeat center center;
}

.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-buttonConversion.of-priceIcon-eur .lp-buttonConversion-body::before {
  background: url("../../img/landing_page/common/icon_btn_price_eur.png") no-repeat center center;
}

.lp-buttonConversion.of-primary {
  background: #13778f;
}

@media (hover: hover) {
    .lp-buttonConversion.of-primary:hover {
        background-color: #116b81;
    }
}

.lp-buttonConversion.of-secondary {
  background: #1a90db;
}

.lp-navigationSeries {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1240px;
  margin: 20px auto;
  padding: 4px 10px;
  border: 2px solid #e5e5e5;
  color: #999;
}

div#MainContent .lp-navigationSeries {
  word-wrap: break-word;
  word-break: break-word;
  overflow-wrap: anywhere;
}

@media only screen and (max-width: 1279px) {
  .lp-navigationSeries {
    margin-right: 20px;
    margin-left: 20px;
  }
}

@media only screen and (max-width: 969px) {
  .lp-navigationSeries {
    flex-direction: column;
    align-items: center;
  }
}

.lp-navigationSeries-title {
  max-width: 600px;
  font-size: 1.1rem;
  font-weight: normal;
  line-height: 1.3;
}

@media only screen and (max-width: 969px) {
  .lp-navigationSeries-title {
    width: 100%;
    max-width: none;
    margin-bottom: 3px;
    text-align: center;
  }
}

.lp-navigationSeries-title + .lp-navigationSeries-linkList {
  margin-left: 10px;
}

@media only screen and (max-width: 969px) {
  .lp-navigationSeries-title + .lp-navigationSeries-linkList {
    margin-left: -10px;
  }
}

div#MainContent .lp-navigationSeries-title {
  margin-bottom: 0;
  color: #999;
  font-size: 11px;
  line-height: 1.3;
  text-transform: none;
}

div#MainContent .lp-navigationSeries-title + .lp-navigationSeries-linkList {
  margin-left: 10px;
}

@media only screen and (max-width: 969px) {
  .lp-navigationSeries-seriesNameText,
  .lp-navigationSeries-seriesText {
    display: block;
  }
}

.lp-navigationSeries-linkList {
  display: flex;
  flex-wrap: wrap;
  margin: -3px 0 0 -10px;
  color: #999;
}

div#MainContent .lp-navigationSeries-linkList {
  margin: -3px 0 0 -10px;
}

@media only screen and (max-width: 969px) {
  .lp-navigationSeries-linkList {
    justify-content: center;
    width: 100%;
  }
}

.lp-navigationSeries-linkList > li {
  display: flex;
  position: relative;
  margin-top: 3px;
  margin-left: 10px;
  background: none;
  font-size: 1.1rem;
  line-height: 1.3;
}

div#MainContent .lp-navigationSeries-linkList > li {
  margin: 3px 0 0 10px;
  padding: 0;
  background: none;
  font-size: 11px;
}

.lp-navigationSeries-linkList > li > a {
  display: block;
  position: relative;
  width: 100%;
  padding-left: 9px;
  color: #999;
  line-height: 1.3;
  text-decoration: none;
}

.lp-navigationSeries-linkList > li > a::before {
  display: block;
  position: absolute;
  top: 4px;
  left: -2px;
  width: 5px;
  height: 5px;
  transform: rotate(45deg);
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  content: "";
}

div#MainContent .lp-navigationSeries-linkList > li > a:link {
  color: #999;
}

div#MainContent .lp-navigationSeries-linkList > li > a::before {
  top: 0.3em;
}

.lp-navigationSeries-linkList > li > a:hover,
.lp-navigationSeries-linkList > li > a:focus {
  text-decoration: underline;
}

.layout-main {
  overflow: hidden;
}

.lp-layout-container {
  padding: 0 80px;
}

@media only screen and (max-width: 1279px) {
  .lp-layout-container {
    padding: 0 30px;
  }
}

@media only screen and (max-width: 767px) {
  .lp-layout-container {
    padding: 0;
  }
}

.lp-layout-container > *:last-child {
  margin-bottom: 0;
}

.lp-layout-grid {
  display: flex;
  margin: -48px 0 40px -40px;
  flex-wrap: wrap;
}

@media only screen and (max-width: 1279px) {
  .lp-layout-grid {
    margin-left: calc(-40vw * 100 / 1280);
  }
}

@media only screen and (max-width: 767px) {
  .lp-layout-grid {
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
    margin: -24px 0 24px -8px;
  }
}

.lp-layout-grid-column {
  min-height: 0%;
  margin-top: 48px;
  padding-left: 40px;
}

@media only screen and (max-width: 1279px) {
  .lp-layout-grid-column {
    padding-left: calc(40vw * 100 / 1280);
  }
}

@media only screen and (max-width: 767px) {
  .lp-layout-grid-column {
    margin-top: 24px;
    padding-left: 8px;
  }
}

.lp-layout-grid-column:not([class*="of-column-"]) {
  width: 100%;
}

.lp-layout-grid-column.of-flex {
  display: flex;
  flex-wrap: wrap;
}

.lp-layout-grid-column.of-flex > * {
  width: 100%;
}

.lp-layout-grid-column > *:last-child {
  margin-bottom: 0;
}

.lp-layout-grid.of-column-2 > .lp-layout-grid-column:not([class*="of-column-"]) {
  width: 50%;
}

.lp-layout-grid.of-column-3 > .lp-layout-grid-column:not([class*="of-column-"]) {
  width: 33.33333%;
}

.lp-layout-grid.of-column-4 > .lp-layout-grid-column:not([class*="of-column-"]) {
  width: 25%;
}

.lp-layout-grid.of-column-5 > .lp-layout-grid-column:not([class*="of-column-"]) {
  width: 20%;
}

.lp-layout-grid.of-column-6 > .lp-layout-grid-column:not([class*="of-column-"]) {
  width: 16.66667%;
}

.lp-layout-grid.of-column-7 > .lp-layout-grid-column:not([class*="of-column-"]) {
  width: 14.28571%;
}

.lp-layout-grid.of-column-8 > .lp-layout-grid-column:not([class*="of-column-"]) {
  width: 12.5%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column:not([class*="of-column-"]) {
  width: 11.11111%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column:not([class*="of-column-"]) {
  width: 10%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column:not([class*="of-column-"]) {
  width: 9.09091%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column:not([class*="of-column-"]) {
  width: 8.33333%;
}

.lp-layout-grid.of-column-2 > .lp-layout-grid-column.of-column-2 {
  width: 100%;
}

.lp-layout-grid.of-column-3 > .lp-layout-grid-column.of-column-2 {
  width: 66.66667%;
}

.lp-layout-grid.of-column-3 > .lp-layout-grid-column.of-column-3 {
  width: 100%;
}

.lp-layout-grid.of-column-4 > .lp-layout-grid-column.of-column-2 {
  width: 50%;
}

.lp-layout-grid.of-column-4 > .lp-layout-grid-column.of-column-3 {
  width: 75%;
}

.lp-layout-grid.of-column-4 > .lp-layout-grid-column.of-column-4 {
  width: 100%;
}

.lp-layout-grid.of-column-5 > .lp-layout-grid-column.of-column-2 {
  width: 40%;
}

.lp-layout-grid.of-column-5 > .lp-layout-grid-column.of-column-3 {
  width: 60%;
}

.lp-layout-grid.of-column-5 > .lp-layout-grid-column.of-column-4 {
  width: 80%;
}

.lp-layout-grid.of-column-5 > .lp-layout-grid-column.of-column-5 {
  width: 100%;
}

.lp-layout-grid.of-column-6 > .lp-layout-grid-column.of-column-2 {
  width: 33.33333%;
}

.lp-layout-grid.of-column-6 > .lp-layout-grid-column.of-column-3 {
  width: 50%;
}

.lp-layout-grid.of-column-6 > .lp-layout-grid-column.of-column-4 {
  width: 66.66667%;
}

.lp-layout-grid.of-column-6 > .lp-layout-grid-column.of-column-5 {
  width: 83.33333%;
}

.lp-layout-grid.of-column-6 > .lp-layout-grid-column.of-column-6 {
  width: 100%;
}

.lp-layout-grid.of-column-7 > .lp-layout-grid-column.of-column-2 {
  width: 28.57143%;
}

.lp-layout-grid.of-column-7 > .lp-layout-grid-column.of-column-3 {
  width: 42.85714%;
}

.lp-layout-grid.of-column-7 > .lp-layout-grid-column.of-column-4 {
  width: 57.14286%;
}

.lp-layout-grid.of-column-7 > .lp-layout-grid-column.of-column-5 {
  width: 71.42857%;
}

.lp-layout-grid.of-column-7 > .lp-layout-grid-column.of-column-6 {
  width: 85.71429%;
}

.lp-layout-grid.of-column-7 > .lp-layout-grid-column.of-column-7 {
  width: 100%;
}

.lp-layout-grid.of-column-8 > .lp-layout-grid-column.of-column-2 {
  width: 25%;
}

.lp-layout-grid.of-column-8 > .lp-layout-grid-column.of-column-3 {
  width: 37.5%;
}

.lp-layout-grid.of-column-8 > .lp-layout-grid-column.of-column-4 {
  width: 50%;
}

.lp-layout-grid.of-column-8 > .lp-layout-grid-column.of-column-5 {
  width: 62.5%;
}

.lp-layout-grid.of-column-8 > .lp-layout-grid-column.of-column-6 {
  width: 75%;
}

.lp-layout-grid.of-column-8 > .lp-layout-grid-column.of-column-7 {
  width: 87.5%;
}

.lp-layout-grid.of-column-8 > .lp-layout-grid-column.of-column-8 {
  width: 100%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-2 {
  width: 22.22222%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-3 {
  width: 33.33333%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-4 {
  width: 44.44444%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-5 {
  width: 55.55556%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-6 {
  width: 66.66667%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-7 {
  width: 77.77778%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-8 {
  width: 88.88889%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-9 {
  width: 100%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-2 {
  width: 20%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-3 {
  width: 30%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-4 {
  width: 40%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-5 {
  width: 50%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-6 {
  width: 60%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-7 {
  width: 70%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-8 {
  width: 80%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-9 {
  width: 90%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-10 {
  width: 100%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-2 {
  width: 18.18182%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-3 {
  width: 27.27273%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-4 {
  width: 36.36364%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-5 {
  width: 45.45455%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-6 {
  width: 54.54545%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-7 {
  width: 63.63636%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-8 {
  width: 72.72727%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-9 {
  width: 81.81818%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-10 {
  width: 90.90909%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-11 {
  width: 100%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-2 {
  width: 16.66667%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-3 {
  width: 25%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-4 {
  width: 33.33333%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-5 {
  width: 41.66667%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-6 {
  width: 50%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-7 {
  width: 58.33333%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-8 {
  width: 66.66667%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-9 {
  width: 75%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-10 {
  width: 83.33333%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-11 {
  width: 91.66667%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-12 {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .lp-layout-grid[class*="of-column-"] > .lp-layout-grid-column:not([class*="of-column-"]),
  .lp-layout-grid[class*="of-column-"] > .lp-layout-grid-column[class*="of-column-"] {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .lp-layout-grid.lp-smallScreen-column-2 > .lp-layout-grid-column:not([class*="of-column-"]),
  .lp-layout-grid.lp-smallScreen-column-2 > .lp-layout-grid-column[class*="of-column-"] {
    width: 50%;
  }
  .lp-layout-grid.lp-smallScreen-column-3 > .lp-layout-grid-column:not([class*="of-column-"]),
  .lp-layout-grid.lp-smallScreen-column-3 > .lp-layout-grid-column[class*="of-column-"] {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 767px) {
  .lp-layout-grid.lp-smallScreen-column-2 {
    flex-direction: inherit;
    align-items: flex-start;
    justify-content: center;
  }
}

.lp-layout-grid.of-column-5 {
  margin-left: -20px;
}

@media only screen and (max-width: 1279px) {
  .lp-layout-grid.of-column-5 {
    margin-left: calc(-20vw * 100 / 1280);
  }
}

@media only screen and (max-width: 767px) {
  .lp-layout-grid.of-column-5 {
    margin-left: -8px;
  }
}

.lp-layout-grid.of-column-5 .lp-layout-grid-column {
  padding-left: 20px;
}

@media only screen and (max-width: 1279px) {
  .lp-layout-grid.of-column-5 .lp-layout-grid-column {
    padding-left: calc(20vw * 100 / 1280);
  }
}

@media only screen and (max-width: 767px) {
  .lp-layout-grid.of-column-5 .lp-layout-grid-column {
    margin-top: 25px;
    padding-left: 8px;
  }
}

.lp-jumbotron {
  position: relative;
  overflow: hidden;
  background: #383d43;
  color: #fff;
  line-height: 1.3;
}

@media only screen and (max-width: 767px) {
  .lp-jumbotron {
    background: #fff;
  }

  .lp-jumbotron::before {
    content: none;
  }
}

.lp-jumbotron > *:last-child {
  margin-bottom: 0;
}

.lp-jumbotron.of-primary {
  background: none;
}

.lp-jumbotron-content {
  display: flex;
  position: relative;
  align-items: center;
  max-width: calc(1280px + (20px * 2));
  margin: 0 auto;
  padding: 0 20px;
}

.lp-jumbotron-content::before {
  display: block;
  content: "";
  position: absolute;
  background: #19394f;
  width: 100vw;
  height: 100%;
  right: 50%;
  top: 0;
}

@media only screen and (max-width: 767px) {
  .lp-jumbotron-content {
    flex-direction: column-reverse;
    align-items: center;
    padding: 0;
  }
  .lp-jumbotron-content::before {
    content: none;
  }
}

.lp-jumbotron-content > *:last-child {
  margin-bottom: 0;
}

.lp-jumbotron.of-primary .lp-jumbotron-content {
  align-items: stretch;
}

@media only screen and (max-width: 767px) {
  .lp-jumbotron.of-primary .lp-jumbotron-content {
    align-items: center;
  }
}

.lp-jumbotron-body {
  z-index: 3;
  flex: 1;
  padding: 56px 36px 48px 0;
}

@media only screen and (max-width: 1279px) {
  .lp-jumbotron-body {
    padding: calc((40 * 100vw) / 1280) 36px calc((48 * 100vw) / 1280) 0;
  }
}

@media only screen and (max-width: 767px) {
  .lp-jumbotron-body {
    flex: none;
    width: 100%;
    padding: 24px 20px 30px;
  }
}

.lp-jumbotron-body > *:last-child {
  margin-bottom: 0;
}

.lp-jumbotron.of-primary .lp-jumbotron-body {
  display: flex;
  align-items: center;
  position: relative;
}

.lp-jumbotron.of-primary .lp-jumbotron-body::before {
  display: block;
  content: "";
  position: absolute;
  width: 100vw;
  height: 100%;
  right: 0;
  top: 0;
  z-index: -1;
}

.lp-jumbotron-bodyContent {
  position: relative;
}

.lp-jumbotron-titleGroup {
  margin-bottom: 16px;
  line-height: 1.2;
  font-weight: normal;
}

@media only screen and (max-width: 767px) {
  .lp-jumbotron-titleGroup {
    text-align: center;
    margin-bottom: 16px;
  }
}

.lp-jumbotron-titleGroup > *:last-child {
  margin-bottom: 0;
}

.lp-jumbotron-title {
  display: block;
  font-size: 4.6rem;
  margin-bottom: 24px;
}

@media only screen and (max-width: 1279px) {
  .lp-jumbotron-title {
    font-size: calc(2.4rem + ((1vw - 0.36rem) * (2.3913)));
    margin-bottom: 8px;
  }
}

.lp-jumbotron-title.of-text-small {
  font-size: 4.2rem;
}

@media only screen and (max-width: 1279px) {
  .lp-jumbotron-title.of-text-small {
    font-size: calc(2rem + ((1vw - 0.36rem) * (2.3913)));
  }
}

.lp-jumbotron-series {
  display: block;
  margin-bottom: 16px;
  font-size: 2.2rem;
  line-height: 1.5;
}

@media only screen and (max-width: 1279px) {
  .lp-jumbotron-series {
    font-size: calc(1.8rem + ((1vw - 0.36rem) * (0.43478)));
  }
}

@media only screen and (max-width: 767px) {
  .lp-jumbotron-series {
    font-size: 2rem;
  }
}

.lp-jumbotron-text {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: normal;
  margin-bottom: 16px;
}

@media only screen and (max-width: 1279px) {
  .lp-jumbotron-text {
    font-size: calc(1.6rem + ((1vw - 0.36rem) * (0.43478)));
  }
}

@media only screen and (max-width: 767px) {
  .lp-jumbotron-text {
    font-size: 1.8rem;
  }
}

.lp-jumbotron-image {
  width: 50%;
  height: 100%;
  padding: 20px 24px;
}

@media only screen and (max-width: 767px) {
  .lp-jumbotron-image {
    width: 100%;
    height: 100%;
    background: #383d43;
    margin: 0;
    padding: 16px 0 16px 0;
    text-align: center;
  }
}

.lp-jumbotron.of-primary .lp-jumbotron-image {
  position: relative;
  height: auto;
}

.lp-jumbotron.of-primary .lp-jumbotron-image::before {
  display: block;
  content: "";
  position: absolute;
  width: 100vw;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}

.lp-section {
  background: #fff;
  color: #333;
  line-height: 1.2;
}

.lp-section.of-primary {
  background: #e9e9e9;
}

.lp-section > *:last-child {
  margin-bottom: 0;
}

.lp-section-content {
  max-width: calc(1280px + (20px * 2));
  margin: 0 auto;
  padding: 48px 20px 56px;
}

@media only screen and (max-width: 767px) {
  .lp-section-content {
    padding: 24px 20px 30px;
  }
}

.lp-section-content.of-primary {
  padding: 40px 20px;
}

.lp-section-content.of-secondary {
  padding-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .lp-section-content.of-primary,
  .lp-section-content.of-secondary {
    padding: 24px 20px;
  }
}

.lp-section-content > *:last-child {
  margin-bottom: 0;
}

.lp-list {
  margin-bottom: 24px;
  font-size: 2rem;
  line-height: 1.5;
}

@media only screen and (max-width: 1279px) {
  .lp-list {
    font-size: calc(1.6rem + ((1vw - 0.36rem) * (0.43478)));
  }
}

@media only screen and (max-width: 767px) {
  .lp-list {
    font-size: 1.8rem;
  }
}

.lp-list > li {
  position: relative;
  margin-bottom: 14px;
  padding-left: 12px;
}

@media only screen and (max-width: 767px) {
  .lp-list > li {
    margin-bottom: 8px;
  }
}

.lp-list > li::before {
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #e7eef4;
  content: "";
}

.lp-list > *:last-child {
  margin-bottom: 0;
}

.lp-list.of-primary {
  font-weight: 600;
  line-height: 1.2;
}

.lp-list.of-primary > li {
  margin-bottom: 8px;
}

.lp-list.of-primary > li::before {
  width: 3px;
  height: 3px;
  background-color: #333;
  top: 0.6em;
}

.lp-list.of-primary > *:last-child {
  margin-bottom: 0;
}

.lp-listButton {
  display: flex;
  flex-wrap: wrap;
  margin: -24px 0 24px -24px;
}

@media only screen and (max-width: 767px) {
  .lp-listButton {
    justify-content: center;
  }
}

@media only screen and (max-width: 767px) {
  .lp-listButton {
    margin-bottom: 40px;
  }
}

.lp-listButton > li {
  margin: 24px 0 0 24px;
}

.lp-mediaSeries {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

@media only screen and (max-width: 767px) {
  .lp-mediaSeries {
    justify-content: center;
  }
}

@media only screen and (min-width: 1280px) {
  .lp-mediaSeries-body {
    max-width: 300px;
  }
}

@media only screen and (max-width: 767px) {
  .lp-mediaSeries-body {
    width: 100%;
    text-align: center;
  }
}

.lp-mediaSeries-body > *:last-child {
  margin-bottom: 0;
}

.lp-mediaSeries-image {
  width: 242px;
  margin-left: 80px;
}

.lp-mediaSeries > *:last-child {
  margin-bottom: 0;
}

.lp-media {
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
}

@media only screen and (max-width: 767px) {
  .lp-media {
    min-height: 0%;
  }
}

.lp-media-body {
  max-width: 100%;
}

.lp-media-body > *:last-child {
  margin-bottom: 0;
}

.lp-media-title {
  order: -2;
  max-width: 100%;
  margin-bottom: 16px;
  font-size: 2rem;
  font-weight: 600;
}

@media only screen and (max-width: 767px) {
  .lp-media-title {
    height: auto !important;
  }
}

.lp-media-text {
  margin-bottom: 5px;
  font-size: 1.6rem;
}

.lp-media-image {
  order: -1;
  width: 100%;
  min-height: 0%;
  margin-bottom: 16px;
  text-align: center;
}

.lp-mediaConversion {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .lp-mediaConversion {
    flex-direction: column;
    margin: 0 0 25px;
  }
}

.lp-mediaConversion-body {
  flex: 1;
  margin: 0 40px;
}

@media only screen and (max-width: 1279px) {
  .lp-mediaConversion-body {
    margin: 0 calc((40 * 100vw) / 1280);
  }
}

@media only screen and (max-width: 767px) {
  .lp-mediaConversion-body {
    flex: none;
    width: 100%;
    margin: 0;
    padding: 0;
  }
}

.lp-mediaConversion-body > *:last-child {
  margin-bottom: 0;
}

.lp-mediaConversion-textGroup {
  margin-bottom: 32px;
}

.lp-mediaConversion-textGroup > *:last-child {
  margin-bottom: 0;
}

.lp-mediaConversion-series {
  display: block;
  margin-bottom: 8px;
  font-size: 2.4rem;
  line-height: 1.25;
}

@media only screen and (max-width: 1279px) {
  .lp-mediaConversion-series {
    font-size: calc(2rem + ((1vw - 0.36rem) * (0.43478)));
  }
}

.lp-mediaConversion-seriesName {
  display: block;
  margin-bottom: 16px;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.3;
}

@media only screen and (max-width: 767px) {
  .lp-mediaConversion-seriesName {
    margin-bottom: 8px;
    font-size: calc(2.4rem + ((1vw - 0.36rem) * (1.4742)));
  }
}

.lp-mediaConversion-image {
  width: 260px;
  min-height: 0%;
}

@media only screen and (max-width: 1279px) {
  .lp-mediaConversion-image {
    width: calc((260 * 100vw) / 1280);
  }
}

@media only screen and (max-width: 767px) {
  .lp-mediaConversion-image {
    width: 234px;
    margin-bottom: 24px;
    text-align: center;
  }
}

.lp-mediaConversion-image.of-primary {
  order: -1;
}

.lp-mediaConversion-image.of-secondary {
  padding-left: 16px;
}

@media only screen and (max-width: 767px) {
  .lp-mediaConversion-image.of-secondary {
    margin-bottom: 32px;
  }
}

.lp-mediaConversion > *:last-child {
  margin-bottom: 0;
}

.lp-mediaFeature {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .lp-mediaFeature {
    flex-direction: column;
    margin: 0 0 25px;
  }
}

.lp-mediaFeature-body {
  flex: 1;
  margin: 0 40px;
}

@media only screen and (max-width: 1279px) {
  .lp-mediaFeature-body {
    margin: 0 calc((40 * 100vw) / 1280);
  }
}

@media only screen and (max-width: 767px) {
  .lp-mediaFeature-body {
    flex: none;
    width: 100%;
    margin: 0 0 24px 0;
    padding: 0;
  }
}

.lp-mediaFeature-body > *:last-child {
  margin-bottom: 0;
}

.lp-mediaFeature-textGroup {
  margin-bottom: 24px;
  line-height: 1.2;
}

@media only screen and (max-width: 767px) {
  .lp-mediaFeature-textGroup {
    margin-bottom: 16px;
  }
}

.lp-mediaFeature-textGroup > *:last-child {
  margin-bottom: 0;
}

.lp-mediaFeature-series {
  display: block;
  margin-bottom: 8px;
  font-size: 2.4rem;
  font-weight: normal;
  line-height: 1.25;
}

@media only screen and (max-width: 1279px) {
  .lp-mediaFeature-series {
    font-size: calc(2rem + ((1vw - 0.36rem) * (0.43478)));
  }
}

.lp-mediaFeature-seriesName {
  display: block;
  margin-bottom: 8px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.6;
}

.lp-mediaFeature-image {
  width: 320px;
  min-height: 0%;
}

@media only screen and (max-width: 1279px) {
  .lp-mediaFeature-image {
    width: calc((260 * 100vw) / 1280);
  }
}

@media only screen and (max-width: 767px) {
  .lp-mediaFeature-image {
    width: 100%;
    text-align: center;
    margin-bottom: 16px;
  }
}

.lp-mediaFeature-image.of-primary {
  order: -1;
}

@media only screen and (max-width: 767px) {
  .lp-mediaFeature-image.of-secondary {
    margin-bottom: 32px;
  }
}

.lp-mediaFeature > *:last-child {
  margin-bottom: 0;
}

.lp-mediaAsset {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  margin: 40px 0;
}

@media only screen and (max-width: 767px) {
  .lp-mediaAsset {
    flex-direction: column-reverse;
    margin: 0 0 25px;
  }
}

.lp-mediaAsset-body {
  flex: 1;
  margin: 0 40px;
  text-align: center;
}

@media only screen and (max-width: 1279px) {
  .lp-mediaAsset-body {
    margin: 0 calc((40 * 100vw) / 1280);
  }
}

@media only screen and (max-width: 767px) {
  .lp-mediaAsset-body {
    flex: none;
    width: 100%;
    margin: 32px 0 24px 0;
  }
}

.lp-mediaAsset-body > *:last-child {
  margin-bottom: 0;
}

.lp-mediaAsset-textGroup {
  margin-bottom: 32px;
  line-height: 1.2;
}

@media only screen and (max-width: 767px) {
  .lp-mediaAsset-textGroup {
    margin-bottom: 32px;
  }
}

.lp-mediaAsset-textGroup > *:last-child {
  margin-bottom: 0;
}

.lp-mediaAsset-series {
  display: block;
  margin-bottom: 8px;
  font-size: 2.4rem;
  line-height: 1.25;
}

@media only screen and (max-width: 1279px) {
  .lp-mediaAsset-series {
    font-size: calc(2rem + ((1vw - 0.36rem) * (0.43478)));
  }
}

.lp-mediaAsset-seriesName {
  display: block;
  margin-bottom: 16px;
  font-size: 3rem;
  line-height: 1.3;
}

@media only screen and (max-width: 767px) {
  .lp-mediaAsset-seriesName {
    margin-bottom: 8px;
    font-size: calc(2.4rem + ((1vw - 0.36rem) * (1.4742)));
  }
}

.lp-mediaAsset-image {
  width: 280px;
  text-align: right;
  min-height: 0%;
}

@media only screen and (max-width: 1279px) {
  .lp-mediaAsset-image {
    width: calc((280 * 100vw) / 1280);
  }
}

@media only screen and (max-width: 767px) {
  .lp-mediaAsset-image {
    width: 100%;
    text-align: center;
  }
}

.lp-mediaAsset > *:last-child {
  margin-bottom: 0;
}

.lp-headingLevel2 {
  margin-bottom: 40px;
  padding: 24px 70px 20px;
  border-bottom: 4px solid #e60012;
  background-color: #484848;
  color: #fff;
  font-size: 3rem;
  font-weight: normal;
  text-align: center;
}

@media only screen and (max-width: 1279px) {
  .lp-headingLevel2 {
    font-size: calc(2rem + ((1vw - 0.36rem) * (1.08696)));
  }
}

@media only screen and (max-width: 767px) {
  .lp-headingLevel2 {
    margin-bottom: 20px;
    padding: 16px 20px 14px;
  }
}

.lp-textLead {
  font-size: 2.8rem;
  line-height: 1.28;
}

[data-script-enabled="true"] .lp-listImage {
  position: relative;
  width: 620px;
  height: 570px;
  overflow: hidden;
}

[data-script-enabled="true"] .lp-listImage > li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: opacity 1.5s;
}

[data-script-enabled="true"] .lp-listImage > li.is-active {
  z-index: 1;
  opacity: 1;
}

@media only screen and (max-width: 1279px) {
  [data-script-enabled="true"] .lp-listImage {
    width: calc((620 * 100vw) / 1280);
    height: calc((550 * 100vw) / 1280);
  }
}

@media only screen and (max-width: 767px) {
  [data-script-enabled="true"] .lp-listImage {
    width: calc(36rem + ((1vw - 0.36rem) * (63.88206)));
    height: calc(33rem + ((1vw - 0.36rem) * (58.96806)));
    margin: 0 auto;
  }
}

@media only screen and (max-width: 1279px) {
  .lp-buttonConversion {
    font-size: calc(1.6rem + ((1vw - 0.36rem) * (0.43478)));
  }
}

.lp-utility-textAlign-center {
  text-align: center;
}

.lp-utility-justifyContent-center {
  justify-content: center;
}

.lp-utility-textAlign-left {
  text-align: left;
}

.lp-utility-line-break {
  display: block;
}

.lp-divider {
  border-top: 1px solid #ccc;
}

.lp-divider.of-color-primary {
  border-top: 1px solid #b5b5b5;
}

.lp-divider.of-color-secondary {
  border-top: 1px solid #999;
}

.lp-smallScreen-show {
  display: none;
}

@media only screen and (max-width: 767px) {
  .lp-smallScreen-show {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .lp-smallScreen-hide {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .lp-smallScreen-textAlign-center {
    text-align: center;
  }
}

.lp-largeScreen-show {
  display: block;
}

@media only screen and (max-width: 999px) {
  .lp-largeScreen-show {
    display: none;
  }
}

.lp-largeScreen-hide {
  display: none;
}

@media only screen and (max-width: 767px) {
  .lp-largeScreen-hide {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .lp-largeScreen-lastChild {
    margin-bottom: 0;
  }
}

.lp-generalSlider {
  color: #fff;
}

.lp-generalSlider .swiper-autoplay-button,
.lp-generalSlider .swiper-pagination-bullet {
  border-color: #fff;
}

.lp-generalSlider .swiper-pagination-bullet-active,
.lp-generalSlider .swiper-autoplay-button::after,
.lp-generalSlider .swiper-autoplay-button::before {
  background: #fff;
}

.lp-generalSlider .swiper-autoplay-button:not(.is-swiper-playing)::before {
  border-color: transparent transparent transparent #fff;
}

.swiper-slide {
  background: #383d43;
  height: auto;
}

.lp-jumbotron.of-primary .swiper-slide {
  background: none;
}

@media only screen and (max-width: 767px) {
  .swiper-slide > img {
    padding: 0 40px;
  }
}

.swiper-slide > *:last-child {
  margin-bottom: 0;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  text-align: center;
}

.swiper-wrapper {
  height: auto;
}

/* Added from lpc_rwd.css */

/*reset*/
.lp-jumbotron-content {
  color: #333;
}

.lp-jumbotron-content::before {
  background: #fff;
}

/*Clm setting override*/

.Clm.White,
.Clm.Gray,
.Clm.Blue,
.Clm.Black,
.Clm.SolidBlack,
.Clm.SolidGray,
.Clm.FlatGray,
.Clm.PureBlack,
.Clm.CharcoalGray,
.Clm.Navy,
.Clm.LightBlue,
.Clm.DarkGreen {
  position: relative;
  z-index: 0;
}

.Clm.Black,
.Clm.SolidBlack,
.Clm.PureBlack,
.Clm.CharcoalGray,
.Clm.Navy,
.Clm.DarkGreen,
.Clm.Black > .lp-jumbotron-content,
.Clm.SolidBlack > .lp-jumbotron-content,
.Clm.PureBlack > .lp-jumbotron-content,
.Clm.CharcoalGray > .lp-jumbotron-content,
.Clm.Navy > .lp-jumbotron-content,
.Clm.DarkGreen > .lp-jumbotron-content,
.lp-jumbotron.of-primary .lp-jumbotron-body.Black,
.lp-jumbotron.of-primary .lp-jumbotron-body.SolidBlack,
.lp-jumbotron.of-primary .lp-jumbotron-body.PureBlack,
.lp-jumbotron.of-primary .lp-jumbotron-body.CharcoalGray,
.lp-jumbotron.of-primary .lp-jumbotron-body.Navy,
.lp-jumbotron.of-primary .lp-jumbotron-body.DarkGreen,
.lp-jumbotron.of-primary .lp-jumbotron-image.Black,
.lp-jumbotron.of-primary .lp-jumbotron-image.SolidBlack,
.lp-jumbotron.of-primary .lp-jumbotron-image.PureBlack,
.lp-jumbotron.of-primary .lp-jumbotron-image.CharcoalGray,
.lp-jumbotron.of-primary .lp-jumbotron-image.Navy,
.lp-jumbotron.of-primary .lp-jumbotron-image.DarkGreen {
  color: #fff;
}

.Clm.White::before,
.Clm.Gray::before,
.Clm.Blue::before,
.Clm.Black::before,
.Clm.SolidBlack::before,
.Clm.SolidGray::before,
.Clm.FlatGray::before,
.Clm.PureBlack::before,
.Clm.CharcoalGray::before,
.Clm.Navy::before,
.Clm.LightBlue::before,
.Clm.DarkGreen::before {
  position: absolute;
  position: absolute;
  top: 0;
  left: -100%;
  z-index: -1;
  width: 300%;
  height: 100%;
  content: "";
}

.lp-jumbotron.of-primary .lp-jumbotron-image.White .lp-generalSlider,
.lp-jumbotron.of-primary .lp-jumbotron-image.Gray .lp-generalSlider,
.lp-jumbotron.of-primary .lp-jumbotron-image.Blue .lp-generalSlider,
.lp-jumbotron.of-primary .lp-jumbotron-image.SolidGray .lp-generalSlider,
.lp-jumbotron.of-primary .lp-jumbotron-image.FlatGray .lp-generalSlider,
.lp-jumbotron.of-primary .lp-jumbotron-image.LightBlue .lp-generalSlider {
  color: #333;
}

.lp-jumbotron.of-primary .lp-jumbotron-image.White .lp-generalSlider .swiper-autoplay-button,
.lp-jumbotron.of-primary .lp-jumbotron-image.White .lp-generalSlider .swiper-pagination-bullet,
.lp-jumbotron.of-primary .lp-jumbotron-image.Gray .lp-generalSlider .swiper-autoplay-button,
.lp-jumbotron.of-primary .lp-jumbotron-image.Gray .lp-generalSlider .swiper-pagination-bullet,
.lp-jumbotron.of-primary .lp-jumbotron-image.Blue .lp-generalSlider .swiper-autoplay-button,
.lp-jumbotron.of-primary .lp-jumbotron-image.Blue .lp-generalSlider .swiper-pagination-bullet,
.lp-jumbotron.of-primary .lp-jumbotron-image.SolidGray .lp-generalSlider .swiper-autoplay-button,
.lp-jumbotron.of-primary .lp-jumbotron-image.SolidGray .lp-generalSlider .swiper-pagination-bullet,
.lp-jumbotron.of-primary .lp-jumbotron-image.FlatGray .lp-generalSlider .swiper-autoplay-button,
.lp-jumbotron.of-primary .lp-jumbotron-image.FlatGray .lp-generalSlider .swiper-pagination-bullet,
.lp-jumbotron.of-primary .lp-jumbotron-image.LightBlue .lp-generalSlider .swiper-autoplay-button,
.lp-jumbotron.of-primary .lp-jumbotron-image.LightBlue .lp-generalSlider .swiper-pagination-bullet {
    border-color: #333;
}

.lp-jumbotron.of-primary .lp-jumbotron-image.White .lp-generalSlider .swiper-pagination-bullet-active,
.lp-jumbotron.of-primary .lp-jumbotron-image.White .lp-generalSlider .swiper-autoplay-button::after,
.lp-jumbotron.of-primary .lp-jumbotron-image.White .lp-generalSlider .swiper-autoplay-button::before,
.lp-jumbotron.of-primary .lp-jumbotron-image.Gray .lp-generalSlider .swiper-pagination-bullet-active,
.lp-jumbotron.of-primary .lp-jumbotron-image.Gray .lp-generalSlider .swiper-autoplay-button::after,
.lp-jumbotron.of-primary .lp-jumbotron-image.Gray .lp-generalSlider .swiper-autoplay-button::before,
.lp-jumbotron.of-primary .lp-jumbotron-image.Blue .lp-generalSlider .swiper-pagination-bullet-active,
.lp-jumbotron.of-primary .lp-jumbotron-image.Blue .lp-generalSlider .swiper-autoplay-button::after,
.lp-jumbotron.of-primary .lp-jumbotron-image.Blue .lp-generalSlider .swiper-autoplay-button::before,
.lp-jumbotron.of-primary .lp-jumbotron-image.SolidGray .lp-generalSlider .swiper-pagination-bullet-active,
.lp-jumbotron.of-primary .lp-jumbotron-image.SolidGray .lp-generalSlider .swiper-autoplay-button::after,
.lp-jumbotron.of-primary .lp-jumbotron-image.SolidGray .lp-generalSlider .swiper-autoplay-button::before,
.lp-jumbotron.of-primary .lp-jumbotron-image.FlatGray .lp-generalSlider .swiper-pagination-bullet-active,
.lp-jumbotron.of-primary .lp-jumbotron-image.FlatGray .lp-generalSlider .swiper-autoplay-button::after,
.lp-jumbotron.of-primary .lp-jumbotron-image.FlatGray .lp-generalSlider .swiper-autoplay-button::before,
.lp-jumbotron.of-primary .lp-jumbotron-image.LightBlue .lp-generalSlider .swiper-pagination-bullet-active,
.lp-jumbotron.of-primary .lp-jumbotron-image.LightBlue .lp-generalSlider .swiper-autoplay-button::after,
.lp-jumbotron.of-primary .lp-jumbotron-image.LightBlue .lp-generalSlider .swiper-autoplay-button::before {
  background: #333;
}

.lp-jumbotron.of-primary .lp-jumbotron-image.White .lp-generalSlider .swiper-autoplay-button:not(.is-swiper-playing)::before,
.lp-jumbotron.of-primary .lp-jumbotron-image.Gray .lp-generalSlider .swiper-autoplay-button:not(.is-swiper-playing)::before,
.lp-jumbotron.of-primary .lp-jumbotron-image.Blue .lp-generalSlider .swiper-autoplay-button:not(.is-swiper-playing)::before,
.lp-jumbotron.of-primary .lp-jumbotron-image.SolidGray .lp-generalSlider .swiper-autoplay-button:not(.is-swiper-playing)::before,
.lp-jumbotron.of-primary .lp-jumbotron-image.FlatGray .lp-generalSlider .swiper-autoplay-button:not(.is-swiper-playing)::before,
.lp-jumbotron.of-primary .lp-jumbotron-image.LightBlue .lp-generalSlider .swiper-autoplay-button:not(.is-swiper-playing)::before {
  background: none;
}

.lp-jumbotron.of-primary .lp-jumbotron-image.White .lp-generalSlider .swiper-autoplay-button:not(.is-swiper-playing)::before,
.lp-jumbotron.of-primary .lp-jumbotron-image.Gray .lp-generalSlider .swiper-autoplay-button:not(.is-swiper-playing)::before,
.lp-jumbotron.of-primary .lp-jumbotron-image.Blue .lp-generalSlider .swiper-autoplay-button:not(.is-swiper-playing)::before,
.lp-jumbotron.of-primary .lp-jumbotron-image.SolidGray .lp-generalSlider .swiper-autoplay-button:not(.is-swiper-playing)::before,
.lp-jumbotron.of-primary .lp-jumbotron-image.FlatGray .lp-generalSlider .swiper-autoplay-button:not(.is-swiper-playing)::before,
.lp-jumbotron.of-primary .lp-jumbotron-image.LightBlue .lp-generalSlider .swiper-autoplay-button:not(.is-swiper-playing)::before {
  border-color: transparent transparent transparent #333;
}

.Clm.White,
.lp-jumbotron-body.White::before,
.lp-jumbotron-image.White::before {
  background: #fff;
}

.Clm.Gray::before,
.Clm.Gray > .lp-jumbotron-content::before,
.lp-jumbotron-body.Gray::before,
.lp-jumbotron-image.Gray::before {
  background: #efefef;
  background: linear-gradient(to bottom, #efefef 0%, #cdcdcd 100%);
}

.Clm.Blue::before,
.Clm.Blue > .lp-jumbotron-content::before,
.lp-jumbotron-body.Blue::before,
.lp-jumbotron-image.Blue::before {
  background: #b9d0e2;
}

.Clm.Black::before,
.Clm.Black > .lp-jumbotron-content::before,
.lp-jumbotron-body.Black::before,
.lp-jumbotron-image.Black::before {
  background: #17191a;
  background: linear-gradient(to bottom, #717578 0%, #17191a 100%);
}

.Clm.SolidBlack::before,
.Clm.SolidBlack > .lp-jumbotron-content::before,
.lp-jumbotron-body.SolidBlack::before,
.lp-jumbotron-image.SolidBlack::before {
  background: #17191a;
}

.Clm.SolidGray::before,
.Clm.SolidGray > .lp-jumbotron-content::before,
.lp-jumbotron-body.SolidGray::before,
.lp-jumbotron-image.SolidGray::before {
  background: #cdcdcd;
}

.Clm.FlatGray::before,
.Clm.FlatGray > .lp-jumbotron-content::before,
.lp-jumbotron-body.FlatGray::before,
.lp-jumbotron-image.FlatGray::before {
  background: #ececef;
}

.Clm.PureBlack::before,
.Clm.PureBlack > .lp-jumbotron-content::before,
.lp-jumbotron-body.PureBlack::before,
.lp-jumbotron-image.PureBlack::before {
  background: #000000;
}

.Clm.CharcoalGray::before,
.Clm.CharcoalGray > .lp-jumbotron-content::before,
.lp-jumbotron-body.CharcoalGray::before,
.lp-jumbotron-image.CharcoalGray::before {
  background: #3f484e;
}

.Clm.Navy::before,
.Clm.Navy > .lp-jumbotron-content::before,
.lp-jumbotron-body.Navy::before,
.lp-jumbotron-image.Navy::before {
  background: #1f284d;
}

.Clm.LightBlue::before,
.Clm.LightBlue > .lp-jumbotron-content::before,
.lp-jumbotron-body.LightBlue::before,
.lp-jumbotron-image.LightBlue::before {
  background: #e0eff3;
}

.Clm.DarkGreen::before,
.Clm.DarkGreen > .lp-jumbotron-content::before,
.lp-jumbotron-body.DarkGreen::before,
.lp-jumbotron-image.DarkGreen::before {
  background: #0b4049;
}

@media only screen and (min-width: 768px) {
  .Clm.lp-jumbotron::before {
    background: #383d43;
  }
}

/*Lst setting override*/

.Lst {
  margin-top: 8px;
  font-size: 1.6rem;
  text-align: left;
}

.Lst li {
  position: relative;
  margin-top: 8px;
  padding: 0 0 0 15px;
  background: none;
}

.Lst li::before {
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 4px;
  height: 4px;
  background: #333;
  border-radius: 2px;
  content: "";
}

.Black .Lst li::before,
.SolidBlack .Lst li::before,
.PureBlack .Lst li::before,
.CharcoalGray .Lst li::before,
.Navy .Lst li::before,
.DarkGreen .Lst li::before {
  background: #fff;
}

/*btn setting override*/

.LstBtn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-left: -20px !important;
  margin-top: -26px !important;
}

.LstBtn.aRight {
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.LstBtn.aLeft {
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.LstBtn > li {
  display: inline-block;
  padding: 0;
  background: none;
  margin-left: 20px !important;
  margin-top: 26px !important;
  margin-bottom: 10px !important;
}

.LstBtn > li + li {
  margin-left: 20px;
}

.cmnLpNmlBtn01,
.cmnLpNmlBtn02,
.cmnLpNmlBtn03,
.cmnLpNmlBtn04,
.cmnLpNmlBtn05 {
  margin: 10px 0;
}

.cmnLpNmlBtn01 a,
.cmnLpNmlBtn02 a,
.cmnLpNmlBtn03 a,
.cmnLpNmlBtn04 a,
.cmnLpNmlBtn05 a {
  position: relative;
  z-index: 0;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px 16px 12px 45px;
  font-size: 1.9rem;
  color: #333;
  text-align: left;
  text-decoration: none;
  letter-spacing: normal;
  background: #ebebeb;
}

.cmnLpNmlBtn01 a::before,
.cmnLpNmlBtn02 a::before,
.cmnLpNmlBtn03 a::before,
.cmnLpNmlBtn04 a::before,
.cmnLpNmlBtn05 a::before {
  position: absolute;
  top: 50%;
  left: 30px;
  display: inline-block;
  width: 6px;
  height: 11px;
  background: url(../../../img/landing_page/common/icon_btn_b.png) no-repeat;
  content: "";
  transform: translateY(-50%);
}

.cmnLpNmlBtn01 a .Img,
.cmnLpNmlBtn02 a .Img,
.cmnLpNmlBtn03 a .Img,
.cmnLpNmlBtn04 a .Img,
.cmnLpNmlBtn05 a .Img {
  display: inline-block;
  min-width: 65px;
  margin: -40px 0 -40px 12px;
  text-align: right;
}

.cmnLpNmlBtn02 a {
  color: #fff;
  background: #ff5600;
}

.cmnLpNmlBtn02 a::before {
  background-image: url(../../../img/landing_page/common/icon_btn_w.png);
}

.cmnLpNmlBtn03 a {
  color: #fff;
  background: #129e83;
}

.cmnLpNmlBtn03 a::before {
  background-image: url(../../../img/landing_page/common/icon_btn_w.png);
}

.cmnLpNmlBtn04 a {
  color: #fff;
  background: #006896;
}

.cmnLpNmlBtn04 a::before {
  background-image: url(../../../img/landing_page/common/icon_btn_w.png);
}

.cmnLpNmlBtn05 a {
  color: #fff;
  background: #f30b19;
}

.cmnLpNmlBtn05 a::before {
  background-image: url(../../../img/landing_page/common/icon_btn_w.png);
}

.cmnLpInqBtn02,
.cmnLpAncrBtn03 {
  margin: 10px 0;
}

.cmnLpAncrBtn03 a {
  position: relative;
  z-index: 0;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.9rem;
  color: #fff;
  text-align: left;
  text-decoration: none;
  letter-spacing: normal;
  background: #dc002f;
}

.cmnLpAncrBtn03 a .Text {
  position: relative;
  display: inline-block;
  padding: 12px 10px 12px 45px;
}

.cmnLpAncrBtn03 a .Text::before {
  position: absolute;
  top: 50%;
  left: 10px;
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url(../../../img/landing_page/common/icon_btn_dl.png) no-repeat;
  content: "";
  transform: translateY(-50%);
}

.cmnLpAncrBtn03 a .Img {
  display: inline-block;
  min-width: 65px;
  margin: -40px 10px -40px 0;
  text-align: right;
}

.cmnLpAncrBtn03 a .Img img {
  box-shadow: 0 0 2px #ccc;
}

/*  convert from lpc_rwd.css (for lpc_rwd.css)
/*  cmnLpAncrBtn01
---------- ---------- ---------- */

.cmnLpAncrBtn01 a {
  position: relative;
  display: inline-block;
  padding: 10px 25px 12px 55px;
  background: #e60012;
  color: #fff;
  font-size: 1.9rem;
  text-align: left;
  text-decoration: none;
  z-index: 0;
}

.cmnLpAncrBtn01 a:hover,
.cmnLpInqBtn01 a:hover {
  text-decoration: none;
}

.cmnLpAncrBtn01 a:before,
.cmnLpInqBtn01 a:before {
  position: absolute;
  left: 25px;
  display: inline-block;
  content: "";
  background: url("../../../img/landing_page/common/icon_btn_dl.png") no-repeat;
  width: 25px;
  height: 25px;
}
.cmnLpAncrBtn01 a.anc:before,
.cmnLpAncrBtn02 a.anc .Text:before {
  background-image: url("../../../img/landing_page/common/icon_btn_anc.png");
  height: 13px;
  top: 50%;
  margin-top: -7px;
}

.cmnLpAncrBtn01 a:after,
.cmnLpInqBtn01 a:after {
  position: absolute;
  left: 0;
  bottom: -2px;
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  opacity: 0.3;
  -ms-filter: "alpha(opacity=30)";
  z-index: -1;
}

/*  cmnLpAncrBtn02
---------- ---------- ---------- */

.cmnLpAncrBtn02 li {
  margin: 8px 0 0 0;
}

.cmnLpAncrBtn02 a {
  display: block;
  letter-spacing: -0.3rem;
}

.cmnLpAncrBtn02 a .Text,
.cmnLpInqBtn02 a {
  position: relative;
  display: inline-block;
  padding: 12px 20px 14px 55px;
  background: #e60012;
  letter-spacing: normal;
  color: #fff;
  font-size: 1.9rem;
  text-align: left;
  text-decoration: none;
  z-index: 0;
}

.cmnLpAncrBtn02 a:hover,
.cmnLpInqBtn02 a:hover {
  text-decoration: none;
}

.cmnLpAncrBtn02 a .Text:before,
.cmnLpInqBtn02 a:before,
.cmnLpInqBtn04 a:before {
  position: absolute;
  top: 50%;
  left: 25px;
  margin-top: -13px;
  display: inline-block;
  content: "";
  background: url("../../../img/landing_page/common/icon_btn_dl.png") no-repeat;
  width: 25px;
  height: 25px;
}

.cmnLpInqBtn02.Unique a {
  padding-left: 20px;
}
.cmnLpInqBtn02.Unique a:before {
  content: none;
}
.cmnLpAncrBtn02 a .Text:after,
.cmnLpInqBtn02 a:after {
  /* position: absolute; */
  /* left: 0; */
  /* bottom: -2px; */
  /* display: block; */
  background: #000;
  /* content: ""; */
  width: 100%;
  height: 2px;
  opacity: 0.3;
  -ms-filter: "alpha(opacity=30)";
  z-index: -1;
}

.cmnLpAncrBtn02 .Img {
  margin-right: 2px;
  display: inline-block;
}

.cmnLpAncrBtn02 .Img,
.cmnLpAncrBtn02 .Text {
  vertical-align: middle;
}

.cmnLpAncrBtn04 a {
  color: #fff;
  font-weight: bold;
  background: #ff8300;
  background: linear-gradient(to bottom, #ff8300 0%, #ff4a00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8300', endColorstr='#ff4a00',GradientType=0 );
  font-size: 1.6rem;
  padding: 8px 10px 12px 6px;
  border: 1px solid #c54f00;
  text-decoration: none;
}
.cmnLpAncrBtn04 a:hover,
.cmnLpAncrBtn04 a:focus {
  text-decoration: none;
  border-color: #df5900;
  background-color: #fe6f33;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff9729), to(#fe6f33));
  background: -moz-linear-gradient(top, #ff9729, #fe6f33);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#ff9729, endcolorstr=#fe6f33);
}
.cmnLpAncrBtn04 a .Text {
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 1px 0 2px;
}
.cmnLpAncrBtn04 a .Text:before {
  content: "";
  background: url(../../../img/common/icon_textbutton_download_l.png) no-repeat 0 0;
  display: inline-block;
  width: 25px;
  height: 25px;
  vertical-align: middle;
  margin-right: 10px;
}
.cmnLpAncrBtn04 a .Img {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 7px;
}

/*  cmnLpInqBtn01
---------- ---------- ---------- */
.cmnLpInqBtn01 a {
  position: relative;
  display: inline-block;
  padding: 10px 25px 12px 45px;
  background: #129e83;
  color: #fff;
  font-size: 1.9rem;
  text-align: left;
  text-decoration: none;
  z-index: 0;
}
.cmnLpInqBtn02 a {
  background: #13778f;
  padding: 12px 20px 12px 45px;
}
li.cmnLpAncrBtn02 + .cmnLpInqBtn02 a {
  position: relative;
}
li.cmnLpAncrBtn03 + .cmnLpInqBtn02 a {
  position: relative;
}
.cmnLpInqBtn01 a:before,
.cmnLpInqBtn02 a:before {
  background-image: url("../../../img/icon_priceinquiry_m_trans.png");
  background-position: left center;
}

.cmnLpInqBtn04 a {
  position: relative;
  display: inline-block;
  padding: 10px 14px 11px 36px;
  border: 1px solid #45806d;
  background-color: #2cab95;
  background: -webkit-gradient(linear, left top, left bottom, from(#2cab95), to(#129e83));
  background: -moz-linear-gradient(top, #2cab95, #129e83);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#2cab95, endcolorstr=#129e83);
  color: #fff;
  font-size: 1.3rem;
  text-align: left;
  text-decoration: none;
  z-index: 0;
  font-weight: bold;
}
.cmnLpInqBtn04 a:before {
  background-image: url("../../../img/icon_priceinquiry_m_trans.png");
  background-position: left center;
  left: 15px;
}
.cmnLpAncrBtn01 a .Img.Border img,
.cmnLpAncrBtn02 a .Img.Border img,
.cmnLpAncrBtn03 a .Img.Border img,
.cmnLpAncrBtn04 a .Img.Border img {
  border: 1px solid #ccc;
}

/*  cmnLpAncrBtnNormal
---------- ---------- ---------- */
.cmnLpAncrBtnNormal a:before {
  background: rgba(0, 0, 0, 0) url("../../../img/landing_page/common/icon_btn_anc.png") no-repeat 0 0;
  content: "";
  display: block;
  height: 13px;
  left: 20px;
  position: absolute;
  top: 50%;
  margin-top: -7px;
  width: 16px;
}
.cmnLpAncrBtnNormal a {
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #999 0%, #666 100%) repeat scroll 0 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px #000;
  color: #fff;
  display: inline-block;
  font-size: 2.1rem;
  padding: 13px 25px 13px 47px;
  position: relative;
  text-decoration: none;
}

/*  cmnLpCVLead
---------- ---------- ---------- */
div.cmnLpCVLead {
  color: #fff;
  font-size: 2.5rem;
  text-align: center;
  background: #3f3f3f;
  background: -webkit-linear-gradient(top, #3f3f3f 0%, #1c1c1c 100%);
  background: linear-gradient(to bottom, #3f3f3f 0%, #1c1c1c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f3f3f', endColorstr='#1c1c1c',GradientType=0 );
  position: relative;
}

div.cmnLpCVLead > span {
  padding: 3px 40px;
  display: table;
  position: relative;
  margin: 0 auto;
}
div.cmnLpCVLead > span:before,
div.cmnLpCVLead > span:after {
  content: "";
  background: url("../../../img/landing_page/common/icon_btn_arrow.png") no-repeat;
  width: 24px;
  height: 28px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -14px;
}
div.cmnLpCVLead > span:after {
  left: auto;
  right: 0;
}

/*  FixedDownloadBtn
---------- ---------- ---------- */
.FixedDownloadBtn {
  display: block;
  position: fixed;
  right: 20px;
  top: 130px;
  z-index: 1;
}
div.FixedDownloadBtn > a {
  text-decoration: none;
}
.FixedDownloadBtn .Text {
  color: #fff;
  display: block;
  position: relative;
  text-align: center;
  font-size: 1.5rem;
  padding-top: 3px;
}
div.FixedDownloadBtn > a img {
  position: relative;
  z-index: 1;
  width: 100%;
}
.FixedDownloadBtn .Text:before {
  content: "";
  background: url("../../../img/landing_page/common/icon_btn_sign.png") no-repeat;
  display: inline-block;
  width: 10px;
  height: 10px;
  vertical-align: middle;
  margin: -4px 6px 0 0;
}
.FixedDownloadBtn .Text:after {
  content: "";
  background: #e60012;
  height: 100%;
  left: -20px;
  padding: 49px 20px 9px;
  position: absolute;
  top: -49px;
  width: 100%;
  z-index: -1;
}

/*Decoration setting override*/

.aLeft {
  text-align: left !important;
}

.aCenter {
  text-align: center !important;
}

.aRight {
  text-align: right !important;
}

.aJustify {
  text-align: justify !important;
}

.Under {
  text-decoration: underline;
}

.Italic {
  font-style: italic;
}

.Contract {
  width: 720px;
  margin: 0 auto;
  padding-top: 10px;
  font-size: 1.2rem;
}

@media screen and (max-width: 969px) {
  .Contract {
    width: 100%;
    margin: 40px 0;
    padding: 0 10px;
  }
  .Clm + .Contract {
    margin: 20px 0 40px;
  }
}

.BoldText {
  font-weight: bold;
}

.Caption {
  display: block;
  font-size: 0.875em;
}

div.lp-generalSlider .Caption{
  font-size: 1.125em;
}

@media screen and (max-width: 969px) {
  .Caption {
    text-align: center;
  }
  .Caption.aRight,
  .Caption.aLeft {
    text-align: center !important;
  }
}

.Img > a + .Caption,
.Img > .Caption + a,
img + .Caption,
.Caption + img {
  margin-top: 5px;
}

img.BorderNarrow {
  outline-width: 1px;
  outline-style: solid;
  outline-color: transparent;
}

img.BorderBold {
  outline-width: 3px;
  outline-style: solid;
  outline-color: transparent;
}

img.BorderWhite {
  outline-color: #fff;
}

img.BorderGray {
  outline-color: #808080;
}

img.BorderBlack {
  outline-color: #000;
}
