@charset "UTF-8";

:root {
    font-size: 10px;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

*::before, *::after {
    box-sizing: border-box;
}

html {
    -webkit-text-size-adjust: 100%;
}

.theme-KJ {
    -webkit-text-size-adjust: 100%;
    font-size: 62.5%;
}

.theme-KJ 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, "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;
}

video {
    display: block;
    max-width: 100%;
}

.lp-buttonConversion {
    display: inline-block;
    max-width: 100%;
    background: #dc002f;
    color: #fff;
    font-size: 2rem;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
    transition-duration: 0.2s;
    transition-property: background-color;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media only screen and (max-width: 640px) {
    .lp-buttonConversion {
        font-size: 1.6rem;
    }
}

@media (hover: hover) {
    .lp-buttonConversion:hover {
        background-color: #c6002a;
    }
}

.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;
}

@media (hover: hover) {
    .lp-buttonConversion.of-primary:hover {
        background-color: #116b81;
    }
}

.lp-buttonConversion.of-secondary {
    background: #0065bb;
}

.lp-navigationSeries {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1240px;
    margin: 20px auto;
    padding: 4px 10px;
    border: 2px solid #e5e5e5;
    color: #999;
}

div#MainContent .lp-navigationSeries {
    word-wrap: break-word;
    word-break: break-word;
    overflow-wrap: anywhere;
}

@media only screen and (max-width: 1279px) {
    .lp-navigationSeries {
        margin-right: 20px;
        margin-left: 20px;
    }
}

@media only screen and (max-width: 969px) {
    .lp-navigationSeries {
        flex-direction: column;
        align-items: center;
    }
}

.lp-navigationSeries-title {
    max-width: 600px;
    font-size: 1.1rem;
    font-weight: normal;
    line-height: 1.3;
}

@media only screen and (max-width: 969px) {
    .lp-navigationSeries-title {
        width: 100%;
        max-width: none;
        margin-bottom: 3px;
        text-align: center;
    }
}

.lp-navigationSeries-title + .lp-navigationSeries-linkList {
    margin-left: 10px;
}

@media only screen and (max-width: 969px) {
    .lp-navigationSeries-title + .lp-navigationSeries-linkList {
        margin-left: -10px;
    }
}

div#MainContent .lp-navigationSeries-title {
    margin-bottom: 0;
    color: #999;
    font-size: 11px;
    line-height: 1.3;
    text-transform: none;
}

div#MainContent .lp-navigationSeries-title + .lp-navigationSeries-linkList {
    margin-left: 10px;
}

@media only screen and (max-width: 969px) {
    .lp-navigationSeries-seriesNameText, .lp-navigationSeries-seriesText {
        display: block;
    }
}

.lp-navigationSeries-linkList {
    display: flex;
    flex-wrap: wrap;
    margin: -3px 0 0 -10px;
    color: #999;
}

div#MainContent .lp-navigationSeries-linkList {
    margin: -3px 0 0 -10px;
}

@media only screen and (max-width: 969px) {
    .lp-navigationSeries-linkList {
        justify-content: center;
        width: 100%;
    }
}

.lp-navigationSeries-linkList > li {
    display: flex;
    position: relative;
    margin-top: 3px;
    margin-left: 10px;
    background: none;
    font-size: 1.1rem;
    line-height: 1.3;
}

div#MainContent .lp-navigationSeries-linkList > li {
    margin: 3px 0 0 10px;
    padding: 0;
    background: none;
    font-size: 11px;
}

.lp-navigationSeries-linkList > li > a {
    display: block;
    position: relative;
    width: 100%;
    padding-left: 9px;
    color: #999;
    line-height: 1.3;
    text-decoration: none;
}

.lp-navigationSeries-linkList > li > a::before {
    display: block;
    position: absolute;
    top: 4px;
    left: -2px;
    width: 5px;
    height: 5px;
    transform: rotate(45deg);
    border-top: 1px solid #999;
    border-right: 1px solid #999;
    content: "";
}

div#MainContent .lp-navigationSeries-linkList > li > a:link {
    color: #999;
}

div#MainContent .lp-navigationSeries-linkList > li > a::before {
    top: 0.3em;
}

