@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-text, .lp-textTime, .lp-button.of-anchor {
    margin-bottom: 16px;
}

.lp-layout-grid > .lp-layout-grid-column > *:last-child, .lp-jumbotron > *:last-child, .lp-jumbotron-content > *:last-child, .lp-jumbotron-body > *:last-child, .lp-jumbotron-seriesGroup > *:last-child, .lp-section > *:last-child, .lp-section-content > *:last-child, .lp-section.of-primary .lp-section-content > *:last-child, .lp-media-body > *:last-child, .lp-layout-container > *:last-child, .lp-textFunction > *:last-child, .lp-button > *:last-child, .lp-button-outer > *:last-child, .lp-listButton-outer > *:last-child {
    margin-bottom: 0;
}

.lp-layout-grid {
    display: flex;
    flex-wrap: wrap;
    margin: -32px 0 72px -40px;
}

@media screen and (max-width: 969px) {
    .lp-layout-grid {
        margin-top: -24px;
        margin-bottom: 56px;
        margin-left: -40px;
    }
}

.lp-layout-grid > .lp-layout-grid-column {
    margin-top: 32px;
    padding-left: 40px;
}

@media screen and (max-width: 969px) {
    .lp-layout-grid > .lp-layout-grid-column {
        margin-top: 24px;
        padding-left: 40px;
    }
}

