@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-jumbotron {
    margin-bottom: 40px;
}

@media screen and (max-width: 969px) {
    .lp-jumbotron {
        margin-bottom: 32px;
    }
}

@media screen and (max-width: 969px) {
    .lp-jumbotron {
        margin-bottom: 28px;
    }
}

.lp-jumbotron-content {
    max-width: calc(1280px + (20px * 2));
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
}

.lp-jumbotron-content > *:last-child {
    margin-bottom: 0;
}

.lp-jumbotron-title {
    margin-bottom: 16px;
    color: #2cd15e;
    font-size: 4rem;
    font-weight: normal;
    line-height: 1.3;
}

@media screen and (max-width: 1319px) {
    .lp-jumbotron-title {
        font-size: calc(3.2rem + ((1vw - 0.969rem) * (2.28571)));
    }
}

@media screen and (max-width: 969px) {
    .lp-jumbotron-title {
        font-size: 3.2rem;
    }
}

@media screen and (max-width: 662px) {
    .lp-jumbotron-title {
        margin-bottom: 10px;
        font-size: calc(2.6rem + ((1vw - 0.36rem) * (1.98675)));
        line-height: 1.33;
    }
}

@media screen and (max-width: 360px) {
    .lp-jumbotron-title {
        font-size: 2.6rem;
    }
}

.lp-utility-text-newLine {
    display: block;
}

.lp-utility-color-primary {
    color: #e60012 !important;
}

.lp-utility-color-secondary {
    color: #4c9f48 !important;
}

.lp-layout-container > *:last-child {
    margin-bottom: 0;
}

