@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;
    transition-duration: 0.2s;
    transition-property: background-color;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media only screen and (max-width: 640px) {
    .lp-buttonConversion {
        font-size: 1.6rem;
    }
}

@media (hover: hover) {
    .lp-buttonConversion:hover {
        background-color: #c6002a;
    }
}

.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;
    font-size: 2rem;
}

.lp-buttonConversion-image {
    margin: -22px 0;
    border: 1px solid #ccc;
}

.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;
}

@media (hover: hover) {
    .lp-buttonConversion.of-primary:hover {
        background-color: #116b81;
    }
}

.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;
}

@media screen and (max-width: 1279px) {
    .lp-layout-header {
        height: auto;
        margin-bottom: 0;
    }
}

.lp-layout-header-content {
    display: flex;
    align-items: center;
    max-width: calc(1600px + 80px);
    min-height: 86.48px;
    margin: 0 auto;
    padding: 24px 40px;
}

@media screen and (max-width: 1279px) {
    .lp-layout-header-content {
        justify-content: center;
        min-height: auto;
        padding: calc(1.8rem + ((1vw - 0.36rem) * (0.55556))) 20px;
    }
}

.lp-layout-header-logo {
    min-width: 121px;
    margin: 0;
    margin-right: auto;
    line-height: 1;
}

@media screen and (max-width: 1279px) {
    .lp-layout-header-logo {
        padding-right: 0;
    }
}

@media screen and (max-width: 1279px) {
    .lp-layout-header-logo {
        min-width: calc(8.4rem + ((1vw - 0.36rem) * (4.02612)));
        margin-right: 0;
    }
}

.lp-layout-header-logo img {
    width: 100%;
}

.theme-KC .lp-layout-header-logo img {
    width: 229px;
}

.lp-layout-footer {
    position: relative;
    color: #fff;
}

.lp-layout-footer-content {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: calc(1760px + 80px);
    margin: 0 auto;
    padding: 14px 40px 12px;
}

@media screen and (max-width: 767px) {
    .lp-layout-footer-content {
        flex-direction: column;
        justify-content: center;
        max-width: none;
        padding: 20px 20px;
    }
}

.lp-layout-footer-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: -8px 0 0 0;
    font-size: 14px;
    text-align: center;
}

@media screen and (max-width: 1279px) {
    .lp-layout-footer-list {
        font-size: 12px;
    }
}

@media screen and (max-width: 767px) {
    .lp-layout-footer-list {
        width: 100%;
        margin: -8px 0 0 0;
    }
}

.lp-layout-footer-list > li {
    position: relative;
    margin: 8px 33px 0 0;
}

@media screen and (max-width: 767px) {
    .lp-layout-footer-list > li:last-child::after {
        display: none;
    }
}

.lp-layout-footer-list > li::after {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: -17px;
    width: 1px;
    height: 100%;
    transform: translateY(-50%);
    background-color: #fff;
    content: "";
}

.lp-layout-footer-list > li > a {
    color: #fff;
    text-decoration: none;
}

.lp-layout-footer-list > li > a:hover, .lp-layout-footer-list > li > a:active, .lp-layout-footer-list > li > a:focus {
    color: #fff;
    text-decoration: underline;
}

@media screen and (max-width: 767px) {
    .lp-layout-footer-list > li:last-child {
        margin: 8px 0 0 0;
    }
}

.lp-layout-footer-copyright {
    margin-bottom: 0;
    font-size: 14px;
}

@media screen and (max-width: 1279px) {
    .lp-layout-footer-copyright {
        font-size: 12px;
    }
}

@media screen and (max-width: 767px) {
    .lp-layout-footer-copyright {
        width: 100%;
        text-align: center;
    }
}

.lp-textPhoneLink {
    width: 100%;
    text-align: center;
}

.lp-textPhoneLink-icon {
    fill: #fff;
    width: 3.4rem;
    height: 3.4rem;
    vertical-align: middle;
}

.lp-textPhoneLink-number {
    font-size: 2.4rem;
}

.lp-textPhoneLink-number > a,
.lp-textPhoneLink-number > .prd-inlineLink[href] {
    color: #fff;
    text-decoration: none;
    cursor: default;
}

