@charset "UTF-8";

:root {
    font-size: 62.5%;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

*::before,
*::after {
    box-sizing: border-box;
}

html {
    -webkit-text-size-adjust: 100%;
}

body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    word-wrap: break-word;
    min-width: 320px;
    background: #fff;
    color: #333;
    font-family: source-han-sans-japanese, notosans, "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "MS PGothic", sans-serif;
    font-size: 1.6rem;
    line-height: 1.5;
    word-break: break-word;
    overflow-wrap: anywhere;
}

main {
    display: block;
}

p {
    margin-bottom: 16px;
}

ul,
ol {
    list-style: none;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
    text-decoration: underline;
}

a:hover,
a:active,
a:focus {
    text-decoration: none;
}

abbr[title] {
    -webkit-text-decoration: underline dotted;
    border-bottom: 0;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bold;
}

em {
    font-style: normal;
    font-weight: bold;
}

dfn,
cite {
    font-style: normal;
}

code,
kbd,
samp {
    font-family: monospace;
    font-size: 1em;
}

small {
    font-size: 100%;
}

i {
    font-style: italic;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    max-width: 100%;
    border-style: none;
    vertical-align: bottom;
}

table {
    width: 100%;
    border-collapse: collapse;
}

button,
input,
optgroup,
select,
textarea {
    border-radius: 0;
    font-family: inherit;
    font-size: 100%;
    line-height: inherit;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
    border: 0;
    background: none;
    cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: none;
}

legend {
    display: table;
    max-width: 100%;
    color: inherit;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

.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.of-download .lp-buttonConversion-body::before {
    background: url("../../../../../../img/landing_page/common/icon_btn_dl.png") no-repeat center center !important;
}

.lp-layout-header {
    border-bottom: 1px solid #d0d0d0;
    background: #fff;
}

@media only screen and (max-width: 768px) {
    .lp-layout-header {
        height: auto;
    }
}

.lp-layout-header > *:last-child {
    margin-bottom: 0;
}

.lp-layout-header-content {
    display: flex;
    align-items: center;
    max-width: calc(1280px + 40px * 2);
    margin: 0 auto;
    padding: 8px 40px;
}

@media only screen and (max-width: 1280px) {
    .lp-layout-header-content {
        justify-content: center;
        padding: 24px 20px;
    }
}

.lp-layout-header-content > *:last-child {
    margin-bottom: 0;
    margin-left: 32px;
}

@media only screen and (max-width: 1280px) {
    .lp-layout-header-content > *:last-child {
        margin-left: 0;
    }
}

.lp-layout-header-utilityGroup > *:last-child {
    margin-bottom: 0;
}

.lp-layout-header-body > *:last-child {
    margin-bottom: 0;
}

.lp-layout-header-logo {
    min-width: 120px;
    margin-right: auto;
    margin-bottom: 0;
    line-height: 1;
}

@media only screen and (max-width: 1280px) {
    .lp-layout-header-logo {
        margin-right: 0;
        padding-right: 0;
    }
}

@media only screen and (max-width: 768px) {
    .lp-layout-header-logo {
        min-width: 91px;
        margin-right: 0;
        padding-right: 0;
    }
}

.lp-layout-header-logo img {
    width: 100%;
}

.lp-layout-container {
    display: flex;
    flex-direction: column;
    min-width: 360px;
    min-height: 100vh;
    overflow: hidden;
}

@media only screen and (max-width: 1280px) {
    .lp-layout-container {
        min-height: auto;
    }
}

.lp-layout-main {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
}

.lp-layout-footer {
    position: relative;
    border-top: 1px solid #d0d0d0;
    background: #fff;
}

.lp-layout-footer-content {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: calc(1280px + 40px * 2);
    margin: 0 auto;
    padding: 24px 40px;
}

@media only screen and (max-width: 768px) {
    .lp-layout-footer-content {
        flex-direction: column;
        justify-content: center;
        max-width: none;
        padding: 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 only screen and (max-width: 768px) {
    .lp-layout-footer-list {
        width: 100%;
        margin: -8px 0 8px 0;
    }
}

.lp-layout-footer-list > li {
    position: relative;
    margin: 8px 32px 0 0;
}

.lp-layout-footer-list > li::after {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: -16px;
    width: 1px;
    height: 100%;
    transform: translateY(-50%);
    background-color: #333;
    content: "";
}

.lp-layout-footer-list > li > a {
    color: #333;
    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: #333;
    text-decoration: underline;
}

@media only screen and (max-width: 768px) {
    .lp-layout-footer-list > li:last-child {
        margin: 8px 0 0 0;
    }
    .lp-layout-footer-list > li:last-child::after {
        display: none;
    }
}

.lp-layout-footer-copyright {
    margin-bottom: 0;
    font-size: 1.4rem;
}

@media only screen and (max-width: 768px) {
    .lp-layout-footer-copyright {
        width: 100%;
        text-align: center;
    }
}

.lp-jumbotron {
    background: #fff;
}

.lp-jumbotron-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: calc(1280px + 40px * 2);
    margin: 0 auto;
    padding: 88px 40px 96px;
    line-height: 1.25;
}

@media only screen and (max-width: 1280px) {
    .lp-jumbotron-content {
        flex-direction: column-reverse;
        max-width: calc(640px + 20px * 2);
        padding: 24px 20px 32px;
    }
}

@media only screen and (max-width: 768px) {
    .lp-jumbotron-content {
        width: 100%;
    }
}

.lp-jumbotron-body {
    width: 510px;
}

.lp-jumbotron-body > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1280px) {
    .lp-jumbotron-body {
        width: 100%;
        padding: 0;
    }
}

@media only screen and (max-width: 768px) {
    .lp-jumbotron-body {
        width: calc(32rem + ((1vw - 0.36rem) * (78.43137)));
    }
}

@media only screen and (max-width: 360px) {
    .lp-jumbotron-body {
        width: 100%;
    }
}

.lp-jumbotron-image {
    position: relative;
    max-width: 730px;
    margin-left: 40px;
}

@media only screen and (max-width: 1280px) {
    .lp-jumbotron-image {
        max-width: 640px;
        margin: 0 auto 24px;
    }
}

@media only screen and (max-width: 768px) {
    .lp-jumbotron-image {
        max-width: calc(24rem + ((1vw - 0.36rem) * (98.03922)));
    }
}

@media only screen and (max-width: 360px) {
    .lp-jumbotron-image {
        max-width: 240px;
    }
}

.lp-jumbotron-titleGroup {
    margin-bottom: 24px;
}

.lp-jumbotron-titleGroup > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1280px) {
    .lp-jumbotron-titleGroup {
        margin-bottom: 14px;
        text-align: center;
    }
}

