@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;
}

#header.simple {
    margin-bottom: 0;
}

#main.lp {
    margin-top: 0;
}

.lp-layout-container img {
    max-width: 100%;
    border-style: none;
    vertical-align: bottom;
}

.lp-utility-color-primary {
    color: #0069a0;
}

.lp-utility-textAlign-left {
    text-align: left;
}

.lp-utility-textAlign-center {
    text-align: center;
}

.lp-utility-text-newLine {
    display: block;
}

.lp-layout-container {
    min-width: 360px;
}

.lp-layout-grid {
    display: flex;
    margin: -20px 0 20px -32px;
}

.lp-layout-grid > *:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 1240px) {
    .lp-layout-grid {
        margin-left: calc(-2.4rem + ((1vw - 0.969rem) * (-2.95203)));
    }
}

@media screen and (max-width: 969px) {
    .lp-layout-grid {
        flex-direction: column;
        align-items: center;
        margin-top: 0;
        margin-left: 0;
    }
}

.lp-layout-grid-column {
    margin-top: 20px;
    padding-left: 32px;
}

@media screen and (max-width: 1240px) {
    .lp-layout-grid-column {
        padding-left: calc(2.4rem + ((1vw - 0.969rem) * (2.95203)));
    }
}

@media screen and (max-width: 969px) {
    .lp-layout-grid-column {
        min-height: 0%;
        margin-top: 0;
        padding-left: 0;
    }
}

