@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-utilityGroup > *:last-child, .lp-layout-header-utilityList > li > *:last-child {
    margin-bottom: 0;
}

.lp-layout-header {
    width: 100%;
    margin: auto;
    padding: 23px 0;
}

@media screen and (max-width: 969px) {
    .lp-layout-header {
        padding: 20px 0;
    }
}

.lp-layout-header-content {
    display: flex;
    align-items: center;
    max-width: 1320px;
    margin: auto;
    padding: 0 20px;
}

.lp-layout-header-logo {
    min-width: 157px;
    margin: 0 auto 0 0;
    line-height: 1;
    text-align: center;
}

@media screen and (max-width: 969px) {
    .lp-layout-header-logo {
        margin: auto;
    }
}

.lp-layout-header-logo img {
    width: 157px;
    height: 28px;
}

@media screen and (max-width: 969px) {
    .lp-layout-header-logo img {
        width: 112px;
        height: 20px;
    }
}

.lp-layout-header-utilityGroup {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin-left: 30px;
}

.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;
}

.AutoPhoneCall {
    color: #333;
    text-decoration: none;
}

.lp-cardFloating {
    display: none;
    visibility: hidden;
    z-index: 100;
    position: fixed;
    top: -15%;
    left: 0;
    width: 100%;
    background: #000;
    color: #fff;
    opacity: 0;
    transition: opacity 0.5s, top 0.5s, visibility 0.5s;
}

@media screen and (max-width: 969px) {
    .lp-cardFloating {
        display: none;
    }
}

[data-script-enabled="true"] .lp-cardFloating {
    display: block;
}

[data-script-enabled="true"] .lp-cardFloating.is-active {
    visibility: visible;
    top: 0%;
    opacity: 1;
}

.lp-cardFloating-content {
    display: flex;
    max-width: 1640px;
    margin: 0 auto;
    padding: 0 20px;
}

.lp-cardFloating-content > * {
    padding: 24px 0;
}

.lp-cardFloating-content > *:last-child {
    margin-bottom: 0;
}

.lp-cardFloating-body {
    display: flex;
    align-items: center;
    min-width: 124px;
}

.lp-cardFloating-body > *:last-child {
    margin-bottom: 0;
}

.lp-cardFloating-body.of-primary {
    flex: 1;
    min-width: 350px;
    margin-left: 22px;
    padding-right: 22px;
    padding-left: 22px;
    border-left: 1px solid #333;
}

.lp-cardFloating-body.of-secondary {
    width: 100%;
    min-width: auto;
}

.lp-cardFloating-body.of-secondary .lp-listButton {
    display: flex;
    flex: 1 0 auto;
    flex-wrap: wrap;
    justify-content: flex-end;
    width: calc(100% + 16px);
}

.lp-cardFloating-body.of-secondary .lp-listButton > li {
    flex: 0 0 auto;
    max-width: calc(100% - 16px);
    margin-right: 16px;
}

.lp-cardFloating-logo {
    display: flex;
    align-items: center;
}

.lp-cardFloating-logo img {
    width: 126px;
    height: 22px;
}

.lp-cardFloating-text {
    font-size: 1.8rem;
}

.lp-cardFloating-text > em {
    display: block;
}

.lp-listButton {
    margin-top: -25px;
}

@media screen and (max-width: 969px) {
    .lp-listButton {
        text-align: center;
    }
}

.lp-listButton > li {
    padding-top: 25px;
}

.lp-buttonConversion {
    font-size: 1.6rem;
}

.lp-buttonConversion-body {
    padding: 12px 8px 15px 24px;
}

.lp-layout-footer {
    padding: 20px 0;
}