.lp-textPhoneLink-numberGroup {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    color: #fff;
}

@media screen and (max-width: 1279px) {
    .lp-textPhoneLink-numberGroup {
        flex-direction: column;
    }
}

.lp-textPhoneLink.of-primary .lp-textPhoneLink-number > a,
.lp-textPhoneLink.of-primary .lp-textPhoneLink-number > .prd-inlineLink[href] {
    color: #fff;
}

.lp-textPhoneLink.of-primary .lp-textPhoneLink-numberGroup {
    color: #fff;
}

.lp-textPhoneLink.of-primary .lp-textPhoneLink-icon {
    fill: #fff;
}

/* =================================================================================================
contents
================================================================================================= */
.lp-layout-container {
    overflow: hidden;
    background: transparent linear-gradient(180deg, #5e5e5e 0%, #262626 100%);
}

.lp-jumbotron {
    margin-right: 56px;
}

@media screen and (max-width: 1680px) {
    .lp-jumbotron {
        margin-right: 24px;
    }
}

@media screen and (max-width: 1279px) {
    .lp-jumbotron {
        margin-right: 0;
        margin-bottom: 36px;
    }
}

.lp-jumbotron-content {
    display: flex;
    position: relative;
    flex-direction: column-reverse;
}

.lp-jumbotron-body {
    display: flex;
    flex-direction: column;
    max-width: 660px;
}

.lp-jumbotron-body > *:last-child {
    margin-bottom: 0;
}

.lp-jumbotron-series {
    display: block;
    margin-bottom: 24px;
    color: #fff;
    font-size: 2rem;
    font-weight: normal;
}

@media screen and (max-width: 1680px) {
    .lp-jumbotron-series {
        font-size: calc(1.6rem + ((1vw - 1.279rem) * (0.38388)));
    }
}

@media screen and (max-width: 1279px) {
    .lp-jumbotron-series {
        font-size: 1.6rem;
    }
}

.lp-jumbotron-title {
    display: block;
    margin-bottom: 16px;
    color: #fff;
    font-size: 5.6rem;
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
    text-shadow: 0 0 15px rgba(40, 40, 40, 0.8);
}

@media screen and (max-width: 1680px) {
    .lp-jumbotron-title {
        font-size: calc(3.6rem + ((1vw - 1.279rem) * (4.98753)));
    }
}

@media screen and (max-width: 1279px) {
    .lp-jumbotron-title {
        margin-bottom: calc(1.2rem + ((1vw - 0.36rem) * (0.43526)));
        font-size: calc(3rem + ((1vw - 0.36rem) * (0.65288)));
    }
}

.lp-jumbotron-titleGroup {
    margin-bottom: 24px;
    text-align: center;
}

.lp-jumbotron-titleGroup > *:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 1279px) {
    .lp-jumbotron-titleGroup {
        font-size: calc(2.2rem + ((1vw - 0.36rem) * (0.21763)));
    }
}

@media screen and (max-height: 800px) {
    .lp-jumbotron-image {
        width: calc(320vh * 100 / 700);
    }
}

@media screen and (max-width: 1279px) {
    .lp-jumbotron-image {
        width: calc(28rem + ((1vw - 0.36rem) * (4.35256)));
    }
}

.lp-section {
    display: flex;
    align-items: center;
    max-width: calc(1600px + 80px);
    min-height: calc(100vh - 133.48px);
    margin: 0 auto;
    padding: 0 40px;
}

@media screen and (max-width: 1680px) {
    .lp-section {
        padding: 0 calc(2rem + ((1vw - 1.279rem) * (4.98753))) 0;
    }
}

@media screen and (max-width: 1279px) {
    .lp-section {
        flex-direction: column;
        padding: calc(2rem + ((1vw - 0.36rem) * (2.17628)));
    }
}

.lp-card {
    width: 100%;
    max-width: 1048px;
    padding: 32px;
    border-radius: 6px;
    background: #fff;
}

@media screen and (max-width: 1680px) {
    .lp-card {
        padding: 20px;
    }
}

@media screen and (max-height: 800px) {
    .lp-card {
        padding: 24px;
    }
}

