@charset "UTF-8";

.lp-layout-grid {
    display: flex;
    margin-left: -8px;
}

@media only screen and (max-width: 640px) {
    .lp-layout-grid {
        margin-left: 0;
    }
}

.lp-layout-grid .of-flex {
    display: flex;
}

.lp-layout-grid.of-column-12 .of-column-4 {
    width: 33.333333333%;
}

@media only screen and (max-width: 640px) {
    .lp-layout-grid.lp-smallScreen-column {
        flex-direction: column;
        align-items: center;
    }
}

.lp-layout-grid.lp-smallScreen-column .lp-layout-grid-column {
    padding-left: 8px;
}

@media only screen and (max-width: 969px) {
    .lp-layout-grid.lp-smallScreen-column .lp-layout-grid-column {
        padding-left: calc((8 * 100vw) / 970);
    }
}

@media only screen and (max-width: 640px) {
    .lp-layout-grid.lp-smallScreen-column .lp-layout-grid-column {
        width: 100%;
        min-height: 0%;
        padding: 0 0 16px 0;
        text-align: center;
    }
}

@media only screen and (max-width: 640px) {
    .lp-layout-grid.lp-smallScreen-column .lp-layout-grid-column:last-child {
        padding-bottom: 0;
    }
}

.lp-headingLevel2 {
    font-size: 4rem;
    font-weight: bold;
}

.lp-headingLevel2.of-small {
    font-size: 3.4rem;
}

@media only screen and (max-width: 969px) {
    .lp-headingLevel2 {
        font-size: calc((40 * 100vw) / 970);
    }
    .lp-headingLevel2.of-small {
    font-size: calc((34 * 100vw) / 970);
    }
}

@media only screen and (max-width: 640px) {
    .lp-headingLevel2 {
        font-size: 3rem;
        text-align: center;
    }
    .lp-headingLevel2.of-small {
        font-size: 3rem;
    }
}

.lp-buttonConversion {
    display: inline-block;
    max-width: 100%;
    background: #e60012;
    color: #fff;
    font-size: 2rem;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
}

@media only screen and (max-width: 640px) {
    .lp-buttonConversion {
        font-size: 1.4rem;
        text-align: left;
    }
}

.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-inquiry .lp-buttonConversion-body, .lp-buttonConversion.of-tryangle .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-inquiry .lp-buttonConversion-body::before, .lp-buttonConversion.of-tryangle .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-tryangle .lp-buttonConversion-body::before {
    position: absolute;
    top: 50%;
    left: 26px;
    width: 0;
    height: 0;
    transform: translateY(-50%);
    border-top: 6px solid transparent;
    border-right: 0 solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 13px solid #fff;
    content: "";
}

.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-price01 .lp-buttonConversion-body {
    position: relative;
    padding-left: 53px;
}

.lp-buttonConversion.of-price01 .lp-buttonConversion-body::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 24px;
    width: 19px;
    height: 18px;
    transform: translateY(-50%);
    content: "";
}

.lp-buttonConversion.of-price01 .lp-buttonConversion-body::before {
    background: url("../../img/landing_page/common/icon_btn_price_01.png") no-repeat center center;
}

.lp-buttonConversion.of-price02 .lp-buttonConversion-body {
    position: relative;
    padding-left: 53px;
}

.lp-buttonConversion.of-price02 .lp-buttonConversion-body::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 24px;
    width: 19px;
    height: 18px;
    transform: translateY(-50%);
    content: "";
}

.lp-buttonConversion.of-price02 .lp-buttonConversion-body::before {
    background: url("../../img/landing_page/common/icon_btn_price_02.png") no-repeat center center;
}

.lp-buttonConversion.of-price03 .lp-buttonConversion-body {
    position: relative;
    padding-left: 53px;
}

.lp-buttonConversion.of-price03 .lp-buttonConversion-body::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 24px;
    width: 19px;
    height: 18px;
    transform: translateY(-50%);
    content: "";
}

.lp-buttonConversion.of-price03 .lp-buttonConversion-body::before {
    background: url("../../img/landing_page/common/icon_btn_price_03.png") no-repeat center center;
}

.lp-buttonConversion.of-price04 .lp-buttonConversion-body {
    position: relative;
    padding-left: 53px;
}