.lp-navigationSeries-linkList > li > a:hover, .lp-navigationSeries-linkList > li > a:focus {
    text-decoration: underline;
}

.lp-layout-header-content > *:last-child, .lp-layout-footer-content > *:last-child, .lp-jumbotron-content > *:last-child, .lp-jumbotron-body > *:last-child, .lp-section-content > *:last-child, .lp-section-body > *:last-child, .lp-media > *:last-child, .lp-media-body > *:last-child, .lp-card > *:last-child, .lp-listButton-outer > *:last-child, .lp-navigation-outer > *:last-child, .lp-listQuestion > *:last-child, .lp-listQuestion-content > *:last-child, .lp-listQuestion-answer > *:last-child {
    margin-bottom: 0;
}

.lp-layout-container {
    background-color: #f8f8f8;
}

@media only screen and (max-width: 1239px) {
    .lp-layout-container {
        background-color: #efefef;
    }
}

.lp-layout-header {
    width: 100%;
}

.lp-layout-header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: calc(1520px + (40px * 2));
    margin: 0 auto;
    padding: 30px 40px;
}

@media only screen and (max-width: 1239px) {
    .lp-layout-header-content {
        flex-direction: column;
    }
}

@media only screen and (max-width: 840px) {
    .lp-layout-header-content {
        padding: 20px;
    }
}

.lp-layout-header-logo {
    margin-bottom: 0;
    line-height: 1;
}

.lp-layout-header-logo > a {
    display: inline-block;
}

.lp-layout-header-logo > a > img {
    width: 157px;
}

@media only screen and (max-width: 840px) {
    .lp-layout-header-logo > a > img {
        width: 90px;
    }
}

.lp-layout-footer {
    width: 100%;
    font-size: 1.2rem;
    line-height: 1.2;
}

.lp-layout-footer-content {
    max-width: calc(1471px + (20px * 2));
    margin: 0 auto;
    padding: 0 20px 30px;
}

@media only screen and (max-width: 840px) {
    .lp-layout-footer-content {
        padding-bottom: 24px;
    }
}

.lp-layout-footer-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-top: -8px;
    margin-left: -24px;
    text-align: center;
}

.lp-layout-footer-list > li {
    position: relative;
    margin-top: 8px;
    margin-left: 24px;
    color: #474747;
}

.lp-layout-footer-list > li::before {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: -12px;
    width: 1px;
    height: 100%;
    transform: translateY(-50%);
    background-color: #474747;
    content: "";
}

.lp-layout-footer-list > li:first-child::before {
    content: none;
}

@media only screen and (max-width: 840px) {
    .lp-layout-footer-list > li:last-child::before {
        display: none;
    }
}

.lp-layout-footer-list > li > a {
    color: #474747;
    line-height: 1;
    text-decoration: none;
}

.lp-layout-footer-list > li > a:hover, .lp-layout-footer-list > li > a:focus {
    text-decoration: underline;
}

@media only screen and (max-width: 840px) {
    .lp-layout-footer-copyright {
        width: 100%;
    }
    .lp-layout-footer-copyright::before {
        display: none;
    }
}

.lp-jumbotron {
    position: relative;
    padding: 126px 0;
}

.lp-jumbotron-svgOuter {
    position: absolute;
    top: 0;
}

@media only screen and (max-width: 1239px) {
    .lp-jumbotron {
        padding: 80px 0;
    }
}

@media only screen and (max-width: 840px) {
    .lp-jumbotron {
        padding: 40px 0;
    }
}

.lp-jumbotron-content {
    position: relative;
    background-color: rgba(191, 0, 0, 0.8);
}

@media only screen and (max-width: 1239px) {
    .lp-jumbotron-content {
        padding: 80px 100px;
    }
}

@media only screen and (max-width: 840px) {
    .lp-jumbotron-content {
        padding: calc(4rem + ((1vw - 0.36rem) * (4.54545))) calc(2rem + ((1vw - 0.36rem) * (9.09091)));
    }
}

@media only screen and (max-width: 360px) {
    .lp-jumbotron-content {
        padding: 24px 20px;
    }
}