@media screen and (max-width: 1279px) {
    .lp-card {
        max-width: 490px;
        margin-bottom: 24px;
        padding: calc(1.6rem + ((1vw - 0.36rem) * (1.74102)));
    }
}

.lp-card > *:last-child {
    margin-bottom: 0;
}

.lp-card.of-disclosure {
    display: block;
    position: relative;
    width: auto;
    padding: 2px 6px;
    border-radius: 0;
    background: #ecf6ff;
    color: #0065bb;
    font-weight: 600;
    line-height: 1.4;
}

@media screen and (max-width: 1279px) {
    .lp-card.of-disclosure {
        width: 100%;
    }
}

.lp-card.of-disclosure .lp-card-content {
    display: block;
    padding: 0 20px 0 0;
}

@media screen and (max-width: 767px) {
    .lp-card.of-disclosure .lp-card-content {
        padding: 2px 30px 2px 8px;
    }
}

.lp-card.of-disclosure::before, .lp-card.of-disclosure::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    width: 2px;
    height: 12px;
    background-color: #0065bb;
    content: "";
    transition: 0.3s ease;
}

@media screen and (max-width: 1680px) {
    .lp-card.of-disclosure::before, .lp-card.of-disclosure::after {
        right: calc(1.3rem + ((1vw - 1.279rem) * (-0.74813)));
        height: calc(1.1rem + ((1vw - 1.279rem) * (0.24938)));
    }
}

@media screen and (max-width: 1279px) {
    .lp-card.of-disclosure::before, .lp-card.of-disclosure::after {
        right: 13px;
        height: 11px;
    }
}

.lp-card.of-disclosure::before {
    transform: translateY(-50%) rotate(90deg);
}

.lp-card.of-disclosure::after {
    transform: translateY(-50%);
}

.lp-headingLevel2 {
    margin: 0 auto 24px;
    padding: 8px 20px;
    background: #ecf6ff;
    color: #0065bb;
    font-size: 3rem;
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
}

@media screen and (max-width: 1680px) {
    .lp-headingLevel2 {
        margin: 0 auto 16px;
    }
}

@media screen and (max-width: 1279px) {
    .lp-headingLevel2 {
        padding: calc(0.4rem + ((1vw - 0.36rem) * (0.43526))) calc(1.2rem + ((1vw - 0.36rem) * (0.87051)));
        font-size: calc(2rem + ((1vw - 0.36rem) * (0.43526)));
    }
}

.lp-headingLevel3 {
    margin-bottom: 8px;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.3;
}

@media screen and (max-width: 1279px) {
    .lp-headingLevel3 {
        margin-bottom: calc(0.6rem + ((1vw - 0.36rem) * (0.21763)));
        font-size: calc(1.8rem + ((1vw - 0.36rem) * (0.21763)));
    }
}

.lp-text {
    margin-bottom: 8px;
    font-size: 1.6rem;
}

.lp-textSymbol {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    overflow: hidden;
    background-color: #0065bb;
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
}

@media screen and (max-width: 1680px) {
    .lp-textSymbol {
        width: calc(2.6rem + ((1vw - 1.279rem) * (0.99751)));
        height: calc(2.6rem + ((1vw - 1.279rem) * (0.99751)));
        font-size: calc(1.8rem + ((1vw - 1.279rem) * (0.49875)));
    }
}

@media screen and (max-width: 1279px) {
    .lp-textSymbol {
        width: 26px;
        height: 26px;
        font-size: 1.6rem;
    }
}

.lp-listButton {
    display: flex;
    flex-wrap: wrap;
    margin: -20px 0 32px -24px;
}

@media screen and (max-width: 1080px) {
    .lp-listButton {
        justify-content: center;
    }
}

.lp-listButton > li {
    margin: 20px 0 0 24px;
}

.lp-buttonConversion.of-smallButton.of-download .lp-buttonConversion-body {
    padding: 8px 8px 8px 44px;
}

.lp-buttonConversion.of-smallButton.of-download .lp-buttonConversion-body::before {
    left: 16px;
}

.lp-buttonConversion.of-smallButton.of-download .lp-buttonConversion-text {
    font-size: 1.4rem;
}

