@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;
}

@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-triangleIconTriangle .lp-buttonConversion-body {
    position: relative;
    padding-left: 53px;
}

.lp-buttonConversion.of-triangleIconTriangle .lp-buttonConversion-body::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 24px;
    width: 19px;
    height: 18px;
    transform: translateY(-50%);
    content: "";
}

.lp-buttonConversion.of-triangleIconTriangle .lp-buttonConversion-body::before {
    position: absolute;
    top: 50%;
    left: 26px;
    width: 0;
    height: 0;
    transform: translateY(-50%);
    border-top: 6px solid transparent;
    border-right: 0 solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 13px solid #fff;
    content: "";
}

.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;
}

.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;
}

:root {
    font-size: 10px;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

*::before, *::after {
    box-sizing: border-box;
}

html {
    -webkit-text-size-adjust: 100%;
}

.theme-KJ {
    -webkit-text-size-adjust: 100%;
    font-size: 62.5%;
}

.theme-KJ body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-wrap: break-word;
    min-width: 320px;
    background: #fff;
    color: #333;
    font-family: source-han-sans-japanese, "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;
    -moz-appearance: button;
    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;
    -moz-appearance: textfield;
    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-layout-header > *:last-child, .lp-layout-header-content > *:last-child, .lp-layout-header-logo > *:last-child, .lp-layout-footer > *:last-child, .lp-layout-footer-content > *:last-child, .lp-jumbotron-body > *:last-child, .lp-jumbotron-titleGroup > *:last-child, .lp-jumbotron-image > *:last-child, .lp-section > *:last-child, .lp-section-content > *:last-child, .lp-layout-container > *:last-child, .lp-media > *:last-child, .lp-media-body > *:last-child, .lp-media-image > *:last-child, .lp-cardFeature > *:last-child, .lp-cardAsset-body > *:last-child, .lp-cardAsset-textGroup > *:last-child, .lp-listButton > *:last-child, .lp-listButton > li > *:last-child, .lp-label > *:last-child, .lp-labelGroup > *:last-child {
    margin-bottom: 0;
}

.lp-layout-main {
    display: block;
}

.lp-layout-header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1652px;
    margin: 0 auto;
    padding: 12px 26px;
}

@media screen and (max-width: 969px) {
    .lp-layout-header-content {
        justify-content: center;
        padding: 20px;
    }
}

.lp-layout-header-logo {
    margin-bottom: 0;
}

.lp-layout-header-logo img {
    width: 138px;
}

@media screen and (max-width: 969px) {
    .lp-layout-header-logo img {
        width: 104px;
    }
}

.lp-layout-footer-content {
    max-width: 1652px;
    margin: 0 auto;
    padding: 40px 100px 38px;
}

@media screen and (max-width: 1600px) {
    .lp-layout-footer-content {
        padding-top: calc(2rem + ((1vw - 0.969rem) * (3.16957)));
        padding-right: calc(2rem + ((1vw - 0.969rem) * (12.67829)));
        padding-bottom: calc(2.8rem + ((1vw - 0.969rem) * (1.58479)));
        padding-left: calc(2rem + ((1vw - 0.969rem) * (12.67829)));
    }
}

@media screen and (max-width: 969px) {
    .lp-layout-footer-content {
        padding: 20px 20px 28px;
    }
}

.lp-layout-footer-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: -12px 0 24px -35px;
    font-size: 1.3rem;
    line-height: 1.4;
    text-align: center;
}

.lp-layout-footer-list > li {
    position: relative;
    margin: 12px 0 0 35px;
    color: #333;
}

.lp-layout-footer-list > li::before {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: -16px;
    width: 1px;
    height: 16px;
    transform: translateY(-50%);
    background-color: #949494;
    content: "";
}

.lp-layout-footer-list > li:first-child::before {
    display: none;
}

.lp-layout-footer-list > li a {
    color: #333;
    text-decoration: none;
}

.lp-layout-footer-list > li a:hover {
    text-decoration: underline;
}

@media screen and (max-width: 969px) {
    .lp-layout-footer-list > li:last-child {
        flex-shrink: 0;
        width: calc(100% - 40px);
    }
    .lp-layout-footer-list > li:last-child::before {
        content: none;
    }
}

.lp-layout-footer-copyright {
    font-size: 1.3rem;
}

.lp-layout-grid {
    display: flex;
    flex-wrap: wrap;
    margin: -24px 0 56px -64px;
}