.lp-jumbotron-inner {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    max-width: calc(1920px + 280px * 2);
    margin: 0 auto;
    padding: 40px 280px 40px 1051px;
}

@media (min-width: 1921px) {
    .lp-jumbotron-inner {
        position: relative;
        justify-content: right;
        max-width: 1563px;
        padding: 40px 0;
    }
}

@media only screen and (max-width: 1919px) {
    .lp-jumbotron-inner {
        padding-right: calc(12rem + ((1vw - 1.24rem) * (23.52941)));
        padding-left: calc(65.6rem + ((1vw - 1.24rem) * (58.08824)));
    }
}

@media only screen and (max-width: 1239px) {
    .lp-jumbotron-inner {
        flex-direction: column;
        max-width: 780px;
        padding: 0;
    }
}

@media only screen and (max-width: 840px) {
    .lp-jumbotron-inner {
        max-width: 520px;
    }
}

.lp-jumbotron-body {
    max-width: 576px;
}

.lp-jumbotron-title {
    margin-bottom: 40px;
    color: #fff;
    font-size: 5.2rem;
    line-height: 1.3;
}

@media only screen and (max-width: 1919px) {
    .lp-jumbotron-title {
        font-size: calc(4rem + ((1vw - 1.24rem) * (1.76471)));
    }
}

@media only screen and (max-width: 1239px) {
    .lp-jumbotron-title {
        max-width: 100%;
        margin-bottom: 24px;
        font-size: calc(2.8rem + ((1vw - 0.36rem) * (1.36364)));
    }
}

@media only screen and (max-width: 360px) {
    .lp-jumbotron-title {
        font-size: 2.8rem;
    }
}

.lp-jumbotron-title .lp-fontSize-small {
    display: block;
    font-size: 3.2rem;
}

@media only screen and (max-width: 1919px) {
    .lp-jumbotron-title .lp-fontSize-small {
        font-size: calc(2rem + ((1vw - 0.36rem) * (0.76923)));
    }
}

.lp-jumbotron-image {
    position: absolute;
    top: 50%;
    left: 60px;
    max-width: 100%;
    transform: translateY(-50%);
}

@media (min-width: 1921px) {
    .lp-jumbotron-image {
        left: 0;
    }
}

@media only screen and (max-width: 1919px) {
    .lp-jumbotron-image {
        max-width: calc(58rem + ((1vw - 1.24rem) * (58.08824)));
    }
}

@media only screen and (max-width: 1239px) {
    .lp-jumbotron-image {
        position: initial;
        max-width: calc(32rem + ((1vw - 0.36rem) * (34.09091)));
        transform: initial;
    }
}

@media only screen and (max-width: 360px) {
    .lp-jumbotron-image {
        max-width: 320px;
    }
}

.lp-section-content {
    max-width: calc(1760px + 120 * 2px);
    margin: 0 auto;
    padding: 80px 120px;
}

@media only screen and (max-width: 1239px) {
    .lp-section-content {
        padding: 80px 100px;
    }
}

@media only screen and (max-width: 840px) {
    .lp-section-content {
        padding: calc(4rem + ((1vw - 0.36rem) * (4.54545))) calc(2rem + ((1vw - 0.36rem) * (9.09091)));
    }
}

@media only screen and (max-width: 360px) {
    .lp-section-content {
        padding: 40px 20px;
    }
}

.lp-section-header {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 32px;
}

@media only screen and (max-width: 1239px) {
    .lp-section-header {
        margin-bottom: 40px;
    }
}

.lp-media {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}

@media only screen and (max-width: 1239px) {
    .lp-media {
        flex-direction: column;
        margin-bottom: 16px;
    }
}

.lp-media.of-flexDirection-rowReverse {
    flex-direction: row-reverse;
}

@media only screen and (max-width: 1239px) {
    .lp-media.of-flexDirection-rowReverse {
        flex-direction: column;
    }
}

.lp-media.of-flexDirection-rowReverse > .lp-media-image {
    margin-right: 40px;
    margin-left: 0;
}

@media only screen and (max-width: 1239px) {
    .lp-media.of-flexDirection-rowReverse > .lp-media-image {
        margin-right: 0;
    }
}

.lp-media.of-flexDirection-column {
    flex-direction: column;
    align-items: center;
}

