@charset "UTF-8";

.lp-buttonConversion {
    display: inline-block;
    max-width: 100%;
    background: #e60012;
    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: #129e83;
}

.lp-buttonConversion.of-secondary {
    background: #1a90db;
}

.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 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: -32px 0 40px -32px;
}

@media screen and (max-width: 1240px) {
    .lp-layout-grid {
        margin-left: calc(-32vw * 100 / 1240);
    }
}

@media screen and (max-width: 767px) {
    .lp-layout-grid {
        margin: -32px 0 32px -32px;
    }
}

.lp-layout-grid-column {
    width: 100%;
    margin-top: 32px;
    padding-left: 32px;
}

@media screen and (max-width: 1240px) {
    .lp-layout-grid-column {
        padding-left: calc(32vw * 100 / 1240);
    }
}

@media screen and (max-width: 767px) {
    .lp-layout-grid-column {
        padding-left: 32px;
    }
}

.lp-layout-grid-column.of-flex {
    display: flex;
    flex-direction: column;
}

.lp-layout-grid-column.of-flex > * {
    width: 100%;
}

.lp-layout-grid-column > *:last-child {
    margin-bottom: 0;
}

.lp-layout-grid.of-column-2 > .lp-layout-grid-column {
    width: 50%;
}

@media screen and (max-width: 767px) {
    .lp-layout-grid.of-column-2 > .lp-layout-grid-column {
        width: 100%;
    }
}

.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 {
    width: 33.333333%;
}

@media screen and (max-width: 767px) {
    .lp-layout-grid.of-column-3 > .lp-layout-grid-column {
        width: 100%;
    }
}

.lp-layout-grid.of-column-3 > .lp-layout-grid-column.of-column-2 {
    width: 66.666666%;
}

@media screen and (max-width: 767px) {
    .lp-layout-grid.of-column-3 > .lp-layout-grid-column.of-column-2 {
        width: 100%;
    }
}

.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 {
    width: 25%;
}

@media screen and (max-width: 767px) {
    .lp-layout-grid.of-column-4 > .lp-layout-grid-column {
        width: 100%;
    }
}

.lp-layout-grid.of-column-4 > .lp-layout-grid-column.of-column-2 {
    width: 50%;
}

@media screen and (max-width: 767px) {
    .lp-layout-grid.of-column-4 > .lp-layout-grid-column.of-column-2 {
        width: 100%;
    }
}

.lp-layout-grid.of-column-4 > .lp-layout-grid-column.of-column-3 {
    width: 75%;
}

@media screen and (max-width: 767px) {
    .lp-layout-grid.of-column-4 > .lp-layout-grid-column.of-column-3 {
        width: 100%;
    }
}

.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 {
    width: 20%;
}

@media screen and (max-width: 767px) {
    .lp-layout-grid.of-column-5 > .lp-layout-grid-column {
        width: 100%;
    }
}

.lp-layout-grid.of-column-5 > .lp-layout-grid-column.of-column-2 {
    width: 40%;
}

@media screen and (max-width: 767px) {
    .lp-layout-grid.of-column-5 > .lp-layout-grid-column.of-column-2 {
        width: 100%;
    }
}

.lp-layout-grid.of-column-5 > .lp-layout-grid-column.of-column-3 {
    width: 60%;
}

@media screen and (max-width: 767px) {
    .lp-layout-grid.of-column-5 > .lp-layout-grid-column.of-column-3 {
        width: 100%;
    }
}

.lp-layout-grid.of-column-5 > .lp-layout-grid-column.of-column-4 {
    width: 80%;
}

@media screen and (max-width: 767px) {
    .lp-layout-grid.of-column-5 > .lp-layout-grid-column.of-column-4 {
        width: 100%;
    }
}

.lp-layout-grid.of-column-5 > .lp-layout-grid-column.of-column-5 {
    width: 100%;
}

@media screen and (max-width: 767px) {
    .lp-layout-grid.lp-smallScreen-border-show {
        margin-top: -16px;
    }
}

@media screen and (max-width: 767px) {
    .lp-layout-grid.lp-smallScreen-border-show > .lp-layout-grid-column {
        margin-top: 16px;
    }
    .lp-layout-grid.lp-smallScreen-border-show > .lp-layout-grid-column + .lp-layout-grid-column {
        position: relative;
        padding-top: 16px;
    }
    .lp-layout-grid.lp-smallScreen-border-show > .lp-layout-grid-column + .lp-layout-grid-column::before {
        display: block;
        position: absolute;
        top: 0;
        left: 32px;
        width: calc(100% - 32px);
        height: 1px;
        background: #dcdcdc;
        content: "";
    }
}

