@charset "UTF-8";

.lp-buttonConversion {
    display: inline-block;
    max-width: 100%;
    background: #dc002f;
    color: #fff;
    font-size: 2rem;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
    transition-duration: 0.2s;
    transition-property: background-color;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media only screen and (max-width: 640px) {
    .lp-buttonConversion {
        font-size: 1.6rem;
    }
}

@media (hover: hover) {
    .lp-buttonConversion:hover {
        background-color: #c6002a;
    }
}

.lp-buttonConversion-body {
    display: flex;
    align-items: center;
    padding: 12px 8px 12px 24px;
}

@media only screen and (max-width: 640px) {
    .lp-buttonConversion-body {
        padding-top: 14px;
        padding-bottom: 14px;
    }
}

.lp-buttonConversion-text {
    margin-right: 16px;
}

.lp-buttonConversion-image {
    margin: -22px 0;
    border: 1px solid #ccc;
}

.lp-buttonConversion-image > img {
    min-width: 42px;
    max-width: 60px;
}

.lp-buttonConversion.of-download .lp-buttonConversion-body, .lp-buttonConversion.of-anchor .lp-buttonConversion-body, .lp-buttonConversion.of-arrow .lp-buttonConversion-body, .lp-buttonConversion.of-inquiry .lp-buttonConversion-body {
    position: relative;
    padding-left: 53px;
}

.lp-buttonConversion.of-download .lp-buttonConversion-body::before, .lp-buttonConversion.of-anchor .lp-buttonConversion-body::before, .lp-buttonConversion.of-arrow .lp-buttonConversion-body::before, .lp-buttonConversion.of-inquiry .lp-buttonConversion-body::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 24px;
    width: 19px;
    height: 18px;
    transform: translateY(-50%);
    content: "";
}

.lp-buttonConversion.of-download .lp-buttonConversion-body::before {
    background: url("../../img/landing_page/common/icon_btn_dl.png") no-repeat center center;
}

.lp-buttonConversion.of-anchor .lp-buttonConversion-body::before {
    background: url("../../img/landing_page/common/icon_btn_anc_03.png") no-repeat center center;
}

.lp-buttonConversion.of-arrow .lp-buttonConversion-body::before {
    left: 26px;
    height: 12px;
    border-width: 7px 0 7px 13px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
}

.lp-buttonConversion.of-inquiry .lp-buttonConversion-body::before {
    background: url("../../img/landing_page/common/icon_btn_inquiry_01.png") no-repeat center center;
}

.lp-buttonConversion.of-priceIcon .lp-buttonConversion-body, .lp-buttonConversion.of-priceIcon-jpy .lp-buttonConversion-body, .lp-buttonConversion.of-priceIcon-gbp .lp-buttonConversion-body, .lp-buttonConversion.of-priceIcon-krw .lp-buttonConversion-body, .lp-buttonConversion.of-priceIcon-eur .lp-buttonConversion-body {
    position: relative;
    padding-left: 53px;
}

.lp-buttonConversion.of-priceIcon .lp-buttonConversion-body::before, .lp-buttonConversion.of-priceIcon-jpy .lp-buttonConversion-body::before, .lp-buttonConversion.of-priceIcon-gbp .lp-buttonConversion-body::before, .lp-buttonConversion.of-priceIcon-krw .lp-buttonConversion-body::before, .lp-buttonConversion.of-priceIcon-eur .lp-buttonConversion-body::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 24px;
    width: 19px;
    height: 18px;
    transform: translateY(-50%);
    content: "";
}

.lp-buttonConversion.of-priceIcon .lp-buttonConversion-body::before {
    background: url("../../img/landing_page/common/icon_btn_price_usd.png") no-repeat center center;
}

.lp-buttonConversion.of-priceIcon-jpy .lp-buttonConversion-body::before {
    background: url("../../img/landing_page/common/icon_btn_price_jpy.png") no-repeat center center;
}

.lp-buttonConversion.of-priceIcon-gbp .lp-buttonConversion-body::before {
    background: url("../../img/landing_page/common/icon_btn_price_gbp.png") no-repeat center center;
}

.lp-buttonConversion.of-priceIcon-krw .lp-buttonConversion-body::before {
    background: url("../../img/landing_page/common/icon_btn_price_krw.png") no-repeat center center;
}

