@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: 80px;
    padding-top: 50px;
}

@media screen and (max-width: 1320px) {
    .lp-jumbotron {
        margin-bottom: calc(3.2rem + ((1vw - 0.639rem) * (7.04846)));
        padding-top: calc(3rem + ((1vw - 0.639rem) * (2.93686)));
    }
}

@media screen and (max-width: 639px) {
    .lp-jumbotron {
        margin-bottom: 50px;
        padding-top: 30px;
    }
}

.lp-jumbotron-content {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: calc(1280px + (20px * 2));
    margin: 0 auto;
    padding: 0 20px;
}

@media screen and (max-width: 969px) {
    .lp-jumbotron-content {
        flex-direction: column;
    }
    .lp-jumbotron-content > * {
        max-width: 100%;
    }
}

.lp-jumbotron-body {
    flex: 1;
    text-align: center;
}

@media screen and (max-width: 969px) {
    .lp-jumbotron-body {
        flex: none;
    }
}

.lp-jumbotron-body > *:last-child {
    margin-bottom: 0;
}

.lp-jumbotron-title {
    margin-bottom: 30px;
    color: #333;
    font-size: 5rem;
    font-weight: 400;
    line-height: 1.3;
}

@media screen and (max-width: 1320px) {
    .lp-jumbotron-title {
        margin-bottom: calc(1.6rem + ((1vw - 0.639rem) * (2.0558)));
        font-size: calc(3.2rem + ((1vw - 0.36rem) * (1.875)));
    }
}

@media screen and (max-width: 1320px) {
    .lp-jumbotron-title {
        margin-bottom: 16px;
    }
}

.lp-jumbotron-image {
    width: 100%;
    max-width: 720px;
    margin-left: 50px;
}

@media screen and (max-width: 1320px) {
    .lp-jumbotron-image {
        max-width: calc(54.32rem + ((1vw - 0.969rem) * (50.37037)));
        margin-left: calc(3.789rem + ((1vw - 0.969rem) * (3.45014)));
    }
}

@media screen and (max-width: 969px) {
    .lp-jumbotron-image {
        max-width: 720px;
        margin-top: 30px;
        margin-left: 0;
    }
}

.lp-jumbotron-video {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.lp-buttonConversion.of-background-primary {
    background: #ea0437;
}

.lp-section-content {
    max-width: 1010px;
    margin: 0 auto 30px;
    padding: 0 20px 0;
}

.lp-section-content > :last-child {
    margin-bottom: 0;
}

.lp-section > :last-child {
    margin-bottom: 0;
}

.section .lp-section:last-child {
    margin-bottom: 50px;
}

.lp-headingLevel2 {
    position: relative;
    margin-bottom: 20px;
    padding: 0 10px 10px;
    font-size: 2.8rem;
    text-align: center;
}

@media screen and (max-width: 969px) {
    .lp-headingLevel2 {
        font-size: calc(2.2rem + ((1vw - 0.36rem) * (0.98522)));
    }
}

.lp-headingLevel2::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 52px;
    height: 4px;
    transform: translateX(-50%);
    background-color: #ff4141;
    content: "";
}

.lp-table {
    margin-bottom: 50px;
    border-top: 2px solid #d4d4d4;
}

.lp-table th {
    width: 30%;
    padding: 30px 40px;
    border-bottom: 2px solid #d4d4d4;
    background-color: #f2f2f2;
    text-align: left;
    vertical-align: top;
}

@media screen and (max-width: 969px) {
    .lp-table th {
        padding: calc(2.2rem + ((1vw - 0.36rem) * (1.31363))) calc(1.5rem + ((1vw - 0.36rem) * (4.10509)));
    }
}

@media screen and (max-width: 768px) {
    .lp-table th {
        display: block;
        width: 100%;
    }
}

.lp-table th > :last-child {
    margin-bottom: 0;
}

.lp-table td {
    padding: 30px 40px;
    border-bottom: 2px solid #d4d4d4;
    vertical-align: top;
}

@media screen and (max-width: 969px) {
    .lp-table td {
        padding: calc(2.2rem + ((1vw - 0.36rem) * (1.31363))) calc(1.5rem + ((1vw - 0.36rem) * (4.10509)));
    }
}

@media screen and (max-width: 768px) {
    .lp-table td {
        display: block;
        width: 100%;
    }
}

.lp-table td > :last-child {
    margin-bottom: 0;
}

.lp-table td a {
    word-break: break-all;
}

.lp-list {
    line-height: 1.2;
}

.lp-list > :last-child {
    margin-bottom: 0;
}

.lp-list > li {
    position: relative;
    margin-bottom: 8px;
    padding-left: 1em;
    line-height: 1.4;
}

.lp-list > li::before {
    position: absolute;
    top: 0.5em;
    left: 3px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #333;
    content: "";
}

.lp-list > li > :last-child {
    margin-bottom: 0;
}

.lp-listNotes {
    margin-top: 10px;
    font-size: 1.4rem;
}

.lp-listNotes > :last-child {
    margin-bottom: 0;
}

.lp-listNotes-mark {
    margin-left: -0.5em;
}

.lp-listNotes > li {
    display: flex;
    margin-bottom: 4px;
    padding-left: 0.5em;
}

.lp-listNotes > li > :last-child {
    margin-bottom: 0;
}

.lp-listButton {
    display: flex;
    width: calc(100% + 32px);
    margin: -32px 0 24px -32px;
}

.lp-listButton > :last-child {
    margin-bottom: 0;
}

.lp-listButton > li {
    margin: 32px 0 0 32px;
}

.lp-listButton > li > :last-child {
    margin-bottom: 0;
}

.lp-listButton.of-content-center {
    justify-content: center;
}

.lp-linkIcon {
    margin: 0 5px;
    vertical-align: baseline;
}

.lp-utility-color-emphasis {
    color: #248ff2;
}

.lp-utility-justifyContent-center {
    justify-content: center;
}

@media screen and (max-width: 639px) {
    .lp-extraSmallScreen-justifyContent-center {
        justify-content: center;
    }
}

@media screen and (max-width: 768px) {
    .lp-smallScreen-justifyContent-center {
        justify-content: center;
    }
}

@media screen and (min-width: 969px) {
    .lp-largeScreen-justifyContent-center {
        justify-content: center;
    }
}

@media screen and (min-width: 1320px) {
    .lp-extraLargeScreen-justifyContent-center {
        justify-content: center;
    }
}