.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-direction: column;
    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: 969px) {
    .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-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 screen and (max-width: 969px) {
    .lp-layout-grid.lp-extraSmallScreen-column > .lp-layout-grid-column:not([class*="of-column-"]),
    .lp-layout-grid.lp-extraSmallScreen-column > .lp-layout-grid-column[class*="of-column-"] {
        width: 100%;
    }
}

@media screen and (max-width: 969px) {
    .lp-layout-grid.of-column-3 {
        margin-top: -32px;
    }
    .lp-layout-grid.of-column-3 > .lp-layout-grid-column {
        margin: 32px auto 0;
    }
}

@media screen and (max-width: 969px) {
    .lp-layout-grid.of-column-4 {
        margin-top: -24px;
    }
    .lp-layout-grid.of-column-4 > .lp-layout-grid-column {
        margin: 24px auto 0;
    }
}

.lp-layout-grid.of-marginBottom-wide {
    margin-bottom: 96px;
}

@media screen and (max-width: 969px) {
    .lp-layout-grid.of-marginBottom-wide {
        margin-bottom: 80px;
    }
}

.lp-jumbotron {
    padding: 0 20px;
    background: transparent linear-gradient(201deg, #596b8b 0%, #374256 100%) 0% 0% no-repeat padding-box;
    color: #fff;
}

.lp-jumbotron-content {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 56px 0;
}

@media screen and (max-width: 969px) {
    .lp-jumbotron-content {
        flex-direction: column-reverse;
        max-width: 100%;
        padding: calc(5.6rem + ((1vw - 0.969rem) * (15.84158))) 0 calc(5.6rem + ((1vw - 0.969rem) * (11.88119)));
    }
}

@media screen and (max-width: 767px) {
    .lp-jumbotron-content {
        padding: 24px 0 32px;
    }
}

.lp-jumbotron-body {
    width: 100%;
    max-width: 690px;
}

@media screen and (max-width: 969px) {
    .lp-jumbotron-body {
        max-width: 100%;
    }
}

.lp-jumbotron-title {
    display: block;
    margin-bottom: 24px;
    color: #fff;
    font-size: 5.4rem;
    line-height: 1.2;
}

@media screen and (max-width: 1280px) {
    .lp-jumbotron-title {
        font-size: calc(5.4rem + ((1vw - 1.28rem) * (4.50161)));
        line-height: 1.2;
    }
}

@media screen and (max-width: 969px) {
    .lp-jumbotron-title {
        font-size: calc(5.4rem + ((1vw - 0.969rem) * (10.89109)));
        line-height: 1.18;
    }
}

@media screen and (max-width: 767px) {
    .lp-jumbotron-title {
        font-size: 3.2rem;
        line-height: 1.18;
    }
}

.lp-jumbotron-series {
    display: block;
    font-size: 2.6rem;
    line-height: 1.5;
}

@media screen and (max-width: 1280px) {
    .lp-jumbotron-series {
        font-size: calc(2.6rem + ((1vw - 1.28rem) * (1.92926)));
    }
}

@media screen and (max-width: 969px) {
    .lp-jumbotron-series {
        font-size: calc(2rem + ((1vw - 0.969rem) * (0.9901)));
    }
}

@media screen and (max-width: 767px) {
    .lp-jumbotron-series {
        font-size: 1.8rem;
    }
}

.lp-jumbotron-seriesName {
    display: block;
    font-size: 2.8rem;
    font-weight: 600;
    line-height: 1.39;
}

@media screen and (max-width: 1280px) {
    .lp-jumbotron-seriesName {
        font-size: calc(2.8rem + ((1vw - 1.28rem) * (1.92926)));
        line-height: 1.39;
    }
}

@media screen and (max-width: 969px) {
    .lp-jumbotron-seriesName {
        font-size: calc(2.8rem + ((1vw - 0.969rem) * (3.9604)));
        line-height: 1.4;
    }
}

@media screen and (max-width: 767px) {
    .lp-jumbotron-seriesName {
        font-size: 2rem;
    }
}

.lp-jumbotron-seriesGroup {
    display: block;
    margin-bottom: 32px;
}

@media screen and (max-width: 969px) {
    .lp-jumbotron-seriesGroup {
        margin-bottom: calc(3.2rem + ((1vw - 0.969rem) * (3.9604)));
        font-size: calc(3.2rem + ((1vw - 0.969rem) * (3.9604)));
    }
}

@media screen and (max-width: 767px) {
    .lp-jumbotron-seriesGroup {
        margin-bottom: 24px;
        font-size: 2.4rem;
    }
}

.lp-jumbotron-image {
    padding-right: 80px;
}

@media screen and (max-width: 1280px) {
    .lp-jumbotron-image {
        padding-right: calc(8rem + ((1vw - 1.28rem) * (12.86174)));
    }
}

@media screen and (max-width: 969px) {
    .lp-jumbotron-image {
        padding-right: 0;
        padding-bottom: 16px;
    }
}

.lp-section {
    padding: 0 20px;
}

.lp-section-content {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 64px 0 112px;
}

@media screen and (max-width: 969px) {
    .lp-section-content {
        padding: 48px 0 80px;
    }
}

.lp-section-content.of-padding-primary {
    padding: 80px 0;
}

@media screen and (max-width: 969px) {
    .lp-section-content.of-padding-primary {
        padding: 64px 0;
    }
}

.lp-section.of-primary {
    background: #f6f6f6 0% 0% no-repeat padding-box;
}

.lp-section.of-primary .lp-section-content {
    padding: 80px 0;
}

@media screen and (max-width: 969px) {
    .lp-section.of-primary .lp-section-content {
        padding: 64px 0;
    }
}

.lp-section.of-primary .lp-section-content.of-padding-primary {
    padding: 64px 0 112px;
}

@media screen and (max-width: 969px) {
    .lp-section.of-primary .lp-section-content.of-padding-primary {
        padding: 48px 0 80px;
    }
}

.lp-media {
    display: flex;
    flex-direction: column-reverse;
}

@media screen and (max-width: 969px) {
    .lp-media {
        align-items: center;
    }
}

.lp-media-body {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}

@media screen and (max-width: 969px) {
    .lp-media-body {
        max-width: 100%;
    }
}

.lp-media-title {
    margin-bottom: 8px;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.13;
}

@media screen and (max-width: 767px) {
    .lp-media-title {
        margin-bottom: 4px;
        font-size: calc(2.2rem + ((1vw - 0.767rem) * (0.9828)));
        line-height: 1.2;
    }
}

@media screen and (max-width: 360px) {
    .lp-media-title {
        font-size: 1.8rem;
    }
}

.lp-media-image {
    display: block;
    padding-bottom: 20px;
}

.lp-media-video {
    display: block;
    margin-bottom: 12px;
}

@media screen and (max-width: 767px) {
    .lp-media-video {
        margin-bottom: 8px;
    }
}

.lp-media-text {
    font-size: 1.6rem;
    line-height: 1.37;
}

@media screen and (max-width: 767px) {
    .lp-media-text {
        font-size: calc(1.6rem + ((1vw - 0.767rem) * (0.4914)));
        line-height: 1.42;
    }
}

@media screen and (max-width: 360px) {
    .lp-media-text {
        font-size: 1.4rem;
    }
}

.lp-media-text.of-primary {
    font-size: 1.8rem;
    line-height: 1.38;
}

@media screen and (max-width: 767px) {
    .lp-media-text.of-primary {
        font-size: calc(1.8rem + ((1vw - 0.767rem) * (0.4914)));
        line-height: 1.37;
    }
}

@media screen and (max-width: 360px) {
    .lp-media-text.of-primary {
        font-size: 1.6rem;
    }
}

.lp-layout-container {
    margin-bottom: 112px;
}

@media screen and (max-width: 969px) {
    .lp-layout-container {
        max-width: 640px;
        margin: 0 auto 80px;
    }
}

.section {
    margin-bottom: -32px;
}

.lp-headingLevel2 {
    position: relative;
    margin-bottom: 40px;
    padding-bottom: 16px;
    color: #596b8b;
    font-size: 3.6rem;
    line-height: 1.38;
    text-align: center;
}

@media screen and (max-width: 969px) {
    .lp-headingLevel2 {
        margin-bottom: 32px;
        font-size: calc(3.6rem + ((1vw - 0.969rem) * (1.31363)));
    }
}

@media screen and (max-width: 360px) {
    .lp-headingLevel2 {
        font-size: 2.8rem;
    }
}

.lp-headingLevel2::before {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 48px;
    height: 4px;
    transform: translateX(-50%);
    background: #596b8b;
    content: "";
}

.lp-label {
    display: inline-block;
    width: 100%;
    max-width: 220px;
    padding: 8px 16px 5px;
    background: #596b8b 0% 0% no-repeat padding-box;
    color: #fff;
    font-size: 2.2rem;
    font-weight: normal;
    line-height: 1.4;
}

@media screen and (max-width: 1280px) {
    .lp-label {
        padding: 6px calc(1.6rem + ((1vw - 1.28rem) * (1.28617))) 4px;
        font-size: calc(2.2rem + ((1vw - 1.28rem) * (1.28617)));
        line-height: 1.38;
    }
}

@media screen and (max-width: 969px) {
    .lp-label {
        padding: 6px 12px 4px;
        font-size: 1.8rem;
        line-height: 1.38;
    }
}

.lp-label-outer {
    flex: none;
    padding-right: 10px;
}

.lp-textFunction {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    font-size: 2.4rem;
    line-height: 1.41;
}

@media screen and (max-width: 1280px) {
    .lp-textFunction {
        font-size: calc(2.4rem + ((1vw - 1.28rem) * (1.92926)));
        line-height: 1.4;
    }
}

@media screen and (max-width: 969px) {
    .lp-textFunction {
        height: auto !important;
        font-size: 2rem;
        line-height: 1.4;
    }
}

.lp-textTime {
    color: #596b8b;
    font-size: 1.8rem;
    font-weight: normal;
    line-height: 1.38;
}

.lp-buttonConversion {
    transition: all 0.4s ease-out;
}

.lp-buttonConversion:hover {
    background-color: #c6002a;
}

.lp-buttonConversion.of-primary:hover {
    background-color: #116b81;
}

.lp-button.of-anchor {
    display: inline-block;
    position: relative;
    padding: 16px 62px 16px 32px;
    border-radius: 32px;
    background: #fff;
    color: #596b8b;
    font-size: 2.2rem;
    line-height: 1.4;
    text-decoration: none;
    opacity: 1;
    transition: all 0.4s ease-out;
}

@media screen and (max-width: 969px) {
    .lp-button.of-anchor {
        padding: 16px calc(6.2rem + ((1vw - 0.969rem) * (3.9604))) 16px calc(3.2rem + ((1vw - 0.969rem) * (3.9604)));
        font-size: calc(2.2rem + ((1vw - 0.969rem) * (1.9802)));
    }
}

@media screen and (max-width: 767px) {
    .lp-button.of-anchor {
        padding: 16px 54px 16px 24px;
        font-size: 18px;
    }
}

.lp-button.of-anchor:hover {
    background-color: #eef0f3;
}

@media screen and (max-width: 969px) {
    .lp-button-outer {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

.lp-button-iconOuter {
    position: absolute;
    top: 50%;
    right: 32px;
    margin-left: 16px;
    transform: translateY(-50%);
}

@media screen and (max-width: 969px) {
    .lp-button-iconOuter {
        right: calc(3.2rem + ((1vw - 0.969rem) * (3.9604)));
    }
}

@media screen and (max-width: 767px) {
    .lp-button-iconOuter {
        right: 24px;
    }
}

.lp-button-iconOuter > .lp-button-icon {
    fill: #596b8b;
    width: 15px;
    height: 15px;
}

.lp-listButton {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    max-width: 564px;
    margin: -16px 0 40px -16px;
}

.lp-listButton.of-justifyContent-center {
    justify-content: center;
}

@media screen and (max-width: 969px) {
    .lp-listButton {
        flex-direction: column;
        max-width: 100%;
        margin-bottom: 24px;
    }
}

.lp-listButton > li {
    max-width: 100%;
    margin-top: 16px;
    margin-left: 16px;
}

.lp-listButton-outer {
    display: flex;
    justify-content: center;
    margin-bottom: 96px;
}

@media screen and (max-width: 969px) {
    .lp-listButton-outer {
        margin-bottom: 80px;
    }
}

.lp-divider {
    display: block;
    height: 1px;
    margin-top: 32px;
    border-top: 1px solid #ddd;
}

@media only screen and (min-width: 970px) {
    .lp-largeScreen-hide {
        display: none;
    }
}

.lp-largeScreen-text-small {
    font-size: 2rem;
}

@media screen and (max-width: 1280px) {
    .lp-largeScreen-text-small {
        font-size: 1.8rem;
    }
}

@media screen and (max-width: 767px) {
    .lp-largeScreen-text-small {
        margin-bottom: 4px;
        line-height: 1.2;
    }
}

@media screen and (max-width: 969px) {
    .lp-smallScreen-display-block {
        display: block;
    }
    .lp-extraSmallScreen-textAlign-center {
        text-align: center;
    }
}

.lp-utility-line-break {
    display: block;
}

.lp-utility-textLarge {
    font-size: 1.8rem;
}

.lp-utility-color-primary {
    color: #fff;
}

.lp-utility-color-secondary {
    color: #596b8b;
}

.lp-utility-textAlign-center {
    text-align: center;
}

.lp-utility-textAlign-left {
    text-align: left;
}

.lp-utility-fontWeight-normal {
    font-weight: normal;
}

.lp-utility-fontWeight-bold {
    font-weight: bold;
}

.prd-modalDialog-thumbnail {
    border: 1px solid #ddd;
}
