@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-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-container {
    max-width: 800px;
    margin: 0 auto 20px;
}

.lp-layout-container > *:last-child {
    margin-bottom: 0;
}

.lp-layout-grid {
    display: flex;
    flex-wrap: wrap;
    margin: -40px 0 36px -60px;
}

@media only screen and (max-width: 767px) {
    .lp-layout-grid {
        margin: -32px 0 36px 0;
    }
}

.lp-layout-grid.of-column-2 .lp-layout-grid-column {
    width: 50%;
}

@media only 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-2.of-gutterWidth-none {
    margin-left: 0;
}

.lp-layout-grid.of-column-2.of-gutterWidth-none .lp-layout-grid-column {
    padding-left: 0;
}

.lp-layout-grid.of-column-3 .lp-layout-grid-column {
    width: 33.333333%;
}

@media only 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 only 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-column {
    width: 100%;
    margin-top: 40px;
    padding-left: 60px;
}

.lp-layout-grid-column > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
    .lp-layout-grid-column {
        margin-top: 32px;
        padding-left: 0;
    }
}

.lp-layout-grid-column.of-flex {
    display: flex;
    flex-wrap: wrap;
}

.lp-jumbotron {
    background: radial-gradient(farthest-side at center top, #fff, #cbd9de);
    font-size: 2rem;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .lp-jumbotron {
        font-size: 1.6rem;
    }
}

.lp-jumbotron-content {
    max-width: calc(960px + 40px);
    margin: 0 auto;
    padding: 30px 20px 55px;
}

.lp-jumbotron-content > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 959px) {
    .lp-jumbotron-content {
        padding: calc(2.5rem + ((1vw - 0.36rem) * (-0.83333))) 20px calc(4.5rem + ((1vw - 0.36rem) * (1.66667)));
    }
}

.lp-jumbotron-header {
    margin-bottom: 30px;
}

.lp-jumbotron-header > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 959px) {
    .lp-jumbotron-header {
        margin-bottom: calc(4rem + ((1vw - 0.36rem) * (-1.66667)));
    }
}

.lp-jumbotron-body > *:last-child {
    margin-bottom: 0;
}

.lp-jumbotron-title {
    display: block;
    margin-bottom: 10px;
    font-size: 4rem;
    line-height: 1.2;
}

@media only screen and (max-width: 959px) {
    .lp-jumbotron-title {
        margin-bottom: calc(0rem + ((1vw - 0.36rem) * (1.66667)));
        font-size: calc(2.4rem + ((1vw - 0.36rem) * (2.66667)));
    }
}

@media only screen and (max-width: 767px) {
    .lp-jumbotron-title {
        margin-bottom: 15px;
    }
}

.lp-jumbotron-titleGroup {
    margin-bottom: 20px;
}

.lp-jumbotron-titleGroup > *:last-child {
    margin-bottom: 0;
}

.lp-jumbotron-subtitle {
    display: block;
    margin-bottom: 5px;
    color: #0067b6;
    font-size: 3rem;
    line-height: 1.2;
}

@media only screen and (max-width: 959px) {
    .lp-jumbotron-subtitle {
        font-size: calc(2.2rem + ((1vw - 0.36rem) * (1.33333)));
    }
}

.lp-section {
    background: #ecf0f4;
    font-size: 2rem;
}

@media only screen and (max-width: 959px) {
    .lp-section {
        font-size: calc(1.6rem + ((1vw - 0.36rem) * (0.66667)));
    }
}

.lp-section-content {
    max-width: calc(960px + 40px);
    margin: 0 auto;
    padding: 50px 20px;
}

.lp-section-content > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 959px) {
    .lp-section-content {
        padding: calc(4rem + ((1vw - 0.36rem) * (1.66667))) 20px;
    }
}

.lp-card {
    margin-bottom: 50px;
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

@media only screen and (max-width: 959px) {
    .lp-card {
        margin-bottom: calc(4rem + ((1vw - 0.36rem) * (1.66667)));
    }
}

.lp-card-content {
    padding: 35px 80px;
}

.lp-card-content > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 959px) {
    .lp-card-content {
        padding: calc(2rem + ((1vw - 0.36rem) * (2.5))) calc(2rem + ((1vw - 0.36rem) * (10)));
    }
}