@media screen and (max-width: 1600px) {
    .lp-layout-grid {
        margin-top: calc(-3.2rem + ((1vw - 0.767rem) * (0.96038)));
        margin-bottom: calc(3.2rem + ((1vw - 0.767rem) * (2.88115)));
        margin-left: calc(-3.2rem + ((1vw - 0.767rem) * (-3.84154)));
    }
}

@media screen and (max-width: 767px) {
    .lp-layout-grid {
        margin: -32px 0 32px -32px;
    }
}

.lp-layout-grid > .lp-layout-grid-column {
    margin-top: 24px;
    padding-left: 64px;
}

@media screen and (max-width: 1600px) {
    .lp-layout-grid > .lp-layout-grid-column {
        margin-top: calc(3.3rem + ((1vw - 0.767rem) * (-1.08043)));
        padding-left: calc(3.2rem + ((1vw - 0.767rem) * (3.84154)));
    }
}

@media screen and (max-width: 767px) {
    .lp-layout-grid > .lp-layout-grid-column {
        margin-top: 33px;
        padding-left: 32px;
    }
}

.lp-layout-grid > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 100%;
}

.lp-layout-grid > .lp-layout-grid-column.of-flex {
    display: flex;
    flex-wrap: wrap;
}

.lp-layout-grid > .lp-layout-grid-column.of-flex > * {
    width: 100%;
}

.lp-layout-grid > .lp-layout-grid-column > *:last-child {
    margin-bottom: 0;
}

.lp-layout-grid.of-column-2 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 50%;
}

.lp-layout-grid.of-column-3 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 33.33333%;
}

.lp-layout-grid.of-column-4 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 25%;
}

.lp-layout-grid.of-column-5 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 20%;
}

.lp-layout-grid.of-column-6 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 16.66667%;
}

.lp-layout-grid.of-column-7 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 14.28571%;
}

.lp-layout-grid.of-column-8 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 12.5%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 11.11111%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 10%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 9.09091%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 8.33333%;
}

.lp-layout-grid.of-column-2 > .lp-layout-grid-column.of-column-2 {
    width: 100%;
}

.lp-layout-grid.of-column-3 > .lp-layout-grid-column.of-column-2 {
    width: 66.66667%;
}

.lp-layout-grid.of-column-3 > .lp-layout-grid-column.of-column-3 {
    width: 100%;
}

.lp-layout-grid.of-column-4 > .lp-layout-grid-column.of-column-2 {
    width: 50%;
}

.lp-layout-grid.of-column-4 > .lp-layout-grid-column.of-column-3 {
    width: 75%;
}

.lp-layout-grid.of-column-4 > .lp-layout-grid-column.of-column-4 {
    width: 100%;
}

.lp-layout-grid.of-column-5 > .lp-layout-grid-column.of-column-2 {
    width: 40%;
}

.lp-layout-grid.of-column-5 > .lp-layout-grid-column.of-column-3 {
    width: 60%;
}

.lp-layout-grid.of-column-5 > .lp-layout-grid-column.of-column-4 {
    width: 80%;
}

.lp-layout-grid.of-column-5 > .lp-layout-grid-column.of-column-5 {
    width: 100%;
}

.lp-layout-grid.of-column-6 > .lp-layout-grid-column.of-column-2 {
    width: 33.33333%;
}

.lp-layout-grid.of-column-6 > .lp-layout-grid-column.of-column-3 {
    width: 50%;
}

.lp-layout-grid.of-column-6 > .lp-layout-grid-column.of-column-4 {
    width: 66.66667%;
}

.lp-layout-grid.of-column-6 > .lp-layout-grid-column.of-column-5 {
    width: 83.33333%;
}

.lp-layout-grid.of-column-6 > .lp-layout-grid-column.of-column-6 {
    width: 100%;
}

.lp-layout-grid.of-column-7 > .lp-layout-grid-column.of-column-2 {
    width: 28.57143%;
}

.lp-layout-grid.of-column-7 > .lp-layout-grid-column.of-column-3 {
    width: 42.85714%;
}

.lp-layout-grid.of-column-7 > .lp-layout-grid-column.of-column-4 {
    width: 57.14286%;
}

.lp-layout-grid.of-column-7 > .lp-layout-grid-column.of-column-5 {
    width: 71.42857%;
}

.lp-layout-grid.of-column-7 > .lp-layout-grid-column.of-column-6 {
    width: 85.71429%;
}

