@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;
}

.lp-jumbotron {
    background: url("../../../img/landing_page/szv_network/szv_network_bg_05.jpg") #ffe27e no-repeat center top;
}

@media only screen and (max-width: 1239px) {
    .lp-jumbotron {
        background-size: contain;
    }
}

.lp-jumbotron-content {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    max-width: calc(1240px + 40px);
    margin: 0 auto;
    padding: 72px 20px;
}

.lp-jumbotron-content > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1239px) {
    .lp-jumbotron-content {
        padding: calc(4rem + ((1vw - 0.769rem) * (6.79406))) 20px;
    }
}

@media only screen and (max-width: 768px) {
    .lp-jumbotron-content {
        flex-direction: column-reverse;
        padding: calc(2.4rem + ((1vw - 0.36rem) * (3.91198))) 20px;
        text-align: center;
    }
}

.lp-jumbotron-body {
    flex: 1;
    width: 100%;
}

.lp-jumbotron-body > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
    .lp-jumbotron-body {
        flex: none;
        margin-top: 24px;
    }
}

.lp-jumbotron-title {
    display: block;
    margin-bottom: 16px;
    font-size: 5.6rem;
    line-height: 1.2;
}

@media only screen and (max-width: 1239px) {
    .lp-jumbotron-title {
        font-size: calc(3.4rem + ((1vw - 0.769rem) * (4.67091)));
    }
}

@media only screen and (max-width: 768px) {
    .lp-jumbotron-title {
        font-size: calc(2.4rem + ((1vw - 0.36rem) * (2.44499)));
    }
}

.lp-jumbotron-titleGroup {
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
}

.lp-jumbotron-titleGroup > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1239px) {
    .lp-jumbotron-titleGroup {
        margin-bottom: calc(2.4rem + ((1vw - 0.36rem) * (1.81818)));
    }
}

.lp-jumbotron-series {
    display: block;
    margin-bottom: 8px;
    font-size: 3.2rem;
    line-height: 1.2;
}

@media only screen and (max-width: 1239px) {
    .lp-jumbotron-series {
        font-size: calc(2rem + ((1vw - 0.769rem) * (2.54777)));
    }
}

@media only screen and (max-width: 768px) {
    .lp-jumbotron-series {
        font-size: calc(1.6rem + ((1vw - 0.36rem) * (0.978)));
    }
}

.lp-jumbotron-image {
    width: 604px;
    margin-right: 32px;
}

@media only screen and (max-width: 1239px) {
    .lp-jumbotron-image {
        width: calc(37.4rem + ((1vw - 0.769rem) * (48.83227)));
        margin-right: calc(1.8rem + ((1vw - 0.769rem) * (2.9724)));
    }
}

@media only screen and (max-width: 768px) {
    .lp-jumbotron-image {
        width: 100%;
        min-height: 0%;
        margin: 0 auto;
        text-align: center;
    }
}

.lp-section {
    overflow: hidden;
    background: #fff;
}

.lp-section-content {
    max-width: calc(1240px + 40px);
    margin: 0 auto;
    padding: 40px 20px;
}

.lp-section-content > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1239px) {
    .lp-section-content {
        padding: calc(1.6rem + ((1vw - 0.36rem) * (2.72727))) calc(2rem + ((1vw - 0.36rem) * (15.90909)));
    }
}

@media only screen and (max-width: 768px) {
    .lp-section-content {
        padding: 16px 20px;
    }
}

.lp-section-header {
    padding-bottom: 16px;
}

.lp-section-header > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1239px) {
    .lp-section-header {
        padding-bottom: 16px;
        text-align: center;
    }
}

.lp-section-body {
    z-index: 0;
    position: relative;
    padding: 40px 0;
}

.lp-section-body > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
    .lp-section-body {
        padding: 24px 20px;
    }
}

.lp-section-body.of-primary {
    padding: 50px 0 40px;
}

@media only screen and (max-width: 1239px) {
    .lp-section-body.of-primary {
        padding: 24px 0 40px;
    }
}

@media only screen and (max-width: 768px) {
    .lp-section-body.of-primary {
        padding: 24px 0 16px;
    }
}

