@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-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;
}

.lp-layout-grid > .lp-layout-grid-column > *:last-child, .lp-layout-container > *:last-child, .lp-section > *:last-child, .lp-section-content > *:last-child, .lp-jumbotron-body > *:last-child, .lp-jumbotron-titleGroup > *:last-child, .lp-media-body > *:last-child, .lp-figure > *:last-child, .lp-textSeries-group > *:last-child, .lp-card-content > *:last-child, .lp-list > *:last-child, .lp-list > li > *:last-child {
    margin-bottom: 0 !important;
}

.lp-layout-grid {
    display: flex;
    flex-wrap: wrap;
    margin: -28px 0 56px -28px;
}

.lp-layout-grid.of-primary {
    margin: -24px 0 24px -16px;
}

@media screen and (max-width: 767px) {
    .lp-layout-grid.of-primary {
        margin: -16px 0 32px -16px;
    }
}

.lp-layout-grid.of-primary > .lp-layout-grid-column {
    margin-top: 24px;
    padding-left: 16px;
}

@media screen and (max-width: 767px) {
    .lp-layout-grid.of-primary > .lp-layout-grid-column {
        margin-top: 16px;
    }
}

.lp-layout-grid.of-justifyContent-center {
    justify-content: center;
}

.lp-layout-grid > .lp-layout-grid-column {
    margin-top: 28px;
    padding-left: 28px;
}