.lp-disclosure {
    margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
    .lp-disclosure {
        padding: 0;
    }
}

.lp-disclosure.of-primary .lp-disclosure-summary {
    padding: 18px 0;
}

.lp-disclosure.of-primary .lp-disclosure-summary > *:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 1680px) {
    .lp-disclosure.of-primary .lp-disclosure-summary {
        padding: 18px 0 calc(1.6rem + ((1vw - 1.279rem) * (0.49875))) 0;
    }
}

@media screen and (max-width: 1279px) {
    .lp-disclosure.of-primary .lp-disclosure-summary {
        padding: 16px 0 16px 0;
    }
}

@media screen and (max-width: 767px) {
    .lp-disclosure.of-primary .lp-disclosure-summary {
        display: block;
    }
}

.lp-disclosure.of-primary .lp-disclosure-summary::before, .lp-disclosure.of-primary .lp-disclosure-summary::after {
    content: none;
}

.lp-disclosure.of-primary .lp-disclosure-title::after {
    content: none;
}

.lp-disclosure.of-primary.is-opened .lp-card.of-disclosure::after {
    transform: translateY(-50%) rotate(90deg);
}

.lp-disclosure:has(~ .lp-disclosure.is-opened) .lp-disclosure-summary {
    min-height: 78px;
}

@media screen and (max-width: 1800px) {
    .lp-disclosure:has(~ .lp-disclosure.is-opened) .lp-disclosure-summary {
        min-height: calc(6rem + ((1vw - 1.279rem) * (3.64683)));
    }
}

@media screen and (max-width: 1279px) {
    .lp-disclosure:has(~ .lp-disclosure.is-opened) .lp-disclosure-summary {
        min-height: 60px;
    }
}

.lp-disclosure.is-opened ~ .lp-disclosure .lp-disclosure-summary {
    min-height: 78px;
}

@media screen and (max-width: 1800px) {
    .lp-disclosure.is-opened ~ .lp-disclosure .lp-disclosure-summary {
        min-height: calc(6rem + ((1vw - 1.279rem) * (3.64683)));
    }
}

@media screen and (max-width: 1279px) {
    .lp-disclosure.is-opened ~ .lp-disclosure .lp-disclosure-summary {
        min-height: 60px;
    }
}

.lp-disclosure.is-opened .lp-disclosure-summary {
    min-height: 78px;
    padding-bottom: 4px;
}

@media screen and (max-width: 1800px) {
    .lp-disclosure.is-opened .lp-disclosure-summary {
        min-height: calc(6rem + ((1vw - 1.279rem) * (3.64683)));
    }
}

@media screen and (max-width: 1279px) {
    .lp-disclosure.is-opened .lp-disclosure-summary {
        min-height: 60px;
        padding-bottom: 12px;
    }
}

.lp-disclosure.is-opened .lp-disclosure-summary::after {
    transform: translateY(-50%) rotate(90deg);
}

.lp-disclosure + .lp-disclosure {
    border-top: 1px solid #ccc;
}

.lp-disclosure-outer {
    margin-bottom: 40px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.lp-disclosure-outer > .lp-disclosure {
    margin-bottom: 0;
}

.lp-disclosure-summary {
    display: flex;
    z-index: 10;
    position: relative;
    align-items: center;
    min-height: 140px;
    padding: 18px 35px 18px 0;
    cursor: pointer;
    transition: 0.3s ease;
}

@media screen and (max-width: 1800px) {
    .lp-disclosure-summary {
        min-height: calc(11rem + ((1vw - 1.279rem) * (6.14203)));
        padding: 18px calc(2.8rem + ((1vw - 1.279rem) * (1.34357))) calc(1.6rem + ((1vw - 1.279rem) * (0.49875))) 0;
    }
}

@media screen and (max-width: 1680px) {
    .lp-disclosure-summary {
        min-height: calc(9.2rem + ((1vw - 1.279rem) * (12.46883)));
        padding: 18px calc(2.8rem + ((1vw - 1.279rem) * (1.74564))) calc(1.6rem + ((1vw - 1.279rem) * (0.49875))) 0;
    }
}

@media screen and (max-width: 1279px) {
    .lp-disclosure-summary {
        flex-direction: column;
        height: auto;
        min-height: 60px;
        padding: 18px 28px 16px 0;
    }
}

@media screen and (max-width: 767px) {
    .lp-disclosure-summary {
        padding-right: 24px;
    }
}

.lp-disclosure-summary::-webkit-details-marker {
    display: none;
}

.lp-disclosure-summary > .lp-textSymbol {
    margin-right: 20px;
}

@media screen and (max-width: 1279px) {
    .lp-disclosure-summary > .lp-textSymbol {
        margin-right: 8px;
    }
}

.lp-disclosure-summary > .lp-card {
    margin-bottom: 0;
}

.lp-disclosure-summary::before, .lp-disclosure-summary::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 12px;
    width: 3px;
    height: 12px;
    background-color: #0065bb;
    content: "";
    transition: 0.3s ease;
}