@media only screen and (max-width: 1239px) {
    .lp-media.of-flexDirection-column {
        align-items: initial;
    }
}

.lp-media.of-flexDirection-column > .lp-media-image {
    max-width: 100%;
    margin-top: 40px;
    margin-left: 0;
}

.lp-media-body {
    flex: 1;
}

.lp-media-title {
    color: #2b2b2b;
    font-size: 4rem;
    font-weight: bold;
}

@media only screen and (max-width: 1919px) {
    .lp-media-title {
        font-size: calc(2rem + ((1vw - 1.24rem) * (2.94118)));
    }
}

@media only screen and (max-width: 1239px) {
    .lp-media-title {
        font-size: 2rem;
    }
}

.lp-media-title .lp-fontSize-small {
    display: block;
    font-size: 2.8rem;
    font-weight: normal;
}

@media only screen and (max-width: 1919px) {
    .lp-media-title .lp-fontSize-small {
        font-size: calc(1.4rem + ((1vw - 1.24rem) * (2.05882)));
    }
}

@media only screen and (max-width: 1239px) {
    .lp-media-title .lp-fontSize-small {
        font-size: 1.4rem;
    }
}

.lp-media-title-wrapper {
    flex: 1;
}

.lp-media-titleGroup {
    margin-bottom: 24px;
}

@media only screen and (max-width: 1239px) {
    .lp-media-titleGroup {
        margin-bottom: 16px;
    }
}

.lp-media-titleGroup.of-primary {
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 1239px) {
    .lp-media-titleGroup.of-primary {
        flex-direction: column;
        align-items: initial;
        margin-bottom: 16px;
    }
}

.lp-media-titleGroup.of-primary > .lp-media-titleIcon {
    margin-right: 16px;
    margin-bottom: 0;
}

@media only screen and (max-width: 1239px) {
    .lp-media-titleGroup.of-primary > .lp-media-titleIcon {
        margin-bottom: 16px;
    }
}

.lp-media-titleIcon {
    display: block;
    max-width: 100%;
    margin-bottom: 16px;
}

@media only screen and (max-width: 1919px) {
    .lp-media-titleIcon {
        max-width: calc(8rem + ((1vw - 1.24rem) * (7.35294)));
    }
}

@media only screen and (max-width: 1239px) {
    .lp-media-titleIcon {
        max-width: 80px;
    }
}

.lp-media-image {
    max-width: 730px;
    margin-left: 40px;
}

@media only screen and (max-width: 1919px) {
    .lp-media-image {
        max-width: calc(52rem + ((1vw - 1.24rem) * (30.88235)));
    }
}

@media only screen and (max-width: 1239px) {
    .lp-media-image {
        max-width: 100%;
        margin-top: 40px;
        margin-left: 0;
    }
}

.lp-media-image.of-border {
    border: solid 1px #dcdcdc;
}

.lp-media-image.of-border-radius {
    border-radius: 8px;
}

.lp-media-image.of-shadow-primary {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.16);
}

.lp-media-image.of-shadow-secondary {
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.34);
}

.lp-media-image.of-shadow-secondary > img {
    display: block;
}