.lp-layout-container:not([class*="of-"]) {
    padding: 30px 0 40px;
    background: radial-gradient(circle at 35% 0%, #00424e 0% 0%, #022128 60% 100%) 0 0% no-repeat;
    background: -ms-radial-gradient(35% 0%, #00424e, #022128) 0 0% no-repeat;
}

@media screen and (max-width: 1319px) {
    .lp-layout-container:not([class*="of-"]) {
        padding-top: 20px;
    }
}

@media screen and (max-width: 969px) {
    .lp-layout-container:not([class*="of-"]) {
        padding-bottom: 30px;
        background: radial-gradient(circle at 38% 0%, #00424e 0% 0%, #022128 30% 100%) 0 0% no-repeat;
        background: -ms-radial-gradient(35% 0%, #00424e, #022128) 0 0% no-repeat;
    }
}

.lp-layout-container:not([class*="of-"]) > *:last-child {
    margin-bottom: 0;
}

.lp-layout-container.of-section {
    max-width: calc(1280px + (20px * 2));
    margin: 0 auto 24px;
    padding: 0 20px;
}

.lp-layout-container.of-conversion {
    max-width: calc(1280px + (20px * 2));
    margin: 0 auto;
    padding: 60px 20px;
}

@media screen and (max-width: 662px) {
    .lp-layout-container.of-conversion {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.lp-layout-grid {
    display: flex;
    margin: -24px 0 20px -32px;
}

@media screen and (max-width: 1319px) {
    .lp-layout-grid {
        margin-left: -20px;
    }
}

@media screen and (max-width: 969px) {
    .lp-layout-grid.lp-smallScreen-column {
        flex-direction: column;
        align-items: center;
        margin-top: 0;
        margin-left: 0;
    }
}

.lp-layout-grid-column {
    display: flex;
    margin-top: 24px;
    padding-left: 32px;
}

@media screen and (max-width: 1319px) {
    .lp-layout-grid-column {
        padding-left: 20px;
    }
}

@media screen and (max-width: 969px) {
    .lp-layout-grid-column {
        margin-top: 0;
        margin-bottom: 26px;
        padding-left: 0;
    }
    .lp-layout-grid-column:last-child {
        margin-bottom: 0;
    }
}

.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: 969px) {
    .lp-layout-grid.of-column-2 .lp-layout-grid-column {
        flex-shrink: 0;
        width: 100%;
        max-width: 622px;
    }
}

@media screen and (max-width: 969px) {
    .lp-layout-grid.of-column-2.lp-smallScreen-column .lp-layout-grid-column {
        flex-shrink: 0;
        width: 100%;
        max-width: 622px;
    }
}

.lp-layout-grid.of-column-3 .lp-layout-grid-column {
    width: 33.333%;
}

@media screen and (max-width: 969px) {
    .lp-layout-grid.of-column-3.lp-smallScreen-column .lp-layout-grid-column {
        flex-shrink: 0;
        width: 100%;
        max-width: 622px;
    }
}

.lp-layout-grid.of-column-4 .lp-layout-grid-column {
    width: 25%;
}

@media screen and (max-width: 969px) {
    .lp-layout-grid.of-column-4.lp-smallScreen-column .lp-layout-grid-column {
        flex-shrink: 0;
        width: 100%;
        max-width: 622px;
    }
}

.lp-layout-grid.of-column-5 .lp-layout-grid-column {
    width: 20%;
}

@media screen and (max-width: 969px) {
    .lp-layout-grid.of-column-5.lp-smallScreen-column .lp-layout-grid-column {
        flex-shrink: 0;
        width: 100%;
        max-width: 622px;
    }
}

.lp-listFeature {
    display: flex;
    flex-wrap: wrap;
    margin: -16px 0 20px -38px;
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.3;
}

.lp-listFeature > li {
    min-width: 250px;
    margin-top: 16px;
    padding-left: 38px;
}

.lp-listFeature.of-content-center {
    justify-content: center;
}

@media screen and (max-width: 969px) {
    .lp-listFeature {
        flex-direction: column;
        margin-top: 0;
        margin-left: 0;
    }
    .lp-listFeature > li {
        margin-top: 0;
        margin-bottom: 16px;
        padding-left: 0;
    }
    .lp-listFeature > li:last-child {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 662px) {
    .lp-listFeature {
        font-size: 1.8rem;
    }
    .lp-listFeature > li {
        margin-bottom: 10px;
    }
}

.lp-listDescription {
    margin-bottom: 16px;
}

.lp-listDescription dt {
    margin-bottom: 6px;
    color: #333;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.3;
}

@media screen and (max-width: 1319px) {
    .lp-listDescription dt {
        font-size: calc(2rem + ((1vw - 0.969rem) * (1.14286)));
    }
}

@media screen and (max-width: 969px) {
    .lp-listDescription dt {
        font-size: 2rem;
    }
}

.lp-listDescription dd > *:last-child {
    margin-bottom: 0;
}

.lp-listUnordered {
    margin-bottom: 16px;
}

.lp-listUnordered > li {
    position: relative;
    margin-bottom: 6px;
    padding-left: 14px;
    font-size: 1.8rem;
    line-height: 1.33;
}

.lp-listUnordered > li:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 662px) {
    .lp-listUnordered > li {
        font-size: 1.6rem;
    }
}

.lp-listUnordered > li::before {
    display: inline-block;
    position: absolute;
    top: 6.5px;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background: #666;
    content: "";
}

.lp-section {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 16px;
    border: 1px solid #538077;
}

@media screen and (max-width: 969px) {
    .lp-section {
        display: block;
    }
}

.lp-section-header {
    padding: 25px 40px;
    background: transparent;
    color: #fff;
    text-align: center;
}

@media screen and (max-width: 1319px) {
    .lp-section-header {
        padding: 24px;
    }
}

@media screen and (max-width: 969px) {
    .lp-section-header {
        padding: 20px;
    }
}

.lp-section-header > *:last-child {
    margin-bottom: 0;
}

.lp-section-content {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding-bottom: 30px;
    background: #e8e8e8;
}

@media screen and (max-width: 969px) {
    .lp-section-content {
        height: auto;
    }
}

@media screen and (max-width: 662px) {
    .lp-section-content {
        padding-bottom: 18px;
    }
}

.lp-section-content > *:last-child {
    margin-bottom: 0;
}

.lp-section-body {
    height: 100%;
    padding: 0 40px;
}

@media screen and (max-width: 1319px) {
    .lp-section-body {
        padding-right: 32px;
        padding-left: 32px;
    }
}

@media screen and (max-width: 969px) {
    .lp-section-body {
        height: auto;
    }
}

@media screen and (max-width: 662px) {
    .lp-section-body {
        padding-right: 20px;
        padding-left: 20px;
    }
}

.lp-section-body > *:last-child {
    margin-bottom: 0;
}

.lp-section-image {
    flex-shrink: 0;
    order: -1;
    text-align: center;
}

@media screen and (max-width: 662px) {
    .lp-section-image {
        margin-bottom: 4px;
    }
}

.lp-section.of-primary .lp-section-header {
    background: #4c9f48;
}

.lp-section.of-primary .lp-section-content {
    background: linear-gradient(0deg, #e7ffe2 0%, white 100%);
}

.lp-headingLevel2 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    font-size: 2.4rem;
    font-weight: normal;
    line-height: 1.29;
}

@media screen and (max-width: 1319px) {
    .lp-headingLevel2 {
        font-size: calc(2rem + ((1vw - 0.969rem) * (1.14286)));
    }
}

@media screen and (max-width: 969px) {
    .lp-headingLevel2 {
        font-size: 2.4rem;
    }
}

@media screen and (max-width: 662px) {
    .lp-headingLevel2 {
        font-size: calc(2rem + ((1vw - 0.36rem) * (1.3245)));
    }
}

.lp-headingLevel2-outer {
    margin-bottom: 16px;
}

.lp-headingLevel2-outer .lp-headingLevel2 {
    height: 100%;
}

.lp-headingLevel2-outer > *:last-child {
    margin-bottom: 0;
}

.lp-headingLevel3 {
    display: block;
    margin-bottom: 16px;
    border-bottom: 1px solid #abc4bf;
    color: #333;
    font-size: 3.2rem;
    line-height: 1.66;
}

@media screen and (max-width: 1319px) {
    .lp-headingLevel3 {
        font-size: calc(2.4rem + ((1vw - 0.969rem) * (2.28571)));
    }
}

@media screen and (max-width: 969px) {
    .lp-headingLevel3 {
        font-size: 2.4rem;
    }
}

@media screen and (max-width: 662px) {
    .lp-headingLevel3 {
        padding-bottom: 4px;
        line-height: 1.33;
    }
}

.lp-headingLevel3-subtext {
    display: block;
    font-size: 1.8rem;
    font-weight: normal;
    line-height: 1.3;
}

@media screen and (max-width: 662px) {
    .lp-headingLevel3-subtext {
        margin-bottom: 6px;
        font-size: calc(1.6rem + ((1vw - 0.36rem) * (0.66225)));
    }
}

.lp-headingLevel3-group {
    margin-bottom: 10px;
}

.lp-headingLevel3-group > *:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 969px) {
    .lp-smallScreen-height-auto {
        height: auto !important;
    }
    .lp-smallScreen-text-inline {
        display: inline !important;
    }
}

.lp-mediaAsset {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 800px;
    margin: 0 auto 80px;
}

.lp-mediaAsset-body {
    max-width: 100%;
    text-align: left;
}

@media screen and (max-width: 969px) {
    .lp-mediaAsset-body {
        text-align: center;
    }
}

.lp-mediaAsset-body > *:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 969px) {
    .lp-mediaAsset {
        flex-direction: column;
    }
}

.lp-mediaAsset-image {
    order: -1;
    min-width: 141px;
    margin-right: 40px;
    border: 1px solid #ccc;
}

@media screen and (max-width: 969px) {
    .lp-mediaAsset-image {
        margin-right: 0;
        margin-bottom: 30px;
    }
}

.lp-mediaAsset-text {
    font-size: 2.2rem;
    line-height: 1.3;
}

@media screen and (max-width: 969px) {
    .lp-mediaAsset-text {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 662px) {
    .lp-mediaAsset-text {
        font-size: 1.8rem;
    }
}

.lp-mediaAsset-text.of-primary {
    font-size: 3.6rem;
    font-weight: bold;
}

@media screen and (max-width: 662px) {
    .lp-mediaAsset-text.of-primary {
        font-size: calc(2.4rem + ((1vw - 0.36rem) * (3.97351)));
    }
}

@media screen and (max-width: 360px) {
    .lp-mediaAsset-text.of-primary {
        font-size: 2.4rem;
    }
}