.lp-section-body.of-primary::before {
    display: block;
    z-index: -1;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 1760px;
    height: 100%;
    transform: translateX(-50%);
    background: transparent linear-gradient(180deg, #d3efcd 0%, #fefce9 100%) 0% 0% no-repeat padding-box;
    content: "";
}

.lp-section.of-primary .lp-section-content {
    padding: 64px 20px 0;
}

@media only screen and (max-width: 1239px) {
    .lp-section.of-primary .lp-section-content {
        padding: 24px calc(2rem + ((1vw - 0.36rem) * (15.90909))) 0;
    }
}

.lp-section.of-primary .lp-section-header {
    padding-top: 24px;
    padding-right: 738px;
}

@media only screen and (max-width: 1239px) {
    .lp-section.of-primary .lp-section-header {
        padding: 16px 0;
    }
}

.lp-section.of-secondary .lp-section-content {
    padding: 0 20px;
}

@media only screen and (max-width: 1239px) {
    .lp-section.of-secondary .lp-section-content {
        padding: 24px calc(2rem + ((1vw - 0.36rem) * (15.90909))) 0;
    }
}

.lp-section.of-secondary .lp-section-header {
    padding-top: 40px;
    padding-bottom: 132px;
}

@media only screen and (max-width: 1239px) {
    .lp-section.of-secondary .lp-section-header {
        padding: 16px 0;
    }
}

.lp-section.of-conversion .lp-section-content {
    padding: 40px 192px;
}

@media only screen and (max-width: 1239px) {
    .lp-section.of-conversion .lp-section-content {
        padding: calc(2.4rem + ((1vw - 0.769rem) * (3.39703))) calc(12rem + ((1vw - 0.769rem) * (15.28662)));
    }
}

@media only screen and (max-width: 768px) {
    .lp-section.of-conversion .lp-section-content {
        padding: 24px 20px;
    }
}

.lp-card {
    margin-bottom: 40px;
    padding: 32px;
    background-color: #fff;
}

@media only screen and (max-width: 1239px) {
    .lp-card {
        padding: 0;
        background-color: inherit;
    }
}

@media only screen and (max-width: 768px) {
    .lp-card {
        width: 100%;
        margin-bottom: 16px;
    }
}

.lp-card > *:last-child {
    margin-bottom: 0;
}

.lp-card.of-primary {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 16px;
    background: #ebebeb;
}

.lp-card.of-secondary {
    padding: 16px;
    background: #ffe1a5;
}

@media only screen and (max-width: 1239px) {
    .lp-card.of-secondary {
        padding: calc(0.8rem + ((1vw - 0.36rem) * (0.90909)));
    }
}

.lp-media {
    display: flex;
    flex-direction: column-reverse;
    margin: 0 auto 32px;
    text-align: center;
}

@media only screen and (max-width: 1239px) {
    .lp-media {
        width: 100%;
        margin: 0 auto 8px;
    }
}

.lp-media-body {
    font-size: 1.8rem;
    line-height: 1.2;
}

.lp-media-body > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
    .lp-media-body {
        font-size: 1.6rem;
    }
    .lp-media-body .lp-smallScreen-textSize-large {
        font-size: 1.8rem;
    }
}

.lp-media-image {
    width: 100%;
    min-height: 0%;
    margin: 0 auto 16px;
}

.lp-media.of-arrow {
    position: relative;
    padding-right: 106px;
}

@media only screen and (max-width: 1239px) {
    .lp-media.of-arrow {
        padding-right: 0;
    }
}

.lp-media.of-arrow::before {
    position: absolute;
    top: 50%;
    right: 0;
    width: 75px;
    height: 87px;
    transform: translateY(-50%);
    background: url("../../../img/landing_page/szv_network/szv_network_bg_07.png") no-repeat top;
    content: "";
}

@media only screen and (max-width: 1239px) {
    .lp-media.of-arrow::before {
        position: relative;
        top: 100%;
        margin: 16px auto;
        transform: rotate(90deg);
    }
}

