@charset "UTF-8";

:root {
    font-size: 62.5%;
}

body {
    font-size: 1.6rem;
    line-height: 1.5;
}

#header.simple {
    margin-bottom: 0;
}

#main.lp {
    margin-top: 0;
}

#main img {
    vertical-align: bottom;
}

#main p {
    margin-top: 0;
}
#footer {
    margin: 40px auto 0 auto;
    width: 100%;
}
.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: 0 auto;
}

.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-grid {
    display: flex;
    flex-wrap: wrap;
    margin: -26px 0 24px -26px;
}

.lp-layout-grid > *:last-child {
    margin-bottom: 0;
}

.lp-layout-grid-column {
    margin-top: 26px;
    padding-left: 26px;
}

.lp-layout-grid-column.of-column-1 {
    width: 8.33333%;
}

.lp-layout-grid-column.of-column-2 {
    width: 16.66667%;
}

.lp-layout-grid-column.of-column-3 {
    width: 25%;
}

.lp-layout-grid-column.of-column-4 {
    width: 33.33333%;
}

.lp-layout-grid-column.of-column-5 {
    width: 41.66667%;
}

.lp-layout-grid-column.of-column-6 {
    width: 50%;
}

.lp-layout-grid-column.of-column-7 {
    width: 58.33333%;
}

.lp-layout-grid-column.of-column-8 {
    width: 66.66667%;
}

.lp-layout-grid-column.of-column-9 {
    width: 75%;
}

.lp-layout-grid-column.of-column-10 {
    width: 83.33333%;
}

.lp-layout-grid-column.of-column-11 {
    width: 91.66667%;
}

.lp-layout-grid-column.of-column-12 {
    width: 100%;
}

.lp-layout-grid-column > *:last-child {
    margin-bottom: 0;
}

.lp-layout-grid-column.of-flex {
    display: flex;
}

.lp-layout-grid-column.of-flex .lp-mediaFeature {
    display: flex;
    flex-direction: column;
}

.lp-layout-grid-column.of-flex .lp-mediaFeature-body {
    display: flex;
    flex: 1 0 auto;
}

.lp-layout-grid-column.of-flex .lp-cardBalloon {
    display: flex;
    flex: 1;
}

.lp-layout-grid-column.of-flex .lp-cardBalloon-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
}

.lp-jumbotron {
    margin-bottom: 48px;
    background: #003870;
    color: #fff;
}

.lp-jumbotron.of-primary {
    margin-bottom: 40px;
    background: #007ab7;
    color: #fff;
}

.lp-jumbotron-content {
    max-width: 970px;
    margin: 0 auto;
    padding: 32px 0;
}

.lp-jumbotron-content > *:last-child {
    margin-bottom: 0;
}

.lp-jumbotron.of-primary .lp-jumbotron-content {
    padding: 24px 0 28px;
}

.lp-jumbotron-header > *:last-child {
    margin-bottom: 0;
}

.lp-jumbotron-body {
    display: flex;
    position: relative;
}

.lp-jumbotron-body > *:last-child {
    margin-bottom: 0;
}

.lp-jumbotron.of-primary .lp-jumbotron-body {
    flex-direction: column;
}

.lp-jumbotron-titleGroup {
    position: relative;
    flex: 1;
}

.lp-jumbotron-titleGroup > *:last-child {
    margin-bottom: 0;
}

.lp-jumbotron-title {
    font-size: 2.4rem;
    font-weight: bold;
}

.lp-jumbotron-title > em {
    display: block;
    font-size: 5.6rem;
}

.lp-jumbotron.of-primary .lp-jumbotron-title {
    font-size: 2.8rem;
    font-weight: bold;
}

.lp-jumbotron.of-primary .lp-jumbotron-textGroup {
    margin-bottom: 24px;
}

.lp-jumbotron.of-primary .lp-jumbotron-textGroup > *:last-child {
    margin-bottom: 0;
}

.lp-jumbotron-leadGroup {
    display: flex;
    align-items: center;
}