.lp-buttonConversion.of-price04 .lp-buttonConversion-body::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 24px;
    width: 19px;
    height: 18px;
    transform: translateY(-50%);
    content: "";
}

.lp-buttonConversion.of-price04 .lp-buttonConversion-body::before {
    background: url("../../img/landing_page/common/icon_btn_price_04.png") no-repeat center center;
}

.lp-buttonConversion.of-price05 .lp-buttonConversion-body {
    position: relative;
    padding-left: 53px;
}

.lp-buttonConversion.of-price05 .lp-buttonConversion-body::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 24px;
    width: 19px;
    height: 18px;
    transform: translateY(-50%);
    content: "";
}

.lp-buttonConversion.of-price05 .lp-buttonConversion-body::before {
    background: url("../../img/landing_page/common/icon_btn_price_05.png") no-repeat center center;
}

.lp-buttonConversion.of-primary {
    background: #129e83;
}

.lp-buttonConversion.of-secondary {
    background: #1a90db;
}

.lp-extraSmallScreen-show {
    display: none;
}

@media only screen and (max-width: 640px) {
    .lp-extraSmallScreen-show {
        display: block;
    }
}

@media only screen and (max-width: 640px) {
    .lp-extraSmallScreen-hide {
        display: none;
    }
}

@media only screen and (max-width: 640px) {
    .lp-extraSmallScreen-textAlign-center {
        text-align: center;
    }
}

.lp-jumbotron {
    min-height: 604px;
    background: url("../../img/landing_page/lp_vhx-7000_functions/lp_vhx-7000_functions_bg_01.jpg") repeat center top;
}

@media only screen and (max-width: 969px) {
    .lp-jumbotron {
        min-height: inherit;
    }
}

@media only screen and (max-width: 640px) {
    .lp-jumbotron {
        background: none;
        background-color: #000436;
    }
}

.lp-jumbotron-content {
    display: flex;
    flex-direction: column-reverse;
    max-width: calc(970px + 40px);
    margin: 0 auto;
    padding: 55px 20px;
}

@media only screen and (max-width: 969px) {
    .lp-jumbotron-content {
        padding: calc((55 * 100vw) / 970) 20px;
    }
}

@media only screen and (max-width: 640px) {
    .lp-jumbotron-content {
        padding: 20px 0;
        background: none;
    }
}

.lp-jumbotron-titleGroup {
    margin-bottom: 16px;
    color: #666;
    font-size: 1.8rem;
}

@media only screen and (max-width: 640px) {
    .lp-jumbotron-titleGroup {
        margin-bottom: 20px;
    }
}

.lp-jumbotron-title {
    display: block;
    margin-bottom: 20px;
    color: #002d60;
    font-size: 6rem;
    line-height: 1.2;
}

.theme-KC .lp-jumbotron-title {
  margin-bottom: 15px;
  font-size: 5rem;
  line-height: 1.3;
}

@media only screen and (max-width: 969px) {
    .lp-jumbotron-title {
        margin-bottom: calc((20 * 100vw) / 970);
        font-size: calc((60 * 100vw) / 970);
    }
}

@media only screen and (max-width: 969px) {
  .theme-KC .lp-jumbotron-title {
      margin-bottom: calc((15 * 100vw) / 970);
      font-size: calc((50 * 100vw) / 970);
  }
}

@media only screen and (max-width: 640px) {
    .lp-jumbotron-title {
        margin-bottom: 8px;
        font-size: 4rem;
        line-height: 1.1;
    }
}

@media only screen and (max-width: 640px) {
  .theme-KC .lp-jumbotron-title {
      margin-bottom: 12px;
      font-size: 3rem;
      line-height: 1.4;
  }
}

.lp-jumbotron-subtitle {
    display: block;
}

.lp-jumbotron-series {
    display: block;
    font-weight: normal;
}

.lp-section {
    background: #fff;
}

.lp-section-content {
  max-width: calc(970px + 40px);
  margin: 0 auto;
  padding: 65px 20px 50px;
}

.theme-KC .lp-section-content {
padding: 45px 20px;
}

@media only screen and (max-width: 969px) {
  .lp-section-content {
      padding: calc((65 * 100vw) / 970) 20px calc((50 * 100vw) / 970);
  }
}

@media only screen and (max-width: 969px) {
.theme-KC .lp-section-content {
    padding: calc((45 * 100vw) / 970) 20px;
}
}