.lp-jumbotron-title {
    display: block;
    margin-bottom: 8px;
    font-size: 4.1rem;
}

@media only screen and (max-width: 1280px) {
    .lp-jumbotron-title {
        display: inline;
    }
}

@media only screen and (max-width: 768px) {
    .lp-jumbotron-title {
        font-size: calc(2.4rem + ((1vw - 0.36rem) * (4.16667)));
    }
}

@media only screen and (max-width: 360px) {
    .lp-jumbotron-title {
        font-size: 2.4rem;
    }
}

.lp-jumbotron-series {
    font-size: 3.2rem;
}

@media only screen and (max-width: 768px) {
    .lp-jumbotron-series {
        font-size: calc(1.6rem + ((1vw - 0.36rem) * (3.92157)));
    }
}

@media only screen and (max-width: 360px) {
    .lp-jumbotron-series {
        font-size: 1.6rem;
    }
}

.lp-jumbotron-series > em {
    font-size: 8.8rem;
}

@media only screen and (max-width: 768px) {
    .lp-jumbotron-series > em {
        font-size: calc(4rem + ((1vw - 0.36rem) * (11.76471)));
    }
}

@media only screen and (max-width: 360px) {
    .lp-jumbotron-series > em {
        font-size: 4rem;
    }
}

