@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;
}

@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: #13778f;
}

.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;
}

.lp-layout-header-content {
    display: flex;
    align-items: center;
    max-width: calc(1360px + (40px * 2));
    margin: 0 auto 15px;
    padding: 25px 40px;
}

@media only screen and (max-width: 1023px) {
    .lp-layout-header-content {
        justify-content: center;
        padding: 18px 40px 20px;
    }
}

.lp-layout-header-content > *:last-child {
    margin-bottom: 0;
}

.lp-layout-header-logo {
    flex-shrink: 0;
    min-width: 112px;
    margin-bottom: 0;
    line-height: 1;
}

.lp-layout-header-logo img {
    width: 112px;
    height: 21px;
}

.theme-KC .lp-layout-header-logo img {
    width: 206px;
    height: auto;
}

@media only screen and (max-width: 1023px) {
    .theme-KC .lp-layout-header-logo img {
        width: 167px;
    }
}

.lp-layout-header-utilityGroup {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin-left: 30px;
}

.lp-layout-header-utilityGroup > *:last-child {
    margin-bottom: 0;
}

.lp-layout-header-utilityList {
    display: flex;
    align-items: center;
    margin: -16px 0 16px -16px;
}

.lp-layout-header-utilityList > li {
    width: 100%;
    margin-top: 16px;
    padding-left: 16px;
}

.lp-layout-header-utilityList > *:last-child {
    margin-bottom: 0;
}

.lp-layout > *:last-child {
    margin-bottom: 0;
}

.lp-layout-container {
    max-width: 1360px;
    margin: 0 auto;
}

.lp-layout-container.of-primary {
    margin: 0 122px;
}

@media only screen and (max-width: 1023px) {
    .lp-layout-container.of-primary {
        margin: 0 40px;
    }
}

@media only screen and (max-width: 767px) {
    .lp-layout-container.of-primary {
        margin: 0;
        padding: 0 20px;
    }
}

.lp-layout-container.of-primary .lp-layout-grid {
    margin-left: -56px;
}

@media only screen and (max-width: 767px) {
    .lp-layout-container.of-primary .lp-layout-grid {
        margin-left: 0;
    }
}

.lp-layout-container.of-primary .lp-layout-grid-column {
    padding-left: 56px;
}

@media only screen and (max-width: 767px) {
    .lp-layout-container.of-primary .lp-layout-grid-column {
        padding-left: 0;
    }
}

.lp-layout-container > *:last-child {
    margin-bottom: 0;
}

.lp-layout-container.of-outermost {
    max-width: 100%;
    background-color: #f9f9f9;
}

.lp-layout-footer-content {
    padding-bottom: 48px;
}

@media only screen and (max-width: 1023px) {
    .lp-layout-footer-content {
        padding: 0 20px 24px;
    }
}

.lp-layout-footer-content > *:last-child {
    margin-bottom: 0;
}

.lp-layout-footer-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-left: -16px;
}

.lp-layout-footer-list > li {
    position: relative;
    margin-left: 16px;
    font-size: 1.2rem;
    line-height: 1.2;
}

.lp-layout-footer-list > li:first-child::before {
    content: none;
}

.lp-layout-footer-list > li > *:last-child {
    margin-bottom: 0;
}

.lp-layout-footer-list > li > a {
    display: block;
    width: 100%;
    color: #1a3464;
    font-size: 1.2rem;
    line-height: 1;
    text-decoration: none;
}

.lp-layout-footer-list > li > a:hover, .lp-layout-footer-list > li > a:focus {
    text-decoration: none;
}

.lp-layout-footer-list > li::before {
    display: block;
    position: absolute;
    top: 50%;
    left: -9px;
    width: 1px;
    height: 16px;
    transform: translateY(-50%);
    background: #b4b4b4;
    content: "";
}

@media only screen and (max-width: 1023px) {
    .lp-layout-footer-list > li.lp-layout-footer-copyright::before {
        content: none;
    }
}

.lp-layout-footer-list > *:last-child {
    margin-bottom: 0;
}

.lp-layout-footer-copyright {
    margin-bottom: 0;
    color: #1a3464;
    font-size: 1.6rem;
    line-height: 1.2;
}

@media only screen and (max-width: 1023px) {
    .lp-layout-footer-copyright {
        width: 100%;
        margin-top: 12px;
        text-align: center;
    }
}

.lp-layout-footer > *:last-child {
    margin-bottom: 0;
}

.lp-listButton {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: -24px 0 76px -24px;
}

@media only screen and (max-width: 767px) {
    .lp-listButton {
        flex-direction: column;
        align-items: center;
        margin-bottom: 48px;
    }
}

