@charset "UTF-8";

.lp-buttonConversion {
    display: inline-block;
    max-width: 100%;
    background: #dc002f;
    color: #fff;
    font-size: 2rem;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
    transition-duration: 0.2s;
    transition-property: background-color;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media only screen and (max-width: 640px) {
    .lp-buttonConversion {
        font-size: 1.6rem;
    }
}

@media (hover: hover) {
    .lp-buttonConversion:hover {
        background-color: #c6002a;
    }
}

.lp-buttonConversion-body {
    display: flex;
    align-items: center;
    padding: 12px 8px 12px 24px;
}

@media only screen and (max-width: 640px) {
    .lp-buttonConversion-body {
        padding-top: 14px;
        padding-bottom: 14px;
    }
}

.lp-buttonConversion-text {
    margin-right: 16px;
}

.lp-buttonConversion-text.of-lineHeight-primary {
    line-height: 1.7;
}

.lp-buttonConversion-image {
    margin: -22px 0;
    border: 1px solid #ccc;
}

.lp-buttonConversion-image > img {
    min-width: 42px;
    max-width: 60px;
}

.lp-buttonConversion.of-download .lp-buttonConversion-body, .lp-buttonConversion.of-anchor .lp-buttonConversion-body, .lp-buttonConversion.of-arrow .lp-buttonConversion-body, .lp-buttonConversion.of-inquiry .lp-buttonConversion-body {
    position: relative;
    padding-left: 53px;
}

.lp-buttonConversion.of-download .lp-buttonConversion-body::before, .lp-buttonConversion.of-anchor .lp-buttonConversion-body::before, .lp-buttonConversion.of-arrow .lp-buttonConversion-body::before, .lp-buttonConversion.of-inquiry .lp-buttonConversion-body::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 24px;
    width: 19px;
    height: 18px;
    transform: translateY(-50%);
    content: "";
}

.lp-buttonConversion.of-download .lp-buttonConversion-body::before {
    background: url("../../img/landing_page/common/icon_btn_dl.png") no-repeat center center;
}

.lp-buttonConversion.of-anchor .lp-buttonConversion-body::before {
    background: url("../../img/landing_page/common/icon_btn_anc_03.png") no-repeat center center;
}

.lp-buttonConversion.of-arrow .lp-buttonConversion-body::before {
    left: 26px;
    height: 12px;
    border-width: 7px 0 7px 13px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
}

.lp-buttonConversion.of-inquiry .lp-buttonConversion-body::before {
    background: url("../../img/landing_page/common/icon_btn_inquiry_01.png") no-repeat center center;
}

.lp-buttonConversion.of-priceIcon .lp-buttonConversion-body, .lp-buttonConversion.of-priceIcon-jpy .lp-buttonConversion-body, .lp-buttonConversion.of-priceIcon-gbp .lp-buttonConversion-body, .lp-buttonConversion.of-priceIcon-krw .lp-buttonConversion-body, .lp-buttonConversion.of-priceIcon-eur .lp-buttonConversion-body {
    position: relative;
    padding-left: 53px;
}

.lp-buttonConversion.of-priceIcon .lp-buttonConversion-body::before, .lp-buttonConversion.of-priceIcon-jpy .lp-buttonConversion-body::before, .lp-buttonConversion.of-priceIcon-gbp .lp-buttonConversion-body::before, .lp-buttonConversion.of-priceIcon-krw .lp-buttonConversion-body::before, .lp-buttonConversion.of-priceIcon-eur .lp-buttonConversion-body::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 24px;
    width: 19px;
    height: 18px;
    transform: translateY(-50%);
    content: "";
}

.lp-buttonConversion.of-priceIcon .lp-buttonConversion-body::before {
    background: url("../../img/landing_page/common/icon_btn_price_usd.png") no-repeat center center;
}

.lp-buttonConversion.of-priceIcon-jpy .lp-buttonConversion-body::before {
    background: url("../../img/landing_page/common/icon_btn_price_jpy.png") no-repeat center center;
}

.lp-buttonConversion.of-priceIcon-gbp .lp-buttonConversion-body::before {
    background: url("../../img/landing_page/common/icon_btn_price_gbp.png") no-repeat center center;
}

.lp-buttonConversion.of-priceIcon-krw .lp-buttonConversion-body::before {
    background: url("../../img/landing_page/common/icon_btn_price_krw.png") no-repeat center center;
}

.lp-buttonConversion.of-priceIcon-eur .lp-buttonConversion-body::before {
    background: url("../../img/landing_page/common/icon_btn_price_eur.png") no-repeat center center;
}