@media only screen and (max-width: 640px) {
  .lp-section-content {
      padding: 20px 20px 30px;
  }
}

@media only screen and (max-width: 640px) {
.theme-KC .lp-section-content {
    padding: 35px 20px;
  }
}

.lp-section-content > *:last-child {
  margin-bottom: 0;
}

.lp-section.of-primary {
    position: relative;
    background: #e4e4e4;
}

.theme-KC .lp-section.of-primary .lp-section-content {
    padding: 65px 20px 50px;
}

@media only screen and (max-width: 969px) {
    .theme-KC .lp-section.of-primary .lp-section-content {
        padding: calc((65 * 100vw) / 970) 20px calc((50 * 100vw) / 970);
    }
}

@media only screen and (max-width: 640px) {
    .theme-KC .lp-section.of-primary .lp-section-content {
        padding: 35px 20px;
    }
}
.lp-section.of-primary::after {
    position: absolute;
    bottom: -25px;
    left: 50%;
    width: 162px;
    height: 42px;
    transform: translateX(-50%);
    background: url("../../img/landing_page/lp_vhx-7000_functions/lp_vhx-7000_functions_bg_02.png") no-repeat;
    content: "";
}

.lp-section.of-secondary .lp-section-content {
    padding: 45px 20px 50px;
}

.theme-KC .lp-section.of-secondary .lp-section-content {
  padding: 40px 20px 10px;
}

@media only screen and (max-width: 969px) {
    .lp-section.of-secondary .lp-section-content {
        padding: calc((45 * 100vw) / 970) 20px calc((50 * 100vw) / 970);
    }
}

@media only screen and (max-width: 969px) {
  .theme-KC .lp-section.of-secondary .lp-section-content {
      padding: calc((40 * 100vw) / 970) 20px calc((10 * 100vw) / 970);
  }
}

@media only screen and (max-width: 640px) {
    .lp-section.of-secondary .lp-section-content {
        padding: 35px 20px;
    }
}

@media only screen and (max-width: 640px) {
    .theme-KC .lp-section.of-secondary .lp-section-content {
        padding: 35px 20px;
    }
}

.lp-section.of-tertiary {
    position: relative;
    color: #fff;
}

.lp-section.of-tertiary::before {
    position: absolute;
    bottom: 85px;
    left: 0;
    width: 100%;
    height: 50px;
    content: "";
}

.lp-section.of-tertiary::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 85px;
    content: "";
}

.lp-section.of-tertiary.of-backgroundColor-primary {
    background: #013571;
}

.lp-section.of-tertiary.of-backgroundColor-primary::before {
    background: #002a5c;
}

.lp-section.of-tertiary.of-backgroundColor-primary::after {
    background: #00224f;
}

.lp-section.of-tertiary.of-backgroundColor-secondary {
    background: #014b88;
}

.lp-section.of-tertiary.of-backgroundColor-secondary::before {
    background: #02447e;
}

.lp-section.of-tertiary.of-backgroundColor-secondary::after {
    background: #023a73;
}

.lp-section.of-tertiary.of-backgroundColor-tertiary {
    background: #0c73b5;
}

.lp-section.of-tertiary.of-backgroundColor-tertiary::before {
    background: #086bac;
}

.lp-section.of-tertiary.of-backgroundColor-tertiary::after {
    background: #005d98;
}

.lp-section.of-tertiary .lp-section-content {
    padding: 5px 20px 35px;
}

@media only screen and (max-width: 969px) {
    .lp-section.of-tertiary .lp-section-content {
        padding: calc((5 * 100vw) / 970) 20px calc((35 * 100vw) / 970);
    }
}

@media only screen and (max-width: 640px) {
    .lp-section.of-tertiary .lp-section-content {
        padding: 5px 20px 30px;
    }
}

.lp-section-title {
    margin-bottom: 0;
    font-size: 4rem;
    line-height: 1.2;
}

@media only screen and (max-width: 969px) {
    .lp-section-title {
        font-size: calc((40 * 100vw) / 970);
    }
}

@media only screen and (max-width: 640px) {
    .lp-section-title {
        font-size: 2.2rem;
        line-height: 1.5;
    }
}

.lp-section-header {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    margin-bottom: 40px;
    padding: 5px 48px;
    background: #fff;
}