@media screen and (max-width: 1800px) {
    .lp-disclosure-summary::before, .lp-disclosure-summary::after {
        right: calc(0.6rem + ((1vw - 1.279rem) * (1.49626)));
        height: calc(1.1rem + ((1vw - 1.279rem) * (0.24938)));
    }
}

@media screen and (max-width: 1279px) {
    .lp-disclosure-summary::before, .lp-disclosure-summary::after {
        right: 6px;
        height: 11px;
    }
}

.lp-disclosure-summary::before {
    transform: translateY(-50%) rotate(90deg);
}

.lp-disclosure-summary::after {
    transform: translateY(-50%);
}

.lp-disclosure-title {
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 1.4;
    list-style-type: none;
}

@media screen and (max-width: 1680px) {
    .lp-disclosure-title {
        font-size: calc(1.8rem + ((1vw - 1.279rem) * (0.99751)));
    }
}

@media screen and (max-width: 1279px) {
    .lp-disclosure-title {
        font-size: 1.8rem;
    }
}

.lp-disclosure-title::after {
    display: block;
    z-index: -1;
    position: absolute;
    top: 50%;
    right: -5px;
    width: 36px;
    height: 36px;
    transform: translateY(-50%);
    border-radius: 50%;
    background-color: #ecf6ff;
    content: "";
}

@media screen and (max-width: 1680px) {
    .lp-disclosure-title::after {
        width: calc(2.4rem + ((1vw - 1.279rem) * (2.99252)));
        height: calc(2.4rem + ((1vw - 1.279rem) * (2.99252)));
    }
}

@media screen and (max-width: 1279px) {
    .lp-disclosure-title::after {
        width: 24px;
        height: 24px;
    }
}

.lp-disclosure-titleGroup {
    display: flex;
    flex: 1;
    align-items: center;
    margin-right: 8px;
}

@media screen and (max-width: 1279px) {
    .lp-disclosure-titleGroup {
        width: 100%;
        margin-right: 8px;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 767px) {
    .lp-disclosure-titleGroup {
        margin-right: 0;
        margin-bottom: 8px;
    }
}

.lp-disclosure-titleGroup > .lp-textSymbol {
    margin-right: 8px;
}

@media screen and (max-width: 1279px) {
    .lp-disclosure-titleGroup > .lp-textSymbol {
        margin-right: 8px;
    }
}

.lp-disclosure-text {
    font-size: 1.5rem;
}

.lp-disclosure-body {
    overflow: hidden;
}

.lp-disclosure-body > *:last-child {
    margin-bottom: 0;
}

.lp-disclosure-bodyInner {
    padding-bottom: 20px;
}

.lp-disclosure-bodyInner > *:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 1279px) {
    .lp-disclosure-bodyInner {
        padding-bottom: 16px;
    }
}

.lp-media {
    margin-bottom: 48px;
}

@media screen and (max-width: 1279px) {
    .lp-media {
        margin-inline: auto;
        margin-bottom: 32px;
    }
}

@media screen and (max-width: 767px) {
    .lp-media {
        max-width: 448px;
    }
}

.lp-media.of-flex {
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 1279px) {
    .lp-media.of-flex {
        align-items: center;
    }
}