.lp-section {
    color: #35354a;
    font-size: 2.2rem;
    line-height: 1.36;
}

@media screen and (max-width: 1240px) {
    .lp-section {
        font-size: calc(1.6rem + ((1vw - 0.36rem) * (0.68182)));
    }
}

.lp-section-content {
    max-width: 1288px;
    margin: 0 auto;
    padding: 80px 24px;
}

@media screen and (max-width: 1240px) {
    .lp-section-content {
        padding: 32px 20px;
    }
}

.lp-section-content > *:last-child {
    margin-bottom: 0;
}

.lp-section.of-primary {
    background: linear-gradient(#eef1f5, #d8dde9);
}

.lp-section.of-primary .lp-section-content {
    padding: 56px 24px 80px;
}

@media screen and (max-width: 767px) {
    .lp-section.of-primary .lp-section-content {
        padding: 64px 20px 32px;
    }
}

.lp-section.of-secondary {
    z-index: 0;
    position: relative;
    overflow: hidden;
    background: url("../../img/landing_page/si-t_pr/si-t_ws_sr49321_pr_page_bg_01.png") no-repeat center top #f1f5fd;
}

@media screen and (max-width: 767px) {
    .lp-section.of-secondary {
        background-image: none;
    }
}

.lp-section.of-secondary .lp-section-content {
    padding: 40px 24px;
}

@media screen and (max-width: 1240px) {
    .lp-section.of-secondary .lp-section-content {
        padding: 32px 20px 0;
    }
}

.lp-jumbotron {
    display: flex;
    flex-direction: row-reverse;
    margin: -5.6rem 0 4rem;
}

@media screen and (max-width: 969px) {
    .lp-jumbotron {
        flex-direction: column-reverse;
        align-items: center;
        justify-content: center;
        margin: -5.6rem 0 6.4rem;
    }
}

.lp-jumbotron-body {
    flex: 1;
    padding-top: 5.6rem;
}

@media screen and (max-width: 969px) {
    .lp-jumbotron-body {
        flex: inherit;
        width: 100%;
        padding-top: 0;
    }
}

.lp-jumbotron-body > *:last-child {
    margin-bottom: 0;
}

.lp-jumbotron-titleGroup {
    display: flex;
    flex-direction: column-reverse;
    font-weight: normal;
}

@media screen and (max-width: 969px) {
    .lp-jumbotron-titleGroup {
        text-align: center;
    }
}

.lp-jumbotron-title {
    margin-bottom: 4rem;
    font-size: 5.8rem;
    line-height: 1.24;
}

@media screen and (max-width: 1288px) {
    .lp-jumbotron-title {
        margin-bottom: calc(3.2rem + ((1vw - 0.36rem) * (0.90909)));
        font-size: calc(3rem + ((1vw - 0.768rem) * (5.38462)));
    }
}

@media screen and (max-width: 969px) {
    .lp-jumbotron-title {
        font-size: calc(3rem + ((1vw - 0.36rem) * (3.18182)));
    }
}

.lp-jumbotron-seriesGroup {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1.8rem;
    font-size: 2.2rem;
    line-height: 1.45;
}

@media screen and (max-width: 1288px) {
    .lp-jumbotron-seriesGroup {
        margin-bottom: calc(1.2rem + ((1vw - 0.36rem) * (0.68182)));
        font-size: calc(1.6rem + ((1vw - 0.768rem) * (1.15385)));
    }
}

@media screen and (max-width: 969px) {
    .lp-jumbotron-seriesGroup {
        flex-direction: column;
        align-items: center;
        font-size: calc(1.6rem + ((1vw - 0.36rem) * (0.68182)));
    }
}

.lp-jumbotron-seriesGroup .lp-iconEmphasis {
    margin-top: 0.3rem;
}

@media screen and (max-width: 1288px) {
    .lp-jumbotron-seriesGroup .lp-iconEmphasis {
        margin-top: calc(0rem + ((1vw - 0.768rem) * (0.57692)));
    }
}

@media screen and (max-width: 969px) {
    .lp-jumbotron-seriesGroup .lp-iconEmphasis {
        margin-top: 0;
        margin-bottom: 0.8rem;
    }
}

@media screen and (max-width: 969px) {
    .lp-jumbotron-series {
        width: 100%;
    }
}

.lp-jumbotron-image {
    width: 100%;
    max-width: 604px;
    min-height: 0%;
    margin-right: 3.2rem;
}

@media screen and (max-width: 1240px) {
    .lp-jumbotron-image {
        max-width: calc(604vw * 100 / 1240);
        margin-right: calc(1.6rem + ((1vw - 0.36rem) * (1.81818)));
    }
}

@media screen and (max-width: 969px) {
    .lp-jumbotron-image {
        max-width: inherit;
        margin-right: 0;
        text-align: center;
    }
}

@media screen and (max-width: 1240px) and (min-width: 970px) {
    .lp-jumbotron .lp-buttonConversion {
        font-size: calc(1.6rem + ((1vw - 0.97rem) * (1.48148)));
    }
}

.lp-headingLevel2 {
    margin-bottom: 3.2rem;
    font-size: 4.8rem;
    font-weight: normal;
    line-height: 1.25;
    text-align: center;
}

@media screen and (max-width: 1240px) {
    .lp-headingLevel2 {
        margin-bottom: calc(1.6rem + ((1vw - 0.36rem) * (1.81818)));
        font-size: calc(2.8rem + ((1vw - 0.36rem) * (2.27273)));
    }
}

.lp-headingLevel3 {
    margin-bottom: 2.4rem;
    font-size: 3.2rem;
    font-weight: normal;
    text-align: center;
}

@media screen and (max-width: 1240px) {
    .lp-headingLevel3 {
        margin-bottom: calc(1.6rem + ((1vw - 0.36rem) * (0.90909)));
        font-size: calc(2rem + ((1vw - 0.36rem) * (1.36364)));
    }
}

.lp-media {
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 4rem;
}

@media screen and (max-width: 1240px) {
    .lp-media {
        margin-bottom: calc(3.2rem + ((1vw - 0.36rem) * (0.90909)));
    }
}

.lp-media.of-horizontal {
    flex-direction: row-reverse;
}

.lp-media.of-horizontal .lp-media-body {
    flex: 1;
}

.lp-card.of-overflow .lp-media.of-horizontal .lp-media-body {
    padding-top: 6.4rem;
}

@media screen and (max-width: 1240px) {
    .lp-card.of-overflow .lp-media.of-horizontal .lp-media-body {
        padding-top: 0;
    }
}

.lp-media-body > *:last-child {
    margin-bottom: 0;
}

.lp-media-image {
    min-height: 0%;
    margin-bottom: 2.4rem;
    text-align: center;
}

@media screen and (max-width: 1240px) {
    .lp-media-image {
        margin-bottom: calc(1.6rem + ((1vw - 0.36rem) * (0.90909)));
    }
}

.lp-media.of-horizontal .lp-media-image {
    margin: 0 3.2rem 0 0;
}

@media screen and (max-width: 1240px) {
    .lp-media.of-horizontal .lp-media-image {
        width: 100%;
        max-width: calc(220vw * 100 / 1240);
        margin-right: calc(1.6rem + ((1vw - 0.768rem) * (3.38983)));
    }
}

@media screen and (max-width: 767px) {
    .lp-media.of-horizontal .lp-media-image {
        width: calc(110vw * 100 / 360);
        max-width: 110px;
        margin-right: 0.8rem;
    }
}

@media screen and (max-width: 1240px) {
    .lp-media.of-horizontal .lp-media-image.of-large {
        max-width: calc(320vw * 100 / 1240);
    }
}

@media screen and (max-width: 767px) {
    .lp-media.of-horizontal .lp-media-image.of-large {
        max-width: 110px;
    }
}

@media screen and (max-width: 1240px) {
    .lp-media.of-horizontal .lp-media-image.of-small {
        max-width: calc(160vw * 100 / 1240);
    }
}

@media screen and (max-width: 767px) {
    .lp-media.of-horizontal .lp-media-image.of-small {
        max-width: 110px;
    }
}

.lp-media-image.of-shadow {
    box-shadow: 0 0 16px rgba(134, 156, 201, 0.4);
}

@media screen and (max-width: 767px) {
    .lp-media-image.of-shadow {
        box-shadow: none;
    }
}

.lp-mediaProduct {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    margin: 0 0 4rem -6.4rem;
}

@media screen and (max-width: 1240px) {
    .lp-mediaProduct {
        margin-left: calc(-3.2rem + ((1vw - 0.768rem) * (-6.77966)));
    }
}

@media screen and (max-width: 969px) {
    .lp-mediaProduct {
        flex-direction: column-reverse;
        margin-left: 0;
    }
}

.lp-mediaProduct > * {
    margin-left: 6.4rem;
}

@media screen and (max-width: 1240px) {
    .lp-mediaProduct > * {
        margin-left: calc(3.2rem + ((1vw - 0.768rem) * (6.77966)));
    }
}

@media screen and (max-width: 969px) {
    .lp-mediaProduct > * {
        margin-left: 0;
    }
}

.lp-mediaProduct-body {
    flex: 1;
}

@media screen and (max-width: 969px) {
    .lp-mediaProduct-body {
        flex: inherit;
        width: 100%;
    }
}

.lp-mediaProduct-body > *:last-child {
    margin-bottom: 0;
}

.lp-mediaProduct-body > .lp-listButton {
    margin-bottom: 20px;
    text-align: left;
}

@media screen and (max-width: 969px) {
    .lp-mediaProduct-body > .lp-listButton {
        text-align: center;
    }
    .lp-mediaProduct-body > .lp-listButton:last-child {
        margin-bottom: 0;
    }
}

.lp-mediaProduct-image {
    width: 100%;
    max-width: 255px;
    min-height: 0%;
}

@media screen and (max-width: 1240px) {
    .lp-mediaProduct-image {
        max-width: calc(200vw * 100 / 1240);
    }
}

@media screen and (max-width: 969px) {
    .lp-mediaProduct-image {
        max-width: inherit;
        margin-bottom: 1.6rem;
    }
}

.lp-mediaAsset {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    max-width: 660px;
    margin: 0 auto 4rem;
}

@media screen and (max-width: 1240px) {
    .lp-mediaAsset {
        margin-bottom: calc(3.2rem + ((1vw - 0.36rem) * (0.90909)));
    }
}

@media screen and (max-width: 767px) {
    .lp-mediaAsset {
        flex-direction: column-reverse;
    }
}

.lp-mediaAsset-body > *:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 767px) {
    .lp-mediaAsset-body {
        width: 100%;
    }
}