.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 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: 1024px) {
    .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 screen and (max-width: 538px) {
    .lp-layout-grid.lp-extra-smallScreen-column-2 > .lp-layout-grid-column:not([class*="of-column-"]),
    .lp-layout-grid.lp-extra-smallScreen-column-2 > .lp-layout-grid-column[class*="of-column-"] {
        width: 50%;
    }
    .lp-layout-grid.lp-extra-smallScreen-column-3 > .lp-layout-grid-column:not([class*="of-column-"]),
    .lp-layout-grid.lp-extra-smallScreen-column-3 > .lp-layout-grid-column[class*="of-column-"] {
        width: 33.33333%;
    }
}

.lp-layout-container {
    max-width: 1028px;
    margin: 0 auto;
}

@media screen and (max-width: 1024px) {
    .lp-layout-container {
        padding: 0 20px;
    }
}

@media screen and (max-width: 538px) {
    .lp-layout-container {
        width: 100%;
        max-width: none;
    }
}

.lp-section-content {
    max-width: calc(1280px + 40px);
    margin: 0 auto;
    padding: 24px 20px;
}

.lp-jumbotron {
    margin: 0;
    background: linear-gradient(135deg, #4a4a4a, #000);
    background-color: #000;
}

.lp-jumbotron-content {
    z-index: 10;
    position: relative;
    max-width: calc(1280px + 40px);
    margin: 0 auto;
    padding: 40px 20px;
    color: #fff;
}

@media screen and (max-width: 767px) {
    .lp-jumbotron-content {
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        padding: 0 5.55556% 24px;
    }
}

.lp-jumbotron-body {
    z-index: 10;
}

@media screen and (max-width: 767px) {
    .lp-jumbotron-body {
        flex: 0 0 auto;
        max-width: 100%;
    }
}

.lp-jumbotron-image {
    z-index: -10;
    position: absolute;
    top: 0;
    right: 10px;
    max-width: 41.16667%;
    min-height: 0%;
    margin-left: 17.25%;
}

@media screen and (max-width: 767px) {
    .lp-jumbotron-image {
        position: static;
        align-self: center;
        min-width: 318px;
        max-width: calc(100% - 66px);
        margin: 0 0 8px;
    }
}

.lp-jumbotron-title {
    display: block;
    margin-bottom: 18px;
    font-size: 5.6rem;
    line-height: 1.29;
    text-shadow: 0 0 6px #000;
}

@media screen and (max-width: 1024px) {
    .lp-jumbotron-title {
        font-size: calc(2.4rem + ((1vw - 0.538rem) * (6.58436)));
    }
}

@media screen and (max-width: 538px) {
    .lp-jumbotron-title {
        font-size: 2.4rem;
    }
}

.lp-jumbotron-titleGroup {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 24px;
}

.lp-media {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

@media screen and (max-width: 767px) {
    .lp-media {
        flex-direction: column-reverse;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin: 0 auto;
    }
}

.lp-media.of-row-reverse {
    flex-direction: row-reverse;
    justify-content: flex-end;
}

@media screen and (max-width: 767px) {
    .lp-media.of-row-reverse {
        flex-direction: column-reverse;
    }
}

.lp-media.of-row-reverse .lp-media-image {
    margin: 0 26px 0 0;
}

@media screen and (max-width: 767px) {
    .lp-media.of-row-reverse .lp-media-image {
        margin: 0 0 16px 0;
    }
}

.lp-media-body {
    flex: 0 1 697px;
}

@media screen and (max-width: 767px) {
    .lp-media-body {
        flex: auto;
        width: 100%;
    }
}

.lp-media-image {
    flex: 1 1 auto;
    margin-left: 26px;
}

@media screen and (max-width: 767px) {
    .lp-media-image {
        width: 100%;
        height: 0%;
        margin: 0 0 16px 0;
        text-align: center;
    }
}

.lp-figure {
    display: flex;
    flex-direction: column-reverse;
}

.lp-figure-caption {
    margin-top: 8px;
    font-size: 1.6rem;
    text-align: center;
}

@media screen and (max-width: 1024px) {
    .lp-figure-caption {
        margin-top: calc(0.4rem + ((1vw - 0.538rem) * (0.82305)));
        font-size: calc(1.4rem + ((1vw - 0.538rem) * (0.41152)));
    }
}

@media screen and (max-width: 538px) {
    .lp-figure-caption {
        margin-top: 4px;
        font-size: 1.4rem;
    }
}

.lp-figure-image {
    max-width: 350px;
    text-align: center;
}

.lp-figure-image > img {
    width: 100%;
}

.lp-text {
    margin-bottom: 38px;
    font-size: 2rem;
}

@media screen and (max-width: 1024px) {
    .lp-text {
        font-size: calc(1.6rem + ((1vw - 0.538rem) * (0.82305)));
    }
}

@media screen and (max-width: 538px) {
    .lp-text {
        font-size: 16px;
    }
}

.lp-textSeries {
    flex: 0 1 auto;
    margin-bottom: 16px;
    font-size: 2.4rem;
    font-weight: normal;
}

@media screen and (max-width: 1024px) {
    .lp-textSeries {
        font-size: calc(1.6rem + ((1vw - 0.538rem) * (1.64609)));
    }
}

@media screen and (max-width: 538px) {
    .lp-textSeries {
        font-size: 16px;
    }
}

.lp-textSeries-group {
    display: flex;
    align-items: center;
    margin-bottom: 14px;
    line-height: 1.5;
}

@media screen and (max-width: 1024px) {
    .lp-textSeries-group {
        margin-bottom: calc(1rem + ((1vw - 0.538rem) * (0.82305)));
    }
}

@media screen and (max-width: 538px) {
    .lp-textSeries-group {
        margin-bottom: 10px;
    }
}

.lp-textLead {
    margin-bottom: 16px;
    font-size: 4rem;
    font-weight: bold;
}

@media screen and (max-width: 1024px) {
    .lp-textLead {
        font-size: calc(2.4rem + ((1vw - 0.538rem) * (3.29218)));
    }
}

@media screen and (max-width: 767px) {
    .lp-textLead {
        text-align: center;
    }
}

@media screen and (max-width: 538px) {
    .lp-textLead {
        font-size: 2.4rem;
    }
}

.lp-headingLevel2 {
    padding: 10px 16px;
    font-size: 2.4rem;
}

@media screen and (max-width: 1024px) {
    .lp-headingLevel2 {
        font-size: calc(1.6rem + ((1vw - 0.538rem) * (1.64609)));
    }
}

@media screen and (max-width: 538px) {
    .lp-headingLevel2 {
        padding: 11px 16px;
        font-size: 1.6rem;
    }
}

.lp-headingLevel2-outer {
    margin-bottom: 24px;
    border-bottom: 2px solid #9d9d9d;
    background-color: #fff220;
    text-align: center;
}

.lp-card {
    background-color: #000;
}

.lp-card-content {
    padding: 40px;
    color: #fff;
}

@media screen and (max-width: 1024px) {
    .lp-card-content {
        padding: calc(2rem + ((1vw - 0.538rem) * (4.11523)));
    }
}

@media screen and (max-width: 538px) {
    .lp-card-content {
        padding: 20px;
    }
}

.lp-card-content .lp-list > li::before {
    background-color: #fff;
}

.lp-label {
    display: inline-block;
    width: 100%;
    min-width: 74px;
    margin: 0 16px 0 0;
    padding: 8px 16px 7px;
    background-color: #fff;
    color: #e60012;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.19;
    text-align: center;
}

@media screen and (max-width: 1024px) {
    .lp-label {
        min-width: calc(4.6rem + ((1vw - 0.538rem) * (5.76132)));
        padding: calc(0.5rem + ((1vw - 0.538rem) * (0.61728))) calc(0.8rem + ((1vw - 0.538rem) * (1.64609))) calc(0.5rem + ((1vw - 0.538rem) * (0.41152)));
        font-size: calc(1.4rem + ((1vw - 0.538rem) * (1.23457)));
    }
}

@media screen and (max-width: 538px) {
    .lp-label {
        min-width: 46px;
        padding: 5px 8px 7px;
        font-size: 14px;
    }
}

.lp-label-outer {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
}

.lp-labelFeature {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 220px;
    max-width: 390px;
    margin: 0 auto 24px;
    padding: 12px 40px 17px;
    border-radius: 40px;
    background-color: #fff220;
    color: #333;
    font-size: 3.6rem;
    font-weight: bold;
    line-height: 1.3;
    text-align: center;
}

@media screen and (max-width: 1024px) {
    .lp-labelFeature {
        margin-bottom: calc(1.8rem + ((1vw - 0.538rem) * (1.23457)));
        padding: calc(0.8rem + ((1vw - 0.538rem) * (0.82305))) calc(2.3rem + ((1vw - 0.538rem) * (3.49794))) calc(1rem + ((1vw - 0.538rem) * (1.44033)));
        font-size: calc(2rem + ((1vw - 0.538rem) * (3.29218)));
    }
}

@media screen and (max-width: 538px) {
    .lp-labelFeature {
        max-width: 100%;
        margin-bottom: 18px;
        padding: 8px 23px 10px;
        font-size: 2rem;
    }
}

.lp-list {
    margin-bottom: 16px;
}

.lp-list > li {
    position: relative;
    margin-bottom: 8px;
    padding-left: 12px;
    font-size: 2.4rem;
    line-height: 1.4;
}

@media screen and (max-width: 1024px) {
    .lp-list > li {
        font-size: calc(1.6rem + ((1vw - 0.538rem) * (1.64609)));
    }
}

@media screen and (max-width: 538px) {
    .lp-list > li {
        font-size: 1.6rem;
    }
}

.lp-list > li::before {
    position: absolute;
    top: 0.6em;
    left: 0;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #333;
    content: "";
}

.lp-listImage {
    display: flex;
    flex-wrap: wrap;
    margin: -8px 0 8px -8px;
}

.lp-listImage > li {
    margin-top: 8px;
    padding-left: 8px;
}

.lp-listButton {
    display: flex;
    flex-wrap: wrap;
    margin: -24px 0 24px -24px;
}

.lp-listButton > li {
    display: flex;
    margin-top: 24px;
    padding-left: 24px;
}

.lp-utility-color-inch {
    color: #00a0ff;
}

.lp-utility-justifyContent-center {
    justify-content: center;
}

.lp-utility-textAlign-center {
    text-align: center;
}

.lp-utility-fontSize-large {
    font-size: 2.4rem;
    line-height: 2;
}

@media screen and (max-width: 1024px) {
    .lp-utility-fontSize-large {
        font-size: calc(1.6rem + ((1vw - 0.538rem) * (1.64609)));
    }
}

@media screen and (max-width: 538px) {
    .lp-utility-fontSize-large {
        font-size: 16px;
    }
}

.lp-utility-line-break {
    display: block;
}

@media screen and (max-width: 767px) {
    .lp-smallScreen-height-auto {
        height: auto !important;
    }
    .lp-smallScreen-line-break {
        display: block;
    }
    .lp-smallScreen-textAlign-center {
        text-align: center;
    }
    .lp-smallScreen-justifyContent-center {
        justify-content: center;
    }
}

.lp-largeScreen-hide {
    display: none;
}

@media screen and (max-width: 767px) {
    .lp-largeScreen-hide {
        display: block;
    }
}

@media screen and (min-width: 970px) {
    .lp-largeScreen-lastChild {
        margin-bottom: 0;
    }
}

.theme-KW .lp-headingLevel2 {
    color: #fff;
}

.theme-KW .lp-headingLevel2-outer {
    border-bottom: 2px solid #bfbfbf;
    background-color: #3271b3;
}

.theme-KW .lp-labelFeature {
    background-color: #3271b3;
    color: #fff;
}
