@charset "UTF-8";

.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.6rem;
    }
}

.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: #129e83;
}

.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;
}

body {
    background: #ececec;
    color: #0d3557;
}

.lp-layout-header {
    position: relative;
    min-height: 82px;
}

@media only screen and (max-width: 1023px) {
    .lp-layout-header {
        min-height: inherit;
    }
}

.lp-layout-header-content {
    display: flex;
    max-width: 1280px;
    margin: 0 auto;
    padding: 28px 0;
}

.lp-layout-header-content > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1919px) {
    .lp-layout-header-content {
        padding: calc(2.2rem + ((1vw - 1.024rem) * (0.66964))) 0;
    }
}

@media only screen and (max-width: 1023px) {
    .lp-layout-header-content {
        justify-content: center;
        padding: 22px 20px;
    }
}

.lp-layout-header-logo {
    display: block;
    margin-bottom: 0;
    line-height: 1;
}

@media only screen and (max-width: 1023px) {
    .lp-layout-header-logo {
        min-height: 0%;
        text-align: center;
    }
}

.lp-layout-header-logo a {
    text-decoration: none;
}

.lp-layout-header-logo img {
    width: 148px;
}

@media only screen and (max-width: 1023px) {
    .lp-layout-header-logo img {
        width: 114px;
    }
}

.theme-KC .lp-layout-header-logo img {
    width: 272px;
}

@media only screen and (max-width: 1023px) {
    .theme-KC .lp-layout-header-logo img {
        width: 208px;
    }
}

.lp-layout-footer {
    overflow: hidden;
    background: #ececec;
    color: #7a8592;
}

.lp-layout-footer-content {
    display: flex;
    flex-wrap: wrap;
    max-width: calc(1280px + 40px);
    margin: 0 auto;
    padding: 16px 20px;
    border-top: 1px solid #d2d2d2;
}

@media only screen and (max-width: 1023px) {
    .lp-layout-footer-content {
        flex-direction: column;
        align-items: center;
        padding: 24px 20px;
    }
}

.lp-layout-footer aside {
    width: 100%;
}

.lp-layout-footer-utilityGroup {
    flex: 1;
    margin-left: 20px;
}

.lp-layout-footer-utilityGroup > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1023px) {
    .lp-layout-footer-utilityGroup {
        flex: none;
        width: 100%;
        margin-left: 0;
    }
}

.lp-layout-footer-utilityList {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: -8px -28px 8px 0;
    font-size: 1.4rem;
    line-height: 1.14;
    text-align: center;
}

.lp-layout-footer-utilityList > li {
    position: relative;
    margin-top: 8px;
    margin-right: 28px;
}

.lp-layout-footer-utilityList > li::before {
    display: block;
    position: absolute;
    top: 50%;
    left: -14px;
    width: 1px;
    height: 16px;
    transform: translateY(-50%);
    background-color: #7a8592;
    content: "";
}

.lp-layout-footer-utilityList > li:first-child::before {
    display: none;
}

.lp-layout-footer-utilityList > .lp-layout-footer-copyright {
    margin-bottom: 0;
    font-size: 1.4rem;
    line-height: 1.14;
}

@media only screen and (max-width: 1023px) {
    .lp-layout-footer-utilityList > .lp-layout-footer-copyright {
        width: 100%;
        text-align: center;
    }
}

@media only screen and (max-width: 1023px) {
    .lp-layout-footer-utilityList > .lp-layout-footer-copyright::before {
        display: none;
    }
}

.lp-layout-footer-utilityList a {
    color: #7a8592;
    text-decoration: none;
}

.lp-layout-footer-utilityList a:hover, .lp-layout-footer-utilityList a:active, .lp-layout-footer-utilityList a:focus {
    text-decoration: underline;
}

.lp-layout-grid {
    display: flex;
    flex-wrap: wrap;
    margin: -8px 0 24px -8px;
}