.lp-media.of-arrow .lp-media-image {
    margin-bottom: 0;
}

@media only screen and (max-width: 1239px) {
    .lp-media.of-arrow .lp-media-image {
        width: calc(23.4rem + ((1vw - 0.36rem) * (21.51589)));
    }
}

.lp-media.of-arrow .lp-media-body {
    margin-top: 16px;
}

.lp-mediaFunction {
    display: flex;
    flex: 1 0 auto;
    flex-direction: column-reverse;
    justify-content: center;
    margin-bottom: 8px;
}

.lp-mediaFunction-title {
    margin-bottom: 8px;
    font-size: 1.8rem;
    line-height: 1.2;
    text-align: center;
}

.lp-mediaFunction-image {
    margin-bottom: 8px;
    text-align: center;
}

.lp-mediaFunction-image > *:last-child {
    margin-bottom: 0;
}

.lp-mediaFunction-body > *:last-child {
    margin-bottom: 0;
}

.lp-mediaAsset {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
}

@media only screen and (max-width: 768px) {
    .lp-mediaAsset {
        flex-direction: column-reverse;
    }
}

.lp-mediaAsset-body {
    flex: 1;
    width: 100%;
}

.lp-mediaAsset-body > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
    .lp-mediaAsset-body {
        flex: none;
    }
}

.lp-mediaAsset-text {
    font-size: 4rem;
}

@media only screen and (max-width: 1239px) {
    .lp-mediaAsset-text {
        font-size: calc(2.4rem + ((1vw - 0.36rem) * (1.81818)));
    }
}

@media only screen and (max-width: 768px) {
    .lp-mediaAsset-text {
        text-align: center;
    }
}

.lp-mediaAsset-image {
    width: 155px;
    margin-right: 32px;
}

@media only screen and (max-width: 1239px) {
    .lp-mediaAsset-image {
        width: calc(9.6rem + ((1vw - 0.769rem) * (12.52654)));
        margin-right: calc(1.8rem + ((1vw - 0.769rem) * (2.9724)));
    }
}

@media only screen and (max-width: 768px) {
    .lp-mediaAsset-image {
        width: 155px;
        margin: 0 auto 32px;
        text-align: center;
    }
}

.lp-figure {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    max-width: 270px;
    margin: 0 auto;
    margin-bottom: 8px;
}

.lp-figure > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
    .lp-figure {
        margin: 0 auto 40px;
    }
}

.lp-figure-caption {
    flex: 1;
    margin-bottom: 0;
    font-size: 1.4rem;
    line-height: 1.4;
    text-align: left;
}

.lp-figure-caption > em {
    font-size: 1.6rem;
}

@media only screen and (max-width: 768px) {
    .lp-figure-caption {
        font-size: 1.3rem;
    }
}

.lp-figure-image {
    width: 106px;
    margin-right: 8px;
}

.lp-figureFeature {
    display: flex;
    align-items: center;
    margin-top: -118px;
    margin-bottom: 40px;
}

@media only screen and (max-width: 1239px) {
    .lp-figureFeature {
        flex-direction: column;
        margin-top: 0;
        margin-bottom: 16px;
    }
}

@media only screen and (max-width: 768px) {
    .lp-figureFeature {
        width: 100%;
        margin-bottom: 16px;
    }
}

.lp-figureFeature-body {
    width: 636px;
}

.lp-figureFeature-body > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1239px) {
    .lp-figureFeature-body {
        width: 100%;
        min-height: 0%;
    }
}

.lp-figureFeature-body.of-primary {
    width: 644px;
    margin-left: 40px;
}

@media only screen and (max-width: 1239px) {
    .lp-figureFeature-body.of-primary {
        width: 100%;
        margin-left: 0;
    }
}

.lp-figureFeature.of-primary {
    align-items: flex-start;
    margin-top: 0;
}

.lp-figureFeature.of-primary .lp-figureFeature-body {
    width: 496px;
}

@media only screen and (max-width: 1239px) {
    .lp-figureFeature.of-primary .lp-figureFeature-body {
        width: 100%;
    }
}