@media only screen and (max-width: 969px) {
    .lp-section-header {
        margin-bottom: calc((40 * 100vw) / 970);
        padding: calc((5 * 100vw) / 970) calc((48 * 100vw) / 970);
    }
}

@media only screen and (max-width: 640px) {
    .lp-section-header {
        margin-bottom: 22px;
        padding: 0;
        background: none;
    }
}

.lp-section-headerBody {
    flex: 1;
}

.lp-section-headerImage > img {
    margin: -30px 40px -30px 0;
}

@media only screen and (max-width: 640px) {
    .lp-section-headerImage > img {
        margin: 0 10px 0 0;
    }
}

@media only screen and (max-width: 640px) {
    .lp-section-headerImage {
        width: 15%;
        margin-right: 17px;
    }
}

.lp-media {
    display: flex;
}

@media only screen and (max-width: 640px) {
    .lp-media {
        flex-direction: column;
        align-items: center;
    }
}

.lp-media.of-align-center {
    align-items: center;
}

.lp-media.of-rowReverse {
    flex-direction: row-reverse;
}

.lp-media-body {
    flex: 1;
    max-width: 538px;
}

.theme-KC .lp-media-body {
    flex: 1;
    padding-left: 45px;
}

@media only screen and (max-width: 969px) {
    .theme-KC .lp-media-body {
        padding-left: 0;
    }
}

@media only screen and (max-width: 640px) {
    .lp-media-body {
        flex: none;
        width: 100%;
        margin-bottom: 16px;
    }
}

@media only screen and (max-width: 640px) {
    .theme-KC .lp-media-body {
        flex: none;
        width: 100%;
        margin-bottom: 16px;
        padding: 0;
        text-align: center;
    }
}

.lp-media-body > *:last-child {
  margin-bottom: 0;
}

.lp-media-image {
    max-width: 286px;
    margin-left: 10px;
}

.theme-KC .lp-media-image {
  width: 316px;
  max-width: 100%;
  margin-right: 45px;
  margin-left: 30px;
}

@media only screen and (max-width: 969px) {
    .lp-media-image {
        width: calc((534 * 100vw) / 970);
        margin-left: calc((10 * 100vw) / 970);
    }
}

@media only screen and (max-width: 969px) {
  .theme-KC .lp-media-image {
      width: calc((316 * 100vw) / 970);
      margin-right: calc((45 * 100vw) / 970);
      margin-left: calc((30 * 100vw) / 970);
  }
}

@media only screen and (max-width: 640px) {
    .lp-media-image {
        width: 60%;
        min-height: 0%;
        margin-left: 0;
    }
}

@media only screen and (max-width: 640px) {
  .theme-KC .lp-media-image {
      width: 60%;
      min-height: 0%;
      margin: 0;
  }
}

.lp-media-text {
    font-size: 3rem;
    font-weight: bold;
    line-height: 1.25;
}

.theme-KC .lp-media-text {
  font-size: 4rem;
}

@media only screen and (max-width: 969px) {
    .lp-media-text {
        font-size: calc((30 * 100vw) / 970);
    }
}

@media only screen and (max-width: 969px) {
  .theme-KC .lp-media-text {
      font-size: calc((40 * 100vw) / 970);
  }
}

@media only screen and (max-width: 640px) {
    .lp-media-text {
        margin-bottom: 20px;
        font-size: 2.2rem;
        text-align: center;
    }
}

@media only screen and (max-width: 640px) {
  .theme-KC .lp-media-text {
      margin-bottom: 20px;
      font-size: 2.2rem;
  }
}

.lp-media-text em {
    font-size: 4rem;
}

.theme-KC .lp-media-text em {
  font-size: 5rem;
}

@media only screen and (max-width: 969px) {
    .lp-media-text em {
        font-size: calc((40 * 100vw) / 970);
    }
}

@media only screen and (max-width: 969px) {
  .theme-KC .lp-media-text em {
      font-size: calc((50 * 100vw) / 970);
  }
}

@media only screen and (max-width: 640px) {
    .lp-media-text em {
        font-size: 3rem;
    }
}

@media only screen and (max-width: 640px) {
  .theme-KC .lp-media-text em {
      font-size: 3rem;
  }
}