@media only screen and (max-width: 1919px) {
    .lp-layout-grid {
        margin: -8px 0 calc(1.9rem + ((1vw - 1.024rem) * (0.55804))) -8px;
    }
}

@media only screen and (max-width: 1023px) {
    .lp-layout-grid {
        margin: -2px 0 calc(3.2rem + ((1vw - 1.024rem) * (4.01786))) 0;
    }
}

@media only screen and (max-width: 359px) {
    .lp-layout-grid {
        margin: -2px 0 32px 0;
    }
}

.lp-layout-grid.of-column-2 .lp-layout-grid-column {
    width: 50%;
}

@media only screen and (max-width: 1023px) {
    .lp-layout-grid.of-column-2 .lp-layout-grid-column {
        width: 100%;
    }
}

.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 {
    width: 33.333333%;
}

@media only screen and (max-width: 1023px) {
    .lp-layout-grid.of-column-3 .lp-layout-grid-column {
        width: 100%;
    }
}

.lp-layout-grid.of-column-3 .lp-layout-grid-column.of-column-2 {
    width: 66.666666%;
}

@media only screen and (max-width: 1023px) {
    .lp-layout-grid.of-column-3 .lp-layout-grid-column.of-column-2 {
        width: 100%;
    }
}

.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 {
    width: 25%;
}

@media only screen and (max-width: 1023px) {
    .lp-layout-grid.of-column-4 .lp-layout-grid-column {
        width: 50%;
        text-align: center;
    }
}

.lp-layout-grid.of-column-4 .lp-layout-grid-column.of-column-2 {
    width: 66.666666%;
}

@media only screen and (max-width: 1023px) {
    .lp-layout-grid.of-column-4 .lp-layout-grid-column.of-column-2 {
        width: 100%;
    }
}

.lp-layout-grid.of-column-4 .lp-layout-grid-column.of-column-3 {
    width: 100%;
}

.lp-layout-grid-column {
    width: 100%;
    margin-top: 8px;
    padding-left: 8px;
}

.lp-layout-grid-column > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1023px) {
    .lp-layout-grid-column {
        margin-top: 2px;
        padding-left: 0;
    }
}

.lp-layout-grid-column.of-flex {
    display: flex;
    flex-wrap: wrap;
}

.lp-layout-grid-column.of-flex > * {
    width: 100%;
}

.lp-layout-grid-column.of-flex .lp-card {
    display: flex;
    align-items: center;
    justify-content: center;
}