.lp-mediaAsset-text {
    font-size: 4.8rem;
    text-align: center;
}

@media screen and (max-width: 1240px) {
    .lp-mediaAsset-text {
        font-size: calc(2.6rem + ((1vw - 0.36rem) * (2.5)));
    }
}

.lp-mediaAsset-image {
    min-height: 0%;
    margin-right: 3.2rem;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .lp-mediaAsset-image {
        margin: 0 0 1.6rem;
    }
}

.lp-mediaAsset-image img {
    max-width: inherit;
}

.lp-card {
    padding: 32px 32px 24px;
    background: #e4e7ee;
}

@media screen and (max-width: 1240px) {
    .lp-card {
        padding: calc(32vw * 100 / 1240) calc(32vw * 100 / 1240) calc(24vw * 100 / 1240);
    }
}

@media screen and (max-width: 767px) {
    .lp-card {
        padding: 16px;
    }
}

.lp-card.of-overflow {
    margin-top: 5.6rem;
}

@media screen and (max-width: 1240px) {
    .lp-card.of-overflow {
        margin-top: 0;
    }
}

.lp-card.of-overflow > * {
    margin-top: -6.4rem;
}

@media screen and (max-width: 1240px) {
    .lp-card.of-overflow > * {
        margin-top: 0;
    }
}

