@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-container > *:last-child, .lp-jumbotron:not(.of-primary) .lp-jumbotron-body > *:last-child, .lp-jumbotron.of-primary .lp-jumbotron-header > *:last-child, .lp-jumbotron.of-primary .lp-jumbotron-body > *:last-child, .lp-section > *:last-child, .lp-image-outer > *:last-child, .lp-table-outer > *:last-child, .lp-listButton-outer > *:last-child, .lp-card-content > *:last-child, .prd-table tr > *:last-child, .prd-table td > *:last-child {
    margin-bottom: 0;
}

.lp-layout-container {
    max-width: calc(1024px + 40px);
    margin: auto;
    padding: 20px 20px 0;
}

@media screen and (max-width: 969px) {
    .lp-layout-container {
        padding: 0;
    }
}

.lp-layout-container.of-primary {
    max-width: calc(1024px + 40px);
    padding: 0 20px;
}

.lp-jumbotron {
    margin-bottom: 32px;
}

@media screen and (max-width: 969px) {
    .lp-jumbotron {
        margin-bottom: 0;
    }
}

.lp-jumbotron-title {
    margin-bottom: 8px;
    color: #dc002f;
    font-size: 3.6rem;
}

@media screen and (max-width: 969px) {
    .lp-jumbotron-title {
        font-size: calc(2.8rem + ((1vw - 0.36rem) * (1.31363)));
    }
}

@media screen and (max-width: 969px) {
    .lp-jumbotron-image {
        display: none;
    }
}

.lp-jumbotron:not(.of-primary) .lp-jumbotron-body {
    padding: 16px;
}

@media screen and (max-width: 969px) {
    .lp-jumbotron:not(.of-primary) .lp-jumbotron-body {
        padding: 20px 0;
    }
}

.lp-jumbotron.of-primary {
    margin-bottom: 20px;
    background-color: #d20f1f;
}

@media screen and (max-width: 969px) {
    .lp-jumbotron.of-primary {
        margin-bottom: 32px;
    }
}

.lp-jumbotron.of-primary .lp-jumbotron-content {
    display: flex;
    justify-content: space-between;
    overflow: hidden;
}

@media screen and (max-width: 969px) {
    .lp-jumbotron.of-primary .lp-jumbotron-content {
        flex-direction: column;
    }
}

.lp-jumbotron.of-primary .lp-jumbotron-header {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 348px;
    padding: 16px;
    background-color: #f5f5f5;
    text-align: center;
}

@media screen and (max-width: 1024px) {
    .lp-jumbotron.of-primary .lp-jumbotron-header {
        max-width: calc(30rem + ((1vw - 0.969rem) * (87.27273)));
    }
}

@media screen and (max-width: 969px) {
    .lp-jumbotron.of-primary .lp-jumbotron-header {
        max-width: 100%;
        padding: 16px 20px;
        background-color: #fff;
    }
}

.lp-jumbotron.of-primary .lp-jumbotron-header::after {
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0%);
    position: absolute;
    top: 50%;
    right: -66.5px;
    width: 67px;
    height: 105%;
    transform: translateY(-50%);
    background-color: #f5f5f5;
    clip-path: polygon(0 0, 0% 100%, 100% 0%);
    content: "";
}

@media screen and (max-width: 969px) {
    .lp-jumbotron.of-primary .lp-jumbotron-header::after {
        content: none;
    }
}

.lp-jumbotron.of-primary .lp-jumbotron-body {
    display: flex;
    flex: 1 0 auto;
    align-items: center;
    justify-content: center;
    padding-left: 70px;
    text-align: center;
}

@media screen and (max-width: 969px) {
    .lp-jumbotron.of-primary .lp-jumbotron-body {
        padding: 8px 16px;
    }
}

.lp-jumbotron.of-primary .lp-jumbotron-image {
    align-self: center;
    width: 100%;
    max-width: 415px;
}

@media screen and (max-width: 1024px) {
    .lp-jumbotron.of-primary .lp-jumbotron-image {
        max-width: calc(37rem + ((1vw - 0.969rem) * (81.81818)));
    }
}

@media screen and (max-width: 969px) {
    .lp-jumbotron.of-primary .lp-jumbotron-image {
        display: none;
    }
}

.lp-jumbotron.of-primary .lp-jumbotron-text {
    color: #fff;
    font-size: 2.6rem;
    line-height: 1.2;
}

@media screen and (max-width: 969px) {
    .lp-jumbotron.of-primary .lp-jumbotron-text {
        display: flex;
        align-items: center;
        font-size: calc(1.8rem + ((1vw - 0.36rem) * (1.31363)));
    }
}