.lp-layout-grid.of-column-7 > .lp-layout-grid-column.of-column-7 {
    width: 100%;
}

.lp-layout-grid.of-column-8 > .lp-layout-grid-column.of-column-2 {
    width: 25%;
}

.lp-layout-grid.of-column-8 > .lp-layout-grid-column.of-column-3 {
    width: 37.5%;
}

.lp-layout-grid.of-column-8 > .lp-layout-grid-column.of-column-4 {
    width: 50%;
}

.lp-layout-grid.of-column-8 > .lp-layout-grid-column.of-column-5 {
    width: 62.5%;
}

.lp-layout-grid.of-column-8 > .lp-layout-grid-column.of-column-6 {
    width: 75%;
}

.lp-layout-grid.of-column-8 > .lp-layout-grid-column.of-column-7 {
    width: 87.5%;
}

.lp-layout-grid.of-column-8 > .lp-layout-grid-column.of-column-8 {
    width: 100%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-2 {
    width: 22.22222%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-3 {
    width: 33.33333%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-4 {
    width: 44.44444%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-5 {
    width: 55.55556%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-6 {
    width: 66.66667%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-7 {
    width: 77.77778%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-8 {
    width: 88.88889%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-9 {
    width: 100%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-2 {
    width: 20%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-3 {
    width: 30%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-4 {
    width: 40%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-5 {
    width: 50%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-6 {
    width: 60%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-7 {
    width: 70%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-8 {
    width: 80%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-9 {
    width: 90%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-10 {
    width: 100%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-2 {
    width: 18.18182%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-3 {
    width: 27.27273%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-4 {
    width: 36.36364%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-5 {
    width: 45.45455%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-6 {
    width: 54.54545%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-7 {
    width: 63.63636%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-8 {
    width: 72.72727%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-9 {
    width: 81.81818%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-10 {
    width: 90.90909%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-11 {
    width: 100%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-2 {
    width: 16.66667%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-3 {
    width: 25%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-4 {
    width: 33.33333%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-5 {
    width: 41.66667%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-6 {
    width: 50%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-7 {
    width: 58.33333%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-8 {
    width: 66.66667%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-9 {
    width: 75%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-10 {
    width: 83.33333%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-11 {
    width: 91.66667%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-12 {
    width: 100%;
}

@media screen and (max-width: 767px) {
    .lp-layout-grid[class*="of-column-"] > .lp-layout-grid-column:not([class*="of-column-"]),
    .lp-layout-grid[class*="of-column-"] > .lp-layout-grid-column[class*="of-column-"] {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .lp-layout-grid.lp-smallScreen-column-2 > .lp-layout-grid-column:not([class*="of-column-"]),
    .lp-layout-grid.lp-smallScreen-column-2 > .lp-layout-grid-column[class*="of-column-"] {
        width: 50%;
    }
    .lp-layout-grid.lp-smallScreen-column-3 > .lp-layout-grid-column:not([class*="of-column-"]),
    .lp-layout-grid.lp-smallScreen-column-3 > .lp-layout-grid-column[class*="of-column-"] {
        width: 33.33333%;
    }
}

.lp-layout-grid.of-border > .lp-layout-grid-column {
    position: relative;
}

.lp-layout-grid.of-border > .lp-layout-grid-column:not(:first-child)::before {
    display: block;
    position: absolute;
    top: 0;
    left: 32px;
    width: 1px;
    height: 100%;
    background-color: #fff;
    content: "";
}

@media screen and (max-width: 1600px) {
    .lp-layout-grid.of-border > .lp-layout-grid-column:not(:first-child)::before {
        left: calc(1.5rem + ((1vw - 0.767rem) * (2.04082)));
    }
}

@media screen and (max-width: 767px) {
    .lp-layout-grid.of-border > .lp-layout-grid-column:not(:first-child)::before {
        top: -16px;
        left: calc(50% + 16px);
        width: calc(100% - 32px);
        height: 1px;
        transform: translate(-50%);
    }
}

.lp-jumbotron {
    --color-primary: #fff;
    --color-secondary: #d4d6da;
    background: radial-gradient(closest-side at 50% 50%, var(--color-primary) 0%, var(--color-primary) 31%, var(--color-secondary) 100%) no-repeat;
}

@media screen and (max-width: 767px) {
    .lp-jumbotron {
        background: radial-gradient(closest-side at 50% 39%, var(--color-primary) 0%, var(--color-primary) 31%, var(--color-secondary) 100%) no-repeat;
    }
}

.lp-jumbotron-content {
    position: relative;
    max-width: 1652px;
    margin: 0 auto;
    padding: 13px 26px 48px;
}

@media screen and (max-width: 1600px) {
    .lp-jumbotron-content {
        padding-bottom: calc(4rem + ((1vw - 0.969rem) * (1.26783)));
    }
}

@media screen and (max-width: 969px) {
    .lp-jumbotron-content {
        padding: 20px 20px 40px;
    }
}

.lp-jumbotron-content > .lp-layout-header > .lp-layout-header-content {
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;
}

.lp-jumbotron-body {
    z-index: 1;
    position: inherit;
    width: 100%;
    min-height: 848px;
    padding: 284px 0 0;
}

@media screen and (max-width: 1600px) {
    .lp-jumbotron-body {
        min-height: calc(38.6rem + ((1vw - 0.767rem) * (55.46218)));
        padding-top: calc(17.6rem + ((1vw - 0.969rem) * (17.11569)));
    }
}

@media screen and (max-width: 969px) {
    .lp-jumbotron-body {
        padding-top: calc(12.8rem + ((1vw - 0.767rem) * (15.84158)));
    }
}

@media screen and (max-width: 767px) {
    .lp-jumbotron-body {
        min-height: auto;
        padding-top: calc(18rem + ((1vw - 0.36rem) * (52.57985)));
    }
}

@media screen and (max-width: 360px) {
    .lp-jumbotron-body {
        padding: 180px 0 0;
    }
}

.lp-jumbotron-title {
    display: block;
    margin-bottom: 24px;
    font-size: 6.4rem;
    line-height: 1.125;
}

@media screen and (max-width: 1600px) {
    .lp-jumbotron-title {
        margin-bottom: calc(1.6rem + ((1vw - 0.767rem) * (0.96038)));
        font-size: calc(3.2rem + ((1vw - 0.767rem) * (3.84154)));
    }
}

@media screen and (max-width: 767px) {
    .lp-jumbotron-title {
        margin-bottom: calc(1.6rem + ((1vw - 0.36rem) * (0.64516)));
        font-size: calc(3.2rem + ((1vw - 0.36rem) * (2.58065)));
    }
}

@media screen and (max-width: 360px) {
    .lp-jumbotron-title {
        margin-bottom: 16px;
        font-size: 3.2rem;
    }
}

.lp-jumbotron-titleGroup {
    margin-bottom: 24px;
}

@media screen and (max-width: 1600px) {
    .lp-jumbotron-titleGroup {
        margin-bottom: calc(1.6rem + ((1vw - 0.767rem) * (0.96038)));
    }
}

@media screen and (max-width: 767px) {
    .lp-jumbotron-titleGroup {
        margin-bottom: calc(1.6rem + ((1vw - 0.36rem) * (0.64516)));
    }
}

@media screen and (max-width: 360px) {
    .lp-jumbotron-titleGroup {
        margin-bottom: 16px;
    }
}

.lp-jumbotron-series {
    display: block;
    margin-bottom: 8px;
    font-size: 4.8rem;
    line-height: 1.5;
}

@media screen and (max-width: 1600px) {
    .lp-jumbotron-series {
        font-size: calc(1.8rem + ((1vw - 0.767rem) * (3.60144)));
    }
}

@media screen and (max-width: 767px) {
    .lp-jumbotron-series {
        font-size: calc(1.8rem + ((1vw - 0.36rem) * (2.41935)));
    }
}

@media screen and (max-width: 360px) {
    .lp-jumbotron-series {
        font-size: 1.8rem;
    }
}

.lp-jumbotron-seriesName {
    display: inline-block;
}

.lp-jumbotron-image {
    z-index: 0;
    position: absolute;
    top: 100px;
    left: 50%;
    width: calc(100% - 40px);
    transform: translate(-50%);
}

@media screen and (max-width: 969px) {
    .lp-jumbotron-image {
        top: 74px;
    }
}

.lp-section {
    background-color: #fff;
}

.lp-section-content {
    max-width: 1332px;
    margin: 0 auto;
    padding: 45px 26px 20px;
}

@media screen and (max-width: 969px) {
    .lp-section-content {
        padding: 45px 20px 20px;
    }
}

.lp-section.of-primary, .lp-section.of-secondary {
    background-repeat: no-repeat;
    background-size: cover;
}

.lp-section.of-primary {
    background-image: url("../../../../../../../img/ss/products/microscope/ea-300/004/2013_01_bg_01.jpg");
    background-position: top center;
}

.lp-section.of-primary > .lp-section-content {
    padding: 80px 26px;
}

@media screen and (max-width: 1600px) {
    .lp-section.of-primary > .lp-section-content {
        padding-top: calc(2rem + ((1vw - 0.767rem) * (7.20288)));
        padding-bottom: calc(2rem + ((1vw - 0.767rem) * (7.20288)));
    }
}

@media screen and (max-width: 969px) {
    .lp-section.of-primary > .lp-section-content {
        padding-right: 20px;
        padding-left: 20px;
    }
}

@media screen and (max-width: 767px) {
    .lp-section.of-primary > .lp-section-content {
        padding: 20px;
    }
}

.lp-section.of-secondary {
    background-image: url("../../../../../../../img/ss/products/microscope/ea-300/004/2013_01_bg_02.jpg");
    background-position: center;
}

.lp-section.of-secondary > .lp-section-content {
    padding: 160px 26px;
    overflow: hidden;
}

@media screen and (max-width: 1600px) {
    .lp-section.of-secondary > .lp-section-content {
        padding-top: calc(6.4rem + ((1vw - 0.767rem) * (11.52461)));
        padding-bottom: calc(6.4rem + ((1vw - 0.767rem) * (11.52461)));
    }
}

@media screen and (max-width: 969px) {
    .lp-section.of-secondary > .lp-section-content {
        padding-right: 20px;
        padding-left: 20px;
    }
}

@media screen and (max-width: 767px) {
    .lp-section.of-secondary > .lp-section-content {
        padding: 64px 20px;
    }
}

.lp-layout-container {
    max-width: 970px;
    margin: auto;
}

@media screen and (max-width: 1600px) {
    .lp-layout-container {
        max-width: calc(45.6rem + ((1vw - 0.767rem) * (61.70468)));
    }
}

@media screen and (max-width: 767px) {
    .lp-layout-container {
        max-width: 100%;
    }
}

.lp-layout-container.of-primary {
    max-width: 1064px;
}

.lp-media {
    display: flex;
    flex-direction: column;
    max-width: 475px;
    height: 100%;
    margin: 0 auto 32px;
}

.lp-media-body {
    display: flex;
    flex-direction: column;
    height: 100%;
    margin-bottom: 24px;
}

@media screen and (max-width: 1600px) {
    .lp-media-body {
        margin-bottom: calc(1.6rem + ((1vw - 0.36rem) * (0.64516)));
    }
}

@media screen and (max-width: 360px) {
    .lp-media-body {
        margin-bottom: 16px;
    }
}

.lp-media-title {
    margin-bottom: 8px;
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1.5;
}

@media screen and (max-width: 1600px) {
    .lp-media-title {
        font-size: calc(1.8rem + ((1vw - 0.36rem) * (0.64516)));
    }
}

@media screen and (max-width: 767px) {
    .lp-media-title {
        text-align: center;
    }
}

@media screen and (max-width: 360px) {
    .lp-media-title {
        font-size: 1.8rem;
    }
}

.lp-media-text {
    margin-bottom: 8px;
    font-size: 2rem;
    line-height: 1.5;
}

@media screen and (max-width: 1600px) {
    .lp-media-text {
        font-size: calc(1.5rem + ((1vw - 0.36rem) * (0.40323)));
    }
}

@media screen and (max-width: 360px) {
    .lp-media-text {
        font-size: 1.5rem;
    }
}

.lp-media-image {
    margin-bottom: 16px;
}

.lp-cardFeature {
    --color-primary: #fff;
    -webkit-backdrop-filter: blur(30px);
    margin: auto auto 40px;
    padding: 30px 62px;
    border: 1px solid var(--color-primary);
    border-radius: 8px;
    backdrop-filter: blur(30px);
    background-color: rgba(211, 211, 211, 0.2);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.25);
    color: #fff;
    text-shadow: 0 0 6px #000;
}

@media screen and (max-width: 1600px) {
    .lp-cardFeature {
        margin-bottom: calc(2rem + ((1vw - 0.36rem) * (1.6129)));
        padding-top: calc(2rem + ((1vw - 0.767rem) * (1.20048)));
        padding-right: calc(2rem + ((1vw - 0.767rem) * (5.04202)));
        padding-bottom: calc(2rem + ((1vw - 0.767rem) * (1.20048)));
        padding-left: calc(2rem + ((1vw - 0.767rem) * (5.04202)));
    }
}

@media screen and (max-width: 767px) {
    .lp-cardFeature {
        padding: 20px;
    }
}

@media screen and (max-width: 360px) {
    .lp-cardFeature {
        margin-bottom: 20px;
    }
}

.lp-cardFeature-title {
    margin-bottom: 24px;
    font-size: 4rem;
    line-height: 1.15;
}

@media screen and (max-width: 1600px) {
    .lp-cardFeature-title {
        font-size: calc(2.2rem + ((1vw - 0.36rem) * (1.45161)));
    }
}

@media screen and (max-width: 969px) {
    .lp-cardFeature-title {
        margin-bottom: calc(1.6rem + ((1vw - 0.36rem) * (0.64516)));
    }
}

@media screen and (max-width: 360px) {
    .lp-cardFeature-title {
        margin-bottom: 16px;
        font-size: 2.2rem;
    }
}

.lp-cardFeature.of-primary {
    -webkit-backdrop-filter: blur(15px);
    display: flex;
    padding: 40px 80px;
    backdrop-filter: blur(15px);
    text-shadow: 0 0 4px #000;
}

@media screen and (max-width: 1600px) {
    .lp-cardFeature.of-primary {
        padding-top: calc(2rem + ((1vw - 0.36rem) * (1.6129)));
        padding-right: calc(2rem + ((1vw - 0.36rem) * (4.83871)));
        padding-bottom: calc(2rem + ((1vw - 0.36rem) * (1.6129)));
        padding-left: calc(2rem + ((1vw - 0.36rem) * (4.83871)));
    }
}

@media screen and (max-width: 969px) {
    .lp-cardFeature.of-primary {
        display: block;
    }
}

@media screen and (max-width: 360px) {
    .lp-cardFeature.of-primary {
        padding: 20px;
    }
}

.lp-cardFeature.of-primary > .lp-cardFeature-title {
    -ms-writing-mode: tb-lr;
    position: relative;
    margin: 0 64px 0 0;
    writing-mode: vertical-lr;
}

@media screen and (max-width: 969px) {
    .lp-cardFeature.of-primary > .lp-cardFeature-title {
        -ms-writing-mode: initial;
        margin-right: 0;
        margin-bottom: calc(1.6rem + ((1vw - 0.36rem) * (2.62726)));
        padding-bottom: 16px;
        text-align: center;
        writing-mode: initial;
    }
}

@media screen and (max-width: 360px) {
    .lp-cardFeature.of-primary > .lp-cardFeature-title {
        margin-bottom: 16px;
    }
}

.lp-cardFeature.of-primary > .lp-cardFeature-title::after {
    display: block;
    position: absolute;
    top: 0;
    right: -34px;
    width: 1px;
    height: 100%;
    background-color: #fff;
    content: "";
}

@media screen and (max-width: 969px) {
    .lp-cardFeature.of-primary > .lp-cardFeature-title::after {
        top: initial;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 1px;
    }
}

.lp-cardAsset {
    --color-primary: #fff;
    -webkit-backdrop-filter: blur(15px);
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    margin: auto auto 32px;
    padding: 35px 160px;
    border: 1px solid var(--color-primary);
    border-radius: 8px;
    backdrop-filter: blur(15px);
    background-color: rgba(211, 211, 211, 0.2);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.25);
    color: #fff;
    text-shadow: 0 0 4px #000;
}

@media screen and (max-width: 1600px) {
    .lp-cardAsset {
        padding-top: calc(2rem + ((1vw - 0.36rem) * (1.20968)));
        padding-right: calc(2rem + ((1vw - 0.36rem) * (11.29032)));
        padding-bottom: calc(2rem + ((1vw - 0.36rem) * (1.20968)));
        padding-left: calc(2rem + ((1vw - 0.36rem) * (11.29032)));
    }
}

@media screen and (max-width: 767px) {
    .lp-cardAsset {
        width: 100vw;
        margin: 0 calc(50% - 50vw) 32px;
        border-right: 0;
        border-left: 0;
        border-radius: initial;
    }
}

@media screen and (max-width: 360px) {
    .lp-cardAsset {
        padding: 20px;
    }
}

.lp-cardAsset-body {
    flex: 1;
    max-width: 552px;
    margin-bottom: 0;
}

.lp-cardAsset-text {
    margin-bottom: 24px;
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1.5;
}

@media screen and (max-width: 1600px) {
    .lp-cardAsset-text {
        font-size: calc(1.5rem + ((1vw - 0.36rem) * (0.8871)));
    }
}

@media screen and (max-width: 360px) {
    .lp-cardAsset-text {
        font-size: 1.5rem;
    }
}

.lp-cardAsset-textGroup {
    margin-bottom: 24px;
}

.lp-cardAsset-image {
    max-width: 200px;
    margin: -64px 16px -64px 0;
}

@media screen and (max-width: 1600px) {
    .lp-cardAsset-image {
        max-width: calc(15.2rem + ((1vw - 0.767rem) * (5.7623)));
    }
}

@media screen and (max-width: 767px) {
    .lp-cardAsset-image {
        max-width: calc(7.2rem + ((1vw - 0.36rem) * (19.65602)));
        margin: 0 16px 0 0;
    }
}

@media screen and (max-width: 360px) {
    .lp-cardAsset-image {
        max-width: 72px;
    }
}

.lp-listButton {
    display: flex;
    flex-wrap: wrap;
    margin: -32px 0 32px -32px;
}

.lp-listButton > li {
    margin-top: 32px;
    padding-left: 32px;
}

.lp-listButton.of-center {
    justify-content: center;
}

.lp-listButton.of-right {
    justify-content: right;
}

@media screen and (max-width: 767px) {
    .lp-listButton.extraSmallScreen-left {
        justify-content: left;
    }
}

.lp-buttonConversion.of-whiteBase {
    border: 1px solid #fff;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.4);
    transition: 0.3s;
}

.lp-buttonConversion.of-whiteBase > .lp-buttonConversion-body {
    padding: 20px 40px;
}

@media screen and (max-width: 1600px) {
    .lp-buttonConversion.of-whiteBase > .lp-buttonConversion-body {
        padding-top: calc(1rem + ((1vw - 0.767rem) * (1.20048)));
        padding-right: calc(1.6rem + ((1vw - 0.767rem) * (2.88115)));
        padding-bottom: calc(1rem + ((1vw - 0.767rem) * (1.20048)));
        padding-left: calc(1.6rem + ((1vw - 0.767rem) * (2.88115)));
    }
}

@media screen and (max-width: 767px) {
    .lp-buttonConversion.of-whiteBase > .lp-buttonConversion-body {
        padding-top: calc(1rem + ((1vw - 0.36rem) * (0.80645)));
        padding-right: calc(1.6rem + ((1vw - 0.36rem) * (1.93548)));
        padding-bottom: calc(1rem + ((1vw - 0.36rem) * (0.80645)));
        padding-left: calc(1.6rem + ((1vw - 0.36rem) * (1.93548)));
    }
}

@media screen and (max-width: 360px) {
    .lp-buttonConversion.of-whiteBase > .lp-buttonConversion-body {
        padding: 10px 16px;
    }
}

.lp-buttonConversion.of-whiteBase > .lp-buttonConversion-body > .lp-buttonConversion-icon {
    padding-right: 16px;
}

@media screen and (max-width: 1600px) {
    .lp-buttonConversion.of-whiteBase > .lp-buttonConversion-body > .lp-buttonConversion-icon {
        padding-right: calc(0.8rem + ((1vw - 0.767rem) * (0.96038)));
    }
}

@media screen and (max-width: 767px) {
    .lp-buttonConversion.of-whiteBase > .lp-buttonConversion-body > .lp-buttonConversion-icon {
        padding-right: calc(0.8rem + ((1vw - 0.36rem) * (0.64516)));
    }
}

@media screen and (max-width: 360px) {
    .lp-buttonConversion.of-whiteBase > .lp-buttonConversion-body > .lp-buttonConversion-icon {
        padding-right: 8px;
    }
}

.lp-buttonConversion.of-whiteBase > .lp-buttonConversion-body > .lp-buttonConversion-icon > svg {
    fill: #fff;
    -webkit-filter: drop-shadow(0 0 4px #000);
    filter: drop-shadow(0 0 4px #000);
}

@media screen and (max-width: 767px) {
    .lp-buttonConversion.of-whiteBase > .lp-buttonConversion-body > .lp-buttonConversion-icon > svg {
        width: 15px;
        height: 14px;
    }
}

.lp-buttonConversion.of-whiteBase > .lp-buttonConversion-body > .lp-buttonConversion-text {
    margin-right: 0;
    font-size: 2rem;
    font-weight: 700;
    text-shadow: 0 0 4px #000;
}

@media screen and (max-width: 1600px) {
    .lp-buttonConversion.of-whiteBase > .lp-buttonConversion-body > .lp-buttonConversion-text {
        font-size: calc(1.5rem + ((1vw - 0.767rem) * (0.60024)));
    }
}

@media screen and (max-width: 767px) {
    .lp-buttonConversion.of-whiteBase > .lp-buttonConversion-body > .lp-buttonConversion-text {
        font-size: calc(1.5rem + ((1vw - 0.36rem) * (0.40323)));
    }
}

@media screen and (max-width: 360px) {
    .lp-buttonConversion.of-whiteBase > .lp-buttonConversion-body > .lp-buttonConversion-text {
        font-size: 1.5rem;
    }
}

.lp-buttonConversion.of-whiteBase:hover {
    background: rgba(163, 163, 163, 0.6);
    transition: 0.3s;
}

.lp-label {
    display: block;
    margin-top: 16px;
    padding-left: 8px;
}

.lp-labelGroup {
    display: flex;
    flex-wrap: wrap;
    margin: -16px 0 16px -8px;
}

@media screen and (max-width: 1600px) {
    .lp-labelGroup {
        margin-bottom: calc(0.4rem + ((1vw - 0.36rem) * (0.96774)));
    }
}

@media screen and (max-width: 360px) {
    .lp-labelGroup {
        margin-bottom: 4px;
    }
}

.lp-label-text {
    display: block;
    margin-bottom: 8px;
    padding: 6px 24px;
    border-radius: 25px;
    background-color: #607585;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.3;
    text-shadow: none;
}

@media screen and (max-width: 1600px) {
    .lp-label-text {
        font-size: calc(1.3rem + ((1vw - 0.36rem) * (0.24194)));
    }
}

@media screen and (max-width: 360px) {
    .lp-label-text {
        font-size: 1.3rem;
        line-height: 1.6;
    }
}

.lp-textPhone {
    display: block;
    margin-bottom: 24px;
}

.lp-textPhone > *:last-child {
    margin-bottom: 0;
}

.lp-textPhone-body > *:last-child {
    margin-bottom: 0;
}

.lp-textPhone-number {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1;
}

.lp-textPhone-numberGroup {
    display: flex;
    align-items: flex-start;
    margin-top: 0 !important;
    margin-bottom: 8px;
}

.lp-textPhone-note {
    display: block;
    margin-top: 0 !important;
    margin-bottom: 8px;
    font-size: 1.2rem;
    line-height: 1.2;
}

.lp-textPhone-icon {
    width: 36px;
    min-width: 36px;
    height: 20px;
    min-height: 20px;
    margin-top: 0.2rem;
    margin-right: 8px;
}

.lp-textPhone-icon .of-iconColor-primary {
    fill: #00a23f;
}

.lp-textPhone-icon .of-iconColor-secondary {
    fill: #fe8800;
}

.lp-textPhone-icon .of-iconColor-tertiary {
    fill: #0086b1;
}

.lp-textPhone-icon .of-iconColor-quaternary {
    fill: #838079;
}

.lp-textPhone-icon .of-iconColor-quinary {
    fill: #1e1c1c;
}

.lp-textPhone.of-center {
    text-align: center;
}

.lp-textPhone.of-center .lp-textPhone-numberGroup {
    justify-content: center;
}

a.lp-textPhone-body,
a:hover.lp-textPhone-body {
    display: inline-block;
    color: #333;
    text-decoration: none;
    cursor: default;
    opacity: 1;
}

.lp-utility-line-break {
    display: block;
}

.lp-utility-textAlign-center {
    text-align: center;
}

.lp-largeScreen-hide {
    display: none;
}

@media screen and (max-width: 969px) {
    .lp-largeScreen-hide {
        display: block;
    }
}

.lp-largeScreen-line-break {
    display: block;
}

@media screen and (max-width: 767px) {
    .lp-largeScreen-line-break {
        display: inline;
    }
}

@media screen and (max-width: 969px) {
    .lp-smallScreen-hide {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .lp-extraSmallScreen-line-break {
        display: block;
    }
}
