@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 {
    -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, 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;
}

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-anchor .lp-buttonConversion-body::before {
    background: url("../../../../../../../img/landing_page/common/icon_btn_anc_03.png") no-repeat center center !important;
}

.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-main {
    position: relative;
    padding-bottom: 112px;
    font-size: 1.6rem;
}

@media only screen and (max-width: 1600px) {
    .lp-layout-main {
        font-size: calc(1.4rem + ((1vw - 1.024rem) * (0.34722)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-layout-main {
        padding-bottom: 64px;
        font-size: 1.5rem;
        line-height: 1.5;
    }
}

.lp-layout-main > *:last-child {
    margin-bottom: 0;
}

.lp-layout-header {
    position: relative;
    text-align: left;
}

.lp-layout-header.of-flex .lp-layout-header-content {
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 1023px) {
    .lp-layout-header.of-flex .lp-layout-header-content {
        flex-direction: column;
        align-items: center;
    }
}

.lp-layout-header-content {
    max-width: calc(1440px + (80px * 2));
    margin: 0 auto;
    padding: 16px 80px;
}

.lp-layout-header-content > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1023px) {
    .lp-layout-header-content {
        padding: 20px calc(2rem + ((1vw - 0.36rem) * (4.90196))) 24px;
    }
}

.lp-layout-header-utilityGroup {
    flex: 1;
    padding-left: 40px;
}

@media only screen and (max-width: 1023px) {
    .lp-layout-header-utilityGroup {
        flex: none;
        padding-top: 24px;
        padding-left: 0;
    }
}

.lp-layout-header-utilityList {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-top: -16px;
    margin-right: -24px;
}

@media only screen and (max-width: 1023px) {
    .lp-layout-header-utilityList {
        flex-direction: column;
        justify-content: center;
        margin-right: 0;
    }
}

.lp-layout-header-utilityList > li {
    margin-top: 16px;
    padding-right: 24px;
}

.lp-layout-header-utilityList > li > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1023px) {
    .lp-layout-header-utilityList > li {
        padding-right: 0;
    }
}

.lp-layout-header-logo {
    display: block;
    margin-bottom: 0;
    line-height: 1;
}

.lp-layout-header-logo a {
    text-decoration: none;
}

.lp-layout-header-logo img {
    width: 178px;
}

@media only screen and (max-width: 1023px) {
    .lp-layout-header-logo img {
        width: 104px;
    }
}

.lp-jumbotron .lp-layout-header {
    margin-right: 60px;
    margin-bottom: 96px;
}

@media only screen and (max-width: 1600px) {
    .lp-jumbotron .lp-layout-header {
        margin-right: calc(4rem + ((1vw - 1.024rem) * (3.47222)));
        margin-bottom: calc(6.2rem + ((1vw - 1.024rem) * (5.90278)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-jumbotron .lp-layout-header {
        align-self: flex-start;
        order: 1;
        width: 100%;
        margin: 0;
    }
}

.lp-jumbotron .lp-layout-header .lp-layout-header-content {
    max-width: 100%;
    padding: 0;
}

@media only screen and (max-width: 1023px) {
    .lp-jumbotron .lp-layout-header .lp-layout-header-content {
        padding: 20px 0;
    }
}

.lp-layout-footer {
    position: relative;
    font-size: 1.2rem;
}

.lp-layout-footer-content {
    max-width: calc(1440px + (80px * 2));
    margin: 0 auto;
    padding: 16px 80px;
}

@media only screen and (max-width: 1023px) {
    .lp-layout-footer-content {
        padding: 16px 20px;
    }
}

.lp-layout-footer-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: -8px;
    text-align: center;
}

.lp-layout-footer-list > li {
    position: relative;
    margin-top: 8px;
    margin-left: 32px;
    line-height: 1.2;
}

.lp-layout-footer-list > li::before {
    display: block;
    position: absolute;
    top: 50%;
    left: -16px;
    width: 1px;
    height: 18px;
    transform: translateY(-50%);
    background-color: #3b3b3b;
    content: "";
}

.lp-layout-footer-list > li a {
    color: #3b3b3b;
    font-size: 1.2rem;
    line-height: 1;
    text-decoration: none;
}

.lp-layout-footer-list > li a:hover, .lp-layout-footer-list > li a:active, .lp-layout-footer-list > li a:focus {
    text-decoration: underline;
}

.lp-layout-footer-list > li:first-child::before {
    content: none;
}

@media only screen and (max-width: 1023px) {
    .lp-layout-footer-list > li.lp-layout-footer-copyright {
        width: 100%;
        margin-left: 0;
        text-align: center;
    }
}

@media only screen and (max-width: 1023px) {
    .lp-layout-footer-list > li.lp-layout-footer-copyright::before {
        content: none;
    }
}

.lp-layout-container {
    max-width: 664px;
    margin: 0 auto;
}

.lp-layout-container.of-full {
    max-width: 100%;
    min-height: 100vh;
    margin: 0;
    background-attachment: fixed;
    background-color: #f0f2fe;
    background-image: url("../../../../../../img/products/mp-f/159429001/159429001_bg_01.png");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #3b3b3b;
}

@media only screen and (max-width: 1023px) {
    .lp-layout-container.of-full {
        position: relative;
        background: none;
    }
    .lp-layout-container.of-full::before {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background-image: url("../../../../../../img/products/mp-f/159429001/159429001_bg_01.png");
        background-position: top center;
        background-repeat: no-repeat;
        background-size: cover;
        content: "";
    }
}

.lp-layout-container.of-narrow {
    max-width: 100%;
}

@media only screen and (max-width: 768px) {
    .lp-layout-container.of-narrow {
        max-width: 340px;
    }
}

.lp-layout-grid {
    display: flex;
    flex-wrap: wrap;
    margin: -24px 0 24px -12px;
}

@media only screen and (max-width: 768px) {
    .lp-layout-grid {
        margin: -40px 0 24px -16px;
    }
}

.lp-layout-grid > .lp-layout-grid-column {
    margin-top: 24px;
    padding-left: 12px;
}

@media only screen and (max-width: 768px) {
    .lp-layout-grid > .lp-layout-grid-column {
        margin-top: 40px;
        padding-left: 16px;
    }
}

.lp-layout-grid > .lp-layout-grid-column > *:last-child {
    margin-bottom: 0;
}

.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.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 only screen and (max-width: 768px) {
    .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 only screen and (max-width: 1600px) {
    .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%;
    }
}

@media only screen and (max-width: 768px) {
    .lp-layout-grid.lp-extraSmallScreen-column-1 > .lp-layout-grid-column:not([class*="of-column-"]),
    .lp-layout-grid.lp-extraSmallScreen-column-1 > .lp-layout-grid-column[class*="of-column-"] {
        width: 100%;
    }
    .lp-layout-grid.lp-extraSmallScreen-column-2 > .lp-layout-grid-column:not([class*="of-column-"]),
    .lp-layout-grid.lp-extraSmallScreen-column-2 > .lp-layout-grid-column[class*="of-column-"] {
        width: 100%;
    }
    .lp-layout-grid.lp-extraSmallScreen-column-3 > .lp-layout-grid-column:not([class*="of-column-"]),
    .lp-layout-grid.lp-extraSmallScreen-column-3 > .lp-layout-grid-column[class*="of-column-"] {
        width: 100%;
    }
}

@media only screen and (min-width: 769px) {
    .lp-layout-grid.lp-largeScreen-column-2 > .lp-layout-grid-column:not([class*="of-column-"]),
    .lp-layout-grid.lp-largeScreen-column-2 > .lp-layout-grid-column[class*="of-column-"] {
        width: 50%;
    }
    .lp-layout-grid.lp-largeScreen-column-3 > .lp-layout-grid-column:not([class*="of-column-"]),
    .lp-layout-grid.lp-largeScreen-column-3 > .lp-layout-grid-column[class*="of-column-"] {
        width: 33.33333%;
    }
    .lp-layout-grid.lp-largeScreen-column-4 > .lp-layout-grid-column:not([class*="of-column-"]),
    .lp-layout-grid.lp-largeScreen-column-4 > .lp-layout-grid-column[class*="of-column-"] {
        width: 25%;
    }
}

@media only screen and (max-width: 1023px) {
    .lp-jumbotron {
        margin-bottom: 64px;
    }
}

.lp-jumbotron-content {
    max-width: calc(1440px + (80px * 2));
    margin: 0 auto;
    padding: 0 80px 128px;
}

@media only screen and (max-width: 1600px) {
    .lp-jumbotron-content {
        padding: 0 calc(4rem + ((1vw - 1.024rem) * (6.94444))) calc(8.2rem + ((1vw - 1.024rem) * (7.98611)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-jumbotron-content {
        max-width: calc(768px + (20px * 2));
        padding: 0 20px;
    }
}

@media only screen and (max-width: 768px) {
    .lp-jumbotron-content {
        padding: 0 calc(2rem + ((1vw - 0.36rem) * (14.70588)));
    }
}

.lp-jumbotron-inner {
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: center;
    min-height: 930px;
    padding: 40px 815px 40px 0;
}

@media only screen and (max-width: 1600px) {
    .lp-jumbotron-inner {
        min-height: calc(59.5rem + ((1vw - 1.024rem) * (58.15972)));
        padding-right: calc(52rem + ((1vw - 1.024rem) * (51.21528)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-jumbotron-inner {
        flex-direction: column-reverse;
        align-items: center;
        min-height: auto;
        padding: 0;
    }
}

.lp-jumbotron-body {
    position: relative;
    margin-right: 60px;
}

@media only screen and (max-width: 1023px) {
    .lp-jumbotron-body {
        margin-right: 0;
    }
}

.lp-jumbotron-body > *:last-child {
    margin-bottom: 0;
}

.lp-jumbotron-image {
    position: absolute;
    top: -30px;
    right: 0;
    width: 815px;
}

@media only screen and (max-width: 1600px) {
    .lp-jumbotron-image {
        width: calc(52rem + ((1vw - 1.024rem) * (51.21528)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-jumbotron-image {
        position: static;
        width: calc(32rem + ((1vw - 0.36rem) * (6.0241)));
        margin-bottom: 8px;
    }
}

.lp-jumbotron-title {
    display: block;
    margin-bottom: 8px;
    font-family: source-han-serif-japanese, serif;
    font-size: 6.8rem;
    font-weight: normal;
    line-height: 1.3;
}

@media only screen and (max-width: 1600px) {
    .lp-jumbotron-title {
        font-size: calc(4.2rem + ((1vw - 1.024rem) * (4.51389)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-jumbotron-title {
        font-size: calc(2.8rem + ((1vw - 0.36rem) * (0.90361)));
        font-weight: bold;
    }
}

.lp-jumbotron-titleGroup {
    display: block;
    margin-bottom: 72px;
}

@media only screen and (max-width: 1600px) {
    .lp-jumbotron-titleGroup {
        margin-bottom: calc(4.6rem + ((1vw - 1.024rem) * (4.51389)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-jumbotron-titleGroup {
        margin-bottom: 24px;
        font-weight: bold;
    }
}

.lp-jumbotron-titleGroup > *:last-child {
    margin-bottom: 0;
}

.lp-jumbotron-subtitle {
    display: block;
    margin-bottom: 8px;
    font-family: source-han-serif-japanese, serif;
    font-size: 4.2rem;
    font-weight: normal;
}

@media only screen and (max-width: 1600px) {
    .lp-jumbotron-subtitle {
        font-size: calc(2.6rem + ((1vw - 1.024rem) * (2.77778)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-jumbotron-subtitle {
        font-size: calc(2.2rem + ((1vw - 0.36rem) * (0.45181)));
        line-height: 1.3;
    }
}

.lp-jumbotron-textScroll {
    position: absolute;
    right: -90px;
    bottom: 100px;
    margin-bottom: 0;
    transform: translateY(-100%) rotate(90deg);
    color: #547c9f;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1;
}

@media only screen and (max-width: 1600px) {
    .lp-jumbotron-textScroll {
        right: calc(-4rem + ((1vw - 1.024rem) * (-8.68056)));
        bottom: calc(6rem + ((1vw - 1.024rem) * (6.94444)));
        font-size: calc(1.4rem + ((1vw - 1.024rem) * (0.34722)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-jumbotron-textScroll {
        display: none;
    }
}

.lp-jumbotron-textScroll::before {
    position: absolute;
    right: -52px;
    bottom: 6px;
    width: 40px;
    height: 1px;
    background-color: #b5c0c8;
    content: "";
}

.lp-jumbotron-textScroll::after {
    position: absolute;
    right: -52px;
    bottom: 7px;
    border-right: 8px solid transparent;
    border-bottom: 5px solid #b5c0c8;
    content: "";
}

.lp-section {
    margin-bottom: 208px;
}

@media only screen and (max-width: 1600px) {
    .lp-section {
        margin-bottom: calc(13.2rem + ((1vw - 1.024rem) * (13.19444)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-section {
        margin-bottom: 80px;
    }
}

.lp-section-content {
    max-width: calc(1600px + (40px * 2));
    margin: 0 auto;
    padding: 0 40px;
}

@media only screen and (max-width: 1600px) {
    .lp-section-content {
        padding: 0 calc(2rem + ((1vw - 1.024rem) * (3.47222)));
    }
}

@media only screen and (max-width: 1279px) {
    .lp-section-content {
        padding: 0 160px;
    }
}

@media only screen and (max-width: 1023px) {
    .lp-section-content {
        max-width: calc(768px + (20px * 2));
        padding: 0 20px;
    }
}

@media only screen and (max-width: 768px) {
    .lp-section-content {
        padding: 0 calc(2rem + ((1vw - 0.36rem) * (14.70588)));
    }
}

.lp-section-content > *:last-child {
    margin-bottom: 0;
}

.lp-section-header {
    margin-bottom: 80px;
}

@media only screen and (max-width: 1600px) {
    .lp-section-header {
        margin-bottom: calc(5.2rem + ((1vw - 1.024rem) * (2.08333)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-section-header {
        margin-bottom: 40px;
    }
}

.lp-section-header > *:last-child {
    margin-bottom: 0;
}

[data-script-enabled="true"] .lp-section-header.of-fadeAnimation {
    opacity: 0;
}

[data-script-enabled="true"] .lp-section-header.of-fadeAnimation.is-show {
    opacity: 1;
    transition: opacity 0.8s ease-in 0.3s;
}

.lp-section-body > *:last-child {
    margin-bottom: 0;
}

.lp-section-body .lp-section .lp-section-content {
    max-width: 100%;
    padding: 0;
}

.lp-section-body .lp-section:last-child {
    margin-bottom: 0;
}

[data-script-enabled="true"] .lp-section.of-fadeAnimation {
    opacity: 0;
}

[data-script-enabled="true"] .lp-section.of-fadeAnimation.is-show {
    opacity: 1;
    transition: opacity 0.8s ease-in 0.3s;
}

.lp-headingLevel2 {
    max-width: 940px;
    margin: 0 auto 80px;
    padding: 8px;
    border-top: 6px double #dbbf86;
    border-bottom: 6px double #dbbf86;
    font-family: source-han-serif-japanese, serif;
    font-size: 5.6rem;
    font-weight: bold;
    line-height: 1.5;
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

@media only screen and (max-width: 1600px) {
    .lp-headingLevel2 {
        max-width: calc(60rem + ((1vw - 1.024rem) * (59.02778)));
        margin-bottom: calc(6.4rem + ((1vw - 1.024rem) * (2.77778)));
        font-size: calc(3.6rem + ((1vw - 1.024rem) * (3.47222)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-headingLevel2 {
        max-width: 460px;
        margin-bottom: 40px;
        font-size: calc(2.4rem + ((1vw - 0.36rem) * (0.45181)));
    }
}

.lp-headingLevel3 {
    margin-bottom: 64px;
    font-family: source-han-serif-japanese, serif;
    font-size: 4.4rem;
    font-weight: bold;
    line-height: 1.3;
}

@media only screen and (max-width: 1600px) {
    .lp-headingLevel3 {
        margin-bottom: calc(4rem + ((1vw - 1.024rem) * (4.16667)));
        font-size: calc(2.8rem + ((1vw - 1.024rem) * (2.77778)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-headingLevel3 {
        margin-bottom: 24px;
        font-size: calc(2rem + ((1vw - 0.36rem) * (0.3012)));
    }
}

.lp-headingLevel3.of-primary {
    margin-inline: auto;
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 16px 74px;
}

@media only screen and (max-width: 1600px) {
    .lp-headingLevel3.of-primary {
        padding: 16px calc(4.8rem + ((1vw - 1.024rem) * (3.125)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-headingLevel3.of-primary {
        padding: 4px 58px;
    }
}

.lp-headingLevel3.of-primary::before, .lp-headingLevel3.of-primary::after {
    position: absolute;
    top: 50%;
    width: 66px;
    height: 84px;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
}

@media only screen and (max-width: 1600px) {
    .lp-headingLevel3.of-primary::before, .lp-headingLevel3.of-primary::after {
        width: calc(4.2rem + ((1vw - 1.024rem) * (4.16667)));
        height: calc(5.2rem + ((1vw - 1.024rem) * (5.55556)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-headingLevel3.of-primary::before, .lp-headingLevel3.of-primary::after {
        width: 48px;
        height: 62px;
    }
}

.lp-headingLevel3.of-primary::before {
    left: 0;
    background-image: url("../../../../../../img/products/mp-f/159429001/159429001_ttl-img_01.png");
}

.lp-headingLevel3.of-primary::after {
    right: 0;
    background-image: url("../../../../../../img/products/mp-f/159429001/159429001_ttl-img_02.png");
}

.lp-headingLevel4 {
    margin-bottom: 24px;
    font-family: source-han-serif-japanese, serif;
    font-size: 4.4rem;
    line-height: 1.42;
}

@media only screen and (max-width: 1600px) {
    .lp-headingLevel4 {
        font-size: calc(2.8rem + ((1vw - 1.024rem) * (2.77778)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-headingLevel4 {
        font-size: calc(2.2rem + ((1vw - 0.36rem) * (0.45181)));
        font-weight: bold;
        line-height: 1.3;
    }
}

.lp-headingLevel5 {
    margin-bottom: 8px;
    font-size: 2rem;
    font-weight: normal;
    line-height: 1.44;
}

@media only screen and (max-width: 1600px) {
    .lp-headingLevel5 {
        font-size: calc(1.6rem + ((1vw - 1.024rem) * (0.69444)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-headingLevel5 {
        font-size: calc(1.6rem + ((1vw - 0.36rem) * (0.3012)));
        line-height: 1.3;
    }
}

.lp-textPhone {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
}

@media only screen and (max-width: 1023px) {
    .lp-textPhone {
        flex-direction: column;
    }
}

.lp-textPhone-header {
    margin-right: 20px;
    font-size: 2.4rem;
}

@media only screen and (max-width: 1023px) {
    .lp-textPhone-header {
        margin-right: 0;
        margin-bottom: 24px;
    }
}

.lp-textPhone-header > *:last-child {
    margin-bottom: 0;
}

.lp-textPhone-body {
    min-width: 225px;
}

.lp-textPhone-body > a {
    color: inherit;
    text-decoration: none;
    cursor: default;
}

.lp-textPhone-body > *:last-child {
    margin-bottom: 0;
}

.lp-textPhone-number {
    font-size: 2.4rem;
    font-weight: bold;
    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;
    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,
a:hover.lp-textPhone-body {
    display: inline-block;
    color: #333;
    text-decoration: none;
    cursor: default;
    opacity: 1;
}

.lp-label {
    display: inline-block;
    margin-bottom: 8px;
    padding: 8px 16px;
    background: linear-gradient(90deg, #ccdbe6 0%, #e6ecf2 49%, #ccdbe6 100%) 0% 0% no-repeat;
}

.lp-label > *:last-child {
    margin-bottom: 0;
}

.lp-label.of-width-full {
    width: 100%;
}

.lp-label-outer {
    display: block;
    margin-bottom: 8px;
}

.lp-label-outer > *:last-child {
    margin-bottom: 0;
}

.lp-buttonConversion {
    z-index: 0;
    position: relative;
    border-radius: 4px;
    box-shadow: 0 8px 16px rgba(217, 27, 68, 0.5);
}

@media only screen and (max-width: 768px) {
    .lp-buttonConversion {
        width: 100%;
        box-shadow: none;
    }
}

.lp-buttonConversion::before {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    background: linear-gradient(to bottom, #ff2a2a 0%, #c8002b 100%);
    content: "";
    transition: 0.2s;
}

.lp-buttonConversion::after {
    z-index: -2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    background: linear-gradient(to bottom, #b81b1b 0%, #c8002b 100%);
    content: "";
}

.lp-buttonConversion.of-primary {
    box-shadow: 0 8px 16px rgba(0, 117, 152, 0.5);
}

@media only screen and (max-width: 1023px) {
    .lp-buttonConversion.of-primary {
        box-shadow: none;
    }
}

.lp-buttonConversion.of-primary::before {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    background: linear-gradient(to bottom, #5878aa 0%, #127c9e 100%);
    content: "";
}

.lp-buttonConversion.of-primary::after {
    z-index: -2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    background: linear-gradient(to bottom, #30476a 0%, #127c9e 100%);
    content: "";
}

@media (hover: hover) {
    .lp-buttonConversion:hover::before {
        opacity: 0;
    }
}

.lp-buttonConversion.of-arrow .lp-buttonConversionConversion-body, .lp-buttonConversion.of-download .lp-buttonConversionConversion-body {
    padding-left: 61px;
}

@media only screen and (max-width: 768px) {
    .lp-buttonConversion.of-arrow .lp-buttonConversionConversion-body, .lp-buttonConversion.of-download .lp-buttonConversionConversion-body {
        padding-left: 53px;
    }
}

.lp-buttonConversion.of-arrow .lp-buttonConversionConversion-body::before, .lp-buttonConversion.of-download .lp-buttonConversionConversion-body::before {
    left: 32px;
}

@media only screen and (max-width: 768px) {
    .lp-buttonConversion.of-arrow .lp-buttonConversionConversion-body::before, .lp-buttonConversion.of-download .lp-buttonConversionConversion-body::before {
        left: 22px;
    }
}

@media only screen and (max-width: 768px) {
    .lp-buttonConversion-image {
        margin-left: auto;
    }
}

.lp-list {
    margin-bottom: 24px;
}

.lp-list > *:last-child {
    margin-bottom: 0;
}

.lp-list > li {
    position: relative;
    margin-bottom: 8px;
    padding-left: 12px;
}

.lp-list > li > *:last-child {
    margin-bottom: 0;
}

.lp-list > li::before {
    position: absolute;
    top: 0.6em;
    left: 0;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #3b3b3b;
    content: "";
}

.lp-list > li > ul {
    margin-top: 8px;
}

.lp-list > li > ul > li {
    margin-bottom: 8px;
}

.lp-list.of-color-primary {
    color: #547c9f;
}

.lp-list.of-color-primary > li::before {
    background: #547c9f;
}

.lp-listButton {
    display: inline-block;
    margin: -24px 0 40px -32px;
}

.lp-listButton.of-flex {
    display: flex;
    flex-wrap: wrap;
}

.lp-listButton.of-centering {
    justify-content: center;
}

@media only screen and (max-width: 768px) {
    .lp-listButton.of-centering {
        align-items: center;
    }
}

.lp-listButton-outer.of-centering {
    text-align: center;
}

.lp-listButton-outer > *:last-child {
    margin-bottom: 0;
}

.lp-listButton > li {
    margin-top: 24px;
    padding-left: 32px;
}

@media only screen and (max-width: 768px) {
    .lp-listButton > li {
        width: 100%;
    }
}

.lp-listButton > li > *:last-child {
    margin-bottom: 0;
}

.lp-media {
    margin-inline: auto;
    display: flex;
    flex-direction: column;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 24px;
}

.lp-media-body > *:last-child {
    margin-bottom: 0;
}

.lp-media-image {
    margin-inline: auto;
    margin-top: 8px;
}

.lp-media-image > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
    .lp-media-image.of-width-small {
        width: calc(22.2rem + ((1vw - 0.36rem) * (28.67647)));
    }
}

.lp-media-title {
    margin-bottom: 8px;
    font-weight: bold;
}

.lp-media.of-column-reverse {
    flex-direction: column-reverse;
}

.lp-media.of-column-reverse .lp-media-image {
    margin-top: 0;
    margin-bottom: 8px;
}

.lp-mediaFeature {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

@media only screen and (max-width: 1279px) {
    .lp-mediaFeature {
        flex-direction: column;
    }
}

.lp-mediaFeature-body {
    width: 50%;
}

@media only screen and (max-width: 1600px) {
    .lp-mediaFeature-body {
        flex: 1;
    }
}

.lp-mediaFeature-body > *:last-child {
    margin-bottom: 0;
}

.lp-mediaFeature-image {
    width: 50%;
    margin-left: 58px;
}

@media only screen and (max-width: 1600px) {
    .lp-mediaFeature-image {
        width: calc(48rem + ((1vw - 1.28rem) * (53.125)));
        margin-left: calc(2.4rem + ((1vw - 1.024rem) * (5.90278)));
    }
}

@media only screen and (max-width: 1279px) {
    .lp-mediaFeature-image {
        width: calc(28rem + ((1vw - 0.36rem) * (5.27108)));
    }
}

.lp-mediaFeature.of-reverse {
    flex-direction: row-reverse;
}

@media only screen and (max-width: 1279px) {
    .lp-mediaFeature.of-reverse {
        flex-direction: column-reverse;
    }
}

@media only screen and (max-width: 1279px) {
    .lp-mediaFeature.of-reverse .lp-mediaFeature-body {
        width: 100%;
    }
}

.lp-mediaFeature.of-reverse .lp-mediaFeature-image {
    margin-right: 58px;
    margin-left: 0;
}

@media only screen and (max-width: 1600px) {
    .lp-mediaFeature.of-reverse .lp-mediaFeature-image {
        margin-right: calc(2.4rem + ((1vw - 1.024rem) * (5.90278)));
    }
}

@media only screen and (max-width: 1279px) {
    .lp-mediaFeature.of-reverse .lp-mediaFeature-image {
        margin: 0 auto 24px;
    }
}

@media only screen and (max-width: 1279px) {
    .lp-mediaFeature.lp-smallScreen-column-reverse {
        flex-direction: column-reverse;
    }
}

@media only screen and (max-width: 1279px) {
    .lp-mediaFeature.lp-smallScreen-column-reverse .lp-mediaFeature-body {
        width: 100%;
    }
}

@media only screen and (max-width: 1279px) {
    .lp-mediaFeature.lp-smallScreen-column-reverse .lp-mediaFeature-image {
        margin: 0 auto 24px;
    }
}

.lp-figure {
    width: 100%;
    margin-bottom: 24px;
}

.lp-card {
    margin-bottom: 40px;
    padding: 48px 80px;
    border-radius: 8px;
    background-color: #fff;
}

@media only screen and (max-width: 1600px) {
    .lp-card {
        padding: 32px calc(2rem + ((1vw - 1.024rem) * (10.41667)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-card {
        padding: 20px;
    }
}

@media only screen and (max-width: 768px) {
    .lp-card {
        margin-bottom: 32px;
        padding: 20px calc(2rem + ((1vw - 0.36rem) * (6.62651)));
    }
}

.lp-card > *:last-child {
    margin-bottom: 0;
}

.lp-card.of-small {
    padding: 16px 64px;
}

@media only screen and (max-width: 1023px) {
    .lp-card.of-small {
        padding: 16px;
    }
}

.lp-card.of-blur {
    position: relative;
    border: 1px solid #fff;
    background-color: rgba(255, 255, 255, 0.6);
}

.lp-card.of-blur::before {
    -webkit-backdrop-filter: blur(6px);
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(6px);
    content: "";
}

.lp-utility-textAlign-center {
    text-align: center;
}

.lp-utility-textAlign-right {
    text-align: right;
}

.lp-utility-line-break {
    display: block;
}

.lp-utility-color-primary {
    color: #547c9f;
}

.lp-utility-marginBottom-0 {
    margin-bottom: 0;
}

.lp-utility-marginBottom-1 {
    margin-bottom: 4px;
}

.lp-utility-marginBottom-2 {
    margin-bottom: 8px;
}

.lp-utility-marginBottom-3 {
    margin-bottom: 16px;
}

.lp-utility-marginBottom-4 {
    margin-bottom: 24px;
}

.lp-utility-marginBottom-5 {
    margin-bottom: 32px;
}

.lp-utility-marginBottom-6 {
    margin-bottom: 40px;
}

.lp-utility-marginBottom-7 {
    margin-bottom: 48px;
}

.lp-utility-marginBottom-8 {
    margin-bottom: 56px;
}

.lp-utility-marginBottom-9 {
    margin-bottom: 64px;
}

.lp-utility-marginBottom-10 {
    margin-bottom: 72px;
}

.lp-utility-marginBottom-11 {
    margin-bottom: 88px;
}

@media only screen and (max-width: 768px) {
    .lp-extraSmallScreen-textAlign-center {
        text-align: center;
    }
}

@media only screen and (max-width: 768px) {
    .lp-extraSmallScreen-line-break {
        display: block;
    }
}

@media only screen and (max-width: 1279px) {
    .lp-smallScreen-textAlign-center {
        text-align: center;
    }
}

@media only screen and (max-width: 1279px) {
    .lp-smallScreen-line-break {
        display: block;
    }
}

@media only screen and (min-width: 1280px) {
    .lp-largeScreen-textAlign-center {
        text-align: center;
    }
}

@media only screen and (min-width: 1280px) {
    .lp-largeScreen-line-break {
        display: block;
    }
}

@media only screen and (min-width: 1280px) {
    .lp-extraLargeScreen-textAlign-center {
        text-align: center;
    }
}

@media only screen and (min-width: 1280px) {
    .lp-extraLargeScreen-line-break {
        display: block;
    }
}