.lp-card {
    max-width: 1520px;
    margin: 0 auto 80px;
    padding: 80px 120px;
    border: solid 1px #dcdcdc;
    border-radius: 8px;
    background: linear-gradient(180deg, #f6f6f6 0%, #efefef 100%);
}

@media only screen and (max-width: 1919px) {
    .lp-card {
        padding: calc(4rem + ((1vw - 1.24rem) * (5.88235))) calc(6rem + ((1vw - 1.24rem) * (8.82353))) calc(4rem + ((1vw - 1.24rem) * (5.88235)));
    }
}

@media only screen and (max-width: 1239px) {
    .lp-card {
        max-width: 780px;
        margin-bottom: 40px;
        padding: calc(2rem + ((1vw - 0.36rem) * (2.27273))) calc(2rem + ((1vw - 0.36rem) * (6.81818))) calc(4rem + ((1vw - 0.36rem) * (2.27273)));
        border-radius: 4px;
        background: #fff;
    }
}

@media only screen and (max-width: 840px) {
    .lp-card {
        max-width: 520px;
    }
}

@media only screen and (max-width: 360px) {
    .lp-card {
        padding: 20px 20px 40px;
    }
}

.lp-card.of-borderColor-primary {
    border: solid 1px #dc002f;
}

.lp-card.of-padding-small {
    padding: 32px 32px 40px;
}

@media only screen and (max-width: 1919px) {
    .lp-card.of-padding-small {
        padding: calc(1.6rem + ((1vw - 1.24rem) * (2.35294))) calc(1.6rem + ((1vw - 1.24rem) * (2.35294))) calc(1.6rem + ((1vw - 1.24rem) * (3.52941)));
    }
}

@media only screen and (max-width: 1239px) {
    .lp-card.of-padding-small {
        padding: 16px;
    }
}

.lp-card.of-backgroundColor-white {
    background: #fff;
}

.lp-card-title {
    display: block;
    margin-bottom: 16px;
    color: #dc002f;
    font-size: 2.2rem;
    text-align: center;
}

@media only screen and (max-width: 1919px) {
    .lp-card-title {
        font-size: calc(1.5rem + ((1vw - 0.36rem) * (0.44872)));
    }
}

@media only screen and (max-width: 1239px) {
    .lp-card-title {
        margin-bottom: 8px;
        text-align: initial;
    }
}

@media only screen and (max-width: 360px) {
    .lp-card-title {
        font-size: 1.5rem;
    }
}

.lp-card-text {
    margin-bottom: 8px;
    color: #2b2b2b;
    font-size: 1.8rem;
}

@media only screen and (max-width: 1919px) {
    .lp-card-text {
        font-size: calc(1.5rem + ((1vw - 0.36rem) * (0.19231)));
    }
}

@media only screen and (max-width: 360px) {
    .lp-card-text {
        font-size: 1.5rem;
    }
}

.lp-listButton {
    display: flex;
    flex-wrap: wrap;
    margin: -24px 0 40px -24px;
}

.lp-listButton > li {
    padding-top: 24px;
    padding-left: 24px;
}

.lp-listButton-outer {
    max-width: 1520px;
    margin: 0 auto 40px;
}

@media only screen and (max-width: 1239px) {
    .lp-listButton-outer {
        max-width: 780px;
    }
}

@media only screen and (max-width: 840px) {
    .lp-listButton-outer {
        max-width: 520px;
    }
}

.lp-button {
    display: inline-block;
    position: relative;
    max-width: 100%;
    border-radius: 4px;
    background-color: #dc002f;
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.4;
    text-decoration: none;
}

@media only screen and (max-width: 1239px) {
    .lp-button {
        font-size: 1.6rem;
    }
}

@media (hover: hover) {
    .lp-button:hover {
        background-color: #2b2b2b;
        transition: all 0.3s;
    }
}

.lp-button:focus-visible {
    background-color: #2b2b2b;
    transition: all 0.3s;
}

.lp-button-body {
    display: flex;
    align-items: center;
    padding: 20px 40px;
}

@media only screen and (max-width: 1239px) {
    .lp-button-body {
        padding: 12px 24px 12px 12px;
    }
}

.lp-button-arrow {
    fill: #fff;
    min-width: 30px;
    margin-right: 8px;
}

.lp-headingLevel2 {
    display: inline;
    background-image: linear-gradient(transparent 60%, #ffe1e1 0%);
    color: #2b2b2b;
    font-size: 5.6rem;
}

@media only screen and (max-width: 1919px) {
    .lp-headingLevel2 {
        font-size: calc(4.8rem + ((1vw - 1.24rem) * (1.17647)));
    }
}

@media only screen and (max-width: 1239px) {
    .lp-headingLevel2 {
        font-size: calc(2.4rem + ((1vw - 0.36rem) * (2.72727)));
    }
}

@media only screen and (max-width: 360px) {
    .lp-headingLevel2 {
        font-size: 2.4rem;
    }
}

.lp-text {
    color: #2b2b2b;
    font-size: 1.8rem;
}

@media only screen and (max-width: 1919px) {
    .lp-text {
        font-size: calc(1.5rem + ((1vw - 1.24rem) * (0.44118)));
    }
}

@media only screen and (max-width: 1239px) {
    .lp-text {
        font-size: 1.5rem;
    }
}

.lp-textLink {
    color: #dc002f;
}

.lp-textAnswer {
    position: relative;
    margin-bottom: 40px;
    padding-left: 52px;
}

@media only screen and (max-width: 1239px) {
    .lp-textAnswer {
        margin-bottom: 16px;
        padding-left: 36px;
    }
}

.lp-textAnswer::before {
    display: block;
    position: absolute;
    left: 0;
    width: 36px;
    height: 36px;
    background: url("../../../../img/ss/general/hp-renewal/index_icon_answer.png");
    background-size: contain;
    content: "";
}

@media only screen and (max-width: 1239px) {
    .lp-textAnswer::before {
        width: 20px;
        height: 20px;
    }
}

.lp-navigation {
    display: flex;
    flex-direction: column;
    margin: -16px 0 40px -16px;
}

@media only screen and (max-width: 1239px) {
    .lp-navigation {
        margin: -8px 0 24px -16px;
    }
}

@media only screen and (max-width: 1239px) {
    .lp-navigation.of-primary {
        display: flex;
        justify-content: center;
    }
}

@media only screen and (min-width: 841px) and (max-width: 1239px) {
    .lp-navigation.of-primary {
        flex-direction: initial;
    }
}

.lp-navigation.of-primary > li {
    max-width: 100%;
}

.lp-navigation > li {
    display: flex;
    flex: 1;
    max-width: 408px;
    padding-top: 16px;
    padding-left: 16px;
}

@media only screen and (max-width: 1239px) {
    .lp-navigation > li {
        padding-top: 8px;
    }
}

.lp-navigation-link {
    display: inline-block;
    flex: 1;
    border-radius: 4px;
    background-color: #efefef;
    color: #2b2b2b;
    font-weight: bold;
    text-decoration: none;
}

@media (hover: hover) {
    .lp-navigation-link:hover {
        background-color: #2b2b2b;
        color: #fff;
        transition: all 0.3s;
    }
    .lp-navigation-link:hover .lp-navigation-arrow {
        fill: #fff;
    }
}

.lp-navigation-link:focus-visible {
    background-color: #2b2b2b;
    color: #fff;
    transition: all 0.3s;
}

.lp-navigation-link:focus-visible .lp-navigation-arrow {
    fill: #fff;
}

.lp-navigation-body {
    display: flex;
    align-items: center;
    padding: 19px 32px;
}

@media only screen and (max-width: 1239px) {
    .lp-navigation-body {
        padding: calc(1.6rem + ((1vw - 0.36rem) * (0.34091))) calc(1.2rem + ((1vw - 0.36rem) * (2.27273)));
    }
}

.lp-navigation-arrow {
    fill: #2b2b2b;
    min-width: 30px;
    margin-right: 8px;
}

.lp-navigation-outer {
    max-width: 780px;
    margin: 0 auto 40px;
}

@media only screen and (max-width: 840px) {
    .lp-navigation-outer {
        max-width: 520px;
    }
}

.lp-listQuestion {
    margin-bottom: 40px;
}

.lp-listQuestion-content {
    max-width: 840px;
    margin: 0 auto;
    padding: 80px 0;
    border-bottom: solid 1px #dcdcdc;
    color: #2b2b2b;
    font-size: 1.8rem;
}

@media only screen and (max-width: 1239px) {
    .lp-listQuestion-content {
        padding: 40px 0;
        border-bottom: solid 1px #c9c9c9;
        font-size: 1.5rem;
    }
}

.lp-listQuestion-content:first-child {
    padding-top: 0;
}

.lp-listQuestion-question {
    position: relative;
    margin-bottom: 20px;
    padding-left: 52px;
    font-weight: bold;
}

@media only screen and (max-width: 1239px) {
    .lp-listQuestion-question {
        margin-bottom: 24px;
        padding-left: 36px;
    }
}

.lp-listQuestion-question::before {
    display: block;
    position: absolute;
    left: 0;
    width: 36px;
    height: 36px;
    background: url("../../../../img/ss/general/hp-renewal/index_icon_question.png");
    background-size: contain;
    content: "";
}

@media only screen and (max-width: 1239px) {
    .lp-listQuestion-question::before {
        width: 20px;
        height: 20px;
    }
}

.lp-listQuestion-answer {
    margin-bottom: 20px;
}

.lp-listQuestion-image {
    margin-bottom: 40px;
}

.lp-listQuestion-image.of-border {
    border: solid 1px #dcdcdc;
}

.lp-listQuestion-image.of-shadow {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.16);
}

.lp-textPhone {
    display: block;
    margin-bottom: 48px;
}

.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: #2b2b2b;
    text-decoration: none;
    cursor: default;
    opacity: 1;
}