.lp-media.of-recommend .lp-media-text {
    background: linear-gradient(to right, #002d60 0, #009adf 100%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

.lp-media.of-recommend .lp-media-text > span {
    background: inherit;
}
.lp-mediaSeries {
    display: flex;
}

@media only screen and (max-width: 640px) {
    .lp-mediaSeries {
        flex-direction: column;
        align-items: center;
    }
}

.lp-mediaSeries-body {
    flex: 1;
}

.lp-mediaSeries-body > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 640px) {
    .lp-mediaSeries-body {
        flex: none;
        width: 100%;
        margin-bottom: 24px;
    }
}

.lp-mediaSeries-image {
    max-width: 360px;
    margin-top: -15px;
    margin-left: 30px;
}

.theme-KC .lp-mediaSeries-image {
  max-width: 375px;
  margin-top: -15px;
  margin-left: 30px;
}

@media only screen and (max-width: 969px) {
    .lp-mediaSeries-image {
        width: calc((360 * 100vw) / 970);
        margin-top: calc((-15 * 100vw) / 970);
        margin-left: calc((30 * 100vw) / 970);
    }
}

@media only screen and (max-width: 969px) {
  .theme-KC .lp-mediaSeries-image {
      width: calc((375 * 100vw) / 970);
  }
}

@media only screen and (max-width: 640px) {
    .lp-mediaSeries-image {
        width: 77%;
        min-height: 0%;
        margin: 0;
    }
}

@media only screen and (max-width: 640px) {
    .theme-KC .lp-mediaSeries-image {
        width: 84%;
        min-height: 0%;
        margin: 0;
    }
}

.lp-mediaExample {
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
}

@media only screen and (max-width: 640px) {
    .lp-mediaExample {
        flex-direction: row-reverse;
        background: linear-gradient(to right, #3b3b3b, #666);
    }
}

.lp-mediaExample-body {
    display: flex;
    flex: 1 0 auto;
    align-items: center;
    justify-content: center;
    padding: 4px 10px;
    background: linear-gradient(to right, #3b3b3b, #666);
}

.theme-KC .lp-mediaExample-body {
    padding: 18px 10px;
}

@media only screen and (max-width: 969px) {
    .lp-mediaExample-body {
        padding: calc((4 * 100vw) / 970) 20px;
    }
}

@media only screen and (max-width: 969px) {
    .theme-KC .lp-mediaExample-body {
        padding: calc((18 * 100vw) / 970) 10px;
    }
}
@media only screen and (max-width: 640px) {
    .lp-mediaExample-body {
        flex: 1;
        justify-content: inherit;
        padding: 4px 10px;
        background: none;
    }
}

@media only screen and (max-width: 640px) {
    .theme-KC .lp-mediaExample-body {
        flex: 1;
        justify-content: inherit;
        padding: 4px 10px;
        background: none;
    }
}

.lp-mediaExample-body > *:last-child {
    margin-bottom: 0;
}

.lp-mediaExample-image {
    min-height: 0%;
    margin-bottom: 1px;
}

@media only screen and (max-width: 640px) {
    .lp-mediaExample-image {
        width: 50%;
        margin: 0;
    }
}

.lp-mediaExample-text {
    color: #fff;
    font-size: 2rem;
    line-height: 1.4;
    text-align: center;
}

@media only screen and (max-width: 969px) {
    .lp-mediaExample-text {
        font-size: calc((20 * 100vw) / 970);
    }
}

@media only screen and (max-width: 640px) {
    .lp-mediaExample-text {
        font-size: 1.8rem;
        text-align: left;
    }
}

.lp-mediaFeature {
    display: flex;
    z-index: 1;
    position: relative;
}

@media only screen and (max-width: 640px) {
    .lp-mediaFeature {
        flex-direction: column;
        justify-content: center;
    }
}

.lp-mediaFeature-body {
    flex: 1;
}

@media only screen and (max-width: 640px) {
    .lp-mediaFeature-body {
        flex: none;
        margin-bottom: 30px;
        padding: 0;
    }
}

.lp-mediaFeature-body > :last-child {
    margin-bottom: 0;
}

.lp-mediaFeature-movie {
    width: 530px;
    margin: 55px 0 0 85px;
}

.lp-mediaFeature-movie.of-small {
    margin-left: 30px;
}

@media only screen and (max-width: 969px) {
    .lp-mediaFeature-movie {
        width: calc((530 * 100vw) / 970);
        margin: calc((55 * 100vw) / 970) 0 0 calc((85 * 100vw) / 970);
    }

    .lp-mediaFeature-movie.of-small {
        margin: calc((55 * 100vw) / 970) 0 0 calc((30 * 100vw) / 970);
    }
}

@media only screen and (max-width: 640px) {
    .lp-mediaFeature-movie {
        width: 100%;
        margin: 0 auto;
    }
    .lp-mediaFeature-movie.of-small {
        margin: 0 auto;
    }
}

.lp-mediaDownload {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    margin-bottom: 55px;
}

@media only screen and (max-width: 970px) {
    .lp-mediaDownload {
        margin-bottom: calc((30 * 100vw) / 970);
    }
}

@media only screen and (max-width: 640px) {
    .lp-mediaDownload {
        flex-direction: column-reverse;
        margin-bottom: 0;
    }
}

.lp-mediaDownload-body {
    flex: 1;
}

@media only screen and (max-width: 640px) {
    .lp-mediaDownload-body {
        flex: none;
    }
}

.lp-mediaDownload-body > *:last-child {
    margin-bottom: 0;
}

.lp-mediaDownload-text {
    font-size: 4rem;
    line-height: 1.3;
}

@media only screen and (max-width: 969px) {
    .lp-mediaDownload-text {
        font-size: calc((40 * 100vw) / 970);
    }
}

@media only screen and (max-width: 640px) {
    .lp-mediaDownload-text {
        font-size: 3rem;
    }
}

.lp-mediaDownload-image {
    width: 143px;
    margin-right: 90px;
    margin-left: 175px;
}

@media only screen and (max-width: 969px) {
    .lp-mediaDownload-image {
        width: calc((143 * 100vw) / 970);
        margin-right: calc((90 * 100vw) / 970);
        margin-left: calc((175 * 100vw) / 970);
    }
}

@media only screen and (max-width: 640px) {
    .lp-mediaDownload-image {
        width: 33%;
        margin: 0 auto 20px;
        text-align: center;
        min-height: 0%;
    }
}

.lp-mediaDownload-image > img {
    border: 1px solid #d0d0d0;
}

.lp-textDownload {
    display: inline-block;
    position: relative;
    font-size: 3rem;
    text-align: center;
}

@media only screen and (max-width: 969px) {
    .lp-textDownload {
        font-size: calc((30 * 100vw) / 970);
    }
}

@media only screen and (max-width: 640px) {
    .lp-textDownload {
        font-size: 2.2rem;
    }
}

.lp-textDownload::after {
    position: absolute;
    top: 125%;
    left: 50%;
    transform: translateX(-50%);
    border-width: 60px 75px;
    border-style: solid;
    border-color: #e4e4e4 transparent transparent transparent;
    content: "";
}

@media only screen and (max-width: 969px) {
    .lp-textDownload::after {
        border-width: calc((60 * 100vw) / 970) calc((75 * 100vw) / 970);
    }
}

@media only screen and (max-width: 640px) {
    .lp-textDownload::after {
        border-width: 35px 45px;
    }
}

.lp-textDownloadOuter {
    text-align: center;
}

.lp-textDownload a {
    color: #333;
    text-decoration: none;
}

.lp-textDownload a:hover {
    border-bottom: solid 2px;
}

.lp-figure {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
}

@media only screen and (max-width: 640px) {
    .lp-figure {
        min-height: 0%;
    }
}

.lp-figure > iframe {
    top: 0;
    left: 0;
}

.lp-figure video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
}

.lp-card {
    min-height: 0%;
    padding: 50px 45px 30px;
    background: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.8);
}

.theme-KC .lp-card {
  padding: 50px 45px;
}

@media only screen and (max-width: 969px) {
    .lp-card {
        padding: calc((50 * 100vw) / 970) calc((45 * 100vw) / 970) calc((30 * 100vw) / 970);
    }
}

@media only screen and (max-width: 969px) {
    .theme-KC .lp-card {
        padding: calc((50 * 100vw) / 970) calc((45 * 100vw) / 970);
    }
}

@media only screen and (max-width: 640px) {
    .lp-card {
        margin: 0 20px;
        padding: 20px;
    }
}

@media only screen and (max-width: 640px) {
  .theme-KC .lp-card {
      margin: 0 20px;
      padding: 20px;
  }
}

.lp-cardLead {
    width: 100%;
    margin: 0 auto 26px;
    padding: 0 30px;
    background: linear-gradient(to right, #002d60, #009adf);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.6);
    text-align: center;
}

.lp-cardLead > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 969px) {
    .lp-cardLead {
        margin: 0 suto calc((23 * 100vw) / 970);
        padding: calc((3 * 100vw) / 970) calc((30 * 100vw) / 970) 0;
    }
}

@media only screen and (max-width: 640px) {
    .lp-cardLead {
        padding: 7px 30px;
    }
}

@media only screen and (max-width: 640px) {
  .theme-KC .lp-cardLead {
      margin-bottom: 20px;
      padding: 15px 30px;
  }
}

.lp-cardDownload {
    margin-bottom: 20px;
    padding: 7px 20px 4px;
    background: linear-gradient(#3f3f3f, #1c1c1c);
    color: #fff;
    font-size: 2.4rem;
    font-weight: normal;
    text-align: center;
}

@media only screen and (max-width: 969px) {
    .lp-cardDownload {
        margin-bottom: calc((20 * 100vw) / 970);
        padding: calc((7 * 100vw) / 970) calc((20 * 100vw) / 970) calc((4 * 100vw) / 970);
        font-size: calc((24 * 100vw) / 970);
    }
}

.lp-cardDownload-body {
    display: inline-block;
    position: relative;
    margin-bottom: 0;
    padding: 0 80px;
}

@media only screen and (max-width: 969px) {
    .lp-cardDownload-body {
        padding: 0 calc((80 * 100vw) / 970);
    }
}

.lp-cardDownload-body::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 24px;
    height: 28px;
    margin-top: -14px;
    background: url("../../../img/landing_page/common/icon_btn_arrow.png") no-repeat;
    content: "";
}

@media only screen and (max-width: 969px) {
    .lp-cardDownload-body::before {
        width: calc((24 * 100vw) / 970);
        height: calc((28 * 100vw) / 970);
        margin-top: calc((-14 * 100vw) / 970);
        background-size: contain;
    }
}

.lp-cardDownload-body::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 24px;
    height: 28px;
    margin-top: -14px;
    background: url("../../../img/landing_page/common/icon_btn_arrow.png") no-repeat;
    content: "";
}