@media screen and (max-width: 969px) {
    .lp-layout-footer {
        border-top: 1px solid #949494;
    }
    .lp-layout-footer > *:last-child {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 767px) {
    .lp-layout-footer {
        padding: 8px 0;
    }
}

.lp-layout-footer > *:last-child {
    margin-bottom: 0;
}

.lp-layout-footer-content {
    max-width: 1232px;
    margin: 0 auto 20px;
    padding: 0 20px;
}

@media screen and (max-width: 969px) {
    .lp-layout-footer-content {
        margin-bottom: 24px;
        padding: 0 20px;
    }
}

.lp-layout-footer-content > *:last-child {
    margin-bottom: 0;
}

.lp-layout-footer-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: -2px 0 16px 0;
    padding: 0 20px;
    font-size: 1.2rem;
    line-height: 1.3;
}

@media screen and (max-width: 767px) {
    .lp-layout-footer-list {
        line-height: 1.6;
    }
}

.lp-layout-footer-list > li {
    position: relative;
    margin-top: 2px;
    padding: 0 12px 0;
}

.lp-layout-footer-list > li::before {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 11px;
    transform: translateY(-50%);
    background-color: #707070;
    content: "";
}

.lp-layout-footer-list > li:last-child::before {
    display: none;
}

.lp-layout-footer-list > li > a {
    color: #333;
    text-decoration: none;
}

.lp-layout-footer-list > li > a:hover,
.lp-layout-footer-list > li > a:active,
.lp-layout-footer-list > li > a:focus {
    text-decoration: underline;
}

.lp-layout-footer-list > li:first-child {
    margin-left: 0;
    border-left: 0;
}

@media screen and (max-width: 767px) {
    .lp-layout-footer-list > li:last-child {
        border-left: 0;
    }
}

@media screen and (max-width: 767px) {
    .lp-layout-footer-copyright {
        width: 100%;
        line-height: 1.5;
        text-align: center;
    }
}

.lp-utility-text-large {
    font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
    .lp-utility-text-large {
        font-size: 1.5rem;
    }
}

.lp-utility-text-small {
    font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
    .lp-utility-text-small {
        font-size: 1.5rem;
    }
}

.lp-utility-textAlign-center {
    text-align: center;
}

.lp-utility-text-shadow {
    text-shadow: 0 0 5px rgba(17, 50, 67, 0.3);
}

.lp-utility-marginBottom-large {
    margin-bottom: 24px;
}

.lp-utility-marginBottom-extraLarge {
    margin-bottom: 32px;
}

@media screen and (max-width: 969px) {
    .lp-utility-marginBottom-extraLarge {
        margin-bottom: 22px;
    }
}

.lp-utility-layout-center {
    padding: 0 180px;
}

@media screen and (max-width: 969px) {
    .lp-utility-layout-center {
        padding: 0;
    }
}

.lp-utility-justify-center {
    justify-content: center;
}

@media screen and (min-width: 1025px) {
    .lp-largeScreen-lastChild {
        margin-bottom: 0;
    }
}

.lp-extraLargeScreen-hide {
    display: none;
}

@media screen and (max-width: 969px) {
    .lp-extraLargeScreen-hide {
        display: block;
    }
}

.lp-largeScreen-hide {
    display: none;
}

@media screen and (max-width: 767px) {
    .lp-largeScreen-hide {
        display: block;
    }
}