.lp-figureFeature.of-primary .lp-figureFeature-body.of-primary {
    width: 704px;
    margin-top: -230px;
}

@media only screen and (max-width: 1239px) {
    .lp-figureFeature.of-primary .lp-figureFeature-body.of-primary {
        width: 100%;
        margin-top: 0;
        margin-left: 0;
    }
}

.lp-figureFeature.of-primary .lp-media.of-arrow::before {
    top: 0;
    transform: translateY(0);
    background: url("../../../img/landing_page/szv_network/szv_network_bg_06.png") no-repeat top;
}

@media only screen and (max-width: 1239px) {
    .lp-figureFeature.of-primary .lp-media.of-arrow::before {
        transform: rotate(-90deg);
    }
}

.lp-step {
    display: flex;
    background: #fff;
}

@media only screen and (max-width: 1239px) {
    .lp-step {
        flex-direction: column;
    }
}

.lp-step-column {
    width: 50%;
}

@media only screen and (max-width: 1239px) {
    .lp-step-column {
        width: 100%;
        min-height: 0%;
    }
}

.lp-step-column.of-primary {
    margin-left: 32px;
    border: 1px solid #ffd300;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.16);
}

.lp-step-column.of-primary .lp-step-header {
    background: #ffd300;
    color: #333;
}

@media only screen and (max-width: 1239px) {
    .lp-step-column.of-primary {
        margin-top: 16px;
        margin-left: 0;
        box-shadow: none;
    }
}

.lp-step-header {
    padding: 16px 24px;
    background: #333;
    color: #fff;
    line-height: 1.2;
    text-align: center;
}

.lp-step-header > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1239px) {
    .lp-step-header {
        padding: 8px 24px;
    }
}

.lp-step-title {
    margin-bottom: 16px;
    font-size: 2.4rem;
}

@media only screen and (max-width: 768px) {
    .lp-step-title {
        font-size: 1.6rem;
    }
}

.lp-step-body {
    padding: 16px;
}

.lp-step-body > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1239px) {
    .lp-step-body {
        padding: 8px;
    }
}

.lp-listButton {
    display: flex;
    flex-wrap: wrap;
    margin: -24px 0 40px -24px;
}

.lp-listButton > li {
    width: 100%;
    margin: 24px 0 0 24px;
}

.lp-listButton-outer {
    margin-top: 35px;
    margin-bottom: 40px;
}

.lp-listButton-outer > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
    .lp-listButton-outer {
        margin-top: 30px;
        margin-bottom: 20px;
    }
}

.lp-listCard {
    display: flex;
    flex-wrap: wrap;
}

.lp-listCard > li {
    display: flex;
    width: 50%;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

.lp-listCard > li > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
    .lp-listCard > li {
        width: 100%;
        border-right: 0;
    }
}

.lp-listTile {
    margin-bottom: 16px;
}

.lp-listTile > *:last-child {
    margin-bottom: 0;
}

.lp-listTile > li {
    margin-bottom: 4px;
    padding: 8px;
    background: #fff;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
}

.lp-listTile > li.of-primary {
    background: #ffd300;
}

.lp-buttonConversion.of-large .lp-buttonConversion-body {
    padding-top: 18px;
    padding-bottom: 18px;
}

@media only screen and (max-width: 640px) {
    .lp-buttonConversion.of-large .lp-buttonConversion-body {
        padding-top: 14px;
        padding-bottom: 14px;
    }
}

.lp-buttonConversion.of-large .lp-buttonConversion-image {
    margin: -28px 0;
}

@media only screen and (max-width: 640px) {
    .lp-buttonConversion.of-large .lp-buttonConversion-image > img {
        max-width: 50px;
    }
}

.lp-headingLevel2 {
    margin-bottom: 16px;
    font-size: 4rem;
    line-height: 1.3;
}

@media only screen and (max-width: 1239px) {
    .lp-headingLevel2 {
        font-size: calc(2.2rem + ((1vw - 0.36rem) * (2.04545)));
    }
}

.lp-headingLevel2-outer {
    margin-bottom: 16px;
}

.lp-headingLevel2-outer > *:last-child {
    margin-bottom: 0;
}