.lp-media {
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
    .lp-media {
        max-width: 480px;
        margin: 0 auto 20px;
    }
}

.lp-media-body {
    flex: 1 0 auto;
    padding-right: 40px;
    font-size: 1.6rem;
}

.lp-media-body > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 959px) {
    .lp-media-body {
        padding-right: calc(0rem + ((1vw - 0.36rem) * (6.66667)));
    }
}

@media only screen and (max-width: 767px) {
    .lp-media-body {
        padding-right: 0;
    }
}

.lp-media-image {
    width: 100%;
}

.lp-media-imageGroup {
    display: flex;
    justify-content: center;
    min-height: 0%;
    margin-bottom: 16px;
}

.lp-media-imageGroup > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 959px) {
    .lp-media-imageGroup {
        margin-bottom: calc(2rem + ((1vw - 0.36rem) * (-0.66667)));
    }
}

.lp-media-titleGroup {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.lp-media-titleGroup > *:last-child {
    margin-bottom: 0;
}

.lp-media.of-primary .lp-media-body {
    padding-right: 0;
    padding-left: 40px;
}

@media only screen and (max-width: 959px) {
    .lp-media.of-primary .lp-media-body {
        padding-left: calc(0rem + ((1vw - 0.36rem) * (6.66667)));
    }
}

@media only screen and (max-width: 767px) {
    .lp-media.of-primary .lp-media-body {
        padding-left: 0;
    }
}

.lp-media.of-primary .lp-media-imageGroup {
    flex-direction: row-reverse;
}

@media only screen and (max-width: 767px) {
    .lp-media.of-primary .lp-media-imageGroup {
        flex-direction: row;
    }
}

.lp-mediaAsset {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
    .lp-mediaAsset {
        flex-direction: column-reverse;
        padding: 0 20px;
    }
}

.lp-mediaAsset-body {
    flex: 1;
    width: 100%;
}

.lp-mediaAsset-body > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
    .lp-mediaAsset-body {
        flex: none;
    }
}

.lp-mediaAsset-image {
    width: 155px;
    margin-right: 30px;
}

@media only screen and (max-width: 767px) {
    .lp-mediaAsset-image {
        margin-right: 0;
        margin-bottom: 20px;
    }
}

.lp-figure {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 60px;
}

.lp-figure > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
    .lp-figure {
        margin: 0 auto 40px;
    }
}

.lp-figure.of-primary {
    max-width: 370px;
}

.lp-figure-caption {
    display: flex;
    flex: 1 0 auto;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    background: #0067b6;
    color: #fff;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .lp-figure-caption {
        padding: 10px;
        font-size: 1.8rem;
    }
}

.lp-figure-image {
    min-height: 0%;
}

.lp-listButton {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: -24px 0 40px -24px;
}

.lp-listButton > li {
    width: 100%;
    margin: 24px 0 0 24px;
}

.lp-listButton-outer {
    margin-top: 35px;
    margin-bottom: 40px;
}

.lp-listButton-outer > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
    .lp-listButton-outer {
        margin-top: 30px;
        margin-bottom: 20px;
    }
}

.lp-headingLevel2 {
    margin-bottom: 5px;
    font-size: 4rem;
    line-height: 1.2;
}

@media only screen and (max-width: 959px) {
    .lp-headingLevel2 {
        font-size: calc(2.4rem + ((1vw - 0.36rem) * (2.66667)));
    }
}

.lp-headingLevel3 {
    margin-bottom: 10px;
    padding-bottom: 8px;
    font-size: 2rem;
    font-weight: normal;
}

@media only screen and (max-width: 959px) {
    .lp-headingLevel3 {
        font-size: calc(1.6rem + ((1vw - 0.36rem) * (0.66667)));
    }
}

@media only screen and (max-width: 767px) {
    .lp-headingLevel3 {
        margin-bottom: 4px;
        padding-bottom: 4px;
    }
}

.lp-headingLevel3 > sup {
    font-size: 1rem;
}

.lp-headingLevel3-outer {
    margin-bottom: 10px;
    border-bottom: 2px solid #8ca6af;
}

.lp-headingLevel3-outer > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
    .lp-headingLevel3-outer {
        height: auto !important;
        margin-bottom: 4px;
    }
}