.lp-layout-grid {
    display: flex;
    flex-wrap: wrap;
    margin: -8px 0 40px -16px;
}

.lp-layout-grid > .lp-layout-grid-column {
    margin-top: 8px;
    padding-left: 16px;
}

.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 > .lp-layout-grid-column > .lp-card {
    height: 100%;
}

.lp-layout-grid > .lp-layout-grid-column > *:last-child {
    margin-bottom: 0;
}

.lp-layout-grid.of-column-2 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 50%;
}

.lp-layout-grid.of-column-3 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 33.33333%;
}

.lp-layout-grid.of-column-4 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 25%;
}

.lp-layout-grid.of-column-5 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 20%;
}

.lp-layout-grid.of-column-6 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 16.66667%;
}

.lp-layout-grid.of-column-7 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 14.28571%;
}

.lp-layout-grid.of-column-8 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 12.5%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 11.11111%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 10%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 9.09091%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 8.33333%;
}

.lp-layout-grid.of-column-2 > .lp-layout-grid-column.of-column-2 {
    width: 100%;
}

.lp-layout-grid.of-column-3 > .lp-layout-grid-column.of-column-2 {
    width: 66.66667%;
}

.lp-layout-grid.of-column-3 > .lp-layout-grid-column.of-column-3 {
    width: 100%;
}