@media only screen and (max-width: 969px) {
    .lp-cardDownload-body::after {
        width: calc((24 * 100vw) / 970);
        height: calc((28 * 100vw) / 970);
        margin-top: calc((-14 * 100vw) / 970);
        background-size: contain;
    }
}

.lp-textLead {
    color: #fff;
    font-size: 3rem;
    font-weight: bold;
}

@media only screen and (max-width: 969px) {
    .lp-textLead {
        font-size: calc((30 * 100vw) / 970);
    }
}

@media only screen and (max-width: 640px) {
    .lp-textLead {
        font-size: 1.8rem;
        line-height: 1.2;
    }
}

@media only screen and (max-width: 640px) {
    .theme-KC .lp-textLead {
        font-size: 2.2rem;
        line-height: 1.2;
    }
}

.lp-textLead em {
    font-size: 6rem;
}

@media only screen and (max-width: 969px) {
    .lp-textLead em {
        font-size: calc((60 * 100vw) / 970);
    }
}

@media only screen and (max-width: 640px) {
    .lp-textLead em {
        font-size: 3rem;
    }
}

@media only screen and (max-width: 640px) {
    .theme-KC .lp-textLead em {
        font-size: 3.4rem;
    }
}

.lp-textNumber {
    display: block;
    width: 80px;
    margin-bottom: 10px;
}

@media only screen and (max-width: 969px) {
    .lp-textNumber {
        width: calc((80 * 100vw) / 970);
        margin-bottom: calc((10 * 100vw) / 970);
    }
}

@media only screen and (max-width: 640px) {
    .lp-textNumber {
        width: 56px;
        margin: 0 auto 5px;
    }
}

@media all and (-ms-high-contrast: none) {
    .lp-media.of-recommend .lp-media-text {
        background: none;
        color: #002d60;
    }
}

.lp-utility-textColor-emphasis {
    color: #86a400;
}

.lp-utility-text-newLine {
    display: block;
}

@media only screen and (min-width: 969px) {
    .lp-largeScreen-text-newLine {
        display: block;
    }
}