.lp-jumbotron {
    margin-bottom: 56px;
    background: transparent linear-gradient(188deg, #005b97 0%, #152b41 100%) 0% 0% no-repeat padding-box;
    color: #fff;
}

@media only screen and (max-width: 1919px) {
    .lp-jumbotron {
        margin-bottom: calc(4.5rem + ((1vw - 1.024rem) * (1.22768)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-jumbotron {
        margin-bottom: calc(2.4rem + ((1vw - 0.36rem) * (3.91566)));
    }
}

@media only screen and (max-width: 359px) {
    .lp-jumbotron {
        margin-bottom: 24px;
    }
}

.lp-jumbotron-content {
    max-width: calc(1280px + 160px);
    margin: 0 auto;
    padding: 0 80px;
}

.lp-jumbotron-content > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1919px) {
    .lp-jumbotron-content {
        padding: 0 calc(6.4rem + ((1vw - 1.024rem) * (1.78571)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-jumbotron-content {
        padding: 0 calc(2rem + ((1vw - 0.36rem) * (5.65217)));
    }
}

@media only screen and (max-width: 359px) {
    .lp-jumbotron-content {
        padding: 0 20px;
    }
}

.lp-jumbotron-inner {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    padding: 56px 0 80px;
}

.lp-jumbotron-inner > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1919px) {
    .lp-jumbotron-inner {
        padding: calc(4.5rem + ((1vw - 1.024rem) * (1.22768))) 0 calc(6.4rem + ((1vw - 1.024rem) * (1.78571)));
    }
}

@media only screen and (max-width: 1279px) {
    .lp-jumbotron-inner {
        padding: calc(4rem + ((1vw - 1.024rem) * (1.78571))) 0 calc(5.8rem + ((1vw - 1.024rem) * (2.45536)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-jumbotron-inner {
        flex-direction: column-reverse;
        padding: 8px 0 40px;
    }
}

.lp-jumbotron-body {
    flex: 1;
}

.lp-jumbotron-body > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1023px) {
    .lp-jumbotron-body {
        flex: none;
        width: 100%;
    }
}

.lp-jumbotron-image {
    width: 580px;
    margin-right: 80px;
}

@media only screen and (max-width: 1919px) {
    .lp-jumbotron-image {
        width: calc(46.4rem + ((1vw - 1.024rem) * (12.94643)));
        margin-right: calc(6.4rem + ((1vw - 1.024rem) * (1.78571)));
    }
}

@media only screen and (max-width: 1279px) {
    .lp-jumbotron-image {
        width: calc(44rem + ((1vw - 1.024rem) * (15.625)));
        margin-right: calc(5.7rem + ((1vw - 1.024rem) * (2.56696)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-jumbotron-image {
        width: calc(23.5rem + ((1vw - 0.36rem) * (24.8494)));
        min-height: 0%;
        margin: 0 auto;
        text-align: center;
    }
}

@media only screen and (max-width: 359px) {
    .lp-jumbotron-image {
        width: 100%;
        max-width: 235px;
    }
}

.lp-jumbotron-title {
    display: block;
    margin-bottom: 48px;
    font-size: 6.4rem;
    line-height: 1;
}

@media only screen and (max-width: 1919px) {
    .lp-jumbotron-title {
        margin-bottom: calc(3.8rem + ((1vw - 1.024rem) * (1.11607)));
        font-size: calc(5.1rem + ((1vw - 1.024rem) * (1.45089)));
    }
}

@media only screen and (max-width: 1279px) {
    .lp-jumbotron-title {
        margin-bottom: calc(3.5rem + ((1vw - 1.024rem) * (1.45089)));
        font-size: calc(4.6rem + ((1vw - 1.024rem) * (2.00893)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-jumbotron-title {
        margin-bottom: 16px;
        font-size: calc(3.2rem + ((1vw - 0.36rem) * (1.20482)));
        line-height: 1.25;
        text-align: center;
    }
}

@media only screen and (max-width: 359px) {
    .lp-jumbotron-title {
        font-size: 32px;
    }
}

.lp-jumbotron-titleGroup {
    margin-bottom: 40px;
}

.lp-jumbotron-titleGroup > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1919px) {
    .lp-jumbotron-titleGroup {
        margin-bottom: calc(3.2rem + ((1vw - 1.024rem) * (0.89286)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-jumbotron-titleGroup {
        margin-bottom: 40px;
        text-align: center;
    }
}

.lp-jumbotron-series {
    display: block;
    margin-bottom: 24px;
    font-size: 2.8rem;
    font-weight: normal;
    line-height: 1.28;
}

@media only screen and (max-width: 1919px) {
    .lp-jumbotron-series {
        margin-bottom: calc(1.9rem + ((1vw - 1.024rem) * (0.55804)));
        font-size: calc(2.2rem + ((1vw - 1.024rem) * (0.66964)));
    }
}

@media only screen and (max-width: 1279px) {
    .lp-jumbotron-series {
        margin-bottom: calc(1.7rem + ((1vw - 1.024rem) * (0.78125)));
        font-size: calc(2rem + ((1vw - 1.024rem) * (0.89286)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-jumbotron-series {
        margin-bottom: 8px;
        font-size: 1.6rem;
        line-height: 1.5;
        text-align: left;
    }
}

.lp-jumbotron-seriesGroup {
    margin-bottom: 40px;
}

.lp-jumbotron-seriesGroup > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1919px) {
    .lp-jumbotron-seriesGroup {
        margin-bottom: calc(3.2rem + ((1vw - 1.024rem) * (0.89286)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-jumbotron-seriesGroup {
        max-width: 320px;
        margin: 0 auto;
        margin-bottom: 40px;
    }
}

.lp-jumbotron-seriesGroup.of-flex {
    display: flex;
    align-items: center;
    margin-top: -8px;
}

.lp-jumbotron-seriesGroup.of-flex .lp-jumbotron-series {
    flex: 1;
    margin: 8px 0 0 16px;
}

@media only screen and (max-width: 1023px) {
    .lp-jumbotron-seriesGroup.of-flex .lp-jumbotron-series {
        max-width: 360px;
        margin: 8px 0 0 8px;
    }
}

.lp-jumbotron-seriesGroup.of-flex .lp-label-outer {
    margin-top: 8px;
    margin-bottom: 0;
}

.lp-section {
    margin-bottom: 120px;
}

@media only screen and (max-width: 1919px) {
    .lp-section {
        margin-bottom: calc(9.6rem + ((1vw - 1.024rem) * (2.67857)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-section {
        margin-bottom: calc(5.6rem + ((1vw - 0.36rem) * (9.63855)));
    }
}

@media only screen and (max-width: 359px) {
    .lp-section {
        margin-bottom: 56px;
    }
}

.lp-section-content {
    max-width: calc(1280px + 160px);
    margin: 0 auto;
    padding: 0 80px;
}

.lp-section-content > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1919px) {
    .lp-section-content {
        padding: 0 calc(6.4rem + ((1vw - 1.024rem) * (1.78571)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-section-content {
        padding: 0 calc(2rem + ((1vw - 0.36rem) * (16.26506)));
    }
}

@media only screen and (max-width: 359px) {
    .lp-section-content {
        padding: 0 20px;
    }
}

.lp-section.of-conversion {
    margin-bottom: 80px;
}

@media only screen and (max-width: 1919px) {
    .lp-section.of-conversion {
        margin-bottom: calc(6.4rem + ((1vw - 1.024rem) * (1.78571)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-section.of-conversion {
        margin-bottom: calc(6.4rem + ((1vw - 0.36rem) * (10.84337)));
    }
}

@media only screen and (max-width: 359px) {
    .lp-section.of-conversion {
        margin-bottom: 64px;
    }
}

.lp-section.of-conversion .lp-section-content {
    padding: 64px 80px 0;
}

@media only screen and (max-width: 1919px) {
    .lp-section.of-conversion .lp-section-content {
        padding: calc(5.1rem + ((1vw - 1.024rem) * (1.45089))) calc(6.4rem + ((1vw - 1.024rem) * (1.78571))) 0;
    }
}

@media only screen and (max-width: 1023px) {
    .lp-section.of-conversion .lp-section-content {
        padding: 0 calc(2rem + ((1vw - 0.36rem) * (16.26506)));
    }
}

@media only screen and (max-width: 359px) {
    .lp-section.of-conversion .lp-section-content {
        padding: 0 20px;
    }
}

.lp-card {
    margin-bottom: 24px;
    padding: 8px 16px;
    background: #fff;
}

.lp-card > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1919px) {
    .lp-card {
        margin-bottom: calc(1.9rem + ((1vw - 1.024rem) * (0.55804)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-card {
        max-width: calc(32rem + ((1vw - 0.36rem) * (45.18072)));
        margin: 0 auto;
        margin-bottom: calc(2.4rem + ((1vw - 0.36rem) * (3.91566)));
        padding: calc(0.8rem + ((1vw - 0.36rem) * (1.50602))) calc(1.6rem + ((1vw - 0.36rem) * (2.71084)));
    }
}

@media only screen and (max-width: 359px) {
    .lp-card {
        max-width: 320px;
        margin-bottom: 24px;
        padding: 8px 16px;
    }
}

.lp-media {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

@media only screen and (max-width: 1919px) {
    .lp-media {
        margin-bottom: calc(3.2rem + ((1vw - 1.024rem) * (0.89286)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-media {
        flex-direction: column;
        margin-bottom: calc(2.4rem + ((1vw - 0.36rem) * (3.91566)));
    }
}

@media only screen and (max-width: 359px) {
    .lp-media {
        margin-bottom: 24px;
    }
}

.lp-media-body {
    flex: 1;
    text-align: center;
}

.lp-media-body > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1023px) {
    .lp-media-body {
        flex: none;
        width: 100%;
    }
}

.lp-media-text {
    margin-bottom: 24px;
    font-size: 2rem;
    line-height: 1.6;
}

@media only screen and (max-width: 1919px) {
    .lp-media-text {
        margin-bottom: calc(1.9rem + ((1vw - 1.024rem) * (0.55804)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-media-text {
        margin-bottom: calc(2.4rem + ((1vw - 0.36rem) * (2.82609)));
        font-size: 1.6rem;
        line-height: 1.33;
    }
}

@media only screen and (max-width: 359px) {
    .lp-media-text {
        margin-bottom: 24px;
    }
}

.lp-media-image {
    width: 620px;
    margin-left: 40px;
}

@media only screen and (max-width: 1919px) {
    .lp-media-image {
        width: calc(49.6rem + ((1vw - 1.024rem) * (13.83929)));
        margin-left: calc(3.2rem + ((1vw - 1.024rem) * (0.89286)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-media-image {
        width: calc(32rem + ((1vw - 0.36rem) * (45.18072)));
        min-height: 0%;
        margin-top: calc(2.4rem + ((1vw - 0.36rem) * (3.91566)));
        margin-left: 0;
        text-align: center;
    }
}

@media only screen and (max-width: 359px) {
    .lp-media-image {
        width: 100%;
        max-width: 320px;
        margin-top: 24px;
    }
}

.lp-media.of-row-reverse {
    flex-direction: row-reverse;
}

@media only screen and (max-width: 1023px) {
    .lp-media.of-row-reverse {
        flex-direction: column-reverse;
    }
}

.lp-media.of-row-reverse .lp-media-image {
    margin-right: 40px;
    margin-left: 0;
}

@media only screen and (max-width: 1919px) {
    .lp-media.of-row-reverse .lp-media-image {
        margin-right: calc(3.2rem + ((1vw - 1.024rem) * (0.89286)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-media.of-row-reverse .lp-media-image {
        margin-right: 0;
    }
}

.lp-mediaConversion {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    margin-bottom: 40px;
}

@media only screen and (max-width: 1919px) {
    .lp-mediaConversion {
        margin-bottom: calc(3.2rem + ((1vw - 1.024rem) * (0.89286)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-mediaConversion {
        flex-direction: column-reverse;
        width: 100%;
        margin-bottom: calc(6.2rem + ((1vw - 0.36rem) * (10.54217)));
    }
}

@media only screen and (max-width: 359px) {
    .lp-mediaConversion {
        margin-bottom: 62px;
    }
}

.lp-mediaConversion-body {
    flex: 1;
    text-align: center;
}

.lp-mediaConversion-body > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1023px) {
    .lp-mediaConversion-body {
        flex: none;
        width: 100%;
    }
}

.lp-mediaConversion-text {
    margin-bottom: 48px;
    font-size: 4.8rem;
    line-height: 1.66;
}

@media only screen and (max-width: 1919px) {
    .lp-mediaConversion-text {
        margin-bottom: calc(3.8rem + ((1vw - 1.024rem) * (1.11607)));
        font-size: calc(3.8rem + ((1vw - 1.024rem) * (1.11607)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-mediaConversion-text {
        margin-bottom: calc(4rem + ((1vw - 0.36rem) * (6.77711)));
        font-size: calc(2.4rem + ((1vw - 0.36rem) * (3.91566)));
        font-weight: bold;
        text-align: center;
    }
}

@media only screen and (max-width: 359px) {
    .lp-mediaConversion-text {
        margin-bottom: 40px;
        font-size: 24px;
    }
}

.lp-mediaConversion-image {
    width: 620px;
    margin-right: 40px;
}

@media only screen and (max-width: 1919px) {
    .lp-mediaConversion-image {
        width: calc(49.6rem + ((1vw - 1.024rem) * (13.83929)));
        margin-right: calc(3.2rem + ((1vw - 1.024rem) * (0.89286)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-mediaConversion-image {
        width: calc(32rem + ((1vw - 0.36rem) * (54.21687)));
        min-height: 0%;
        margin: 0 0 calc(2.4rem + ((1vw - 0.36rem) * (3.91566))) 0;
    }
}

@media only screen and (max-width: 359px) {
    .lp-mediaConversion-image {
        width: 100%;
        max-width: 320px;
        margin: 0 0 24px 0;
    }
}

.lp-label {
    display: inline-block;
    max-width: 136px;
    margin-bottom: 8px;
    padding: 8px 24px;
    background: #ce0010;
    color: #fff;
    font-size: 2rem;
    font-weight: normal;
    line-height: 1.2;
    text-align: center;
}

@media only screen and (max-width: 1919px) {
    .lp-label {
        padding: calc(0.6rem + ((1vw - 1.024rem) * (0.22321))) calc(1.9rem + ((1vw - 1.024rem) * (0.55804)));
        font-size: calc(1.6rem + ((1vw - 1.024rem) * (0.44643)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-label {
        margin-bottom: 10px;
        padding: 6px 16px;
        font-size: 1.4rem;
        line-height: 1.6;
    }
}

.lp-label-outer {
    display: block;
    margin-bottom: 8px;
    line-height: 0;
}

.lp-label-outer > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1023px) {
    .lp-label-outer {
        margin-bottom: 10px;
    }
}

.lp-listButton {
    display: flex;
    flex-wrap: wrap;
    margin: -32px 0 24px -24px;
}

@media only screen and (max-width: 1023px) {
    .lp-listButton {
        justify-content: center;
        margin: -24px 0 24px -20px;
    }
}

.lp-listButton > li {
    width: 100%;
    margin-top: 32px;
    margin-left: 24px;
}

@media only screen and (max-width: 1023px) {
    .lp-listButton > li {
        margin-top: 24px;
        margin-left: 24px;
    }
}

.lp-listSpec {
    width: 100%;
    margin-bottom: 24px;
}

.lp-listSpec > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1919px) {
    .lp-listSpec {
        margin-bottom: calc(1.9rem + ((1vw - 1.024rem) * (0.55804)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-listSpec {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: calc(0.8rem + ((1vw - 0.36rem) * (1.20482)));
    }
}

@media only screen and (max-width: 359px) {
    .lp-listSpec {
        margin-bottom: 8px;
    }
}

.lp-listSpec-title {
    margin-bottom: 4px;
    font-size: 1.6rem;
    line-height: 1.25;
}

@media only screen and (max-width: 1023px) {
    .lp-listSpec-title {
        margin-right: 4px;
        margin-bottom: 0;
        font-size: 1.6rem;
    }
}

.lp-listSpec-text {
    margin-bottom: 4px;
    font-size: 2rem;
    line-height: 1.3;
}

@media only screen and (max-width: 1023px) {
    .lp-listSpec-text {
        margin-bottom: 0;
        font-size: 1.6rem;
        line-height: 1.25;
    }
}

.lp-headingLevel2 {
    position: relative;
    margin-bottom: 24px;
    padding-bottom: 24px;
    color: #0d3557;
    font-size: 4.8rem;
    line-height: 1.16;
    text-align: center;
}

.lp-headingLevel2::before {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 70px;
    height: 2px;
    transform: translateX(-50%);
    background: #0d3557;
    content: "";
}

@media only screen and (max-width: 1919px) {
    .lp-headingLevel2 {
        margin-bottom: calc(1.9rem + ((1vw - 1.024rem) * (0.55804)));
        padding-bottom: calc(1.9rem + ((1vw - 1.024rem) * (0.55804)));
        font-size: calc(3.8rem + ((1vw - 1.024rem) * (1.11607)));
    }
}

@media only screen and (max-width: 1279px) {
    .lp-headingLevel2 {
        margin-bottom: calc(1.7rem + ((1vw - 1.024rem) * (0.78125)));
        padding-bottom: calc(1.7rem + ((1vw - 1.024rem) * (0.78125)));
        font-size: calc(3.5rem + ((1vw - 1.024rem) * (1.45089)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-headingLevel2 {
        margin-bottom: 8px;
        padding-bottom: 16px;
        font-size: calc(2.4rem + ((1vw - 0.36rem) * (1.80723)));
        line-height: 1.33;
    }
}

@media only screen and (max-width: 359px) {
    .lp-headingLevel2 {
        font-size: 2.4rem;
    }
}

.lp-headingLevel3 {
    margin-bottom: 16px;
    color: #0fab58;
    font-size: 3.4rem;
    line-height: 1.17;
}

@media only screen and (max-width: 1919px) {
    .lp-headingLevel3 {
        margin-bottom: calc(1.3rem + ((1vw - 1.024rem) * (0.33482)));
        font-size: calc(2.7rem + ((1vw - 1.024rem) * (0.78125)));
    }
}

@media only screen and (max-width: 1279px) {
    .lp-headingLevel3 {
        margin-bottom: calc(1.2rem + ((1vw - 1.024rem) * (0.44643)));
        font-size: calc(2.5rem + ((1vw - 1.024rem) * (1.00446)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-headingLevel3 {
        margin-bottom: calc(0.8rem + ((1vw - 0.36rem) * (1.20482)));
        font-size: calc(1.6rem + ((1vw - 0.36rem) * (1.20482)));
        line-height: 1.37;
    }
}

@media only screen and (max-width: 359px) {
    .lp-headingLevel3 {
        margin-bottom: 8px;
        font-size: 1.6rem;
    }
}

.lp-navigationSeries {
    margin: 0 auto 14px;
    padding: 0 10px;
    border: 0;
}

.lp-navigationSeries-linkList {
    justify-content: center;
    margin-right: -28px;
    text-align: center;
}

@media only screen and (max-width: 1919px) {
    .lp-navigationSeries-linkList {
        margin-top: 0;
    }
}

.lp-navigationSeries-linkList > li {
    margin-right: 28px;
    margin-left: 0;
    font-size: 1.4rem;
}

.lp-navigationSeries-linkList > li::before {
    display: block;
    position: absolute;
    top: 50%;
    right: -14px;
    width: 1px;
    height: 16px;
    transform: translateY(-50%);
    background-color: #7a8592;
    content: "";
}

.lp-navigationSeries-linkList > li:last-child::before {
    display: none;
}

.lp-navigationSeries-linkList > li > a {
    padding-left: 0;
    color: #7a8592;
}

@media only screen and (max-width: 1023px) {
    .lp-navigationSeries-linkList > li > a {
        line-height: 1.6;
    }
}

.lp-navigationSeries-linkList > li > a::before {
    display: none;
}

.lp-utility-textAlign-center {
    text-align: center;
}

.lp-utility-textColor-primary {
    color: #0d3557;
}

.lp-utility-line-break {
    display: block;
}

@media only screen and (max-width: 1023px) {
    .lp-smallScreen-textAlign-center {
        text-align: center;
    }
    .lp-smallScreen-line-break {
        display: block;
    }
}