.lp-layout-grid.of-column-4 > .lp-layout-grid-column.of-column-2 {
    width: 50%;
}

.lp-layout-grid.of-column-4 > .lp-layout-grid-column.of-column-3 {
    width: 75%;
}

.lp-layout-grid.of-column-4 > .lp-layout-grid-column.of-column-4 {
    width: 100%;
}

.lp-layout-grid.of-column-5 > .lp-layout-grid-column.of-column-2 {
    width: 40%;
}

.lp-layout-grid.of-column-5 > .lp-layout-grid-column.of-column-3 {
    width: 60%;
}

.lp-layout-grid.of-column-5 > .lp-layout-grid-column.of-column-4 {
    width: 80%;
}

.lp-layout-grid.of-column-5 > .lp-layout-grid-column.of-column-5 {
    width: 100%;
}

.lp-layout-grid.of-column-6 > .lp-layout-grid-column.of-column-2 {
    width: 33.33333%;
}

.lp-layout-grid.of-column-6 > .lp-layout-grid-column.of-column-3 {
    width: 50%;
}

.lp-layout-grid.of-column-6 > .lp-layout-grid-column.of-column-4 {
    width: 66.66667%;
}

.lp-layout-grid.of-column-6 > .lp-layout-grid-column.of-column-5 {
    width: 83.33333%;
}

.lp-layout-grid.of-column-6 > .lp-layout-grid-column.of-column-6 {
    width: 100%;
}

.lp-layout-grid.of-column-7 > .lp-layout-grid-column.of-column-2 {
    width: 28.57143%;
}

.lp-layout-grid.of-column-7 > .lp-layout-grid-column.of-column-3 {
    width: 42.85714%;
}

.lp-layout-grid.of-column-7 > .lp-layout-grid-column.of-column-4 {
    width: 57.14286%;
}

.lp-layout-grid.of-column-7 > .lp-layout-grid-column.of-column-5 {
    width: 71.42857%;
}

.lp-layout-grid.of-column-7 > .lp-layout-grid-column.of-column-6 {
    width: 85.71429%;
}

.lp-layout-grid.of-column-7 > .lp-layout-grid-column.of-column-7 {
    width: 100%;
}