.lp-jumbotron.of-primary .lp-jumbotron-text > em {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 969px) {
    .lp-jumbotron.of-primary .lp-jumbotron-text > em {
        margin-right: calc(1.6rem + ((1vw - 0.36rem) * (2.62726)));
    }
}

@media screen and (max-width: 969px) {
    .lp-section {
        padding: 0 20px;
    }
}

@media screen and (max-width: 767px) {
    .lp-section.of-primary {
        padding: 0;
    }
}

.lp-image {
    margin-bottom: 32px;
}

.lp-image-outer {
    margin-bottom: 32px;
}

@media screen and (max-width: 969px) {
    .lp-image-outer {
        display: none;
    }
}

.lp-table-outer {
    margin-bottom: 32px;
}

.lp-listButton {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.lp-listButton-outer {
    margin-bottom: 20px;
}

.lp-listButton > li {
    font-size: 1.5rem;
}

.lp-listButton > li:nth-child(1) {
    grid-column: 1 / 2;
}

.lp-listButton > li:nth-child(2) {
    grid-column: 2 / 3;
}

.lp-listButton > li:nth-child(3) {
    grid-column: 3 / 4;
}

.lp-textNumber {
    margin-right: 4px;
    font-size: 9.4rem;
    line-height: 1;
}

@media screen and (max-width: 969px) {
    .lp-textNumber {
        font-size: calc(4rem + ((1vw - 0.36rem) * (8.867)));
    }
}

.lp-textMonth {
    font-size: 4.2rem;
}

@media screen and (max-width: 969px) {
    .lp-textMonth {
        font-size: calc(2rem + ((1vw - 0.36rem) * (3.61248)));
    }
}

.lp-card {
    display: flex;
    align-items: center;
    width: 100%;
    border: 1px solid #6f6f6f;
    background-color: #f5f5f5;
    color: #6f6f6f;
}

.lp-card-content {
    width: 100%;
    padding: 8px 24px 8px 16px;
}

@media screen and (max-width: 767px) {
    .lp-card-content {
        position: relative;
        padding: 12px 24px 12px 16px;
    }
}

.lp-card.is-current {
    border: 2px solid #e12b42;
    background-color: #ffced4;
    color: #e12b42;
    text-decoration: none;
}

.lp-card.is-current .lp-card-textStatus {
    font-size: 3.6rem;
    font-weight: 600;
}

@media screen and (max-width: 767px) {
    .lp-card.is-current .lp-card-textStatus {
        font-size: 1.6rem;
    }
}

.lp-card-textGroup {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

@media screen and (max-width: 767px) {
    .lp-card-textGroup {
        justify-content: center;
    }
}

.lp-card-text {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 136px;
}

@media screen and (max-width: 767px) {
    .lp-card-text {
        position: absolute;
        top: 50%;
        left: 16px;
        width: 70px;
        transform: translateY(-50%);
    }
}

.lp-card-textStatus {
    margin-left: 16px;
    font-size: 2.8rem;
}

@media screen and (max-width: 767px) {
    .lp-card-textStatus {
        font-size: 1.6rem;
    }
}

.lp-card-textNumber {
    width: 94px;
    font-size: 8.4rem;
    font-weight: 600;
    line-height: 1.1;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .lp-card-textNumber {
        margin-right: 4px;
        font-size: 3.6rem;
    }
}

.lp-card-textMonth {
    font-size: 3.4rem;
}

@media screen and (max-width: 767px) {
    .lp-card-textMonth {
        font-size: 2rem;
    }
}

.lp-utility-line-break {
    display: block;
}

.lp-largeScreen-line-break {
    display: block;
}

@media screen and (max-width: 969px) {
    .lp-largeScreen-line-break {
        display: inline;
    }
}

@media screen and (max-width: 969px) {
    .lp-smallScreen-line-break {
        display: block;
    }
}

.prd-inlineLink[href],
.prd-inlineLink[href].of-primary:hover,
button.prd-inlineLink,
.prd-inlineLinkChevron {
    color: #1a5c9a;
}

@media screen and (max-width: 969px) {
    .prd-table tr {
        display: block;
    }
}

@media screen and (max-width: 969px) {
    .prd-table tr + tr {
        margin-top: 20px;
        border-top: 1px solid #ddd;
    }
}

.prd-table.of-primary .prd-table-body:first-child {
    flex: 0 1 auto;
    width: 100px;
}

.prd-table td {
    padding: 16px;
}

@media screen and (max-width: 969px) {
    .prd-table td {
        padding: 8px 16px;
    }
}

.prd-bulletedList-item::before {
    width: 0.7em;
}

.prd-layout-grid > div {
    display: flex;
}