.lp-listButton > li {
    margin: 24px 0 0 24px;
}

.lp-listButton > li > *:last-child {
    margin-bottom: 0;
}

.lp-listButton > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
    .lp-buttonConversion {
        font-size: 1.6rem;
    }
}

.lp-layout-grid {
    display: flex;
    flex-wrap: wrap;
    margin: -24px 0 16px -24px;
}

.lp-layout-grid.of-primary {
    margin-left: -56px;
}

.lp-layout-grid.of-primary .lp-layout-grid-column {
    padding-left: 56px;
}

@media only screen and (max-width: 767px) {
    .lp-layout-grid {
        margin-top: -24px;
    }
}

.lp-layout-grid-column {
    min-height: 0%;
    margin-top: 24px;
    padding-left: 24px;
}

.lp-layout-grid-column:not([class*="of-column-"]) {
    width: 100%;
}

.lp-layout-grid-column.of-flex {
    display: flex;
    flex-wrap: wrap;
}

.lp-layout-grid-column.of-flex > * {
    width: 100%;
}

.lp-layout-grid-column > *:last-child {
    margin-bottom: 0;
}

.lp-layout-grid.of-column-2 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 50%;
}

.lp-layout-grid.of-column-3 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 33.33333%;
}

.lp-layout-grid.of-column-4 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 25%;
}

.lp-layout-grid.of-column-5 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 20%;
}

.lp-layout-grid.of-column-6 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 16.66667%;
}

.lp-layout-grid.of-column-7 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 14.28571%;
}

.lp-layout-grid.of-column-8 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 12.5%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 11.11111%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 10%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 9.09091%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 8.33333%;
}

.lp-layout-grid.of-column-2 > .lp-layout-grid-column.of-column-2 {
    width: 100%;
}

.lp-layout-grid.of-column-3 > .lp-layout-grid-column.of-column-2 {
    width: 66.66667%;
}

.lp-layout-grid.of-column-3 > .lp-layout-grid-column.of-column-3 {
    width: 100%;
}

.lp-layout-grid.of-column-4 > .lp-layout-grid-column.of-column-2 {
    width: 50%;
}

.lp-layout-grid.of-column-4 > .lp-layout-grid-column.of-column-3 {
    width: 75%;
}

.lp-layout-grid.of-column-4 > .lp-layout-grid-column.of-column-4 {
    width: 100%;
}

.lp-layout-grid.of-column-5 > .lp-layout-grid-column.of-column-2 {
    width: 40%;
}

.lp-layout-grid.of-column-5 > .lp-layout-grid-column.of-column-3 {
    width: 60%;
}

.lp-layout-grid.of-column-5 > .lp-layout-grid-column.of-column-4 {
    width: 80%;
}

.lp-layout-grid.of-column-5 > .lp-layout-grid-column.of-column-5 {
    width: 100%;
}

.lp-layout-grid.of-column-6 > .lp-layout-grid-column.of-column-2 {
    width: 33.33333%;
}

.lp-layout-grid.of-column-6 > .lp-layout-grid-column.of-column-3 {
    width: 50%;
}

.lp-layout-grid.of-column-6 > .lp-layout-grid-column.of-column-4 {
    width: 66.66667%;
}

.lp-layout-grid.of-column-6 > .lp-layout-grid-column.of-column-5 {
    width: 83.33333%;
}

.lp-layout-grid.of-column-6 > .lp-layout-grid-column.of-column-6 {
    width: 100%;
}

.lp-layout-grid.of-column-7 > .lp-layout-grid-column.of-column-2 {
    width: 28.57143%;
}

.lp-layout-grid.of-column-7 > .lp-layout-grid-column.of-column-3 {
    width: 42.85714%;
}

.lp-layout-grid.of-column-7 > .lp-layout-grid-column.of-column-4 {
    width: 57.14286%;
}

.lp-layout-grid.of-column-7 > .lp-layout-grid-column.of-column-5 {
    width: 71.42857%;
}

.lp-layout-grid.of-column-7 > .lp-layout-grid-column.of-column-6 {
    width: 85.71429%;
}

.lp-layout-grid.of-column-7 > .lp-layout-grid-column.of-column-7 {
    width: 100%;
}

.lp-layout-grid.of-column-8 > .lp-layout-grid-column.of-column-2 {
    width: 25%;
}

.lp-layout-grid.of-column-8 > .lp-layout-grid-column.of-column-3 {
    width: 37.5%;
}

.lp-layout-grid.of-column-8 > .lp-layout-grid-column.of-column-4 {
    width: 50%;
}