.lp-buttonConversion.of-primary {
    background: #13778f;
}

@media (hover: hover) {
    .lp-buttonConversion.of-primary:hover {
        background-color: #116b81;
    }
}

.lp-buttonConversion.of-secondary {
    background: #0065bb;
}

.lp-navigationSeries {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1240px;
    margin: 20px auto;
    padding: 4px 10px;
    border: 2px solid #e5e5e5;
    color: #394151;
}

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: #394151;
    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: #394151;
}

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: #394151;
    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 #394151;
    border-right: 1px solid #394151;
    content: "";
}

div#MainContent .lp-navigationSeries-linkList > li > a:link {
    color: #394151;
}

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 {
    overflow: hidden;
    background-color: #fff;
}

.lp-jumbotron-content {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
}

@media only screen and (max-width: 969px) {
    .lp-jumbotron-content {
        flex-direction: column-reverse;
    }
}

.lp-jumbotron-body {
    flex: 1;
    padding: 100px 0;
}

@media only screen and (max-width: 969px) {
    .lp-jumbotron-body {
        flex: none;
        max-width: 100%;
        padding: 15px 0 40px;
    }
}

.lp-jumbotron-body > *:last-child {
    margin-bottom: 0;
}

.lp-jumbotron-titleGroup {
    margin-bottom: 20px;
    text-align: center;
}

@media only screen and (max-width: 969px) {
    .lp-jumbotron-titleGroup {
        line-height: 1;
    }
}

.lp-jumbotron-titleGroup.of-lineHeight-secondary {
    line-height: 1.3;
}

.lp-jumbotron-title {
    display: block;
    color: #28a67e;
    font-size: 5.5rem;
    line-height: 1.3;
}

@media only screen and (max-width: 1239px) {
    .lp-jumbotron-title {
        font-size: calc((55 * 100vw) / 1240);
    }
}

@media only screen and (max-width: 969px) {
    .lp-jumbotron-title {
        line-height: 1.2;
    }
}

@media only screen and (max-width: 640px) {
    .lp-jumbotron-title {
        font-size: 2.4rem;
    }
}

@media only screen and (max-width: 640px) {
    .lp-jumbotron-title.lp-smallScreen-fontSize-large {
        font-size: 3rem;
    }
}

.lp-jumbotron-title.lp-fontSize-primary {
    font-size: 4.5rem;
}

@media only screen and (max-width: 1239px) {
    .lp-jumbotron-title.lp-fontSize-primary {
        font-size: calc((45 * 100vw) / 1240);
    }
}

@media only screen and (max-width: 640px) {
    .lp-jumbotron-title.lp-fontSize-primary {
        font-size: 2.4rem;
    }
}

.lp-jumbotron-subtitle {
    display: inline-block;
    margin-bottom: 30px;
    padding-bottom: 22px;
    border-bottom: 2px solid #28a67e;
    font-size: 3rem;
}

@media only screen and (max-width: 1239px) {
    .lp-jumbotron-subtitle {
        font-size: calc((30 * 100vw) /1240);
    }
}

@media only screen and (max-width: 969px) {
    .lp-jumbotron-subtitle {
        margin-bottom: 15px;
        padding-bottom: 15px;
    }
}

@media only screen and (max-width: 640px) {
    .lp-jumbotron-subtitle {
        font-size: 1.8rem;
        line-height: 1.3;
    }
}

@media only screen and (max-width: 640px) {
    .lp-jumbotron-subtitle.lp-smallScreen-fontSize-large {
        font-size: 2rem;
    }
}

.lp-jumbotron-series {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    margin-bottom: 38px;
    font-size: 1.8rem;
}

@media only screen and (max-width: 969px) {
    .lp-jumbotron-series {
        flex-direction: column;
        align-items: center;
    }
}

@media only screen and (max-width: 640px) {
    .lp-jumbotron-series {
        font-size: 1.6rem;
    }
}

.lp-jumbotron-seriesText {
    max-width: 400px;
    font-weight: normal;
    text-align: left;
}

@media only screen and (max-width: 969px) {
    .lp-jumbotron-seriesText {
        max-width: 100%;
        line-height: 1.4;
        text-align: center;
    }
}

.lp-jumbotron-icon {
    min-width: 80px;
    max-width: 150px;
    margin-right: 10px;
    padding: 2px 10px;
    background: #dc002f;
    color: #fff;
    font-size: 1.4rem;
    font-weight: normal;
}