.lp-jumbotron-subLead {
    font-size: 4.8rem;
    font-weight: bold;
}

.lp-jumbotron-lead {
    display: block;
    margin-top: -20px;
    background: linear-gradient(transparent 85%, #00449f 85%);
    font-size: 8rem;
    font-weight: bold;
    line-height: 1.1;
}

.lp-jumbotron.of-primary .lp-jumbotron-subtitle {
    display: block;
    z-index: 0;
    position: relative;
    margin-bottom: 24px;
    color: #ffee53;
    font-size: 5.6rem;
    font-weight: bold;
}

.lp-jumbotron.of-primary .lp-jumbotron-subtitle::before {
    display: block;
    z-index: -1;
    position: absolute;
    bottom: 3px;
    left: 0;
    width: 100%;
    height: 21px;
    background: #1b8fc9;
    content: "";
}

.lp-section {
    margin-bottom: 80px;
}
.lp-section.of-primary {
    background: #e5e5e5;
}

.lp-section-content {
    max-width: 970px;
    margin: 0 auto;
}

.lp-section-content > *:last-child {
    margin-bottom: 0;
}

.lp-section-header {
    margin-bottom: 32px;
}

.lp-section-header > *:last-child {
    margin-bottom: 0;
}

.lp-label {
    display: inline-block;
    margin-bottom: 8px;
    padding: 8px 55px;
    border-radius: 30px;
    background: #fff;
    color: #007ab7;
    font-size: 3rem;
    font-weight: bold;
}

.lp-label-outer {
    display: block;
    margin-bottom: 8px;
}

.lp-label-outer > *:last-child {
    margin-bottom: 0;
}

.lp-media {
    display: flex;
    margin-bottom: 24px;
}

.lp-media.of-primary {
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
}

.lp-media-body {
    flex: 1;
    margin-left: 25px;
}

.lp-media-body > *:last-child {
    margin-bottom: 0;
}

.lp-media.of-primary .lp-media-body {
    flex: 0 1 auto;
    max-width: 637px;
    margin-left: 0;
}

.lp-media-titleGroup {
    margin-bottom: 24px;
}

.lp-media-titleGroup > *:last-child {
    margin-bottom: 0;
}

.lp-media-title {
    display: block;
    width: 100%;
    margin-bottom: 16px;
    padding: 8px;
    background: #00449f;
    box-shadow: 0 3px 0 #b2caff;
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
}

.lp-media-featureText {
    display: block;
    margin-bottom: 32px;
}

.lp-media-image > *:last-child {
    margin-bottom: 0;
}

.lp-media.of-primary .lp-media-image {
    width: 306px;
    margin-left: 27px;
}

.lp-media.of-primary .lp-media-image > img {
    width: 100%;
}

.lp-mediaFeature {
    width: 100%;
    margin-bottom: 24px;
}

.lp-mediaFeature-body > *:last-child {
    margin-bottom: 0;
}

.lp-mediaFeature-image {
    margin-top: -47px;
}

.lp-mediaAsset {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    margin-bottom: 24px;
    text-align: center;
}

.lp-mediaAsset-body {
    flex: 1;
    margin-left: 26px;
    padding: 24px 0;
}

.lp-mediaAsset-body > *:last-child {
    margin-bottom: 0;
}

.lp-mediaAsset-text {
    display: block;
    margin-bottom: 16px;
    font-size: 2.4rem;
}

.lp-mediaAsset-image {
    margin: -33px 0;
}

/* .lp-mediaAsset-image > img {
    box-shadow: 6px 6px 0 #bababa;
} */

.lp-card {
    position: relative;
    width: 306px;
    margin-bottom: 24px;
}

.lp-card-header {
    z-index: 10;
    position: absolute;
    top: 0;
    left: 50%;
    width: 160px;
    padding: 4px 24px;
    transform: translate(-50%, -50%);
    border-radius: 24px;
    background: #ffc300;
    text-align: center;
}

.lp-card-title {
    font-size: 2.8rem;
    font-weight: bold;
}

.lp-card-body {
    position: relative;
    padding: 36px 16px;
    border-radius: 12px;
    background: #f3f3f3;
    font-weight: bold;
}

.lp-card-body::before {
    display: block;
    position: absolute;
    top: -25px;
    left: 31px;
    border: solid;
    border-width: 18px 13px;
    border-color: transparent transparent #f3f3f3 #f3f3f3;
    content: "";
}

.lp-card-text {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
}

.lp-cardBalloon {
    margin: 0 20px 20px;
}

.lp-cardBalloon-body {
    position: relative;
    max-width: 432px;
    padding: 24px;
    border: 2px solid #007ab7;
    border-radius: 62px;
    background: #fff;
    text-align: center;
}

.lp-cardBalloon-body::before, .lp-cardBalloon-body::after {
    display: block;
    position: absolute;
    border: solid;
    content: "";
}

.lp-cardBalloon-body::before {
    bottom: -38px;
    left: 120px;
    border-width: 18px 13px;
    border-color: #007ab7 #007ab7 transparent transparent;
}

.lp-cardBalloon-body::after {
    bottom: -32px;
    left: 122px;
    border-width: 16px 11px;
    border-color: #fff #fff transparent transparent;
}

.lp-cardBalloon-text {
    font-size: 2.4rem;
}

.lp-cardBalloon-text span {
    font-weight: bold;
}

.lp-headingLevel2 {
    margin-bottom: 32px;
    padding: 8px;
    background: #007ab7;
    box-shadow: 0 3px 0 #b2caff;
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
}

.lp-headingLevel3 {
    margin-bottom: 24px;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.15;
}

.lp-headingLevel3-outer {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
}

.lp-headingLevel3-outer > .lp-headingLevel3 {
    margin-bottom: 0;
}

.lp-headingLevel3-outer > *:last-child {
    margin-bottom: 0 !important;
}

.lp-figure {
    margin-bottom: 24px;
}

.lp-figure.of-primary {
    margin-bottom: 32px;
    margin-left: 32px;
}

.lp-list {
    display: flex;
    flex-wrap: wrap;
    margin: -60px 0 24px -26px;
}

.lp-list > li {
    margin-top: 60px;
    padding-left: 26px;
}

.lp-list > li > *:last-child {
    margin-bottom: 0;
}

.lp-listButton {
    display: flex;
    flex-direction: column;
    margin: -24px 0 16px -24px;
}

.lp-listButton > li {
    margin-top: 24px;
    padding-left: 24px;
}

.lp-buttonConversion:link,
.lp-buttonConversion:visited {
    color: #fff;
}

.lp-utility-fontSize-extraLarge {
    font-size: 13rem;
}

.lp-utility-fontSize-large {
    font-size: 4rem;
}

.lp-utility-fontWeight-bold {
    font-weight: bold;
}

.lp-utility-fontColor-emphasis {
    color: #ffc300;
}

.lp-utility-text-emphasis {
    position: relative;
    background: linear-gradient(transparent 95%, #ffc300 95%);
    font-size: 3.8rem;
}

.lp-utility-textAlign-center {
    text-align: center;
}

.lp-utility-line-break {
    display: block;
}

.of-row-reverse {
    flex-direction: row-reverse;
}

.of-alignItems-center {
    align-items: center;
}

.of-justifyContent-spaceBetween {
    justify-content: space-between;
}

.of-marginBottom-60 {
    margin-bottom: 60px;
}

.lp-layout-grid-column-right .lp-utility-text-emphasis{
font-size: 31px;
  }

.lp-mediaAsset-body .lp-buttonConversion {
width: 290px;
  }
.lp-jumbotron-content .lp-buttonConversion {
    width: 390px;
}
.lp-buttonConversion-body {
    padding: 6px 24px 6px 24px;
}
.lp-section-body .lp-section {
    margin-bottom: 0;
}