.lp-jumbotron-seriesGroup {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

@media only screen and (max-width: 1280px) {
    .lp-jumbotron-seriesGroup {
        justify-content: center;
    }
}

.lp-jumbotron-group {
    width: 100vw;
    margin: 0 calc(640px - 50vw) 40px;
    padding: 24px calc(50vw - 640px);
    background: #ecf3fa;
}

@media only screen and (max-width: 1360px) {
    .lp-jumbotron-group {
        margin: 0 -40px 40px;
        padding: 24px 40px;
    }
}

@media only screen and (max-width: 1280px) {
    .lp-jumbotron-group {
        margin: 0 calc(50% - 50vw) 32px;
        padding: 24px calc(50vw - 50%);
    }
}

@media only screen and (max-width: 360px) {
    .lp-jumbotron-group {
        width: 360px;
        margin: 0 calc(50% - 180px) 32px;
        padding: 24px calc(180px - 50%);
    }
}

.lp-jumbotron-list > *:last-child {
    margin-bottom: 0;
}

.lp-jumbotron-list > li {
    position: relative;
    width: 510px;
    margin-bottom: 16px;
    padding-left: 16px;
    color: #305789;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.5;
}

@media only screen and (max-width: 1280px) {
    .lp-jumbotron-list > li {
        width: 100%;
        margin-bottom: calc(0.8rem + ((1vw - 0.36rem) * (0.86957)));
        line-height: 1.25;
    }
}

@media only screen and (max-width: 768px) {
    .lp-jumbotron-list > li {
        font-size: calc(1.3rem + ((1vw - 0.36rem) * (1.71569)));
    }
}

@media only screen and (max-width: 360px) {
    .lp-jumbotron-list > li {
        margin-bottom: 8px;
        font-size: 1.3rem;
    }
}

.lp-jumbotron-list > li::before {
    display: block;
    position: absolute;
    top: .6em;
    left: 0;
    width: 8px;
    height: 8px;
    background: #305789;
    content: "";
}

@media only screen and (max-width: 1280px) {
    .lp-jumbotron-list > li::before {
        width: calc(0.6rem + ((1vw - 0.768rem) * (0.39063)));
        height: calc(0.6rem + ((1vw - 0.768rem) * (0.39063)));
    }
}

@media only screen and (max-width: 768px) {
    .lp-jumbotron-list > li::before {
        top: .4em;
        width: 6px;
        height: 6px;
    }
}

.lp-label {
    flex-shrink: 0;
    max-width: 120px;
    margin-right: 16px;
    padding: 4px 12px;
    border: solid 1px #dc002f;
    color: #dc002f;
    font-size: 2rem;
    font-weight: normal;
}

@media only screen and (max-width: 768px) {
    .lp-label {
        margin-top: 8px;
        margin-right: calc(0.8rem + ((1vw - 0.36rem) * (1.96078)));
        font-size: calc(1.6rem + ((1vw - 0.36rem) * (0.98039)));
    }
}

@media only screen and (max-width: 360px) {
    .lp-label {
        margin-right: 8px;
        padding: 0 12px;
    }
}

.lp-listButton {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: -40px 0 40px -24px;
}

@media only screen and (max-width: 1280px) {
    .lp-listButton {
        flex-direction: column;
        margin-top: -24px;
        margin-bottom: 20px;
    }
}

.lp-listButton > li {
    display: flex;
    flex: 0 0 auto;
    justify-content: center;
    max-width: 100%;
    padding: 40px 0 0 24px;
}

@media only screen and (max-width: 1280px) {
    .lp-listButton > li {
        padding-top: 24px;
    }
}

.lp-buttonConversion {
    line-height: 1.25;
}

.lp-button {
    display: inline-block;
    padding: 20px 55px;
    border-radius: 33px;
    background: #f2f2f2;
    box-shadow: -6px -6px 30px white, 3px 3px 20px rgba(36, 65, 93, 0.3), inset -2px -2px 1px transparent, -1px -1px 5px transparent;
    color: #c43958;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.5;
    text-decoration: none;
    transition: box-shadow 0.5s;
}

@media only screen and (max-width: 640px) {
    .lp-button {
        font-size: 1.6rem;
    }
}

.lp-button-text {
    display: block;
    text-align: center;
}

.lp-button:hover, .lp-button:focus {
    box-shadow: -6px -6px 30px transparent, 3px 3px 20px transparent, inset -2px -2px 1px rgba(255, 255, 255, 0.5), -1px -1px 5px rgba(36, 65, 93, 0.3);
}

.lp-textPhoneLink {
    min-width: 224px;
    text-align: center;
}

@media only screen and (max-width: 1280px) {
    .lp-textPhoneLink {
        margin-bottom: 24px;
    }
}

.lp-textPhoneLink-numberGroup {
    display: flex;
    align-items: center;
    color: #333;
    font-size: 2.4rem;
    font-weight: bold;
    text-decoration: none;
    cursor: default;
}

.lp-textPhoneLink-numberGroupOuter {
    display: inline-block;
}

.lp-textPhoneLink-icon {
    display: flex;
    width: 40px;
    margin: 0 8px 0 0;
}

.lp-textPhoneLink-notes {
    font-size: 1.2rem;
    line-height: 1.16;
}

.lp-section-content {
    max-width: calc(1280px + 40px * 2);
    margin: 0 auto 24px;
    padding: 32px 40px;
}

.lp-section-content > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1280px) {
    .lp-section-content {
        padding: 0 20px;
    }
}

.lp-utility-justifyContent-center {
    justify-content: center;
}

.lp-utility-line-break {
    display: block;
}

.lp-utility-textAlign-center {
    text-align: center;
}

@media only screen and (min-width: 1281px) {
    .lp-largeScreen-line-break {
        display: block;
    }
    .lp-largeScreen-textAlign-center {
        text-align: center;
    }
    .lp-largeScreen-textAlign-right {
        text-align: right;
    }
    .lp-largeScreen-weight-normal {
        font-weight: normal;
    }
    .lp-largeScreen-justifyContent-end {
        justify-content: end;
    }
    .lp-largeScreen-hide {
        display: none;
    }
}

@media only screen and (max-width: 1280px) {
    .lp-smallScreen-textAlign-center {
        text-align: center;
    }
    .lp-smallScreen-textAlign-right {
        text-align: right;
    }
    .lp-smallScreen-justifyContent-center {
        justify-content: center;
    }
    .lp-smallScreen-line-break {
        display: block;
    }
    .lp-smallScreen-hide {
        display: none;
    }
}