.lp-layout-grid.of-column-8 > .lp-layout-grid-column.of-column-2 {
    width: 25%;
}

.lp-layout-grid.of-column-8 > .lp-layout-grid-column.of-column-3 {
    width: 37.5%;
}

.lp-layout-grid.of-column-8 > .lp-layout-grid-column.of-column-4 {
    width: 50%;
}

.lp-layout-grid.of-column-8 > .lp-layout-grid-column.of-column-5 {
    width: 62.5%;
}

.lp-layout-grid.of-column-8 > .lp-layout-grid-column.of-column-6 {
    width: 75%;
}

.lp-layout-grid.of-column-8 > .lp-layout-grid-column.of-column-7 {
    width: 87.5%;
}

.lp-layout-grid.of-column-8 > .lp-layout-grid-column.of-column-8 {
    width: 100%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-2 {
    width: 22.22222%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-3 {
    width: 33.33333%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-4 {
    width: 44.44444%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-5 {
    width: 55.55556%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-6 {
    width: 66.66667%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-7 {
    width: 77.77778%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-8 {
    width: 88.88889%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-9 {
    width: 100%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-2 {
    width: 20%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-3 {
    width: 30%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-4 {
    width: 40%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-5 {
    width: 50%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-6 {
    width: 60%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-7 {
    width: 70%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-8 {
    width: 80%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-9 {
    width: 90%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-10 {
    width: 100%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-2 {
    width: 18.18182%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-3 {
    width: 27.27273%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-4 {
    width: 36.36364%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-5 {
    width: 45.45455%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-6 {
    width: 54.54545%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-7 {
    width: 63.63636%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-8 {
    width: 72.72727%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-9 {
    width: 81.81818%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-10 {
    width: 90.90909%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-11 {
    width: 100%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-2 {
    width: 16.66667%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-3 {
    width: 25%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-4 {
    width: 33.33333%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-5 {
    width: 41.66667%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-6 {
    width: 50%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-7 {
    width: 58.33333%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-8 {
    width: 66.66667%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-9 {
    width: 75%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-10 {
    width: 83.33333%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-11 {
    width: 91.66667%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-12 {
    width: 100%;
}

@media only screen and (max-width: 1239px) {
    .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: 1239px) {
    .lp-layout-grid.lp-smallScreen-column-2 > .lp-layout-grid-column:not([class*="of-column-"]),
    .lp-layout-grid.lp-smallScreen-column-2 > .lp-layout-grid-column[class*="of-column-"] {
        width: 50%;
    }
    .lp-layout-grid.lp-smallScreen-column-3 > .lp-layout-grid-column:not([class*="of-column-"]),
    .lp-layout-grid.lp-smallScreen-column-3 > .lp-layout-grid-column[class*="of-column-"] {
        width: 33.33333%;
    }
}

.lp-utility-textAlign-center {
    text-align: center;
}

.lp-utility-justifyContent-center {
    justify-content: center;
}

.lp-utility-textColor-emphasis {
    color: #dc002f;
}

.lp-utility-line-break {
    display: block;
}

@media only screen and (max-width: 1239px) {
    .lp-smallScreen-hide {
        display: none;
    }
}

@media only screen and (max-width: 1239px) {
    .lp-smallScreen-marginBottom-24 {
        margin-bottom: 24px;
    }
}

.lp-extraLargeScreen-hide {
    display: none;
}

@media only screen and (max-width: 1239px) {
    .lp-extraLargeScreen-hide {
        display: block;
    }
}

.lp-extraLargeScreen-text-large {
    font-size: 8rem;
}

@media only screen and (max-width: 1239px) {
    .lp-extraLargeScreen-text-large {
        font-size: unset;
    }
}

.lp-extraLargeScreen-textAlign-center {
    text-align: center;
}

@media only screen and (max-width: 1239px) {
    .lp-extraLargeScreen-textAlign-center {
        text-align: initial;
    }
}

.lp-extraLargeScreen-line-break {
    display: block;
}

.lp-largeScreen-line-break {
    display: block;
}

@media only screen and (min-width: 425px) and (max-width: 1239px) {
    .lp-largeScreen-line-break {
        display: initial;
    }
}