.lp-media.of-row-reverse {
    flex-direction: row-reverse;
}

@media screen and (max-width: 1279px) {
    .lp-media.of-row-reverse {
        flex-direction: column-reverse;
    }
}

@media screen and (max-width: 1279px) {
    .lp-media.lp-smallScreen-column {
        flex-direction: column;
        align-items: center;
    }
}

@media screen and (max-width: 1279px) {
    .lp-media.lp-smallScreen-column .lp-media-body {
        flex: none;
        width: 100%;
    }
}

@media screen and (max-width: 1279px) {
    .lp-media.lp-smallScreen-column-reverse {
        flex-direction: column-reverse;
        align-items: center;
    }
}

@media screen and (max-width: 1279px) {
    .lp-media.lp-smallScreen-column-reverse .lp-media-body {
        flex: none;
        width: 100%;
    }
}

.lp-media-body {
    width: 530px;
}

.lp-media-body > *:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 1680px) {
    .lp-media-body {
        width: calc(50rem + ((1vw - 1.279rem) * (7.4813)));
    }
}

@media screen and (max-width: 1279px) {
    .lp-media-body {
        width: 100%;
    }
}

.lp-media-image {
    margin-inline: auto;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    height: 100%;
    margin-right: 32px;
    overflow: hidden;
    transform: translateX(-50%);
}

@media screen and (max-width: 1680px) {
    .lp-media-image {
        height: 100%;
        margin-right: calc(2.4rem + ((1vw - 1.279rem) * (1.99501)));
    }
}

@media screen and (max-width: 1279px) {
    .lp-media-image {
        margin-right: 0;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 360px) {
    .lp-media-image {
        max-width: 320px;
    }
}

.lp-media-image.is-current {
    z-index: 10;
}

.lp-media-image > img {
    width: 100%;
}

.lp-media-imageGroup {
    position: relative;
    flex: 1 1 auto;
    max-width: 426px;
    margin-right: 24px;
}

.lp-media-imageGroup > *:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 1680px) {
    .lp-media-imageGroup {
        max-width: calc(32rem + ((1vw - 1.279rem) * (26.43392)));
        margin-right: calc(2.4rem + ((1vw - 1.279rem) * (2.99252)));
    }
}

@media screen and (max-width: 1279px) {
    .lp-media-imageGroup {
        width: 100%;
        max-width: calc(32rem + ((1vw - 0.36rem) * (14.14581)));
        height: calc(28.2rem + ((1vw - 0.36rem) * (12.5136)));
        margin-right: 0;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 360px) {
    .lp-media-imageGroup {
        height: 282px;
    }
}

.lp-media-imageGroup > .lp-media-image {
    margin-right: 0;
}

.lp-mediaDisclosure {
    margin-bottom: 52px;
}

@media screen and (max-width: 1279px) {
    .lp-mediaDisclosure {
        margin-inline: auto;
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 767px) {
    .lp-mediaDisclosure {
        max-width: 448px;
    }
}

.lp-mediaDisclosure.of-flex {
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 1279px) {
    .lp-mediaDisclosure.of-flex {
        align-items: center;
    }
}

.lp-mediaDisclosure.of-row-reverse {
    flex-direction: row-reverse;
}

@media screen and (max-width: 1279px) {
    .lp-mediaDisclosure.of-row-reverse {
        flex-direction: column-reverse;
    }
}

.lp-mediaDisclosure.of-row-reverse .lp-mediaDisclosure-image {
    margin-right: 12px;
    margin-left: 0;
}

@media screen and (max-width: 1279px) {
    .lp-mediaDisclosure.of-row-reverse .lp-mediaDisclosure-image {
        margin-right: 0;
        margin-bottom: calc(1.2rem + ((1vw - 0.36rem) * (0.43526)));
    }
}

@media screen and (max-width: 1279px) {
    .lp-mediaDisclosure.lp-smallScreen-column {
        flex-direction: column;
        align-items: center;
    }
}

@media screen and (max-width: 1279px) {
    .lp-mediaDisclosure.lp-smallScreen-column .lp-media-body {
        flex: none;
        width: 100%;
    }
}

@media screen and (max-width: 1279px) {
    .lp-mediaDisclosure.lp-smallScreen-column-reverse {
        flex-direction: column-reverse;
        align-items: center;
    }
}

@media screen and (max-width: 1279px) {
    .lp-mediaDisclosure.lp-smallScreen-column-reverse .lp-media-body {
        flex: none;
        width: 100%;
    }
}

.lp-mediaDisclosure-body {
    flex: 1;
    width: 100%;
}

.lp-mediaDisclosure-body > *:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 1279px) {
    .lp-mediaDisclosure-body {
        max-width: 100%;
    }
}

.lp-mediaDisclosure-image {
    margin-left: 32px;
}

@media screen and (max-width: 1680px) {
    .lp-mediaDisclosure-image {
        margin-left: calc(2.4rem + ((1vw - 1.279rem) * (1.99501)));
    }
}

@media screen and (max-width: 1279px) {
    .lp-mediaDisclosure-image {
        width: 100%;
        max-width: calc(16rem + ((1vw - 0.36rem) * (4.35256)));
        margin-bottom: 16px;
        margin-left: 0;
    }
}

@media screen and (max-width: 360px) {
    .lp-mediaDisclosure-image {
        max-width: 160px;
    }
}

@media screen and (max-width: 1279px) {
    .lp-mediaDisclosure-image > img {
        width: 100%;
    }
}

.lp-mediaDisclosure-imageGroup {
    flex: 1 1 auto;
    margin-right: 36px;
}

.lp-mediaDisclosure-imageGroup > *:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 1279px) {
    .lp-mediaDisclosure-imageGroup {
        margin-right: 0;
    }
}