.lp-buttonConversion.of-priceIcon-eur .lp-buttonConversion-body::before {
    background: url("../../img/landing_page/common/icon_btn_price_eur.png") no-repeat center center;
}

.lp-buttonConversion.of-primary {
    background: #13778f;
}

@media (hover: hover) {
    .lp-buttonConversion.of-primary:hover {
        background-color: #116b81;
    }
}

.lp-buttonConversion.of-secondary {
    background: #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: #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-buttonConversion {
    display: inline-block;
    max-width: 100%;
    background: #dc002f;
    color: #fff;
    font-size: 2rem;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
    transition-duration: 0.2s;
    transition-property: background-color;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media only screen and (max-width: 640px) {
    .lp-buttonConversion {
        font-size: 1.6rem;
    }
}

@media (hover: hover) {
    .lp-buttonConversion:hover {
        background-color: #c6002a;
    }
}

.lp-buttonConversion-body {
    display: flex;
    align-items: center;
    padding: 12px 8px 12px 24px;
}

@media only screen and (max-width: 640px) {
    .lp-buttonConversion-body {
        padding-top: 14px;
        padding-bottom: 14px;
    }
}

.lp-buttonConversion-text {
    margin-right: 16px;
}

.lp-buttonConversion-image {
    margin: -22px 0;
    border: 1px solid #ccc;
}

.lp-buttonConversion-image > img {
    min-width: 42px;
    max-width: 60px;
}

.lp-buttonConversion.of-download .lp-buttonConversion-body, .lp-buttonConversion.of-anchor .lp-buttonConversion-body, .lp-buttonConversion.of-arrow .lp-buttonConversion-body, .lp-buttonConversion.of-inquiry .lp-buttonConversion-body {
    position: relative;
    padding-left: 53px;
}

.lp-buttonConversion.of-download .lp-buttonConversion-body::before, .lp-buttonConversion.of-anchor .lp-buttonConversion-body::before, .lp-buttonConversion.of-arrow .lp-buttonConversion-body::before, .lp-buttonConversion.of-inquiry .lp-buttonConversion-body::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 24px;
    width: 19px;
    height: 18px;
    transform: translateY(-50%);
    content: "";
}

.lp-buttonConversion.of-download .lp-buttonConversion-body::before {
    background: url("../../img/landing_page/common/icon_btn_dl.png") no-repeat center center;
}

.lp-buttonConversion.of-anchor .lp-buttonConversion-body::before {
    background: url("../../img/landing_page/common/icon_btn_anc_03.png") no-repeat center center;
}

.lp-buttonConversion.of-arrow .lp-buttonConversion-body::before {
    left: 26px;
    height: 12px;
    border-width: 7px 0 7px 13px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
}

.lp-buttonConversion.of-inquiry .lp-buttonConversion-body::before {
    background: url("../../img/landing_page/common/icon_btn_inquiry_01.png") no-repeat center center;
}

.lp-buttonConversion.of-priceIcon .lp-buttonConversion-body, .lp-buttonConversion.of-priceIcon-jpy .lp-buttonConversion-body, .lp-buttonConversion.of-priceIcon-gbp .lp-buttonConversion-body, .lp-buttonConversion.of-priceIcon-krw .lp-buttonConversion-body, .lp-buttonConversion.of-priceIcon-eur .lp-buttonConversion-body {
    position: relative;
    padding-left: 53px;
}

.lp-buttonConversion.of-priceIcon .lp-buttonConversion-body::before, .lp-buttonConversion.of-priceIcon-jpy .lp-buttonConversion-body::before, .lp-buttonConversion.of-priceIcon-gbp .lp-buttonConversion-body::before, .lp-buttonConversion.of-priceIcon-krw .lp-buttonConversion-body::before, .lp-buttonConversion.of-priceIcon-eur .lp-buttonConversion-body::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 24px;
    width: 19px;
    height: 18px;
    transform: translateY(-50%);
    content: "";
}

.lp-buttonConversion.of-priceIcon .lp-buttonConversion-body::before {
    background: url("../../img/landing_page/common/icon_btn_price_usd.png") no-repeat center center;
}

.lp-buttonConversion.of-priceIcon-jpy .lp-buttonConversion-body::before {
    background: url("../../img/landing_page/common/icon_btn_price_jpy.png") no-repeat center center;
}

