<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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 &gt; 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 &gt; 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 &gt; li {
    margin: 3px 0 0 10px;
    padding: 0;
    background: none;
    font-size: 11px;
}

.lp-navigationSeries-linkList &gt; li &gt; a {
    display: block;
    position: relative;
    width: 100%;
    padding-left: 9px;
    color: #999;
    line-height: 1.3;
    text-decoration: none;
}

.lp-navigationSeries-linkList &gt; li &gt; 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 &gt; li &gt; a:link {
    color: #999;
}

div#MainContent .lp-navigationSeries-linkList &gt; li &gt; a::before {
    top: 0.3em;
}

.lp-navigationSeries-linkList &gt; li &gt; a:hover, .lp-navigationSeries-linkList &gt; li &gt; a:focus {
    text-decoration: underline;
}

.lp-buttonConversion.of-download .lp-buttonConversion-body::before {
    background: url("../../../../../img/landing_page/common/icon_btn_dl.png") no-repeat center center !important;
}

.lp-layout-container {
    max-width: 1240px;
    margin: 0 auto 40px;
}

.lp-layout-container &gt; *:last-child {
    margin-bottom: 0;
}

.lp-jumbotron {
    font-size: 2rem;
}

@media only screen and (max-width: 1239px) {
    .lp-jumbotron {
        font-size: calc(1.6rem + ((1vw - 1.024rem) * (1.85185)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-jumbotron {
        background: linear-gradient(#f3f3f3 0%, #e8e8e8 100%);
        font-size: 1.6rem;
    }
}

.lp-jumbotron-content {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    max-width: calc(1240px + 40px);
    margin: 0 auto;
    padding: 40px 20px;
}

@media only screen and (max-width: 1023px) {
    .lp-jumbotron-content {
        flex-direction: column-reverse;
        padding-top: 0;
        padding-bottom: 24px;
    }
}

.lp-jumbotron-body {
    flex: 1;
}

@media only screen and (max-width: 1023px) {
    .lp-jumbotron-body {
        flex: none;
        width: 100%;
    }
}

.lp-jumbotron-body &gt; *:last-child {
    margin-bottom: 0;
}

.lp-jumbotron-title {
    margin-bottom: 16px;
    color: #026dba;
    font-size: 4rem;
    line-height: 1.2;
}

@media only screen and (max-width: 1239px) {
    .lp-jumbotron-title {
        font-size: calc(2.2rem + ((1vw - 1.024rem) * (8.33333)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-jumbotron-title {
        margin-bottom: 12px;
        font-size: 2.2rem;
    }
}

.lp-jumbotron-image {
    min-height: 0%;
    margin-right: 32px;
    text-align: center;
}

@media only screen and (max-width: 1239px) {
    .lp-jumbotron-image {
        width: 31.6129vw;
    }
}

@media only screen and (max-width: 1023px) {
    .lp-jumbotron-image {
        width: auto;
        max-width: calc(23.2rem + ((1vw - 0.36rem) * (24.09639)));
        margin: 0 auto;
    }
}

.lp-navigationTab {
    background: #fff;
}

.lp-navigationTab-list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -2px;
    margin-left: -2px;
}

.lp-navigationTab-list &gt; li {
    display: flex;
    width: 33.3333333333%;
    margin-bottom: 2px;
    padding-left: 2px;
}

@media only screen and (max-width: 1023px) {
    .lp-navigationTab-list &gt; li {
        width: 50%;
    }
}

.lp-navigationTab-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 10px 16px;
    background: #c9cbcf;
    color: #333;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.3;
    text-decoration: none;
}

@media only screen and (max-width: 1239px) {
    .lp-navigationTab-button {
        font-size: calc(1.5rem + ((1vw - 1.024rem) * (3.24074)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-navigationTab-button {
        font-size: 1.5rem;
        font-weight: normal;
    }
}

.lp-navigationTab-buttonBody {
    display: block;
    position: relative;
    padding-left: 24px;
}

@media only screen and (max-width: 1023px) {
    .lp-navigationTab-buttonBody {
        padding-left: 13px;
    }
}

.lp-navigationTab-buttonBody::before {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    border-width: 5px 0 5px 9px;
    border-style: solid;
    border-color: transparent transparent transparent #333;
    content: "";
}

@media only screen and (max-width: 1023px) {
    .lp-navigationTab-buttonBody::before {
        border-width: 3px 0 3px 5px;
    }
}

.lp-navigationTab-button:hover, .lp-navigationTab-button:focus,
.is-active .lp-navigationTab-button {
    background: #2550b5;
    color: #fff;
}

.lp-navigationTab-button:hover .lp-navigationTab-buttonBody::before, .lp-navigationTab-button:focus .lp-navigationTab-buttonBody::before,
.is-active .lp-navigationTab-button .lp-navigationTab-buttonBody::before {
    transform: translateY(-50%) rotate(90deg);
    border-left-color: #fff;
    transition: transform 0.2s ease;
}

.lp-section {
    font-size: 2rem;
}

@media only screen and (max-width: 1239px) {
    .lp-section {
        font-size: calc(1.6rem + ((1vw - 1.024rem) * (1.85185)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-section {
        font-size: 1.6rem;
    }
}

.lp-section-group {
    margin-bottom: 40px;
}

[data-script-enabled="true"] .lp-section-group .lp-section {
    display: none;
    margin-bottom: 0;
}

[data-script-enabled="true"] .lp-section-group .lp-section.is-active {
    display: block;
    animation: fadeIn 0.3s linear 0s;
}

.lp-section-group &gt; *:last-child {
    margin-bottom: 0;
}

.lp-section-content &gt; *:last-child {
    margin-bottom: 0;
}

.lp-section.of-primary {
    padding-bottom: 40px;
    background: linear-gradient(#f3f3f3 0%, #e8e8e8 100%);
}

@media only screen and (max-width: 1023px) {
    .lp-section.of-primary {
        padding-bottom: 24px;
        border-bottom: 1px solid #ccc;
        background: #fff;
    }
}

.lp-section.of-secondary {
    margin-bottom: 8px;
    background: #fff;
}

.lp-section.of-secondary .lp-section-content {
    max-width: calc(800px + 40px);
    margin: 0 auto;
    padding: 40px 20px;
}

@media only screen and (max-width: 1023px) {
    .lp-section.of-secondary .lp-section-content {
        padding-top: 16px;
        padding-bottom: 16px;
    }
}

.lp-headingLevel2 {
    margin-bottom: 16px;
    font-size: 4.2rem;
    line-height: 1.3;
}

@media only screen and (max-width: 1239px) {
    .lp-headingLevel2 {
        font-size: calc(2.2rem + ((1vw - 1.024rem) * (9.25926)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-headingLevel2 {
        margin-bottom: 8px;
        font-size: 2.2rem;
    }
}

.lp-listButton {
    margin-bottom: 40px;
}

.lp-listButton &gt; li {
    margin-top: 16px;
}

.lp-listButton.of-horizontal {
    display: flex;
    flex-wrap: wrap;
    margin-left: -32px;
}

@media only screen and (max-width: 1023px) {
    .lp-listButton.of-horizontal {
        display: block;
        margin-left: 0;
    }
}

.lp-listButton.of-horizontal &gt; li {
    margin-left: 32px;
}

@media only screen and (max-width: 1023px) {
    .lp-listButton.of-horizontal &gt; li {
        margin-left: 0;
    }
}

.lp-listButton.of-justifyContent-end {
    justify-content: flex-end;
}

.lp-figure {
    margin-bottom: 40px;
}

.lp-figure &gt; *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1023px) {
    .lp-smallScreen-textAlign-center {
        text-align: center;
    }
}

@media only screen and (min-width: 1024px) {
    .lp-largeScreen-line-break {
        display: block;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
</pre></body></html>