@media only screen and (max-width: 969px) {
    .lp-jumbotron-icon {
        max-width: 100%;
        margin-bottom: 10px;
    }
}

.lp-jumbotron-listButton {
    text-align: center;
}

.lp-jumbotron-listButton > li + li {
    margin-top: 20px;
}

.lp-jumbotron-image {
    width: 100%;
    max-width: 700px;
    min-height: 0%;
    margin-right: 30px;
}

@media only screen and (max-width: 1239px) {
    .lp-jumbotron-image {
        max-width: calc((700 * 100vw) / 1240);
        margin-right: calc((30 * 100vw) / 1240);
    }
}

@media only screen and (max-width: 969px) {
    .lp-jumbotron-image {
        max-width: 100%;
        margin-right: 0;
        text-align: center;
    }
}

.lp-jumbotron.of-primary .lp-jumbotron-body {
    padding: 70px 0;
}

@media only screen and (max-width: 969px) {
    .lp-jumbotron.of-primary .lp-jumbotron-body {
        padding: 15px 0 40px;
    }
}

.lp-jumbotron.of-primary .lp-jumbotron-title {
    margin-bottom: 10px;
}

.lp-jumbotron.of-secondary .lp-jumbotron-body {
    line-height: 1.7;
    padding: 64px 0;
}

@media only screen and (max-width: 969px) {
    .lp-jumbotron.of-secondary .lp-jumbotron-body {
        padding: 4px 0 40px
    }
}

@media only screen and (max-width: 969px) {
    .lp-jumbotron.of-secondary .lp-jumbotron-titleGroup {
        line-height: 1.7;
    }
}

.lp-jumbotron.of-secondary .lp-jumbotron-title {
    line-height: 1.7;
}

@media only screen and (max-width: 640px) {
    .lp-jumbotron.of-secondary .lp-jumbotron-subtitle {
        line-height: 1.7;
    }
}

@media only screen and (max-width: 969px) {
    .lp-jumbotron.of-secondary .lp-jumbotron-seriesText {
        line-height: 1.7;
    }
}

.lp-jumbotron.of-tertiary .lp-jumbotron-body {
    padding: 56px 0;
}

@media only screen and (max-width: 969px) {
    .lp-jumbotron.of-tertiary .lp-jumbotron-body {
        padding: 15px 0 40px;
    }
}

.lp-jumbotron.of-tertiary .lp-jumbotron-title {
    margin-bottom: 10px;
}

.lp-section {
    overflow: hidden;
}

.lp-section-content {
    max-width: 1240px;
    margin: 0 auto;
}

.lp-section.of-primary {
    padding: 100px 20px;
    background-color: #5a707a;
    color: #fff;
}

@media only screen and (max-width: 969px) {
    .lp-section.of-primary {
        padding: 40px 20px;
    }
}

.lp-section.of-secondary {
    padding: 93px 20px;
    background-color: #fff;
}

@media only screen and (max-width: 969px) {
    .lp-section.of-secondary {
        padding: 40px 20px;
    }
}

.lp-section.of-tertiary {
    padding: 95px 20px 65px;
    background-color: #29363c;
    color: #fff;
}

@media only screen and (max-width: 969px) {
    .lp-section.of-tertiary {
        padding: 25px 20px 35px;
    }
}

.lp-headingLevel2.of-flex {
    display: flex;
}

.lp-headingLevel2.of-column-reverse {
    flex-direction: column-reverse;
}

.lp-headingLevel2.of-primary {
    position: relative;
    margin-bottom: 15px;
    font-size: 4.2rem;
    text-align: center;
}

@media only screen and (max-width: 1239px) {
    .lp-headingLevel2.of-primary {
        font-size: calc((42 * 100vw) / 1240);
    }
}

@media only screen and (max-width: 640px) {
    .lp-headingLevel2.of-primary {
        font-size: 2.4rem;
    }
}

.lp-headingLevel2.of-primary > span {
    display: inline-block;
    position: relative;
    padding: 0 80px;
}

.lp-headingLevel2.of-primary > span::before, .lp-headingLevel2.of-primary > span::after {
    display: block;
    position: absolute;
    top: 50%;
    width: 50px;
    height: 2px;
    transform: translateY(-50%);
    background: #28a67e;
    content: "";
}

.lp-headingLevel2.of-primary > span::before {
    left: 7px;
}

.lp-headingLevel2.of-primary > span::after {
    right: 14px;
}

.lp-headingLevel2.of-lineHeight-primary {
    line-height: 1.7;
}

.lp-media {
    display: flex;
    align-items: center;
}