.lp-buttonConversion.of-priceIcon-gbp .lp-buttonConversion-body::before {
    background: url("../../img/landing_page/common/icon_btn_price_gbp.png") no-repeat center center;
}

.lp-buttonConversion.of-priceIcon-krw .lp-buttonConversion-body::before {
    background: url("../../img/landing_page/common/icon_btn_price_krw.png") no-repeat center center;
}

.lp-buttonConversion.of-priceIcon-eur .lp-buttonConversion-body::before {
    background: url("../../img/landing_page/common/icon_btn_price_eur.png") no-repeat center center;
}

.lp-buttonConversion.of-primary {
    background: #13778f;
}

@media (hover: hover) {
    .lp-buttonConversion.of-primary:hover {
        background-color: #116b81;
    }
}

.lp-buttonConversion.of-secondary {
    background: #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: #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-layout-container {
    display: flex;
    flex-direction: column;
    height: 100vh;
    overflow: hidden;
}

@media screen and (max-width: 1365px) {
    .lp-layout-container {
        height: auto;
    }
}

.lp-layout-header {
    position: relative;
}

@media screen and (max-width: 1024px) {
    .lp-layout-header {
        height: auto;
        margin-bottom: 16px;
    }
}

.lp-layout-header > *:last-child {
    margin-bottom: 0;
}

.lp-layout-header-content {
    display: flex;
    max-width: calc(1760px + 80px);
    margin: 0 auto;
    padding: 19px 40px 23px;
}

.lp-layout-header-content.of-primary {
    padding: calc(26vh * 100 / 850) 40px calc(46vh * 100 / 850);
}

@media screen and (max-width: 1024px) {
    .lp-layout-header-content {
        justify-content: center;
        min-height: auto;
        padding: 24px 20px;
    }
}

.lp-layout-header-content > *:last-child {
    margin-bottom: 0;
    margin-left: 32px;
}

@media screen and (max-width: 1024px) {
    .lp-layout-header-content > *:last-child {
        margin-left: 0;
    }
}

.lp-layout-header-logo {
    min-width: 121px;
    margin: auto auto auto 0;
}

@media screen and (max-width: 1024px) {
    .lp-layout-header-logo {
        min-width: calc(8.4rem + ((1vw - 0.36rem) * (5.57229)));
        margin-right: 0;
        padding-right: 0;
    }
}

.lp-layout-header-logo img {
    width: 100%;
}

.lp-layout-main {
    display: flex;
    position: relative;
    flex: 1;
    flex-direction: column;
    overflow: hidden;
}

.lp-layout-footer {
    position: relative;
    border: 1px solid #cecece;
    color: #747474;
}

.lp-layout-footer-content {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: calc(1760px + 80px);
    margin: 0 auto;
    padding: 8px 40px;
}

@media screen and (max-width: 768px) {
    .lp-layout-footer-content {
        flex-direction: column;
        justify-content: center;
        max-width: none;
        padding: 10px 20px 20px;
    }
}

.lp-layout-footer-content > *:last-child {
    margin-bottom: 0;
}

.lp-layout-footer-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: -8px 0 0 0;
    font-size: 1.4rem;
    text-align: center;
}

@media screen and (max-width: 1024px) {
    .lp-layout-footer-list {
        font-size: 1.2rem;
    }
}

@media screen and (max-width: 768px) {
    .lp-layout-footer-list {
        width: 100%;
    }
}

.lp-layout-footer-list > li {
    position: relative;
    margin: 8px 17px 0 0;
}

.lp-layout-footer-list > li > a {
    color: #626d75;
    text-decoration: none;
}

.lp-layout-footer-list > li > a:hover, .lp-layout-footer-list > li > a:active, .lp-layout-footer-list > li > a:focus {
    color: #626d75;
    text-decoration: underline;
}

.lp-layout-footer-list > li::after {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: -10px;
    width: 1px;
    height: 100%;
    transform: translateY(-50%);
    background-color: #626d75;
    content: "";
}

@media screen and (max-width: 768px) {
    .lp-layout-footer-list > li:last-child {
        margin: 8px 0 0 0;
    }
}

@media screen and (max-width: 768px) {
    .lp-layout-footer-list > li:last-child::after {
        display: none;
    }
}