.lp-layout-grid.of-column-8 > .lp-layout-grid-column.of-column-5 {
    width: 62.5%;
}

.lp-layout-grid.of-column-8 > .lp-layout-grid-column.of-column-6 {
    width: 75%;
}

.lp-layout-grid.of-column-8 > .lp-layout-grid-column.of-column-7 {
    width: 87.5%;
}

.lp-layout-grid.of-column-8 > .lp-layout-grid-column.of-column-8 {
    width: 100%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-2 {
    width: 22.22222%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-3 {
    width: 33.33333%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-4 {
    width: 44.44444%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-5 {
    width: 55.55556%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-6 {
    width: 66.66667%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-7 {
    width: 77.77778%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-8 {
    width: 88.88889%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-9 {
    width: 100%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-2 {
    width: 20%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-3 {
    width: 30%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-4 {
    width: 40%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-5 {
    width: 50%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-6 {
    width: 60%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-7 {
    width: 70%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-8 {
    width: 80%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-9 {
    width: 90%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-10 {
    width: 100%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-2 {
    width: 18.18182%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-3 {
    width: 27.27273%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-4 {
    width: 36.36364%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-5 {
    width: 45.45455%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-6 {
    width: 54.54545%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-7 {
    width: 63.63636%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-8 {
    width: 72.72727%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-9 {
    width: 81.81818%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-10 {
    width: 90.90909%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-11 {
    width: 100%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-2 {
    width: 16.66667%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-3 {
    width: 25%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-4 {
    width: 33.33333%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-5 {
    width: 41.66667%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-6 {
    width: 50%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-7 {
    width: 58.33333%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-8 {
    width: 66.66667%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-9 {
    width: 75%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-10 {
    width: 83.33333%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-11 {
    width: 91.66667%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-12 {
    width: 100%;
}

@media only screen and (max-width: 767px) {
    .lp-layout-grid[class*="of-column-"] > .lp-layout-grid-column:not([class*="of-column-"]),
    .lp-layout-grid[class*="of-column-"] > .lp-layout-grid-column[class*="of-column-"] {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .lp-layout-grid.lp-smallScreen-column-2 > .lp-layout-grid-column:not([class*="of-column-"]),
    .lp-layout-grid.lp-smallScreen-column-2 > .lp-layout-grid-column[class*="of-column-"] {
        width: 50%;
    }
    .lp-layout-grid.lp-smallScreen-column-3 > .lp-layout-grid-column:not([class*="of-column-"]),
    .lp-layout-grid.lp-smallScreen-column-3 > .lp-layout-grid-column[class*="of-column-"] {
        width: 33.33333%;
    }
}

.lp-jumbotron-content {
    width: 100%;
    max-width: calc(1360px + (40px * 2));
    margin: 0 auto 136px;
    padding: 0 40px;
}

@media only screen and (max-width: 1023px) {
    .lp-jumbotron-content {
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .lp-jumbotron-content {
        padding: 0 20px;
    }
}

.lp-jumbotron-content > *:last-child {
    margin-bottom: 0;
}

.lp-jumbotron-inner {
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 1023px) {
    .lp-jumbotron-inner {
        flex-direction: column-reverse;
        margin-bottom: 48px;
    }
}

.lp-jumbotron-inner > *:last-child {
    margin-bottom: 0;
}

.lp-jumbotron-body {
    flex: 1;
    padding-bottom: 76px;
}

@media only screen and (max-width: 1023px) {
    .lp-jumbotron-body {
        flex: none;
        width: 100%;
        padding-bottom: 0;
    }
}

.lp-jumbotron-body > *:last-child {
    margin-bottom: 0;
}

.lp-jumbotron-title {
    display: block;
    width: 100%;
    margin-bottom: 32px;
    font-size: 5.6rem;
    text-align: center;
}

.lp-jumbotron-title.of-primary {
    margin-bottom: 24px;
}

@media only screen and (max-width: 1359px) {
    .lp-jumbotron-title {
        margin-bottom: 24px;
        font-size: calc(2.8rem + ((1vw - 0.36rem) * (2.8)));
    }
}

.lp-jumbotron-titleGroup {
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
    color: #1a3464;
}

@media only screen and (max-width: 1023px) {
    .lp-jumbotron-titleGroup {
        margin-bottom: 24px;
    }
}

.lp-jumbotron-titleGroup > *:last-child {
    margin-bottom: 0;
}

.lp-jumbotron-subtitle {
    display: block;
    order: -1;
    width: 100%;
    margin-bottom: 24px;
    font-size: 3.2rem;
    font-weight: 500;
    text-align: center;
}

@media only screen and (max-width: 1359px) {
    .lp-jumbotron-subtitle {
        font-size: calc(2rem + ((1vw - 0.36rem) * (1.2)));
    }
}

.lp-jumbotron-subtitle.of-primary {
    order: inherit;
    margin-bottom: 32px;
}

@media only screen and (max-width: 1023px) {
    .lp-jumbotron-subtitle.of-primary {
        margin-bottom: 24px;
    }
}

.lp-jumbotron-seriesName {
    display: inline-block;
}

.lp-jumbotron-series {
    font-size: 1.8rem;
    font-weight: 400;
}

@media only screen and (max-width: 1359px) {
    .lp-jumbotron-series {
        font-size: calc(2rem + ((1vw - 0.36rem) * (-0.2)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-jumbotron-series {
        max-width: 100%;
    }
}

.lp-jumbotron-seriesGroup {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 24px;
}

@media only screen and (max-width: 1023px) {
    .lp-jumbotron-seriesGroup {
        flex-direction: column;
    }
}

.lp-jumbotron-image {
    flex: 1;
    min-height: 0%;
    margin-left: 56px;
}

@media only screen and (max-width: 1023px) {
    .lp-jumbotron-image {
        flex: none;
        max-width: 493px;
        margin-bottom: 8px;
        margin-left: 0;
    }
}

.lp-navigationSeries {
    border: 0;
    color: #1a3464;
}

.lp-navigationSeries-linkList {
    color: #1a3464;
}

.lp-navigationSeries-linkList > li {
    margin-right: 10px;
    font-size: 1.2rem;
}

.lp-navigationSeries-linkList > li > a {
    display: block;
    padding-left: 0;
    color: #1a3464;
}

.lp-navigationSeries-linkList > li > a::before {
    content: none;
}

.lp-navigationSeries-linkList > li::before {
    display: block;
    position: absolute;
    top: 50%;
    left: -9px;
    width: 1px;
    height: 16px;
    transform: translateY(-50%);
    background: #b4b4b4;
    content: "";
}

.lp-navigationSeries-linkList > li:first-child::before {
    content: none;
}

@media only screen and (max-width: 767px) {
    .lp-navigationSeries-linkList > li:last-child {
        display: block;
        width: 100%;
        text-align: center;
    }
    .lp-navigationSeries-linkList > li:last-child::before {
        content: none;
    }
}

.lp-navigationSeries-linkList > *:last-child {
    margin-bottom: 0;
}

.lp-section-content {
    max-width: calc(1360px + (40px * 2));
    margin: 0 auto;
    padding: 40px 40px 200px;
}

@media only screen and (max-width: 1023px) {
    .lp-section-content {
        margin-bottom: 73px;
        padding: 0 40px;
    }
}

@media only screen and (max-width: 767px) {
    .lp-section-content {
        padding: 0 20px;
    }
}

.lp-section-content > *:last-child {
    margin-bottom: 0;
}

.lp-section-header {
    margin-bottom: 64px;
    color: #1a3464;
    font-size: 1.8rem;
}

@media only screen and (max-width: 767px) {
    .lp-section-header {
        font-size: calc(1.6rem + ((1vw - 0.36rem) * (0.2)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-section-header {
        margin-bottom: 24px;
    }
}

.lp-section-header > *:last-child {
    margin-bottom: 0;
}

.lp-section-header > p {
    max-width: 888px;
}

.lp-section-body {
    margin-bottom: 72px;
}

@media only screen and (max-width: 1023px) {
    .lp-section-body {
        margin-bottom: 40px;
    }
}

.lp-section-body > *:last-child {
    margin-bottom: 0;
}

.lp-section.of-asset .lp-section-content {
    margin: 0 auto 147px;
    padding: 0;
}

@media only screen and (max-width: 1023px) {
    .lp-section.of-asset .lp-section-content {
        margin-bottom: 48px;
    }
}

.lp-section.of-primary .lp-section-header {
    margin-bottom: 16px;
}

@media only screen and (max-width: 1023px) {
    .lp-section.of-primary .lp-section-content {
        margin-bottom: 56px;
    }
}

@media only screen and (max-width: 767px) {
    .lp-section.of-secondary .lp-section-body {
        margin: 0 44px;
    }
}

.lp-section.of-tertiary {
    margin-bottom: 92px;
}

.lp-label {
    display: inline-block;
    min-width: 70px;
    max-width: 200px;
    padding: 4px 14px;
    border: 1px solid #e60012;
    color: #e60012;
    font-size: 1.8rem;
    font-weight: normal;
    text-align: center;
}

@media only screen and (max-width: 1359px) {
    .lp-label {
        font-size: calc(1.4rem + ((1vw - 0.36rem) * (0.4)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-label {
        padding: 2px 8px;
    }
}

.lp-label-outer {
    display: inline-flex;
    max-width: 100%;
    margin-right: 16px;
}

@media only screen and (max-width: 1023px) {
    .lp-label-outer {
        margin-right: 0;
        margin-bottom: 8px;
    }
}

.lp-media {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

@media only screen and (max-width: 1023px) {
    .lp-media {
        flex-direction: column;
    }
}

.lp-media-body {
    flex: 1;
    color: #1a3464;
}

@media only screen and (max-width: 1023px) {
    .lp-media-body {
        flex: none;
        width: 100%;
        margin-bottom: 16px;
    }
}

.lp-media-body > *:last-child {
    margin-bottom: 0;
}

.lp-media-title {
    margin-bottom: 16px;
    font-size: 2rem;
    font-weight: 500;
}

@media only screen and (max-width: 1359px) {
    .lp-media-title {
        font-size: calc(1.8rem + ((1vw - 0.36rem) * (0.2)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-media-title {
        text-align: center;
    }
}

.lp-media-text {
    margin-bottom: 16px;
    font-size: 1.6rem;
}

.lp-media-image {
    max-width: 100%;
    min-height: 0%;
    margin-left: 24px;
}

@media only screen and (max-width: 1023px) {
    .lp-media-image {
        margin-left: 0;
    }
}

.lp-media > *:last-child {
    margin-bottom: 0;
}

.lp-mediaAsset {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    margin: -110px 0;
}

@media only screen and (max-width: 1023px) {
    .lp-mediaAsset {
        flex-direction: column-reverse;
        margin: -50px 0 0;
    }
}

.lp-mediaAsset-body {
    flex: 1;
    text-align: center;
}

@media only screen and (max-width: 1023px) {
    .lp-mediaAsset-body {
        flex: none;
    }
}

.lp-mediaAsset-body > *:last-child {
    margin-bottom: 0;
}

.lp-mediaAsset-text {
    margin-bottom: 28px;
    color: #1a3464;
    font-size: 4rem;
    font-weight: 500;
}

@media only screen and (max-width: 1359px) {
    .lp-mediaAsset-text {
        font-size: calc(2.4rem + ((1vw - 0.36rem) * (0.8)));
    }
}

.lp-mediaAsset-image {
    max-width: 100%;
    min-height: 0%;
    margin-right: 56px;
}

@media only screen and (max-width: 1023px) {
    .lp-mediaAsset-image {
        max-width: calc(23.4rem + ((1vw - 0.36rem) * (25)));
        margin-right: 0;
        margin-bottom: 16px;
    }
}

.lp-figure {
    margin-bottom: 16px;
}

.lp-figure-body {
    display: flex;
    flex: 1 0 auto;
    flex-direction: column;
}

.lp-figure-body > *:last-child {
    margin-bottom: 0;
}

.lp-figure-image {
    max-width: 100%;
    min-height: 0%;
}

.lp-figure img.of-border {
    border: 1px solid #fff;
}

.lp-figure img.of-shadow {
    box-shadow: 12px 16px 32px #d2d2d2;
}

@media only screen and (max-width: 1023px) {
    .lp-figure img.of-shadow {
        box-shadow: 4px 8px 16px #d2d2d2;
    }
}

.lp-figure-caption {
    flex: 1 0 auto;
    margin-bottom: 0;
    padding: 8px 16px;
    color: #1a3464;
    font-size: 2rem;
    font-weight: 500;
    text-align: center;
}

@media only screen and (max-width: 1359px) {
    .lp-figure-caption {
        font-size: calc(1.6rem + ((1vw - 0.36rem) * (0.4)));
    }
}

@media only screen and (max-width: 767px) {
    .lp-figure-caption {
        padding: 6px 8px;
    }
}

.lp-figure-caption.of-primary {
    background-color: #2b5fbe;
    color: #fff;
}

.lp-figure-caption.of-text-small {
    font-size: 1.8rem;
}

@media only screen and (max-width: 1359px) {
    .lp-figure-caption.of-text-small {
        font-size: calc(1.4rem + ((1vw - 0.36rem) * (0.4)));
    }
}

.lp-figure.of-flex {
    display: flex;
    flex-wrap: wrap;
}

.lp-figure.of-flex > * {
    width: 100%;
}

.lp-figure.of-column-reverse {
    flex-direction: column-reverse;
}

.lp-figure.of-column {
    flex-direction: column;
}

.lp-figure > *:last-child {
    margin-bottom: 0;
}

.lp-figure.of-example {
    position: relative;
    align-items: flex-end;
    justify-content: center;
    margin-top: -32px;
    margin-bottom: 48px;
}

.lp-figure.of-example::after {
    z-index: 0;
    position: absolute;
    top: 60%;
    left: 50%;
    width: 100%;
    max-width: 1360px;
    height: 431px;
    transform: translateX(-50%) translateY(-50%);
    background-image: url("../../../../img/landing_page/fp-1000_pr/fp-1000_ws_157138_index_pr_img_bg_01.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
}

@media only screen and (max-width: 767px) {
    .lp-figure.of-example::after {
        content: none;
    }
}

@media only screen and (max-width: 767px) {
    .lp-figure.of-example {
        text-align: center;
    }
}

.lp-figure.of-example .lp-figure-column {
    width: 100%;
    max-width: 416px;
    margin-top: 32px;
    margin-left: 56px;
}

.lp-figure.of-example .lp-figure-column:first-child {
    margin-left: 0;
}

@media only screen and (max-width: 1359px) {
    .lp-figure.of-example .lp-figure-column {
        max-width: calc((416 * 100vw) / 1360);
        margin-left: calc((56 * 100vw) / 1360);
    }
}

@media only screen and (max-width: 1023px) {
    .lp-figure.of-example .lp-figure-column {
        max-width: calc((280 * 100vw) / 1024);
        margin-left: calc((30 * 100vw) / 1024);
    }
}

@media only screen and (max-width: 767px) {
    .lp-figure.of-example .lp-figure-column {
        max-width: 100%;
        margin-left: 0;
    }
}

.lp-figure.of-example .lp-figure-caption {
    margin-bottom: 10px;
    padding: 0;
}

.lp-figure.of-example .lp-figure-image {
    z-index: 1;
    position: relative;
}

.lp-figure.of-feature {
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}

@media only screen and (max-width: 767px) {
    .lp-figure.of-feature {
        margin-bottom: 48px;
    }
}

.lp-figure.of-feature .lp-figure-column.of-primary {
    width: 100%;
    max-width: 590px;
}

@media only screen and (max-width: 1399px) {
    .lp-figure.of-feature .lp-figure-column.of-primary {
        max-width: calc((560 * 100vw) / 1400);
    }
}

.lp-figure.of-feature .lp-figure-column.of-secondary {
    width: 100%;
    max-width: 770px;
}

@media only screen and (max-width: 1399px) {
    .lp-figure.of-feature .lp-figure-column.of-secondary {
        max-width: calc((770 * 100vw) / 1400);
    }
}

@media only screen and (max-width: 767px) {
    .lp-figure.of-feature .lp-figure-column.of-secondary {
        max-width: 100%;
    }
}

.lp-figure.of-column-2 {
    align-items: flex-end;
    justify-content: center;
    margin-top: -32px;
    margin-bottom: 48px;
    margin-left: -56px;
}

@media only screen and (max-width: 767px) {
    .lp-figure.of-column-2 {
        margin-left: 0;
    }
}

.lp-figure.of-column-2 .lp-figure-column {
    width: 100%;
    max-width: 590px;
    margin-top: 32px;
    padding-left: 56px;
}

@media only screen and (max-width: 1359px) {
    .lp-figure.of-column-2 .lp-figure-column {
        max-width: calc((590 * 100vw) / 1360);
        padding-left: calc(4rem + ((1vw - 1.024rem) * (4.7619)));
    }
}

@media only screen and (max-width: 767px) {
    .lp-figure.of-column-2 .lp-figure-column {
        flex-direction: column;
        max-width: 100%;
        padding-left: 0;
    }
}

.lp-figure.of-column-2 .lp-figure-caption {
    margin-bottom: 10px;
    padding: 0;
}

.lp-figure.of-column-2 .lp-figure-image {
    max-width: 100%;
    min-height: 0;
    text-align: center;
}

.lp-headingLevel2 {
    margin-bottom: 40px;
    font-size: 5.6rem;
    font-weight: 500;
}

@media only screen and (max-width: 1359px) {
    .lp-headingLevel2 {
        font-size: calc(3.2rem + ((1vw - 0.36rem) * (2.4)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-headingLevel2 {
        margin-bottom: 24px;
    }
}

.lp-headingLevel3 {
    margin-bottom: 32px;
    font-size: 3.2rem;
    font-weight: 500;
}

@media only screen and (max-width: 1359px) {
    .lp-headingLevel3 {
        font-size: calc(2rem + ((1vw - 0.36rem) * (1.2)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-headingLevel3 {
        margin-bottom: 16px;
    }
}

.lp-card {
    margin-bottom: 40px;
    padding: 24px;
}

.lp-card.of-primary {
    padding: 24px 32px;
    background-color: #fff;
    box-shadow: 8px 16px 32px #d2d2d2;
}

.lp-card.of-primary > *:last-child {
    margin-bottom: 0;
}

.lp-card.of-secondary {
    padding: 24px 32px;
    background-color: #ddd;
}

.lp-card.of-secondary .lp-layout-grid {
    margin-left: -32px;
}

@media only screen and (max-width: 1023px) {
    .lp-card.of-secondary .lp-layout-grid {
        margin-left: -24px;
    }
}

.lp-card.of-secondary .lp-layout-grid-column {
    padding-left: 32px;
}

@media only screen and (max-width: 1023px) {
    .lp-card.of-secondary .lp-layout-grid-column {
        justify-content: center;
        padding-left: 24px;
    }
}

.lp-card.of-secondary > *:last-child {
    margin-bottom: 0;
}

.lp-card.of-tertiary {
    margin-top: 110px;
    padding: 24px;
    background-color: #e3e3e3;
}

@media only screen and (max-width: 1023px) {
    .lp-card.of-tertiary {
        margin-top: 55px;
    }
}

.lp-card.of-tertiary .lp-layout-grid {
    margin-top: -110px;
}

@media only screen and (max-width: 1023px) {
    .lp-card.of-tertiary .lp-layout-grid {
        margin-top: -85px;
    }
}

.lp-card.of-tertiary > *:last-child {
    margin-bottom: 0;
}

.lp-card-outer {
    max-width: 1124px;
    margin: 0 auto;
}

.lp-card-outer > *:last-child {
    margin-bottom: 0;
}

.lp-card.of-asset {
    background: linear-gradient(270deg, #dedfee 0%, #eff0f6 100%);
}

.lp-slider {
    position: relative;
    width: 100%;
    max-width: 900px;
    margin: 0 auto 32px;
}

.lp-slider-content {
    position: relative;
    margin-bottom: 2px;
    padding: 0 100px;
}

@media only screen and (max-width: 1023px) {
    .lp-slider-content {
        padding: 0 80px;
    }
}

@media only screen and (max-width: 767px) {
    .lp-slider-content {
        padding: 0;
    }
}

.lp-slider .swiper {
    position: relative;
    overflow: hidden;
}

.swiper-pagination {
    bottom: -20px;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin-right: 10px;
    border: 1px solid #3b5fa0;
    background-color: #fff;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background-color: #3b5fa0;
}

.swiper-pagination-bullet:last-child {
    margin-right: 0;
}

.swiper-button-prev, .swiper-button-next {
    background-image: none;
}

.swiper-button-prev:hover .swiper-button-inner::after, .swiper-button-next:hover .swiper-button-inner::after {
    background-color: #2b5fbe;
}

.swiper-button-prev:hover .swiper-button-inner::before, .swiper-button-next:hover .swiper-button-inner::before {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}

.swiper-button-prev .swiper-button-inner::before {
    bottom: 3px;
    left: 27px;
    transform: rotate(-136deg) translateY(-50%) translateX(-50%);
}

@media only screen and (max-width: 1359px) {
    .swiper-button-prev .swiper-button-inner::before {
        bottom: calc((5 * 100vw) / 1360);
        left: calc((25 * 100vw) / 1360);
    }
}

@media only screen and (max-width: 1023px) {
    .swiper-button-prev .swiper-button-inner::before {
        bottom: calc((3 * 100vw) / 1024);
        left: calc((18 * 100vw) / 1024);
    }
}

.swiper-button-next .swiper-button-inner::before {
    top: 5px;
    right: 27px;
    transform: rotate(45deg) translateY(-50%) translateX(-50%);
}

@media only screen and (max-width: 1359px) {
    .swiper-button-next .swiper-button-inner::before {
        top: calc((5 * 100vw) / 1360);
        right: calc((25 * 100vw) / 1360);
    }
}

@media only screen and (max-width: 1023px) {
    .swiper-button-next .swiper-button-inner::before {
        top: calc((3 * 100vw) / 1024);
        right: calc((18 * 100vw) / 1024);
    }
}

.swiper-button-next .swiper-button-inner::after {
    right: 0;
}

.swiper-button-inner {
    display: block;
    position: relative;
}

.swiper-button-inner::after {
    position: absolute;
    width: 64px;
    height: 64px;
    transform: translateY(-50%);
    border-radius: 50%;
    background-color: #d4d4d4;
    content: "";
}

@media only screen and (max-width: 1359px) {
    .swiper-button-inner::after {
        width: calc(4rem + ((1vw - 1.024rem) * (7.14286)));
        height: calc(4rem + ((1vw - 1.024rem) * (7.14286)));
    }
}

@media only screen and (max-width: 1023px) {
    .swiper-button-inner::after {
        top: 42%;
        width: calc(2.4rem + ((1vw - 0.36rem) * (2.40964)));
        height: calc(2.4rem + ((1vw - 0.36rem) * (2.40964)));
    }
}

.swiper-button-inner::before {
    z-index: 1;
    position: absolute;
    width: 14px;
    height: 14px;
    transform: translateY(-50%);
    border-top: 2px solid #3b5fa0;
    border-right: 2px solid #3b5fa0;
    content: "";
}

@media only screen and (max-width: 1359px) {
    .swiper-button-inner::before {
        width: calc((14 * 100vw) / 1360);
        height: calc((14 * 100vw) / 1360);
    }
}

@media only screen and (max-width: 1023px) {
    .swiper-button-inner::before {
        width: 10px;
        height: 10px;
    }
}

.lp-listTel {
    display: flex;
    justify-content: center;
    margin-bottom: 32px;
}

.lp-listTel > *:last-child {
    margin-bottom: 0;
}

.lp-listTel > li {
    margin-bottom: 16px;
}

.lp-listTel > li > *:last-child {
    margin-bottom: 0;
}

.lp-textPhoneLink {
    width: 100%;
    text-align: center;
}

.lp-textPhoneLink > *:last-child {
    margin-bottom: 0;
}

.lp-textPhoneLink-icon {
    fill: #1a3464;
    width: 39px;
    height: 39px;
    vertical-align: middle;
}

@media only screen and (max-width: 1023px) {
    .lp-textPhoneLink-notes {
        margin-bottom: 16px;
    }
}

.lp-textPhoneLink-number {
    font-size: 2.4rem;
    font-weight: 700;
}

.lp-textPhoneLink-number > a,
.lp-textPhoneLink-number > .prd-inlineLink[href] {
    color: #1a3464;
    text-decoration: none;
    cursor: default;
}

.lp-textPhoneLink-numberGroup {
    display: flex;
    align-items: center;
    color: #1a3464;
}

@media only screen and (max-width: 1023px) {
    .lp-textPhoneLink-numberGroup {
        flex-direction: column;
    }
}

.lp-listNote {
    margin-bottom: 16px;
    color: #1a3464;
    font-size: 1.6rem;
}

.lp-listNote > li {
    margin-bottom: 8px;
}

.lp-listNote > *:last-child {
    margin-bottom: 0;
}

.lp-utility-textAlign-center {
    text-align: center;
}

.lp-utility-textAlign-right {
    text-align: right;
}

.lp-utility-textAlign-left {
    text-align: left;
}

.lp-utility-line-break {
    display: block;
}

.lp-utility-width-primary {
    width: 100%;
}

.lp-utility-width-secondary {
    max-width: 300px;
}

.lp-utility-marginBottom-none > :last-child {
    margin-bottom: 0;
}

.lp-utility-border-primary {
    border: 1px solid #fff;
}

@media screen and (min-width: 1024px) {
    .lp-largeScreen-line-break {
        display: block;
    }
}

@media screen and (min-width: 1024px) {
    .lp-largeScreen-textAlign-right {
        text-align: right;
    }
}

.lp-largeScreen-hide {
    display: none;
}

@media only screen and (max-width: 1023px) {
    .lp-largeScreen-hide {
        display: block;
    }
}

@media only screen and (max-width: 1023px) {
    .lp-smallScreen-hide {
        display: none;
    }
}

@media only screen and (max-width: 1023px) {
    .lp-smallScreen-line-break {
        display: block;
    }
}

@media only screen and (max-width: 1023px) {
    .lp-smallScreen-textAlign-center {
        text-align: center;
    }
}

@media only screen and (max-width: 767px) {
    .lp-extraSmallScreen-width-small {
        max-width: calc(23.4rem + ((1vw - 0.36rem) * (29.6)));
        margin: 0 auto;
    }
}

@media only screen and (max-width: 767px) {
    .lp-extraSmallScreen-hide {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .lp-extraSmallScreen-padding-none {
        padding: 0;
    }
}

@media only screen and (max-width: 767px) {
    .lp-extraSmallScreen-padding-primary {
        padding: 0 20px;
    }
}