@media screen and (max-width: 969px) {
    .lp-smallScreen-hide {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .lp-extraSmallScreen-hide {
        display: none;
    }
}

.lp-largeScreen-lineBreak {
    display: block;
}

@media screen and (max-width: 969px) {
    .lp-largeScreen-lineBreak {
        display: inline;
    }
}

@media screen and (max-width: 767px) {
    .lp-smallScreen-lineBreak {
        display: block;
    }
}

@media screen and (max-width: 969px) {
    .lp-smallScreen-alignCenter {
        text-align: center;
    }
}

@media screen and (max-width: 767px) {
    .lp-smallScreen-alignCenter {
        text-align: left;
    }
}

@media screen and (max-width: 676px) {
    .lp-smallScreen-width-narrow {
        width: 400px !important;
        margin: 0 auto 16px;
    }
}

@media screen and (max-width: 360px) {
    .lp-smallScreen-width-narrow {
        width: 100% !important;
    }
}

@media screen and (max-width: 767px) {
    .lp-smallScreen-text-small {
        font-size: 1.5rem;
    }
}

.lp-layout-footer-content aside {
    width: 100%;
}

@media screen and (max-width: 767px) {
    .lp-layout-footer-content aside {
        order: 100;
    }
}

.lp-navigationSeries {
    margin: 0 auto 1.4rem;
    padding: 0 10px;
    border: 0;
}

@media screen and (max-width: 767px) {
    .lp-navigationSeries {
        margin-bottom: 16px;
    }
}

.lp-navigationSeries-linkList {
    justify-content: center;
    margin-left: -2.28rem;
    text-align: center;
}

@media screen and (max-width: 969px) {
    .lp-navigationSeries-linkList {
        margin-top: 0;
    }
}

.lp-navigationSeries-linkList > li {
    margin-left: 2.8rem;
    font-size: 1.2rem;
}

.lp-navigationSeries-linkList > li::before {
    display: block;
    position: absolute;
    top: 50%;
    right: -14px;
    width: 1px;
    height: 11px;
    transform: translateY(-50%);
    background-color: #707070;
    content: "";
}

.lp-navigationSeries-linkList > li:last-child::before {
    display: none;
}

.lp-navigationSeries-linkList > li > a {
    padding-left: 0;
    color: #333;
}

@media screen and (max-width: 767px) {
    .lp-navigationSeries-linkList > li > a {
        line-height: 1.6;
    }
}

.lp-navigationSeries-linkList > li > a::before {
    display: none;
}

.lp-icon {
    fill: #333;
    width: 3.8rem;
    height: 3.8rem;
    vertical-align: middle;
}

.lp-textPhoneLink {
    width: 100%;
    margin-bottom: 16px;
    text-align: center;
}

.lp-textPhoneLink > *:last-child {
    margin-bottom: 0;
}

.lp-textPhoneLink-numberGroup {
    display: flex;
    align-items: center;
}

@media screen and (max-width: 767px) {
    .lp-textPhoneLink-numberGroup {
        flex-direction: column;
        justify-content: center;
    }
}

.lp-textPhoneLink-numberGroup.of-vertical {
    flex-direction: column;
}

.lp-textPhoneLink-number {
    font-size: 2rem;
    font-weight: 600;
}

@media screen and (max-width: 767px) {
    .lp-textPhoneLink-number {
        width: 100%;
    }
}

.lp-textPhoneLink-number > .AutoPhoneCall {
    position: relative;
    max-width: 100%;
    padding-left: 3.8rem;
    color: #dc002f;
    text-decoration: none;
    cursor: default;
}

.lp-textPhoneLink-number > .AutoPhoneCall::before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 3.8rem;
    height: 3.8rem;
    transform: translateY(-50%);
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23.8459 18.8048C24.0514 19.0103 24.0514 19.3435 23.8459 19.549L21.9896 21.4052C21.6958 21.699 21.3224 21.9075 20.9094 21.9533C17.7281 22.3057 14.2797 20.6242 11.8263 18.1708C9.37433 15.7188 7.69413 12.2717 8.04673 9.09064C8.09251 8.67763 8.30099 8.30421 8.59482 8.01038L10.4511 6.15412C10.6566 5.94863 10.9897 5.94863 11.1952 6.15412L13.7998 8.75867C14.0053 8.96416 14.0053 9.29733 13.7998 9.50282L11.1583 12.1443C11.1452 13.8391 12.0519 15.3826 13.3347 16.6653C14.6182 17.9489 16.1599 18.8556 17.8557 18.8417L20.5604 16.2479C20.767 16.0497 21.0942 16.0531 21.2967 16.2556L23.8459 18.8048Z' fill='%23333'/%3E%3C/svg%3E");
    content: "";
}

.lp-textPhoneLink .TelSlsh {
    margin: 0 4px;
}

.lp-textPhoneLink-notes {
    max-width: 100%;
}

@media screen and (max-width: 767px) {
    .lp-textPhoneLink-notes {
        width: 100%;
        margin-bottom: 4px;
    }
}