.lp-layout-grid-column > *:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 969px) {
    .lp-layout-grid.of-section .lp-layout-grid-column,
    .lp-layout-grid.of-section[class*="of-column"] .lp-layout-grid-column {
        width: 100%;
        max-width: calc(767px - (20px * 2));
        margin-top: 0;
        margin-bottom: 80px;
        padding-left: 0;
    }
    .lp-layout-grid.of-section .lp-layout-grid-column:last-child,
    .lp-layout-grid.of-section[class*="of-column"] .lp-layout-grid-column:last-child {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 969px) and (max-width: 767px) {
    .lp-layout-grid.of-section .lp-layout-grid-column,
    .lp-layout-grid.of-section[class*="of-column"] .lp-layout-grid-column {
        margin-bottom: 64px;
    }
}

.lp-layout-grid.of-column-2 .lp-layout-grid-column {
    width: 50%;
}

.lp-layout-grid.of-column-3 .lp-layout-grid-column {
    width: 33.333%;
}

.lp-layout-grid.of-column-4 .lp-layout-grid-column {
    width: 25%;
}

.lp-layout-grid.of-column-5 .lp-layout-grid-column {
    width: 20%;
}

.lp-jumbotron {
    overflow: hidden;
    background: #d7e1e7;
    line-height: 1.5;
}

.lp-jumbotron-content {
    display: flex;
    align-items: center;
    max-width: calc(1240px + 40px);
    margin: 0 auto;
    padding: 0 20px;
}

@media screen and (max-width: 969px) {
    .lp-jumbotron-content {
        flex-direction: column;
        padding-top: 25px;
        padding-bottom: 40px;
    }
}

@media screen and (max-width: 767px) {
    .lp-jumbotron-content {
        padding-top: 20px;
        padding-right: 15px;
        padding-left: 15px;
    }
}

.lp-jumbotron-body {
    width: 100%;
    padding: 20px 0 20px;
}

@media screen and (max-width: 969px) {
    .lp-jumbotron-body {
        min-height: 0%;
        padding: 0;
        text-align: center;
    }
}

.lp-jumbotron-body > *:last-child {
    margin-bottom: 0;
}

.lp-jumbotron-subtitle {
    display: block;
    margin-bottom: 32px;
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 1.2;
}

@media screen and (max-width: 1240px) {
    .lp-jumbotron-subtitle {
        margin-bottom: calc(2.2rem + ((1vw - 0.969rem) * (0.73801)));
        font-size: calc(2.4rem + ((1vw - 0.969rem) * (1.47601)));
    }
}

@media screen and (max-width: 969px) {
    .lp-jumbotron-subtitle {
        margin-bottom: 22px;
        font-size: 2.4rem;
    }
}

@media screen and (max-width: 767px) {
    .lp-jumbotron-subtitle {
        font-size: calc(2rem + ((1vw - 0.36rem) * (0.9828)));
    }
}

.lp-jumbotron-title {
    display: block;
    margin-bottom: 16px;
    font-size: 3.4rem;
    font-weight: bold;
    line-height: 1.33;
}

@media screen and (max-width: 767px) {
    .lp-jumbotron-title {
        margin-bottom: 12px;
    }
}

.lp-jumbotron-title em {
    display: block;
    font-size: 4.8rem;
    line-height: 1.13;
}

@media screen and (max-width: 1240px) {
    .lp-jumbotron-title em {
        font-size: calc(4rem + ((1vw - 0.969rem) * (2.95203)));
    }
}

@media screen and (max-width: 969px) {
    .lp-jumbotron-title em {
        font-size: 4rem;
    }
}

@media screen and (max-width: 767px) {
    .lp-jumbotron-title em {
        font-size: calc(3rem + ((1vw - 0.36rem) * (2.457)));
    }
}

.lp-jumbotron-titleGroup {
    margin-bottom: 46px;
}

@media screen and (max-width: 1240px) {
    .lp-jumbotron-titleGroup {
        margin-bottom: calc(4.4rem + ((1vw - 0.969rem) * (2.95203)));
    }
}

@media screen and (max-width: 969px) {
    .lp-jumbotron-titleGroup {
        margin-bottom: 44px;
    }
}

@media screen and (max-width: 767px) {
    .lp-jumbotron-titleGroup {
        margin-bottom: calc(2rem + ((1vw - 0.36rem) * (5.89681)));
    }
}

@media screen and (max-width: 360px) {
    .lp-jumbotron-titleGroup {
        margin-bottom: 20px;
    }
}

.lp-jumbotron-titleGroup > *:last-child {
    margin-bottom: 0;
}

.lp-jumbotron-series {
    display: block;
    margin-bottom: 16px;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.44;
}

.lp-jumbotron-image:not([class*="of-"]) {
    position: relative;
    margin-bottom: 16px;
}

@media screen and (max-width: 1240px) {
    .lp-jumbotron-image:not([class*="of-"]) {
        width: 100%;
        max-width: calc(44rem + ((1vw - 0.969rem) * (60.51661)));
    }
}

@media screen and (max-width: 969px) {
    .lp-jumbotron-image:not([class*="of-"]) {
        max-width: 440px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 767px) {
    .lp-jumbotron-image:not([class*="of-"]) {
        max-width: calc(30rem + ((1vw - 0.36rem) * (34.39803)));
    }
}

@media screen and (max-width: 360px) {
    .lp-jumbotron-image:not([class*="of-"]) {
        max-width: 300px;
    }
}

.lp-jumbotron-image.of-background {
    position: absolute;
    top: 35px;
    left: -45px;
    margin-bottom: 0;
    padding-left: 0;
}

@media screen and (max-width: 1240px) {
    .lp-jumbotron-image.of-background {
        top: calc(2.5rem + ((1vw - 0.969rem) * (3.69004)));
        left: calc(0rem + ((1vw - 0.969rem) * (-16.60517)));
        max-width: calc(44rem + ((1vw - 0.969rem) * (73.43173)));
    }
}

@media screen and (max-width: 969px) {
    .lp-jumbotron-image.of-background {
        top: 10px;
        left: calc(11rem + ((1vw - 0.767rem) * (44.55446)));
        max-width: 480px;
    }
}

@media screen and (max-width: 767px) {
    .lp-jumbotron-image.of-background {
        left: calc(0rem + ((1vw - 0.36rem) * (24.57002)));
        max-width: calc(33rem + ((1vw - 0.36rem) * (36.85504)));
    }
}

@media screen and (max-width: 360px) {
    .lp-jumbotron-image.of-background {
        left: 0;
        max-width: 330px;
    }
}

.lp-jumbotron-imageGroup {
    position: relative;
    flex: none;
    order: -1;
    margin-right: 32px;
    margin-bottom: -10px;
    padding-top: 252px;
}

@media screen and (max-width: 1240px) {
    .lp-jumbotron-imageGroup {
        padding-top: calc(17.9rem + ((1vw - 0.969rem) * (26.93727)));
    }
}

@media screen and (max-width: 969px) {
    .lp-jumbotron-imageGroup {
        width: 100%;
        margin-right: 0;
        margin-bottom: 12px;
        padding-top: 170px;
    }
}

@media screen and (max-width: 767px) {
    .lp-jumbotron-imageGroup {
        padding-top: calc(10.3rem + ((1vw - 0.36rem) * (16.46192)));
    }
}

@media screen and (max-width: 360px) {
    .lp-jumbotron-imageGroup {
        padding-top: 103px;
    }
}

.lp-jumbotron-imageGroup > *:last-child {
    margin-bottom: 0;
}

.lp-section:not([class*="of-"]) .lp-section-body {
    padding: 0 32px;
}

@media screen and (max-width: 1240px) {
    .lp-section:not([class*="of-"]) .lp-section-body {
        padding-right: calc(2.4rem + ((1vw - 0.969rem) * (2.95203)));
        padding-left: calc(2.4rem + ((1vw - 0.969rem) * (2.95203)));
    }
}

@media screen and (max-width: 969px) {
    .lp-section:not([class*="of-"]) .lp-section-body {
        padding-right: 24px;
        padding-left: 24px;
    }
}

@media screen and (max-width: 767px) {
    .lp-section:not([class*="of-"]) .lp-section-body {
        padding: 0 0;
    }
}

.lp-section:not([class*="of-"]) .lp-section-body > * {
    max-width: 100%;
}

.lp-section:not([class*="of-"]) .lp-section-body > *:last-child {
    margin-bottom: 0;
}

.lp-section:not([class*="of-"]) .lp-section-body > .lp-headingLevel3-outer {
    width: calc(100% + (32px * 2));
    max-width: none;
    margin-right: -32px;
    margin-left: -32px;
}

@media screen and (max-width: 1240px) {
    .lp-section:not([class*="of-"]) .lp-section-body > .lp-headingLevel3-outer {
        width: calc(100% + ((2.4rem + ((1vw - 1.024rem) * (2.95203))) * 2));
        margin-right: calc(-2.4rem + ((1vw - 0.969rem) * (-2.95203)));
        margin-left: calc(-2.4rem + ((1vw - 0.969rem) * (-2.95203)));
    }
}

@media screen and (max-width: 969px) {
    .lp-section:not([class*="of-"]) .lp-section-body > .lp-headingLevel3-outer {
        width: calc(100% + (24px * 2));
        margin-right: -24px;
        margin-left: -24px;
    }
}

@media screen and (max-width: 767px) {
    .lp-section:not([class*="of-"]) .lp-section-body > .lp-headingLevel3-outer {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }
}

.lp-section.of-primary {
    background: #f5f6f7;
}

.lp-section.of-primary .lp-section-content {
    max-width: calc(1240px + (20px * 2));
    margin: 0 auto;
    padding: 80px 20px;
}

@media screen and (max-width: 1240px) {
    .lp-section.of-primary .lp-section-content {
        padding-top: calc(5.6rem + ((1vw - 0.969rem) * (8.85609)));
        padding-bottom: calc(5.6rem + ((1vw - 0.969rem) * (8.85609)));
    }
}

@media screen and (max-width: 969px) {
    .lp-section.of-primary .lp-section-content {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

@media screen and (max-width: 767px) {
    .lp-section.of-primary .lp-section-content {
        padding-top: calc(4rem + ((1vw - 0.36rem) * (4.914)));
    }
}

@media screen and (max-width: 360px) {
    .lp-section.of-primary .lp-section-content {
        padding-bottom: 40px;
    }
}

.lp-section.of-primary .lp-section-content > *:last-child {
    margin-bottom: 0;
}

.lp-section.of-conversion > .lp-section-content {
    max-width: calc(1240px + (10px * 2));
    margin: 0 auto;
    padding: 64px 56px;
}

@media screen and (max-width: 767px) {
    .lp-section.of-conversion > .lp-section-content {
        padding: 32px 20px 40px;
    }
}

.lp-section.of-conversion > .lp-section-content > *:last-child {
    margin-bottom: 0;
}

.lp-label {
    display: inline-block;
    margin-bottom: 16px;
    padding: 2px 34px;
    background: #d40001;
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    .lp-label {
        font-size: calc(1.8rem + ((1vw - 0.36rem) * (0.4914)));
    }
}

.lp-label-outer {
    display: block;
    margin-bottom: 14px;
    font-size: 0;
}

.lp-label-outer > * {
    margin-bottom: 0;
}

.lp-buttonConversion.of-anchor {
    color: #fff;
    font-size: 2.4rem;
    line-height: 1.45;
}

@media screen and (max-width: 1240px) {
    .lp-buttonConversion.of-anchor {
        font-size: calc(2rem + ((1vw - 0.969rem) * (1.47601)));
    }
}

@media screen and (max-width: 969px) {
    .lp-buttonConversion.of-anchor {
        font-size: 20px;
    }
}

.lp-buttonConversion.of-anchor:link, .lp-buttonConversion.of-anchor:hover {
    color: #fff;
}

.lp-buttonConversion.of-anchor:hover, .lp-buttonConversion.of-anchor:focus {
    opacity: 1;
}

.lp-buttonConversion.of-anchor .lp-buttonConversion-body {
    padding-top: 14px;
    padding-right: 12px;
    padding-bottom: 14px;
    padding-left: 70px;
}

.lp-buttonConversion.of-anchor .lp-buttonConversion-body::before {
    left: 30px;
    background: url("../../../../../img/landing_page/common/icon_btn_anc_03.png") no-repeat center center;
}

@media screen and (max-width: 767px) {
    .lp-buttonConversion.of-anchor .lp-buttonConversion-body {
        padding-right: 8px;
        padding-left: 52px;
    }
    .lp-buttonConversion.of-anchor .lp-buttonConversion-body::before {
        left: 22px;
    }
}

.lp-buttonConversion.of-anchor .lp-buttonConversion-text {
    margin-right: 20px;
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    .lp-buttonConversion.of-anchor .lp-buttonConversion-text {
        font-size: calc(1.6rem + ((1vw - 0.36rem) * (0.9828)));
    }
}

.lp-buttonConversion.of-anchor .lp-buttonConversion-image {
    max-width: 58px;
}

@media screen and (max-width: 767px) {
    .lp-buttonConversion.of-anchor .lp-buttonConversion-image {
        max-width: 48px;
    }
}

.lp-headingLevel2 {
    margin-bottom: 16px;
    color: #0069a0;
    font-size: 4.8rem;
    font-weight: bold;
    line-height: 1.45;
    text-align: center;
}

@media screen and (max-width: 1240px) {
    .lp-headingLevel2 {
        font-size: calc(3.6rem + ((1vw - 0.969rem) * (4.42804)));
    }
}

@media screen and (max-width: 969px) {
    .lp-headingLevel2 {
        font-size: 3.6rem;
    }
}

@media screen and (max-width: 767px) {
    .lp-headingLevel2 {
        margin-bottom: 12px;
        font-size: calc(2.8rem + ((1vw - 0.36rem) * (1.9656)));
    }
}

@media screen and (max-width: 360px) {
    .lp-headingLevel2 {
        font-size: 28px;
    }
}

.lp-headingLevel3 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 32px;
    padding: 9px 32px;
    border-radius: 25px;
    background: #0d6e9f;
    color: #fff;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.45;
    text-align: center;
}

@media screen and (max-width: 1240px) {
    .lp-headingLevel3 {
        font-size: calc(2rem + ((1vw - 0.969rem) * (0.73801)));
    }
}

@media screen and (max-width: 969px) {
    .lp-headingLevel3 {
        font-size: 22px;
    }
}

@media screen and (max-width: 767px) {
    .lp-headingLevel3 {
        margin-bottom: calc(1.6rem + ((1vw - 0.36rem) * (3.9312)));
        padding: 5px 26px 5px;
        border-radius: 0;
        font-size: calc(2rem + ((1vw - 0.36rem) * (0.4914)));
    }
}

@media screen and (max-width: 360px) {
    .lp-headingLevel3 {
        margin-bottom: 16px;
        font-size: 20px;
    }
}

.lp-headingLevel3-outer {
    margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
    .lp-headingLevel3-outer {
        margin-bottom: calc(1.4rem + ((1vw - 0.36rem) * (3.9312)));
    }
}

@media screen and (max-width: 360px) {
    .lp-headingLevel3-outer {
        margin-bottom: 14px;
    }
}

.lp-headingLevel3-outer .lp-headingLevel3 {
    height: 100%;
}

.lp-headingLevel3-outer > *:last-child {
    margin-bottom: 0;
}

.lp-text {
    margin-top: 0;
    margin-bottom: 34px;
    font-size: 1.8rem;
    line-height: 1.6;
}

@media screen and (max-width: 969px) {
    .lp-text {
        font-size: 16px;
    }
}

@media screen and (max-width: 767px) {
    .lp-text {
        margin-bottom: calc(1.8rem + ((1vw - 0.36rem) * (3.9312)));
    }
}

.lp-figure {
    margin: 0 0 28px;
}

@media screen and (max-width: 767px) {
    .lp-figure {
        margin-bottom: 42px;
    }
}

.lp-listDescription {
    display: flex;
    margin-bottom: 16px;
}

@media screen and (max-width: 969px) {
    .lp-listDescription {
        display: block;
    }
}

.lp-listDescription dt {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 158px;
    margin-right: 16px;
    padding: 16px;
    border: 2px solid #0069a0;
    background: #fff;
    color: #0069a0;
    font-size: 2.6rem;
    font-weight: bold;
    line-height: 1.42;
}

@media screen and (max-width: 1240px) {
    .lp-listDescription dt {
        width: 100%;
        max-width: calc(11.6rem + ((1vw - 0.969rem) * (15.49815)));
        font-size: calc(2.2rem + ((1vw - 0.969rem) * (1.47601)));
    }
}

@media screen and (max-width: 969px) {
    .lp-listDescription dt {
        max-width: 100%;
        margin-bottom: 24px;
        padding: 4px 8px;
        font-size: 22px;
    }
}

@media screen and (max-width: 767px) {
    .lp-listDescription dt {
        margin-bottom: calc(1.6rem + ((1vw - 0.36rem) * (1.9656)));
        font-size: 22px;
    }
}

@media screen and (max-width: 360px) {
    .lp-listDescription dt {
        font-size: 22px;
    }
}

.lp-listDescription dd > *:last-child {
    margin-bottom: 0;
}

.lp-listOrder {
    margin-bottom: 16px;
}

.lp-listOrder > li {
    position: relative;
    margin-bottom: 14px;
    padding: 5px 0 4px 48px;
    padding-left: 48px;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.44;
    counter-increment: number;
}

@media screen and (max-width: 1240px) {
    .lp-listOrder > li {
        padding-left: calc(4rem + ((1vw - 0.969rem) * (2.95203)));
        font-size: calc(1.6rem + ((1vw - 0.969rem) * (0.73801)));
    }
}

@media screen and (max-width: 969px) {
    .lp-listOrder > li {
        padding-left: 48px;
        font-size: 1.8rem;
    }
}

@media screen and (max-width: 767px) {
    .lp-listOrder > li {
        margin-bottom: 13px;
        padding-left: calc(4.4rem + ((1vw - 0.36rem) * (0.9828)));
        font-size: calc(1.6rem + ((1vw - 0.36rem) * (0.4914)));
    }
}

@media screen and (max-width: 360px) {
    .lp-listOrder > li {
        margin-bottom: 13px;
        padding-left: 44px;
        font-size: 16px;
    }
}

.lp-listOrder > li:last-child {
    margin-bottom: 0;
}

.lp-listOrder > li::before {
    position: absolute;
    top: 0;
    left: 0;
    padding: 8px 7px 8px;
    background: #0069a0;
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1;
    content: counter(number, decimal-leading-zero);
}

@media screen and (max-width: 1240px) {
    .lp-listOrder > li::before {
        font-size: calc(1.4rem + ((1vw - 0.969rem) * (0.73801)));
    }
}

@media screen and (max-width: 969px) {
    .lp-listOrder > li::before {
        font-size: 16px;
    }
}

.lp-listOrder > li > *:last-child {
    margin-bottom: 0;
}

.lp-listButton {
    margin: -32px 0 20px -32px;
    margin-bottom: 16px;
}

.lp-listButton > li {
    margin-left: 32px;
    padding-top: 32px;
}

.lp-listButton > li:last-child {
    margin-bottom: 0;
}

.lp-mediaAsset {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 800px;
    margin: 0 auto 80px;
}

@media screen and (max-width: 767px) {
    .lp-mediaAsset {
        flex-direction: column;
    }
}

.lp-mediaAsset-body {
    max-width: 100%;
    text-align: left;
}

.lp-mediaAsset-body p {
    margin-top: 0;
}

.lp-mediaAsset-body > *:last-child {
    margin-bottom: 0;
}

.lp-mediaAsset-image {
    order: -1;
    min-width: 141px;
    margin-right: 32.5px;
    border: 1px solid #ccc;
}

@media screen and (max-width: 767px) {
    .lp-mediaAsset-image {
        margin-right: 0;
        margin-bottom: 24px;
    }
}

.lp-mediaAsset-text {
    margin: 0 0 16px;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.46;
}

@media screen and (max-width: 767px) {
    .lp-mediaAsset-text {
        font-size: 20px;
    }
}

.lp-mediaAsset-text span {
    font-weight: bold;
}

@media screen and (max-width: 969px) {
    .lp-smallScreen-height-auto {
        height: auto !important;
    }
}