.lp-utility-justifyContent-center {
    justify-content: center;
}

.lp-utility-line-break {
    display: block;
}

.lp-utility-textAlign-center {
    text-align: center;
}

.lp-utility-textAlign-right {
    text-align: right;
}

.lp-utility-weight-normal {
    font-weight: normal;
}

@media screen and (max-width: 1600px) {
    .lp-extraLargeScreen-line-break {
        display: block;
    }
}

@media only screen and (min-width: 1024px) {
    .lp-largeScreen-line-break {
        display: block;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1279px) {
    .lp-largeScreen-line-break {
        display: inline;
    }
}

@media only screen and (min-width: 1024px) {
    .lp-largeScreen-textAlign-center {
        text-align: center;
    }
    .lp-largeScreen-textAlign-right {
        text-align: right;
    }
    .lp-largeScreen-weight-normal {
        font-weight: normal;
    }
    .lp-largeScreen-justifyContent-end {
        justify-content: end;
    }
    .lp-largeScreen-hide {
        display: none !important;
    }
}

@media screen and (max-width: 1279px) {
    .lp-smallScreen-textAlign-center {
        text-align: center;
    }
    .lp-smallScreen-textAlign-right {
        text-align: right;
    }
    .lp-smallScreen-justifyContent-center {
        justify-content: center;
    }
}

@media screen and (max-width: 1279px) and (max-width: 1279px) {
    .lp-smallScreen-line-break {
        display: block;
    }
}

.lp-smallScreen-hide {
    display: block !important;
}

@media screen and (max-width: 1279px) {
    .lp-smallScreen-hide {
        display: none !important;
    }
}

.lp-smallScreen-show {
    display: none !important;
}

@media screen and (max-width: 1279px) {
    .lp-smallScreen-show {
        display: flex !important;
    }
}

@media screen and (max-width: 767px) {
    .lp-extraSmallScreen-textAlign-center {
        text-align: center;
    }
    .lp-extraSmallScreen-textAlign-right {
        text-align: right;
    }
    .lp-extraSmallScreen-justifyContent-center {
        justify-content: center;
    }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
    .lp-extraSmallScreen-line-break {
        display: block;
    }
}

.lp-extraSmallScreen-hide {
    display: block !important;
}

@media screen and (max-width: 767px) {
    .lp-extraSmallScreen-hide {
        display: none !important;
    }
}

.lp-extraSmallScreen-show {
    display: none !important;
}

@media screen and (max-width: 767px) {
    .lp-extraSmallScreen-show {
        display: flex !important;
    }
}