.lp-media.of-row-reverse {
    flex-direction: row-reverse;
}

@media only screen and (max-width: 969px) {
    .lp-media.of-row-reverse {
        flex-direction: column-reverse;
    }
}

@media only screen and (max-width: 969px) {
    .lp-media {
        flex-direction: column-reverse;
        margin-bottom: 30px;
    }
}

.lp-media-body {
    flex: 1;
}

.lp-media-body > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 969px) {
    .lp-media-body {
        flex: none;
        max-width: 100%;
    }
}

.lp-media.of-primary .lp-media-body {
    line-height: 1.7;
}

.lp-media-image {
    width: 100%;
    max-width: 580px;
    min-height: 0%;
    margin: 0 0 0 40px;
}

@media only screen and (max-width: 1239px) {
    .lp-media-image {
        max-width: calc((580 * 100vw) / 1240);
    }
}

.lp-media-image > img {
    border: 1px solid #aaa;
}

@media only screen and (max-width: 969px) {
    .lp-media-image {
        max-width: 580px;
        margin: 0 0 20px 0;
    }
}

.lp-media-video {
    max-width: 100%;
    margin-right: 30px;
}

@media only screen and (max-width: 969px) {
    .lp-media-video {
        width: 100%;
        max-width: initial;
        margin: 0 0 20px;
    }
}

.lp-media-title {
    margin-bottom: 20px;
    font-size: 4.2rem;
}

@media only screen and (max-width: 1239px) {
    .lp-media-title {
        font-size: calc((42 * 100vw) / 1240);
    }
}

@media only screen and (max-width: 640px) {
    .lp-media-title {
        margin-bottom: 10px;
        font-size: 2.2rem;
    }
}

@media only screen and (max-width: 640px) {
    .lp-media-title.lp-smallScreen-fontSize-large {
        font-size: 2.6rem;
    }
}

.lp-media-subtitle {
    display: block;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 2px solid #28a67e;
    font-size: 2.2rem;
}

@media only screen and (max-width: 969px) {
    .lp-media-subtitle {
        font-size: 1.8rem;
    }
}

.lp-media-text {
    font-size: 1.8rem;
}

@media only screen and (max-width: 969px) {
    .lp-media-text {
        margin-bottom: 30px;
        font-size: 1.6rem;
    }
}

.lp-figure {
    display: flex;
    flex-direction: column-reverse;
    min-height: 0%;
}

.lp-figure.of-primary .lp-figure-body {
    line-height: 1.7;
}

.lp-figure-video {
    position: relative;
    width: 580px;
    margin-bottom: 17px;
}

@media only screen and (max-width: 1239px) {
    .lp-figure-video {
        width: calc((580 * 100vw) / 1240);
    }
}

@media only screen and (max-width: 969px) {
    .lp-figure-video {
        width: 100%;
    }
}

.lp-step {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 460px;
    margin: 0 auto;
}

@media only screen and (max-width: 969px) {
    .lp-step {
        flex-direction: column;
        max-width: 100%;
    }
}

.lp-step.of-primary .lp-step-caption {
    max-width: 200px;
}

.lp-step-caption {
    position: relative;
    max-width: 280px;
    margin-left: 20px;
    font-size: 2rem;
}

.lp-step-caption.lp-fontSize-primary {
    font-size: 1.6rem;
}

@media only screen and (max-width: 969px) {
    .lp-step-caption.lp-fontSize-primary {
        font-size: 2rem;
    }
}

@media only screen and (max-width: 640px) {
    .lp-step-caption.lp-smallScreen-fontSize-small {
        font-size: 1.8rem;
    }
}

.lp-step-caption::before {
    display: block;
    position: absolute;
    top: 50%;
    left: -30px;
    width: 29px;
    height: 29px;
    transform: translateY(-50%);
    content: "";
}

.lp-step-caption.of-primary {
    margin-right: 70px;
}

@media only screen and (max-width: 969px) {
    .lp-step-caption.of-primary {
        margin-right: 0;
        margin-bottom: 25px;
    }
}

.lp-step-caption.of-primary::before {
    background: url("../../../../img/landing_page/sj-lm_pr/sj-lm_ws_sr57356_pr_page_img_icon_02.png") no-repeat;
}

.lp-step-caption.of-primary::after {
    display: block;
    position: absolute;
    top: 50%;
    right: -50px;
    width: 29px;
    height: 13px;
    transform: translateY(-50%);
    background: url("../../../../img/landing_page/sj-lm_pr/sj-lm_ws_sr57356_pr_page_img_arrow_02.jpg") no-repeat;
    content: "";
}