@media screen and (max-width: 767px) {
    .lp-card.lp-smallScreen-card-resign {
        padding: 0;
        background: none;
    }
}

.lp-card > *:last-child {
    margin-bottom: 0;
}

.lp-cardEmphasis {
    padding: 24px;
    background: linear-gradient(45deg, #2a5298, #1e3c72);
    color: #fff;
}

@media screen and (max-width: 767px) {
    .lp-cardEmphasis {
        margin: 0 -2rem;
        padding: 32px 20px;
    }
}

.section > .lp-section:last-child .lp-cardEmphasis::before {
    display: block;
    z-index: -1;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 148px;
    background: #fff;
    content: "";
}

@media screen and (max-width: 1240px) {
    .section > .lp-section:last-child .lp-cardEmphasis::before {
        height: calc(148vw * 100 / 1240);
    }
}

.lp-cardEmphasis > *:last-child {
    margin-bottom: 0;
}

.lp-list {
    margin-bottom: 2.4rem;
}

@media screen and (max-width: 1240px) {
    .lp-list {
        margin-bottom: calc(1.6rem + ((1vw - 0.36rem) * (0.90909)));
        font-size: calc(1.6rem + ((1vw - 0.36rem) * (0.68182)));
    }
}

@media screen and (max-width: 1240px) {
    .lp-layout-grid .lp-media.of-horizontal .lp-list {
        font-size: calc(1.6rem + ((1vw - 0.768rem) * (1.27119)));
    }
}

@media screen and (max-width: 767px) {
    .lp-layout-grid .lp-media.of-horizontal .lp-list {
        font-size: calc(1.6rem + ((1vw - 0.36rem) * (0.68182)));
    }
}

.lp-list > li {
    position: relative;
    margin-bottom: 0.5rem;
    padding-left: 24px;
}

@media screen and (max-width: 767px) {
    .lp-list > li {
        padding-left: 20px;
    }
}

.lp-list > li::before {
    display: block;
    position: absolute;
    top: 1.2rem;
    left: 0;
    width: 16px;
    height: 2px;
    background: #0b9bd6;
    content: "";
}

@media screen and (max-width: 1240px) {
    .lp-list > li::before {
        top: calc(1rem + ((1vw - 0.768rem) * (0.42373)));
    }
}

@media screen and (max-width: 767px) {
    .lp-list > li::before {
        top: calc(0.9rem + ((1vw - 0.36rem) * (0.34091)));
        width: 8px;
    }
}

.lp-listButton {
    margin-bottom: 2.4rem;
    text-align: center;
}

.lp-listButton > li {
    margin-bottom: 2.4rem;
}

.lp-listButton > li:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 1240px) {
    .lp-listDescription {
        margin-bottom: calc(1.6rem + ((1vw - 0.36rem) * (0.90909)));
        font-size: calc(1.6rem + ((1vw - 0.36rem) * (0.68182)));
    }
}