.lp-layout-footer-copyright {
    margin-bottom: 0;
    font-size: 1.4rem;
}

@media screen and (max-width: 1024px) {
    .lp-layout-footer-copyright {
        font-size: 1.2rem;
    }
}

@media screen and (max-width: 768px) {
    .lp-layout-footer-copyright {
        width: 100%;
        margin-top: 8px;
        text-align: center;
    }
}

.lp-section-content > *:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 768px) {
    .lp-section-content {
        padding: 0 calc(2rem + ((1vw - 0.36rem) * (4.90196)));
    }
}

.lp-textPhone {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 30px 30px;
}

@media screen and (max-width: 768px) {
    .lp-textPhone {
        padding: 0 0 30px;
    }
}

.lp-textPhoneLink {
    margin-bottom: 16px;
    color: #333;
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    cursor: text;
}

.lp-textPhoneLink > *:last-child {
    margin-bottom: 0;
}

.lp-textPhoneLink-number {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 768px) {
    .lp-textPhoneLink-number {
        flex-direction: column;
    }
}

.lp-textPhoneLink-number > .AutoPhoneCall {
    position: relative;
    max-width: 100%;
    padding-left: 3.8rem;
    color: #333;
    text-decoration: none;
    cursor: default;
}

.lp-textPhoneLink-number > .AutoPhoneCall::before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 3.8rem;
    height: 3.8rem;
    transform: translateY(-50%);
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23.8459 18.8048C24.0514 19.0103 24.0514 19.3435 23.8459 19.549L21.9896 21.4052C21.6958 21.699 21.3224 21.9075 20.9094 21.9533C17.7281 22.3057 14.2797 20.6242 11.8263 18.1708C9.37433 15.7188 7.69413 12.2717 8.04673 9.09064C8.09251 8.67763 8.30099 8.30421 8.59482 8.01038L10.4511 6.15412C10.6566 5.94863 10.9897 5.94863 11.1952 6.15412L13.7998 8.75867C14.0053 8.96416 14.0053 9.29733 13.7998 9.50282L11.1583 12.1443C11.1452 13.8391 12.0519 15.3826 13.3347 16.6653C14.6182 17.9489 16.1599 18.8556 17.8557 18.8417L20.5604 16.2479C20.767 16.0497 21.0942 16.0531 21.2967 16.2556L23.8459 18.8048Z' fill='%23333'/%3E%3C/svg%3E");
    content: "";
}

.lp-textPhoneLink-number > .AutoPhoneCall > em {
    font-weight: 600;
}

.lp-textPhoneLink-number > .TelSlsh {
    margin-left: 8px;
}

@media screen and (max-width: 768px) {
    .lp-textPhoneLink-number > .TelSlsh {
        display: none;
    }
}

.lp-textPhone-icon {
    width: 34px;
    min-width: 34px;
    height: 20px;
    min-height: 20px;
    margin: 3px 8px 0 0;
}

.lp-jumbotron {
    display: flex;
    width: 100%;
}

.lp-jumbotron > *:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 1365px) {
    .lp-jumbotron {
        padding: 8px 88px 40px;
    }
}

@media screen and (max-width: 1024px) {
    .lp-jumbotron {
        padding: 8px calc(4rem + ((1vw - 0.768rem) * (18.75))) 40px;
    }
}

@media screen and (max-width: 768px) {
    .lp-jumbotron {
        flex-direction: column;
        padding: 8px 0 32px;
    }
}

.lp-jumbotron-content {
    display: flex;
    width: 50%;
    text-decoration: none;
}

@media screen and (max-width: 768px) {
    .lp-jumbotron-content {
        width: 100%;
        margin-bottom: 40px;
    }
}

.lp-jumbotron-body {
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
}

.lp-headingLevel1 {
    margin-bottom: 40px;
    padding: 0 20px;
    font-size: 4rem;
    font-weight: 600;
    line-height: 1.5;
    text-align: center;
}

@media only screen and (min-width: 1366px) and (max-height: 850px) {
    .lp-headingLevel1 {
        margin-bottom: calc(40vh * 100 / 855);
        font-size: calc(40vh * 100 / 855);
    }
}

