@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-buttonConversion.of-anchor .lp-buttonConversion-body::before {
    background: url("../../../../../../../../img/landing_page/common/icon_btn_anc_03.png") no-repeat center center !important;
}

.lp-buttonConversion.of-download .lp-buttonConversion-body::before {
    background: url("../../../../../../../../img/landing_page/common/icon_btn_dl.png") no-repeat center center !important;
}

:root {
    font-size: 62.5%;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

*::before,
*::after {
    box-sizing: border-box;
}

html {
    -webkit-text-size-adjust: 100%;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-wrap: break-word;
    min-width: 320px;
    background: #fff;
    color: #333;
    font-family: source-han-sans-japanese, notosans, "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "MS PGothic", sans-serif;
    font-size: 1.6rem;
    line-height: 1.5;
    word-break: break-word;
    overflow-wrap: anywhere;
}

main {
    display: block;
}

p {
    margin-bottom: 16px;
}

ul,
ol {
    list-style: none;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
    text-decoration: underline;
}

a:hover,
a:active,
a:focus {
    text-decoration: none;
}

abbr[title] {
    -webkit-text-decoration: underline dotted;
    border-bottom: 0;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bold;
}

em {
    font-style: normal;
    font-weight: bold;
}

dfn,
cite {
    font-style: normal;
}

code,
kbd,
samp {
    font-family: monospace;
    font-size: 1em;
}

small {
    font-size: 100%;
}

i {
    font-style: italic;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    max-width: 100%;
    border-style: none;
    vertical-align: bottom;
}

table {
    width: 100%;
    border-collapse: collapse;
}

button,
input,
optgroup,
select,
textarea {
    border-radius: 0;
    font-family: inherit;
    font-size: 100%;
    line-height: inherit;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
    border: 0;
    background: none;
    cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: none;
}

legend {
    display: table;
    max-width: 100%;
    color: inherit;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

.lp-layout-body {
    background: #000;
}

.lp-layout-header {
    z-index: 100;
    position: relative;
    background: #eff2f5;
    text-align: left;
}

.lp-layout-header.of-flex .lp-layout-header-content {
    display: flex;
}

@media only screen and (max-width: 1023px) {
    .lp-layout-header.of-flex .lp-layout-header-content {
        flex-direction: column;
        align-items: center;
    }
}

.lp-layout-header-content {
    max-width: calc(1324px + 210px);
    margin: 0 auto;
    padding: 32px 105px;
}

.lp-layout-header-content > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1904px) {
    .lp-layout-header-content {
        padding: 32px calc(8rem + ((1vw - 1.365rem) * (4.63822)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-layout-header-content {
        padding: 32px calc(10rem + ((1vw - 0.768rem) * (39.0625)));
    }
}

@media only screen and (max-width: 767px) {
    .lp-layout-header-content {
        padding: 32px calc(2rem + ((1vw - 0.36rem) * (19.60784)));
    }
}

.lp-layout-header-utilityGroup {
    flex: 1;
    padding-left: 40px;
}

@media only screen and (max-width: 1023px) {
    .lp-layout-header-utilityGroup {
        flex: none;
        padding-top: 24px;
        padding-left: 0;
    }
}

.lp-layout-header-utilityList {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-top: -16px;
    margin-right: -24px;
}

@media only screen and (max-width: 1023px) {
    .lp-layout-header-utilityList {
        flex-direction: column;
        justify-content: center;
        margin-right: 0;
    }
}

.lp-layout-header-utilityList > li {
    margin-top: 16px;
    padding-right: 24px;
}

.lp-layout-header-utilityList > li > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1023px) {
    .lp-layout-header-utilityList > li {
        padding-right: 0;
    }
}

.lp-layout-header-logo {
    display: block;
    margin-bottom: 0;
    line-height: 1;
}

@media only screen and (max-width: 1023px) {
    .lp-layout-header-logo {
        min-height: 0%;
        text-align: center;
    }
}

.lp-layout-header-logo a {
    text-decoration: none;
}

.lp-layout-header-logo img {
    width: 160px;
}

@media only screen and (max-width: 1023px) {
    .lp-layout-header-logo img {
        width: 98px;
    }
}

.lp-layout-header .lp-buttonSkip {
    top: 32px;
}

.lp-layout-footer {
    overflow: hidden;
    background: #fff;
    color: #666;
}

.lp-layout-footer-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    max-width: calc(1324px + 210px);
    margin: 0 auto;
    padding: 16px 105px;
}

.lp-layout-footer-content > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1904px) {
    .lp-layout-footer-content {
        padding: 16px calc(8rem + ((1vw - 1.365rem) * (4.63822)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-layout-footer-content {
        flex-direction: column-reverse;
        align-items: center;
        padding: 16px 20px;
    }
}

.lp-layout-footer-utilityGroup {
    flex: 1;
    margin-left: 20px;
}

.lp-layout-footer-utilityGroup > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1023px) {
    .lp-layout-footer-utilityGroup {
        flex: none;
        width: 100%;
        margin-left: 0;
    }
}

.lp-layout-footer-utilityList {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    margin: -8px -40px 8px 0;
    color: #333;
    font-size: 1.3rem;
    text-decoration: none;
}

@media only screen and (max-width: 1023px) {
    .lp-layout-footer-utilityList {
        flex-wrap: wrap;
        justify-content: center;
    }
}

.lp-layout-footer-utilityList > li {
    position: relative;
    margin-top: 8px;
    margin-right: 40px;
    line-height: 1;
}

@media only screen and (max-width: 1023px) {
    .lp-layout-footer-utilityList > li {
        margin-left: 16px;
    }
}

.lp-layout-footer-utilityList > li::before {
    display: block;
    position: absolute;
    top: 56%;
    left: -20px;
    width: 1px;
    height: 12px;
    transform: translateY(-50%);
    background-color: #666;
    content: "";
}

@media only screen and (max-width: 1023px) {
    .lp-layout-footer-utilityList > li::before {
        height: 12px;
    }
}

@media only screen and (max-width: 1023px) {
    .lp-layout-footer-utilityList > li:last-child {
        margin-left: 0;
    }
}

.lp-layout-footer-utilityList > li:first-child {
    margin-left: 0;
}

.lp-layout-footer-utilityList > li:first-child::before {
    content: none;
}

.lp-layout-footer-utilityList a {
    color: #666;
}

.lp-layout-footer-utilityList a:hover, .lp-layout-footer-utilityList a:active, .lp-layout-footer-utilityList a:focus {
    text-decoration: underline;
}

.lp-layout-footer-copyright {
    margin-bottom: 0;
    color: #666;
    font-size: 1.3rem;
    line-height: 1.14;
}

@media only screen and (max-width: 1023px) {
    .lp-layout-footer-copyright {
        order: inherit;
        width: 100%;
        margin-top: 4px;
        text-align: center;
    }
}

@media only screen and (max-width: 1023px) {
    .lp-layout-footer-textOuter {
        margin-top: 8px;
    }
}

.lp-layout-main {
    position: relative;
    font-size: 1.8rem;
    line-height: 1.6;
}

@media only screen and (max-width: 1904px) {
    .lp-layout-main {
        font-size: calc(1.5rem + ((1vw - 1.024rem) * (0.34091)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-layout-main {
        font-size: 1.5rem;
        line-height: 1.5;
    }
}

.lp-layout-main-content {
    z-index: 200;
    width: 100%;
}

.lp-layout-container {
    max-width: 1094px;
    margin: 0 auto 72px;
}

.lp-layout-container > *:last-child {
    margin-bottom: 0 !important;
}

@media only screen and (max-width: 1023px) {
    .lp-layout-container {
        margin-bottom: 40px;
    }
}

.lp-layout-container.of-width-small {
    max-width: 864px;
}

@media only screen and (max-width: 1904px) {
    .lp-layout-container.of-width-small {
        max-width: calc(75.2rem + ((1vw - 1.365rem) * (20.77922)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-layout-container.lp-smallScreen-width-small {
        padding: 0 20px;
    }
}

.lp-layout-grid {
    display: flex;
    flex-wrap: wrap;
    margin: -16px 0 40px -34px;
}

@media only screen and (max-width: 1904px) {
    .lp-layout-grid {
        margin: -24px 0 40px -24px;
    }
}

@media only screen and (max-width: 1023px) {
    .lp-layout-grid {
        margin: -16px 0 20px -20px;
    }
}

.lp-layout-grid > .lp-layout-grid-column {
    margin-top: 16px;
    padding-left: 34px;
}

.lp-layout-grid > .lp-layout-grid-column > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1904px) {
    .lp-layout-grid > .lp-layout-grid-column {
        margin-top: 24px;
        padding-left: 24px;
    }
}

@media only screen and (max-width: 1023px) {
    .lp-layout-grid > .lp-layout-grid-column {
        margin-top: 16px;
        padding-left: 20px;
    }
}

.lp-layout-grid > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 100%;
}

.lp-layout-grid > .lp-layout-grid-column.of-flex {
    display: flex;
    flex-wrap: wrap;
}

.lp-layout-grid > .lp-layout-grid-column.of-flex > * {
    width: 100%;
}

.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: 1023px) {
    .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: 1023px) {
    .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%;
    }
}

@media only screen and (max-width: 1023px) {
    .lp-layout-grid.lp-extraSmallScreen-column-1 > .lp-layout-grid-column:not([class*="of-column-"]),
    .lp-layout-grid.lp-extraSmallScreen-column-1 > .lp-layout-grid-column[class*="of-column-"] {
        width: 100%;
    }
    .lp-layout-grid.lp-extraSmallScreen-column-2 > .lp-layout-grid-column:not([class*="of-column-"]),
    .lp-layout-grid.lp-extraSmallScreen-column-2 > .lp-layout-grid-column[class*="of-column-"] {
        width: 100%;
    }
    .lp-layout-grid.lp-extraSmallScreen-column-3 > .lp-layout-grid-column:not([class*="of-column-"]),
    .lp-layout-grid.lp-extraSmallScreen-column-3 > .lp-layout-grid-column[class*="of-column-"] {
        width: 100%;
    }
}

@media only screen and (min-width: 1365px) {
    .lp-layout-grid.lp-largeScreen-column-2 > .lp-layout-grid-column:not([class*="of-column-"]),
    .lp-layout-grid.lp-largeScreen-column-2 > .lp-layout-grid-column[class*="of-column-"] {
        width: 50%;
    }
    .lp-layout-grid.lp-largeScreen-column-3 > .lp-layout-grid-column:not([class*="of-column-"]),
    .lp-layout-grid.lp-largeScreen-column-3 > .lp-layout-grid-column[class*="of-column-"] {
        width: 33.33333%;
    }
    .lp-layout-grid.lp-largeScreen-column-4 > .lp-layout-grid-column:not([class*="of-column-"]),
    .lp-layout-grid.lp-largeScreen-column-4 > .lp-layout-grid-column[class*="of-column-"] {
        width: 25%;
    }
}

.lp-jumbotron {
    background: #eff2f5;
}

.lp-jumbotron-content {
    display: flex;
    align-items: center;
    max-width: calc(1324px + 210px);
    margin: 0 auto;
    padding: 48px 105px 196px;
}

@media only screen and (max-width: 1904px) {
    .lp-jumbotron-content {
        padding: calc(4rem + ((1vw - 1.365rem) * (1.48423))) calc(8rem + ((1vw - 1.365rem) * (4.63822))) calc(10rem + ((1vw - 1.365rem) * (17.81076)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-jumbotron-content {
        flex-direction: column-reverse;
        padding: 40px calc(10rem + ((1vw - 0.768rem) * (39.0625)));
    }
}

@media only screen and (max-width: 767px) {
    .lp-jumbotron-content {
        padding: 40px calc(2rem + ((1vw - 0.36rem) * (19.60784))) 24px;
    }
}

.lp-jumbotron-body {
    flex: 1;
    text-align: center;
}

.lp-jumbotron-body > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1023px) {
    .lp-jumbotron-body {
        flex: none;
        width: 100%;
    }
}

.lp-jumbotron-image {
    width: 496px;
    margin-left: 56px;
}

@media only screen and (max-width: 1904px) {
    .lp-jumbotron-image {
        width: calc(40rem + ((1vw - 1.365rem) * (17.81076)));
        margin-left: calc(1.6rem + ((1vw - 1.024rem) * (4.54545)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-jumbotron-image {
        width: 341px;
        min-height: 0%;
        margin-bottom: 16px;
        margin-left: 0;
    }
}

@media only screen and (max-width: 767px) {
    .lp-jumbotron-image {
        width: calc(23.2rem + ((1vw - 0.36rem) * (26.71569)));
        margin-bottom: 8px;
    }
}

.lp-jumbotron-title {
    display: block;
    margin-bottom: 10px;
    font-family: source-han-serif-japanese, serif;
    font-size: 6rem;
    line-height: 1.5;
}

@media only screen and (max-width: 1904px) {
    .lp-jumbotron-title {
        font-size: calc(5rem + ((1vw - 1.365rem) * (1.85529)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-jumbotron-title {
        margin-bottom: 8px;
        font-size: 4.4rem;
    }
}

@media only screen and (max-width: 767px) {
    .lp-jumbotron-title {
        font-size: calc(2.6rem + ((1vw - 0.36rem) * (4.41176)));
    }
}

.lp-jumbotron-titleGroup {
    margin-bottom: 10px;
    font-weight: normal;
}

.lp-jumbotron-titleGroup > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1023px) {
    .lp-jumbotron-titleGroup {
        margin-bottom: 8px;
    }
}

.lp-jumbotron-subtitle {
    display: inline-block;
    position: relative;
    margin-bottom: 8px;
    padding: 0 40px;
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1.5;
}

@media only screen and (max-width: 1904px) {
    .lp-jumbotron-subtitle {
        font-size: calc(2.2rem + ((1vw - 1.365rem) * (0.37106)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-jumbotron-subtitle {
        padding: 0 28px;
        font-size: calc(1.7rem + ((1vw - 0.36rem) * (1.22549)));
    }
}

.lp-jumbotron-subtitle::before, .lp-jumbotron-subtitle::after {
    position: absolute;
    top: 50%;
    width: 24px;
    height: 2px;
    background: #3271b3;
    content: "";
}

@media only screen and (max-width: 1023px) {
    .lp-jumbotron-subtitle::before, .lp-jumbotron-subtitle::after {
        width: 16px;
        height: 1px;
    }
}

.lp-jumbotron-subtitle::before {
    left: 0;
}

.lp-jumbotron-subtitle::after {
    right: 0;
}

.lp-jumbotron-textGroup {
    margin-bottom: 56px;
}

.lp-jumbotron-textGroup > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1023px) {
    .lp-jumbotron-textGroup {
        margin-bottom: 32px;
    }
}

.lp-jumbotron-series {
    display: block;
    margin-bottom: 24px;
    font-size: 2.2rem;
    line-height: 1.5;
}

@media only screen and (max-width: 1904px) {
    .lp-jumbotron-series {
        margin-bottom: calc(1.6rem + ((1vw - 0.768rem) * (0.70423)));
        font-size: calc(2rem + ((1vw - 1.365rem) * (0.37106)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-jumbotron-series {
        font-size: calc(1.8rem + ((1vw - 0.768rem) * (0.33501)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-jumbotron-series {
        margin-bottom: 16px;
        font-size: calc(1.6rem + ((1vw - 0.36rem) * (0.4902)));
    }
}

.lp-section {
    background: #eff2f5;
}

.lp-section-content {
    max-width: calc(1324px + 210px);
    margin: 0 auto;
    padding: 80px 105px;
}

.lp-section-content > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1904px) {
    .lp-section-content {
        padding: calc(4rem + ((1vw - 0.768rem) * (1.34003))) calc(8rem + ((1vw - 1.365rem) * (4.63822))) calc(5.6rem + ((1vw - 0.768rem) * (4.0201)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-section-content {
        padding: 40px calc(10rem + ((1vw - 0.768rem) * (39.0625))) 56px;
    }
}

@media only screen and (max-width: 767px) {
    .lp-section-content {
        padding: 40px calc(2rem + ((1vw - 0.36rem) * (19.60784))) calc(4rem + ((1vw - 0.36rem) * (3.92157)));
    }
}

.lp-section-header {
    margin-bottom: 40px;
}

.lp-section-header > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1904px) {
    .lp-section-header {
        margin-bottom: calc(2.4rem + ((1vw - 0.768rem) * (2.68007)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-section-header {
        margin-bottom: calc(1.6rem + ((1vw - 0.36rem) * (1.96078)));
    }
}

.lp-section-body > *:last-child {
    margin-bottom: 0;
}

.lp-section .lp-section .lp-section-content {
    max-width: 100%;
    padding: 40px 0;
}

@media only screen and (max-width: 1904px) {
    .lp-section .lp-section .lp-section-content {
        padding: calc(2rem + ((1vw - 0.768rem) * (1.76056))) 0;
    }
}

.lp-section .lp-section:last-child .lp-section-content {
    padding-bottom: 0;
}

.lp-section.of-primary .lp-section-content {
    padding-top: 0;
}

.lp-section.of-conversion {
    background: #fff;
    color: #333;
}

.lp-section.of-conversion .lp-section-content {
    max-width: calc(837px + 80px);
    padding: 80px 40px 70px;
}

@media only screen and (max-width: 1023px) {
    .lp-section.of-conversion .lp-section-content {
        max-width: calc(1324px + 210px);
        padding: 40px calc(10rem + ((1vw - 0.768rem) * (39.0625))) 56px;
    }
}

@media only screen and (max-width: 767px) {
    .lp-section.of-conversion .lp-section-content {
        padding: 40px calc(2rem + ((1vw - 0.36rem) * (19.60784))) calc(4rem + ((1vw - 0.36rem) * (3.92157)));
    }
}

.lp-headingLevel2 {
    display: block;
    margin-bottom: 32px;
    font-family: source-han-serif-japanese, serif;
    font-size: 4.8rem;
    font-weight: normal;
    line-height: 1.5;
}

@media only screen and (max-width: 1904px) {
    .lp-headingLevel2 {
        margin-bottom: calc(1.6rem + ((1vw - 1.024rem) * (1.81818)));
        font-size: calc(4rem + ((1vw - 1.365rem) * (1.48423)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-headingLevel2 {
        margin-bottom: 16px;
        font-size: calc(2.2rem + ((1vw - 0.36rem) * (2.45098)));
    }
}

.lp-headingLevel2-subtext {
    display: block;
    margin-bottom: 8px;
    font-size: 2.2rem;
    line-height: 1.5;
}

@media only screen and (max-width: 1904px) {
    .lp-headingLevel2-subtext {
        font-size: calc(1.8rem + ((1vw - 1.024rem) * (0.45455)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-headingLevel2-subtext {
        font-size: calc(1.4rem + ((1vw - 0.36rem) * (0.4902)));
    }
}

.lp-headingLevel2-group {
    margin-bottom: 32px;
}

.lp-headingLevel2-group > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1904px) {
    .lp-headingLevel2-group {
        margin-bottom: calc(1.6rem + ((1vw - 1.024rem) * (1.81818)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-headingLevel2-group {
        margin-bottom: 16px;
    }
}

.lp-headingLevel2-group.of-primary {
    margin-bottom: 24px;
}

@media only screen and (max-width: 1023px) {
    .lp-headingLevel2-group.of-primary {
        margin-bottom: calc(1.6rem + ((1vw - 0.768rem) * (1.34003)));
        font-size: 16px;
    }
}

.lp-headingLevel2-group.of-primary .lp-headingLevel2 {
    margin-bottom: 24px;
    font-size: 3.6rem;
}

@media only screen and (max-width: 1904px) {
    .lp-headingLevel2-group.of-primary .lp-headingLevel2 {
        font-size: calc(3.2rem + ((1vw - 1.365rem) * (0.74212)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-headingLevel2-group.of-primary .lp-headingLevel2 {
        margin-bottom: calc(1.6rem + ((1vw - 0.768rem) * (1.34003)));
        font-size: calc(2rem + ((1vw - 0.36rem) * (0.4902)));
    }
}

.lp-headingLevel3 {
    margin-bottom: 12px;
    font-size: 3.4rem;
    line-height: 1.5;
}

@media only screen and (max-width: 1904px) {
    .lp-headingLevel3 {
        margin-bottom: calc(0.8rem + ((1vw - 0.768rem) * (0.67002)));
        font-size: calc(2.2rem + ((1vw - 0.768rem) * (1.67504)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-headingLevel3 {
        margin-bottom: 8px;
        font-size: 2.2rem;
    }
}

.lp-textLink {
    display: block;
    position: relative;
    padding-left: 20px;
    border-bottom: 1px solid transparent;
    color: #06c;
    font-size: 20px;
    transition: all 0.3s;
}

@media only screen and (max-width: 1023px) {
    .lp-textLink {
        font-size: calc(1.6rem + ((1vw - 0.36rem) * (0.4902)));
    }
}

.lp-textLink::before {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    border-width: 7px 10px;
    border-style: solid;
    border-color: transparent transparent transparent #06c;
    content: "";
}

.lp-textLink:hover, .lp-textLink:focus {
    border-bottom: 1px solid #06c;
}

a.lp-textLink {
    text-decoration: none;
}

.lp-listButton {
    display: flex;
    flex-wrap: wrap;
    margin: -32px 0 24px -24px;
}

@media only screen and (max-width: 1023px) {
    .lp-listButton {
        justify-content: center;
        margin: -24px 0 24px -24px;
    }
}

.lp-listButton > li {
    margin-top: 32px;
    margin-left: 24px;
}

@media only screen and (max-width: 1023px) {
    .lp-listButton > li {
        margin-top: 24px;
        margin-left: 24px;
    }
}

.lp-listButton > li.of-width-full {
    width: 100%;
}

.lp-listButton > li.of-width-full .lp-textLink {
    display: inline-block;
}

.lp-label {
    display: inline-block;
    width: 100%;
    margin-right: 16px;
    padding: 0 20px;
    border: 1px solid #dd3232;
    background: #fff;
    color: #dd3232;
    font-size: 1.6rem;
}

@media only screen and (max-width: 1904px) {
    .lp-label {
        font-size: calc(2rem + ((1vw - 1.365rem) * (0.37106)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-label {
        font-size: calc(1.5rem + ((1vw - 0.36rem) * (0.2451)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-jumbotron .lp-label {
        margin-right: 0;
    }
}

.lp-label-outer {
    display: inline-flex;
}

@media only screen and (max-width: 1023px) {
    .lp-jumbotron .lp-label-outer {
        margin-bottom: 8px;
    }
}

.lp-navigationTab {
    margin-bottom: 40px;
}

.lp-navigationTab-list {
    display: flex;
    margin-right: -16px;
}

.lp-navigationTab-list > li {
    display: flex;
    width: 100%;
    margin-right: 16px;
}

.lp-navigationTab-button {
    position: relative;
    width: 100%;
    padding: 8px 56px;
    border: 1px solid #ccc;
    background: #fff;
    color: #333;
}

@media only screen and (max-width: 1904px) {
    .lp-navigationTab-button {
        padding: 4px calc(3.2rem + ((1vw - 1.365rem) * (4.45269)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-navigationTab-button {
        font-size: 4px 16px;
    }
}

.lp-navigationTab-button::before {
    display: block;
    position: absolute;
    top: 50%;
    right: 32px;
    width: 12px;
    height: 12px;
    transform: translateY(-50%) rotate(45deg);
    border: 0;
    border-top: solid 2px #3271b3;
    border-right: solid 2px #3271b3;
    content: "";
}

[data-script-enabled="true"] .lp-navigationTab-button.is-tab-current {
    border: 0;
    background-color: #3271b3;
    color: #fff;
}

[data-script-enabled="true"] .lp-navigationTab-button.is-tab-current::after {
    display: block;
    position: absolute;
    bottom: -12px;
    left: 50%;
    width: 0;
    height: 0;
    transform: translateX(-50%);
    border: 8px solid transparent;
    border-top: 12px solid #3271b3;
    border-bottom: 0 solid transparent;
    content: "";
}

.lp-navigationTab-text {
    font-size: 2.4rem;
    line-height: 1.6;
}

@media only screen and (max-width: 1904px) {
    .lp-navigationTab-text {
        font-size: calc(2.2rem + ((1vw - 1.365rem) * (0.37106)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-navigationTab-text {
        font-size: calc(1.8rem + ((1vw - 0.36rem) * (1.47059)));
    }
}

.lp-buttonSkip {
    display: none;
    z-index: 100;
    position: absolute;
    top: 0;
    right: 0;
    min-width: 117px;
    padding: 4px 12px;
    border: 1px solid #666;
    text-align: center;
    text-decoration: none;
}

.lp-buttonSkip-text {
    color: #eee;
    font-size: 1.6rem;
    line-height: 1.2;
}

[data-script-enabled="true"] .lp-buttonSkip {
    display: block;
}

.lp-card {
    margin-bottom: 80px;
    border: 1px solid #ccc;
    background: #fff;
}

@media only screen and (max-width: 1023px) {
    .lp-card {
        margin-bottom: 40px;
    }
}

.lp-card-content {
    padding: 56px;
}

.lp-card-content > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1023px) {
    .lp-card-content {
        padding: calc(2rem + ((1vw - 0.36rem) * (4.90196)));
    }
}

.lp-card-header {
    margin-bottom: 32px;
}

.lp-card-header > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1023px) {
    .lp-card-header {
        margin-bottom: calc(1.6rem + ((1vw - 0.36rem) * (2.40964)));
    }
}

.lp-card-body > *:last-child {
    margin-bottom: 0;
}

.lp-cardPanel {
    margin-bottom: 0;
}

@media only screen and (max-width: 1023px) {
    .lp-cardPanel {
        margin-bottom: 32px;
    }
}

[data-script-enabled="true"] .lp-cardPanel {
    display: none;
}

@media only screen and (max-width: 1023px) {
    [data-script-enabled="true"] .lp-cardPanel {
        display: block;
    }
}

.lp-cardPanel-outer {
    margin-bottom: 40px;
}

.lp-cardPanel-outer > *:last-child {
    margin-bottom: 0;
}

.lp-cardPanel-header {
    padding: 8px 56px;
    background-color: #3271b3;
    color: #fff;
    text-align: center;
}

@media only screen and (max-width: 1904px) {
    .lp-cardPanel-header {
        padding: calc(0.4rem + ((1vw - 1.365rem) * (0.74212))) calc(3.2rem + ((1vw - 1.365rem) * (4.45269)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-cardPanel-header {
        padding: 4px 16px;
    }
}

.lp-cardPanel-body > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1023px) {
    .lp-cardPanel-body {
        padding: 24px calc(2.4rem + ((1vw - 0.36rem) * (3.92157)));
        border: 1px solid #3271b3;
    }
}

.lp-cardPanel-title {
    font-size: 2.2rem;
    line-height: 1.5;
}

@media only screen and (max-width: 1023px) {
    .lp-cardPanel-title {
        font-size: calc(1.8rem + ((1vw - 0.36rem) * (0.98039)));
    }
}

[data-script-enabled="true"] .lp-cardPanel.is-panel-current {
    display: block;
}

.lp-cardPanel-group > *:last-child {
    margin-bottom: 0;
}

.lp-media {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.lp-media-body {
    flex: 1;
}

.lp-media-body > *:last-child {
    margin-bottom: 0;
}

.lp-media-image {
    width: 519px;
    margin-left: 56px;
}

@media only screen and (max-width: 1904px) {
    .lp-media-image {
        width: calc(38.9rem + ((1vw - 1.024rem) * (14.77273)));
        margin-left: calc(4.2rem + ((1vw - 1.024rem) * (1.59091)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-media-image {
        width: 100%;
        margin-left: 0;
    }
}

.lp-media-image.of-width-primary {
    width: 864px;
}

@media only screen and (max-width: 1904px) {
    .lp-media-image.of-width-primary {
        width: calc(75.2rem + ((1vw - 1.365rem) * (20.77922)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-media-image.of-width-primary {
        width: 100%;
    }
}

.lp-media-text {
    font-size: 1.5rem;
}

@media only screen and (max-width: 1023px) {
    .lp-media-text {
        font-size: 1.4rem;
    }
}

.lp-media.of-column-reverse {
    flex-direction: column-reverse;
}

.lp-media.of-column-reverse .lp-media-body {
    flex: none;
    width: 100%;
}

.lp-media.of-column-reverse .lp-media-image {
    min-height: 0%;
    margin: 0 auto 12px;
}

.lp-mediaProduct {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}

@media only screen and (max-width: 1023px) {
    .lp-mediaProduct {
        flex-direction: column;
    }
}

.lp-mediaProduct.of-row-reverse {
    flex-direction: row-reverse;
}

@media only screen and (max-width: 1023px) {
    .lp-mediaProduct.of-row-reverse {
        flex-direction: column-reverse;
    }
}

@media only screen and (max-width: 1023px) {
    .lp-mediaProduct.of-row-reverse .lp-mediaProduct-body {
        padding-top: 0;
    }
}

.lp-mediaProduct.of-row-reverse .lp-mediaProduct-imageGroup {
    margin-right: 56px;
    margin-left: 0;
}

@media only screen and (max-width: 1023px) {
    .lp-mediaProduct.of-row-reverse .lp-mediaProduct-imageGroup {
        margin: 0 auto 8px;
    }
}

.lp-mediaProduct-body {
    padding-top: 32px;
}

.lp-mediaProduct-body > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1023px) {
    .lp-mediaProduct-body {
        min-height: 0%;
    }
}

.lp-mediaProduct-image {
    width: 100%;
}

.lp-mediaProduct-imageGroup {
    position: relative;
    width: 396px;
    margin-left: 56px;
}

@media only screen and (max-width: 1904px) {
    .lp-mediaProduct-imageGroup {
        width: calc(31.5rem + ((1vw - 1.365rem) * (15.02783)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-mediaProduct-imageGroup {
        width: calc(15.2rem + ((1vw - 0.36rem) * (21.81373)));
        min-height: 0%;
        margin: 0 auto 8px;
    }
}

.lp-mediaProduct-imageGroup .lp-mediaProduct-image.of-primary {
    position: absolute;
    top: 0;
    left: 0;
}

.lp-cardPanel .lp-mediaProduct-image.of-primary {
    opacity: 0;
    transition: opacity 0.5s ease 0s;
}

@media only screen and (max-width: 1023px) {
    .lp-cardPanel .lp-mediaProduct-image.of-primary {
        transition: opacity 0.5s ease 0.8s;
    }
}

[data-script-enabled="true"] .lp-cardPanel.is-animated .lp-mediaProduct-image.of-primary {
    opacity: 1;
}

.lp-mediaConversion {
    display: flex;
    flex-direction: row-reverse;
    margin-bottom: 40px;
}

@media only screen and (max-width: 1023px) {
    .lp-mediaConversion {
        flex-direction: column-reverse;
        align-items: center;
        width: 100%;
        margin-bottom: calc(4rem + ((1vw - 0.36rem) * (1.96078)));
    }
}

.lp-mediaConversion-body {
    flex: 1;
    text-align: center;
}

.lp-mediaConversion-body > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1023px) {
    .lp-mediaConversion-body {
        flex: none;
        width: 100%;
    }
}

.lp-mediaConversion-text {
    margin-bottom: 40px;
    font-size: 3rem;
    font-weight: 500;
    line-height: 1.8;
}

@media only screen and (max-width: 1023px) {
    .lp-mediaConversion-text {
        font-size: 2rem;
        font-weight: bold;
        text-align: center;
    }
}

.lp-mediaConversion-image {
    width: 141px;
    margin-right: 56px;
}

@media only screen and (max-width: 1023px) {
    .lp-mediaConversion-image {
        min-height: 0%;
        margin: 0 auto 24px;
    }
}

@media only screen and (max-width: 767px) {
    .lp-mediaConversion-image {
        width: calc(10rem + ((1vw - 0.36rem) * (9.80392)));
    }
}

.lp-figure {
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 40px;
}

.lp-figure-caption {
    margin-top: 8px;
    font-size: 1.5rem;
    line-height: 1.5;
}

@media only screen and (max-width: 1023px) {
    .lp-figure-caption {
        margin-top: 4px;
        font-size: 1.4rem;
    }
}

@media only screen and (max-width: 1023px) {
    .lp-figure-image {
        min-height: 0%;
    }
}

.lp-figure-image > img {
    border: 1px solid #ccc;
}

.lp-figureVideo {
    margin-bottom: 40px;
}

.lp-figureVideo-outer {
    position: relative;
    width: 864px;
    margin: 0 auto 40px;
}

.lp-figureVideo-outer > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1904px) {
    .lp-figureVideo-outer {
        width: calc(75.2rem + ((1vw - 1.365rem) * (20.77922)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-figureVideo-outer {
        width: 100%;
    }
}

.lp-figureVideo-outer.of-primary {
    max-width: 864px;
}

@media only screen and (max-width: 1904px) {
    .lp-figureVideo-outer.of-primary {
        max-width: calc(75.2rem + ((1vw - 1.365rem) * (20.77922)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-figureVideo-outer.of-primary {
        max-width: 100%;
    }
}

.lp-figureVideo-outer.of-primary .lp-figureVideo {
    position: relative;
    width: 100%;
    padding: 0;
    padding-top: 56.25%;
    text-align: center;
}

.lp-figureVideo-outer.of-primary .lp-figureVideo > video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.lp-figureVideo-button {
    display: none;
    position: relative;
    top: -27px;
    left: -27px;
    width: 50px;
    height: 50px;
    overflow: hidden;
    color: #fff;
}

@media only screen and (max-width: 1023px) {
    .lp-figureVideo-button {
        top: -8px;
        left: -8px;
        width: 24px;
        height: 24px;
    }
}

.lp-figureVideo-button::before {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 50px;
    height: 50px;
    transform: translate(-50%);
    background: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 50 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0,0H40V40H0Z' /%3E%3Cpath d='M2875-937a25,25,0,0,1,25-25,25,25,0,0,1,25,25,25,25,0,0,1-25,25A25,25,0,0,1,2875-937Zm16.049-21.193a22.926,22.926,0,0,0-7.312,4.929,22.929,22.929,0,0,0-4.93,7.312A22.855,22.855,0,0,0,2877-937a22.859,22.859,0,0,0,1.806,8.952,22.925,22.925,0,0,0,4.93,7.311,22.915,22.915,0,0,0,7.312,4.93A22.849,22.849,0,0,0,2900-914a22.854,22.854,0,0,0,8.952-1.806,22.922,22.922,0,0,0,7.312-4.93,22.935,22.935,0,0,0,4.929-7.311A22.86,22.86,0,0,0,2923-937a22.856,22.856,0,0,0-1.807-8.952,22.939,22.939,0,0,0-4.929-7.312,22.933,22.933,0,0,0-7.312-4.929A22.855,22.855,0,0,0,2900-960,22.85,22.85,0,0,0,2891.049-958.193ZM2889.5-937.5a10.012,10.012,0,0,1,10-10,10.026,10.026,0,0,1,6.263,2.2q.386.311.737.655V-946a1.5,1.5,0,0,1,1.5-1.5,1.5,1.5,0,0,1,1.5,1.5v8.5H2902a1.5,1.5,0,0,1-1.5-1.5,1.5,1.5,0,0,1,1.5-1.5h3.831a6.966,6.966,0,0,0-6.332-4,7.008,7.008,0,0,0-7,7,7.008,7.008,0,0,0,7,7,6.951,6.951,0,0,0,4.071-1.3,1.5,1.5,0,0,1,2.094.346,1.5,1.5,0,0,1-.346,2.092,9.931,9.931,0,0,1-5.818,1.865A10.011,10.011,0,0,1,2889.5-937.5Z' transform='translate(-2875 962)' fill='%23fff' /%3E%3C/svg%3E") no-repeat center;
    content: "";
}

@media only screen and (max-width: 1023px) {
    .lp-figureVideo-button::before {
        width: 24px;
        height: 24px;
    }
}

[data-script-enabled="true"] .lp-figureVideo-button.is-ended {
    display: block;
}

.lp-figureVideo-buttonOuter {
    position: absolute;
    right: 0;
    bottom: 0;
}

.lp-figureVideo-buttonText {
    position: absolute;
    left: -500%;
    white-space: nowrap;
}

.lp-stepProduct {
    display: flex;
    margin-right: -56px;
    margin-bottom: 24px;
}

.lp-stepProduct > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1904px) {
    .lp-stepProduct {
        margin-right: calc(-5rem + ((1vw - 1.365rem) * (-1.11317)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-stepProduct {
        margin-right: calc(-2rem + ((1vw - 0.768rem) * (-5.02513)));
    }
}

@media only screen and (max-width: 767px) {
    .lp-stepProduct {
        flex-direction: column-reverse;
        margin-top: -24px;
        margin-right: 0;
    }
}

.lp-stepProduct-column {
    width: 270px;
    margin-right: 56px;
}

@media only screen and (max-width: 1904px) {
    .lp-stepProduct-column {
        width: calc(24rem + ((1vw - 1.365rem) * (5.56586)));
        margin-right: calc(5rem + ((1vw - 1.365rem) * (1.11317)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-stepProduct-column {
        width: calc(17.6rem + ((1vw - 0.768rem) * (10.72027)));
        margin-right: calc(2rem + ((1vw - 0.768rem) * (5.02513)));
    }
}

@media only screen and (max-width: 767px) {
    .lp-stepProduct-column {
        width: 100%;
        max-width: 196px;
        min-height: 0%;
        margin: 24px auto 24px;
    }
}

.lp-stepProduct-column.of-primary {
    width: 316px;
}

@media only screen and (max-width: 1904px) {
    .lp-stepProduct-column.of-primary {
        width: calc(29rem + ((1vw - 1.365rem) * (4.82375)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-stepProduct-column.of-primary {
        width: calc(21.4rem + ((1vw - 0.768rem) * (12.73032)));
    }
}

@media only screen and (max-width: 767px) {
    .lp-stepProduct-column.of-primary {
        width: 100%;
        max-width: 228px;
    }
}

.lp-stepProduct-column.of-primary .lp-stepProduct-image > img {
    border: 4px solid #3271b3;
}

.lp-stepProduct-caption {
    margin-bottom: 12px;
    font-size: 2rem;
    line-height: 1.5;
    text-align: center;
}

@media only screen and (max-width: 1023px) {
    .lp-stepProduct-caption {
        margin-bottom: 8px;
        font-size: 1.5rem;
    }
}

@media only screen and (max-width: 767px) {
    .lp-stepProduct-image {
        min-height: 0%;
    }
}

.lp-stepProduct-image > img {
    border: 1px solid #ccc;
}

.lp-textPhone {
    display: block;
    margin-bottom: 24px;
}

.lp-textPhone > *:last-child {
    margin-bottom: 0;
}

.lp-textPhone-body > *:last-child {
    margin-bottom: 0;
}

.lp-textPhone-number {
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1;
}

.lp-textPhone-numberGroup {
    display: flex;
    align-items: flex-start;
    margin-top: 0 !important;
    margin-bottom: 8px;
}

.lp-textPhone-note {
    display: block;
    margin-top: 0 !important;
    margin-bottom: 8px;
    font-size: 1.2rem;
    line-height: 1.2;
}

.lp-textPhone-icon {
    width: 36px;
    min-width: 36px;
    height: 20px;
    min-height: 20px;
    margin-top: 0.2rem;
    margin-right: 8px;
}

.lp-textPhone-icon .of-iconColor-primary {
    fill: #00a23f;
}

.lp-textPhone-icon .of-iconColor-secondary {
    fill: #fe8800;
}

.lp-textPhone-icon .of-iconColor-tertiary {
    fill: #0086b1;
}

.lp-textPhone-icon .of-iconColor-quaternary {
    fill: #838079;
}

.lp-textPhone-icon .of-iconColor-quinary {
    fill: #1e1c1c;
}

.lp-textPhone.of-center {
    text-align: center;
}

.lp-textPhone.of-center .lp-textPhone-numberGroup {
    justify-content: center;
}

a.lp-textPhone-body,
a:hover.lp-textPhone-body {
    display: inline-block;
    color: #333;
    text-decoration: none;
    cursor: default;
    opacity: 1;
}

.lp-utility-textAlign-center {
    text-align: center;
}

.lp-utility-justifyContent-center {
    justify-content: center;
}

.lp-utility-line-break {
    display: block;
}

.lp-utility-fontColor-primary {
    color: #3271b3;
}

.lp-utility-lastChild {
    margin-bottom: 0 !important;
}

@media only screen and (max-width: 1023px) {
    .lp-extraSmallScreen-hide {
        display: none;
    }
}

.lp-extraSmallScreen-show {
    display: none;
}

@media only screen and (max-width: 1023px) {
    .lp-extraSmallScreen-show {
        display: block;
    }
}

@media only screen and (max-width: 1023px) {
    .lp-extraSmallScreen-line-break {
        display: block;
    }
}

@media only screen and (max-width: 1023px) {
    .lp-smallScreen-hide {
        display: none !important;
    }
}

.lp-smallScreen-show {
    display: none;
}

@media only screen and (max-width: 1023px) {
    .lp-smallScreen-show {
        display: block;
    }
}

@media only screen and (max-width: 1023px) {
    .lp-smallScreen-textAlign-center {
        text-align: center;
    }
}

@media only screen and (max-width: 1023px) {
    .lp-smallScreen-textAlign-left {
        text-align: left;
    }
}

@media only screen and (max-width: 1023px) {
    .lp-smallScreen-alignItems-center {
        align-items: center;
    }
}

@media only screen and (min-width: 1024px) {
    .lp-largeScreen-hide {
        display: none;
    }
}

@media only screen and (min-width: 1024px) {
    .lp-largeScreen-line-break {
        display: block;
    }
}

@media only screen and (min-width: 1024px) {
    .lp-largeScreen-textAlign-center {
        text-align: center;
    }
}

@media only screen and (min-width: 1024px) {
    .lp-largeScreen-lastChild {
        margin-bottom: 0 !important;
    }
}