@media screen and (max-width: 1240px) {
    .lp-layout-grid .lp-media.of-horizontal .lp-listDescription {
        font-size: calc(1.6rem + ((1vw - 0.768rem) * (1.27119)));
    }
}

@media screen and (max-width: 767px) {
    .lp-layout-grid .lp-media.of-horizontal .lp-listDescription {
        font-size: calc(1.6rem + ((1vw - 0.36rem) * (0.68182)));
    }
}

.lp-listDescription > dt {
    margin-bottom: 1.6rem;
}

@media screen and (max-width: 1240px) {
    .lp-listDescription > dt {
        margin-bottom: calc(0.8rem + ((1vw - 0.36rem) * (0.90909)));
    }
}

.lp-listDescription > dd > *:last-child {
    margin-bottom: 0;
}

.lp-listDescription > dd + dt {
    margin-top: 1.6rem;
}

.lp-listSpec {
    margin-bottom: 2.4rem;
}

@media screen and (max-width: 1240px) {
    .lp-listSpec {
        margin-bottom: calc(1.6rem + ((1vw - 0.36rem) * (0.90909)));
        font-size: calc(1.6rem + ((1vw - 0.36rem) * (0.68182)));
    }
}

@media screen and (max-width: 1240px) {
    .lp-layout-grid .lp-media.of-horizontal .lp-listSpec {
        font-size: calc(1.6rem + ((1vw - 0.768rem) * (1.27119)));
    }
}

@media screen and (max-width: 767px) {
    .lp-layout-grid .lp-media.of-horizontal .lp-listSpec {
        font-size: calc(1.6rem + ((1vw - 0.36rem) * (0.68182)));
    }
}

.lp-listSpec-body {
    display: flex;
    margin-bottom: 0.5rem;
}

.lp-listSpec-body > dt {
    margin-right: 0.8rem;
    white-space: nowrap;
}

.lp-listSpec-body > *:last-child {
    margin-bottom: 0;
}

.lp-icon {
    display: inline-block;
    margin-right: 0.8rem;
    padding: 6px 20px;
    border-radius: 4px;
    background: #0b9bd6;
    color: #fff;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1;
}

@media screen and (max-width: 1240px) {
    .lp-icon {
        font-size: calc(1.6rem + ((1vw - 0.36rem) * (0.22727)));
    }
}

@media screen and (max-width: 767px) {
    .lp-icon {
        padding: 0;
        background: none;
        color: #0b9bd6;
    }
}

@media screen and (max-width: 1240px) {
    .lp-layout-grid .lp-media.of-horizontal .lp-icon {
        font-size: calc(1.6rem + ((1vw - 0.768rem) * (0.42373)));
    }
}

@media screen and (max-width: 767px) {
    .lp-layout-grid .lp-media.of-horizontal .lp-icon {
        font-size: calc(1.6rem + ((1vw - 0.36rem) * (0.22727)));
    }
}

.lp-iconEmphasis {
    display: inline-block;
    margin-right: 0.8rem;
    padding: 4px 12px;
    background: #e60012;
    color: #fff;
    font-size: 1.6rem;
    line-height: 1;
    white-space: nowrap;
}

@media screen and (max-width: 969px) {
    .lp-smallScreen-hide {
        display: none;
    }
}

.lp-utility-color-emphasis {
    color: #ff1b1b;
}

@media screen and (max-width: 767px) {
    [class*="heightLine-"] {
        height: auto !important;
    }
}