.lp-headingLevel2-subtitle {
    display: block;
    margin-bottom: 8px;
    color: #ea5504;
    font-size: 2.4rem;
    font-weight: normal;
    line-height: 1.2;
}

@media only screen and (max-width: 1239px) {
    .lp-headingLevel2-subtitle {
        font-size: calc(1.6rem + ((1vw - 0.36rem) * (0.90909)));
    }
}

@media only screen and (max-width: 768px) {
    .lp-headingLevel2-subtitle {
        margin-bottom: 0;
        font-weight: bold;
    }
}

.lp-textArrow {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    padding: 16px;
    background: #ffebeb;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.2;
}

@media only screen and (max-width: 1239px) {
    .lp-textArrow {
        padding: 8px 0;
        background: none;
        font-size: calc(1.6rem + ((1vw - 0.36rem) * (0.90909)));
    }
}

@media only screen and (max-width: 768px) {
    .lp-textArrow {
        padding: 16px 0;
    }
}

.lp-textArrow > em {
    margin-left: 12px;
    color: #ea5504;
    font-size: 4rem;
}

@media only screen and (max-width: 1239px) {
    .lp-textArrow > em {
        margin-left: calc(0.4rem + ((1vw - 0.36rem) * (0.90909)));
        font-size: calc(2.4rem + ((1vw - 0.36rem) * (1.81818)));
    }
}

.lp-textArrow-outer {
    z-index: 0;
    position: relative;
    margin-bottom: 24px;
    padding: 20px 58px 20px 0;
}

.lp-textArrow-outer > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1239px) {
    .lp-textArrow-outer {
        padding: 0;
    }
}

.lp-textArrow-outer::before {
    position: absolute;
    top: 50%;
    right: 0;
    width: 58px;
    height: 100%;
    transform: translateY(-50%);
    background: linear-gradient(to bottom left, transparent 50%, #ffebeb 50%) top left/100% 50% no-repeat, linear-gradient(to top left, transparent 50%, #ffebeb 50%) bottom left/100% 50% no-repeat;
    content: "";
}

@media only screen and (max-width: 1239px) {
    .lp-textArrow-outer::before {
        z-index: -1;
        top: 0;
        left: 50%;
        width: 100%;
        max-width: 360px;
        height: 68px;
        transform: translateX(-50%);
        background: linear-gradient(to bottom left, #ffebeb 50%, transparent 50%) top left/50% 100% no-repeat, linear-gradient(to bottom right, #ffebeb 50%, transparent 50%) top right/50% 100% no-repeat;
    }
}

.lp-label {
    display: block;
    margin-bottom: 8px;
    padding: 8px 16px;
    background: #ce0010;
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.2;
}

@media only screen and (max-width: 1239px) {
    .lp-label {
        padding: calc(0.6rem + ((1vw - 0.769rem) * (0.42463))) 16px;
        font-size: calc(1.6rem + ((1vw - 0.36rem) * (0.45455)));
    }
}

@media only screen and (max-width: 768px) {
    .lp-label {
        padding: 6px 16px;
    }
}

.lp-label-outer {
    display: flex;
    order: -1;
    margin-bottom: 8px;
    line-height: 1;
}

.lp-label-outer > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
    .lp-label-outer {
        justify-content: center;
    }
}

.lp-utility-text-newLine {
    display: block;
}

.lp-utility-textAlign-center {
    text-align: center;
}

.lp-utility-textAlign-left {
    text-align: left;
}

.lp-utility-textColor-emphasis {
    color: #ea5504;
}

@media only screen and (min-width: 768px) {
    .lp-largeScreen-text-newLine {
        display: block;
    }
}

@media only screen and (min-width: 1240px) {
    .lp-extraLargeScreen-text-newLine {
        display: block;
    }
}

@media only screen and (min-width: 768px) {
    .lp-largeScreen-textSize-large {
        font-size: 2.4rem;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1239px) {
    .lp-largeScreen-textSize-large {
        font-size: calc(1.6rem + ((1vw - 0.36rem) * (0.90909)));
    }
}