@media only screen and (max-width: 969px) {
    .lp-step-caption.of-primary::after {
        top: auto;
        bottom: -16px;
        left: 50%;
        width: 13px;
        height: 9px;
        transform: translateX(-50%);
        background: url("../../../../img/landing_page/sj-lm_pr/sj-lm_ws_sr57356_pr_page_img_arrow_03.jpg") no-repeat;
    }
}

.lp-step-caption.of-secondary::before {
    background: url("../../../../img/landing_page/sj-lm_pr/sj-lm_ws_sr57356_pr_page_img_icon_01.png") no-repeat;
}

.lp-layout-grid {
    display: flex;
}

.lp-layout-grid.of-column-3 {
    margin-left: -20px;
}

.lp-layout-grid.of-column-3 .lp-layout-grid-column {
    width: 33.3333333333%;
    min-height: 0%;
    padding-left: 20px;
}

@media only screen and (max-width: 969px) {
    .lp-layout-grid.of-column-3 .lp-layout-grid-column {
        width: 100%;
        margin-bottom: 35px;
        padding-left: 0;
    }
}

@media only screen and (max-width: 969px) {
    .lp-layout-grid.of-column-3 {
        margin-left: 0;
    }
    .lp-layout-grid.of-column-3 > *:last-child {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 969px) {
    .lp-layout-grid {
        flex-direction: column;
    }
}

.lp-mediaApplication {
    display: flex;
    flex-direction: column;
    max-width: 80%;
    margin: 0 auto;
}

.lp-mediaApplication.of-primary {
    line-height: 1.7;
}

.lp-mediaApplication-header {
    max-width: 100%;
    margin-bottom: 15px;
    color: #28a67e;
    font-size: 2rem;
    text-align: center;
}

@media only screen and (max-width: 969px) {
    .lp-mediaApplication-header {
        height: auto !important;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 640px) {
    .lp-mediaApplication-header {
        font-size: 1.8rem;
    }
}

.lp-mediaApplication-body {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    min-height: 0%;
}

.lp-mediaApplication-text {
    max-width: 100%;
    font-size: 1.6rem;
    text-align: center;
}

.lp-mediaApplication-image {
    max-width: 100%;
    min-height: 0%;
    margin-bottom: 20px;
    border: 1px solid #28a67e;
}

@media only screen and (max-width: 969px) {
    .lp-mediaApplication-image {
        margin-bottom: 10px;
    }
}

.lp-mediaAsset {
    overflow: hidden;
}

.lp-mediaAsset.of-primary .lp-mediaAsset-body {
    line-height: 1.7;
}

.lp-mediaAsset-content {
    display: flex;
    position: relative;
    flex-direction: column-reverse;
    align-items: center;
    max-width: 1240px;
    margin: 0 auto;
    padding: 50px 20px 25px;
}

@media only screen and (max-width: 1239px) {
    .lp-mediaAsset-content {
        padding: calc((50 * 100vw) / 1240);
    }
}

@media only screen and (max-width: 969px) {
    .lp-mediaAsset-content {
        padding: 30px 20px;
    }
}

.lp-mediaAsset-content::after {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 50%;
    width: 1599px;
    height: 150px;
    transform: translateX(-50%);
    background: url("../../../../img/landing_page/sj-lm_pr/sj-lm_ws_sr57356_pr_page_img_arrow_01.png") no-repeat center;
    background-size: contain;
    content: "";
}

@media only screen and (max-width: 969px) {
    .lp-mediaAsset-content::after {
        width: calc((1599 * 100vw) / 970);
        height: calc((150 * 100vw) / 970);
    }
}

.lp-mediaAsset-body {
    max-width: 100%;
    text-align: center;
}

.lp-mediaAsset-text {
    font-size: 3rem;
}

@media only screen and (max-width: 640px) {
    .lp-mediaAsset-text {
        font-size: 2rem;
    }
}

@media only screen and (max-width: 640px) {
    .lp-mediaAsset-text.lp-smallScreen-fontSize-large {
        font-size: 2.4rem;
    }
}

.lp-mediaAsset-image {
    max-width: 100%;
    min-height: 0%;
    margin-bottom: 10px;
}

@media only screen and (max-width: 969px) {
    .lp-mediaAsset-image {
        max-width: 80%;
    }
}

.lp-largeScreen-lineBreak {
    display: block;
}

@media only screen and (max-width: 969px) {
    .lp-largeScreen-lineBreak {
        display: inline-block;
    }
}