@media only screen and (min-width: 1366px) and (max-height: 700px) {
    .lp-headingLevel1 {
        margin-bottom: 24px;
        font-size: 3.2rem;
    }
}

@media screen and (max-width: 1365px) {
    .lp-headingLevel1 {
        margin-bottom: calc(2.4rem + ((1vw - 1.025rem) * (4.70588)));
        font-size: calc(2.4rem + ((1vw - 1.025rem) * (4.70588)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-headingLevel1 {
        margin-bottom: 24px;
        font-size: 2.4rem;
    }
}

@media screen and (max-width: 768px) {
    .lp-headingLevel1 {
        font-size: 2rem;
    }
}

.lp-headingLevel2 {
    color: #fff;
    font-size: 3.2rem;
    text-align: center;
    text-shadow: 0 0 6px #23292e, 0 0 4px #23292e;
}

@media screen and (max-width: 1920px) {
    .lp-headingLevel2 {
        font-size: calc(2.8rem + ((1vw - 1.365rem) * (0.72072)));
    }
}

@media only screen and (min-width: 1366px) and (max-height: 800px) {
    .lp-headingLevel2 {
        font-size: calc(32vh * 100 / 855);
    }
}

@media only screen and (min-width: 1366px) and (max-height: 700px) {
    .lp-headingLevel2 {
        font-size: 26px;
    }
}

@media screen and (max-width: 1365px) {
    .lp-headingLevel2 {
        font-size: calc(1.8rem + ((1vw - 1.025rem) * (2.94118)));
        text-shadow: 0 0 4px #23292e, 0 0 4px #23292e;
    }
}

@media screen and (max-width: 1024px) {
    .lp-headingLevel2 {
        font-size: 1.8rem;
    }
}

@media screen and (max-width: 768px) {
    .lp-headingLevel2 {
        font-size: 1.6rem;
    }
}

.lp-mediaProduct {
    display: flex;
    flex: 1;
    background-color: #c0cad5;
    transition: background-color 0.3s, color 0.3s;
}

.lp-mediaProduct:hover {
    background: #e1e7ee;
}

.lp-mediaProduct:hover .lp-buttonTransition {
    background: #fff;
    color: #333;
}

.lp-mediaProduct.of-reverse {
    justify-content: flex-end;
    background-color: #afbcc9;
    transition: background-color 0.3s, color 0.3s;
}

@media screen and (max-width: 1365px) {
    .lp-mediaProduct.of-reverse {
        transition: none;
    }
}

.lp-mediaProduct.of-reverse .lp-mediaProduct-content {
    display: flex;
    flex-direction: row-reverse;
}

@media screen and (max-width: 1365px) {
    .lp-mediaProduct.of-reverse .lp-mediaProduct-content {
        flex-direction: column-reverse;
    }
}

@media screen and (max-width: 1365px) {
    .lp-mediaProduct.of-reverse .lp-mediaProduct-body {
        width: 100%;
        background: #d5dbe2;
    }
}

.lp-mediaProduct.of-reverse .lp-mediaProduct-image {
    position: absolute;
    bottom: 0;
    left: 0;
}

@media screen and (max-width: 1365px) {
    .lp-mediaProduct.of-reverse .lp-mediaProduct-image {
        position: static;
    }
}

.lp-mediaProduct.of-reverse:hover {
    background: #d5dbe2;
}

.lp-mediaProduct-content {
    display: flex;
    position: relative;
    align-items: center;
    width: 100%;
    max-width: 970px;
    min-height: 503px;
}

@media only screen and (min-width: 1366px) and (max-height: 850px) {
    .lp-mediaProduct-content {
        min-height: calc(358vh * 100 / 655);
    }
}

@media only screen and (min-width: 1920px) and (min-height: 850px) {
    .lp-mediaProduct-content {
        min-height: calc(40.8rem + ((1vw - 1.365rem) * (7.56757)));
    }
}

@media only screen and (min-width: 1366px) and (max-height: 650px) {
    .lp-mediaProduct-content {
        min-height: 358px;
    }
}

@media screen and (max-width: 1365px) {
    .lp-mediaProduct-content {
        flex-direction: column-reverse;
        min-height: auto;
    }
}

.lp-mediaProduct-body {
    display: flex;
    z-index: 1;
    flex-direction: column;
    align-items: center;
    min-width: 400px;
    max-width: 600px;
    padding: 40px 106px;
}

.lp-mediaProduct-body > *:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 1920px) {
    .lp-mediaProduct-body {
        width: calc(40rem + ((1vw - 1.365rem) * (36.03604)));
        padding: calc(3rem + ((1vw - 1.365rem) * (1.5748))) calc(1.8rem + ((1vw - 1.365rem) * (15.85586)));
    }
}

@media screen and (max-width: 1365px) {
    .lp-mediaProduct-body {
        flex: 1;
        width: 100%;
        min-width: auto;
        max-width: none;
        padding: 8px 20px 16px 14px;
        background: #e1e7ee;
    }
}

.lp-mediaProduct-image {
    z-index: 0;
    position: absolute;
    right: 0;
    bottom: 0;
}

@media screen and (max-width: 1365px) {
    .lp-mediaProduct-image {
        position: static;
    }
}

.lp-mediaProduct-image img {
    max-height: 503px;
}

@media only screen and (min-width: 1365px) and (max-height: 850px) {
    .lp-mediaProduct-image img {
        height: calc(255vh * 100 / 655);
        min-height: calc(503vh * 100 / 850);
        max-height: calc(40rem + ((1vw - 1.365rem) * (18.55856)));
    }
}

@media only screen and (min-width: 1366px) and (max-height: 650px) {
    .lp-mediaProduct-image img {
        height: 358px;
        min-height: 358px;
    }
}

@media screen and (max-width: 1365px) {
    .lp-mediaProduct-image img {
        max-height: calc(40rem + ((1vw - 1.365rem) * (18.55856)));
    }
}

.lp-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.lp-list > *:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 1920px) {
    .lp-list {
        width: calc(25rem + ((1vw - 1.365rem) * (27.02703)));
    }
}

@media screen and (max-width: 1365px) {
    .lp-list {
        width: 100%;
    }
}

.lp-list li {
    width: 100%;
    max-width: 400px;
    margin-bottom: 2px;
    padding: 8px;
    background: rgba(255, 255, 255, 0.3);
    color: #333;
    font-size: 1.8rem;
    font-weight: 600;
    text-align: center;
}

@media screen and (max-width: 1920px) {
    .lp-list li {
        width: calc(25rem + ((1vw - 1.365rem) * (27.02703)));
        font-size: calc(1.6rem + ((1vw - 1.365rem) * (0.36036)));
    }
}

@media only screen and (min-width: 1366px) and (max-height: 800px) {
    .lp-list li {
        font-size: calc(18vh * 100 / 855);
    }
}

@media only screen and (min-width: 1366px) and (max-height: 700px) {
    .lp-list li {
        font-size: 16px;
    }
}

@media screen and (max-width: 1365px) {
    .lp-list li {
        width: 100%;
        max-width: none;
        font-size: calc(1.4rem + ((1vw - 1.025rem) * (1.17647)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-list li {
        font-size: 1.4rem;
    }
}

.lp-text {
    font-size: 1.6rem;
    color: #333;
    line-height: 1.7;
}

@media screen and (max-width: 1365px) {
    .lp-text {
        font-size: 1.4rem;
    }
}

.lp-buttonTransition {
    display: inline-block;
    min-width: 200px;
    max-width: 300px;
    padding: 8px 10px;
    background: #333;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    color: #fff;
    font-size: 1.8rem;
    line-height: 1.26;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.3s, color 0.3s;
}

@media screen and (max-width: 1365px) {
    .lp-buttonTransition {
        box-shadow: none;
        transition: none;
    }
}

.lp-buttonTransition:hover {
    background: #fff;
    color: #333;
}

.lp-cardBaloon {
    z-index: 10;
    position: relative;
    width: 100%;
    margin-bottom: 0;
    padding: 16px 40px;
    background: #0c88cb;
    color: #fff;
    font-size: 2rem;
    font-weight: 600;
    text-align: center;
    text-shadow: 0 0 3px #0a73ab,
 0 0 3px #0a73ab,
 0 0 3px #0a73ab,
 0 0 3px #0a73ab,
 0 0 3px #0a73ab,
 0 0 3px #0a73ab,
 0 0 3px #0a73ab,
 0 0 3px #0a73ab,
 0 0 3px #0a73ab,
 0 0 3px #0a73ab,
 0 0 3px #0a73ab,
 0 0 3px #0a73ab,
 0 0 3px #0a73ab,
 0 0 3px #0a73ab,
 0 0 3px #0a73ab,
 0 0 3px #0a73ab;
}

@media screen and (max-width: 1365px) {
    .lp-cardBaloon {
        padding: calc(0.8rem + ((1vw - 1.025rem) * (2.35294))) 40px;
        font-size: calc(1.6rem + ((1vw - 1.025rem) * (1.17647)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-cardBaloon {
        padding: 8px 40px;
    }
}

@media screen and (max-width: 768px) {
    .lp-cardBaloon {
        padding: 8px;
        font-size: 1.4rem;
    }
}

.lp-cardBaloon::after {
    display: block;
    position: absolute;
    bottom: -24px;
    left: 50%;
    width: 0;
    height: 0;
    transform: translateX(-50%);
    border-top: 24px solid #0c88cb;
    border-right: 16px solid transparent;
    border-left: 16px solid transparent;
    content: "";
}

@media screen and (max-width: 1365px) {
    .lp-cardBaloon::after {
        bottom: calc(-1.4rem + ((1vw - 1.025rem) * (-2.35294)));
        border-top: calc(1.6rem + ((1vw - 1.025rem) * (2.35294))) solid #0c88cb;
        border-right: calc(1.1rem + ((1vw - 1.025rem) * (1.47059))) solid transparent;
        border-left: calc(1.1rem + ((1vw - 1.025rem) * (1.47059))) solid transparent;
    }
}

@media screen and (max-width: 1024px) {
    .lp-cardBaloon::after {
        bottom: -10px;
        border-top: 14px solid #0c88cb;
        border-right: 10px solid transparent;
        border-left: 10px solid transparent;
    }
}

.lp-cardBaloon.of-primary {
    background: #f36f42;
    text-shadow: 0 0 3px #c84e24,
 0 0 3px #c84e24,
 0 0 3px #c84e24,
 0 0 3px #c84e24,
 0 0 3px #c84e24,
 0 0 3px #c84e24,
 0 0 3px #c84e24,
 0 0 3px #c84e24,
 0 0 3px #c84e24,
 0 0 3px #c84e24,
 0 0 3px #c84e24,
 0 0 3px #c84e24,
 0 0 3px #c84e24,
 0 0 3px #c84e24,
 0 0 3px #c84e24,
 0 0 3px #c84e24;
}

.lp-cardBaloon.of-primary::after {
    border-top: 24px solid #f36f42;
}

@media screen and (max-width: 1365px) {
    .lp-cardBaloon.of-primary::after {
        border-top: calc(1.6rem + ((1vw - 1.025rem) * (2.35294))) solid #f36f42;
    }
}

@media screen and (max-width: 1024px) {
    .lp-cardBaloon.of-primary::after {
        border-top: 14px solid #f36f42;
    }
}

.lp-utility-marginBottom-1 {
    margin-bottom: 8px;
}

.lp-utility-marginBottom-2 {
    margin-bottom: 16px;
}

.lp-utility-marginBottom-3 {
    margin-bottom: 24px;
}

.lp-utility-marginBottom-4 {
    margin-bottom: 32px;
}

.lp-utility-marginBottom-5 {
    margin-bottom: 40px;
}

.lp-utility-line-break {
    display: block;
}

.lp-utility-textAlign-center {
    text-align: center;
}

.lp-utility-textAlign-right {
    text-align: right;
}

.lp-utility-justifyContent-center {
    justify-content: center;
}

.lp-utility-weight-normal {
    font-weight: normal;
}

.lp-utility-weight-bold {
    font-weight: bold;
}

@media only screen and (min-width: 1365px) {
    .lp-extraLargeScreen-line-break {
        display: block;
    }
}

@media only screen and (min-width: 1365px) and (max-width: 1365px) {
    .lp-extraLargeScreen-line-break {
        display: inline;
    }
}

@media only screen and (min-width: 1024px) {
    .lp-largeScreen-line-break {
        display: block;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1024px) {
    .lp-largeScreen-line-break {
        display: inline;
    }
}

@media screen and (min-width: 1024px) {
    .lp-largeScreen-marginBottom-1 {
        margin-bottom: 8px;
    }
}

@media screen and (min-width: 1024px) {
    .lp-largeScreen-marginBottom-2 {
        margin-bottom: 16px;
    }
}

@media screen and (min-width: 1024px) {
    .lp-largeScreen-marginBottom-3 {
        margin-bottom: 24px;
    }
}

@media screen and (min-width: 1024px) {
    .lp-largeScreen-marginBottom-4 {
        margin-bottom: 36px;
    }
}

@media screen and (min-width: 1024px) {
    .lp-largeScreen-marginBottom-5 {
        margin-bottom: 40px;
    }
}

@media screen and (min-width: 1024px) {
    .lp-largeScreen-textAlign-center {
        text-align: center;
    }
}

@media screen and (min-width: 1024px) {
    .lp-largeScreen-textAlign-right {
        text-align: right;
    }
}

@media screen and (min-width: 1024px) {
    .lp-largeScreen-weight-normal {
        font-weight: normal;
    }
}

@media screen and (min-width: 1024px) {
    .lp-largeScreen-justifyContent-end {
        justify-content: end;
    }
}

@media screen and (min-width: 1024px) {
    .lp-largeScreen-hide {
        display: none !important;
    }
}

@media screen and (max-width: 1024px) {
    .lp-smallScreen-marginBottom-1 {
        margin-bottom: 8px;
    }
}

@media screen and (max-width: 1024px) {
    .lp-smallScreen-marginBottom-2 {
        margin-bottom: 16px;
    }
}

@media screen and (max-width: 1024px) {
    .lp-smallScreen-marginBottom-3 {
        margin-bottom: 24px;
    }
}

@media screen and (max-width: 1024px) {
    .lp-smallScreen-marginBottom-4 {
        margin-bottom: 32px;
    }
}

@media screen and (max-width: 1024px) {
    .lp-smallScreen-marginBottom-5 {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 1024px) {
    .lp-smallScreen-textAlign-center {
        text-align: center;
    }
}

@media screen and (max-width: 1024px) {
    .lp-smallScreen-textAlign-right {
        text-align: right;
    }
}

@media screen and (max-width: 1024px) {
    .lp-smallScreen-justifyContent-center {
        justify-content: center;
    }
}

.lp-smallScreen-show {
    display: none !important;
}

@media screen and (max-width: 1024px) {
    .lp-smallScreen-show {
        display: flex !important;
    }
}

.lp-smallScreen-hide {
    display: block !important;
}

@media screen and (max-width: 1024px) {
    .lp-smallScreen-hide {
        display: none !important;
    }
}

@media screen and (max-width: 1024px) and (max-width: 768px) {
    .lp-smallScreen-line-break {
        display: block;
    }
}

@media screen and (max-width: 768px) {
    .lp-extraSmallScreen-marginBottom-1 {
        margin-bottom: 8px;
    }
}

@media screen and (max-width: 768px) {
    .lp-extraSmallScreen-marginBottom-2 {
        margin-bottom: 16px;
    }
}

@media screen and (max-width: 768px) {
    .lp-extraSmallScreen-marginBottom-3 {
        margin-bottom: 24px;
    }
}

@media screen and (max-width: 768px) {
    .lp-extraSmallScreen-marginBottom-4 {
        margin-bottom: 32px;
    }
}

@media screen and (max-width: 768px) {
    .lp-extraSmallScreen-marginBottom-5 {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 768px) {
    .lp-extraSmallScreen-textAlign-center {
        text-align: center;
    }
}

@media screen and (max-width: 768px) {
    .lp-extraSmallScreen-textAlign-right {
        text-align: right;
    }
}

@media screen and (max-width: 768px) {
    .lp-extraSmallScreen-justifyContent-center {
        justify-content: center;
    }
}

.lp-extraSmallScreen-show {
    display: none !important;
}

@media screen and (max-width: 768px) {
    .lp-extraSmallScreen-show {
        display: flex !important;
    }
}

.lp-extraSmallScreen-hide {
    display: block !important;
}

@media screen and (max-width: 768px) {
    .lp-extraSmallScreen-hide {
        display: none !important;
    }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
    .lp-extraSmallScreen-line-break {
        display: block;
    }
}

.of-iconColor-primary {
    fill: #838070;
}
