@charset "UTF-8";

: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;
    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 {
    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;
    font-size: 2rem;
}

.lp-buttonConversion-image {
    margin: -22px 0;
    border: 1px solid #ccc;
}

.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("../../../../../../") no-repeat center center;
}

.lp-buttonConversion.of-priceIcon-jpy .lp-buttonConversion-body::before {
    background: url("../../../../../../") no-repeat center center;
}

.lp-buttonConversion.of-priceIcon-gbp .lp-buttonConversion-body::before {
    background: url("../../../../../../") no-repeat center center;
}

.lp-buttonConversion.of-priceIcon-krw .lp-buttonConversion-body::before {
    background: url("../../../../../../") no-repeat center center;
}

.lp-buttonConversion.of-priceIcon-eur .lp-buttonConversion-body::before {
    background: url("../../../../../../") 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-layout-container {
    --COLOR_RED: #ce0010;
    --COLOR_WHITE: #fff;
    --COLOR_GRAY_PRIMARY: #6e6e6e;
    --COLOR_GRAY_SECONDARY: #3b3b3b;
    --COLOR_PRIMARY: #186d86;
    --COLOR_SECONDARY: #057736;
    --BG-COLOR_PRIMARY: #ecf4f5;
    --BG-COLOR_SECONDARY: #e1f1e1;
    --BG-COLOR_TERTIARY: #869f91;
    --LINER_GRADIENT_PRIMARY: linear-gradient(to bottom, #e1fbfe 0%, #eff3f3 100%);
}

.lp-jumbotron-content > *:last-child, .lp-jumbotron-body > *:last-child, .lp-jumbotron-titleGroup > *:last-child, .lp-jumbotron-textGroup > *:last-child, .lp-jumbotron-seriesGroup > *:last-child, .lp-labelNew-outer > *:last-child, .lp-label-outer > *:last-child, .lp-layout-header > *:last-child, .lp-layout-header-content > *:last-child, .lp-layout-header-logo > *:last-child, .lp-layout-header-utilityGroup > *:last-child, .lp-layout-header-utilityList > *:last-child, .lp-layout-header-utilityList > * > *:last-child, .lp-layout-main > *:last-child, .lp-section.of-conversion .lp-section-body > *:last-child, .lp-layout-grid-column > *:last-child, .lp-card-content > *:last-child, .lp-media-body > *:last-child, .lp-listButton > li > *:last-child, .lp-listFeature > li > *:last-child, .lp-listNote-body > *:last-child, .lp-layout-footer-inner > *:last-child {
    margin-bottom: 0;
}

.lp-jumbotron-content {
    grid-gap: 48px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    max-width: calc(1440px + 64px);
    margin: auto;
    padding: 56px 32px 0;
}

@media only screen and (max-width: 1919px) {
    .lp-jumbotron-content {
        padding-top: calc(3.2rem + ((1vw - 1.023rem) * (2.67857)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-jumbotron-content {
        grid-gap: calc(2rem + ((1vw - 0.36rem) * (4.22323)));
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        padding: 0 calc(2rem + ((1vw - 0.36rem) * (1.80995))) 0;
    }
}

@media only screen and (max-width: 1023px) {
    .lp-jumbotron-body {
        grid-column: 1;
        grid-row: 2 / 3;
        text-align: center;
    }
}

.lp-jumbotron-image {
    position: relative;
    align-self: flex-start;
}

@media only screen and (max-width: 1023px) {
    .lp-jumbotron-image {
        grid-column: 1;
        grid-row: 1 / 2;
        text-align: center;
    }
}

@media only screen and (max-width: 1023px) {
    .lp-jumbotron-image > img {
        width: calc(23.5rem + ((1vw - 0.36rem) * (31.97587)));
    }
}

.lp-jumbotron-titleGroup {
    margin-bottom: 48px;
}

@media only screen and (max-width: 1919px) {
    .lp-jumbotron-titleGroup {
        margin-bottom: calc(4rem + ((1vw - 1.023rem) * (0.89286)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-jumbotron-titleGroup {
        margin-bottom: calc(2.4rem + ((1vw - 0.36rem) * (2.41327)));
    }
}

.lp-jumbotron-title {
    display: block;
    margin-bottom: 16px;
    font-size: 6rem;
    line-height: 1.2;
}

@media only screen and (max-width: 1919px) {
    .lp-jumbotron-title {
        margin-bottom: calc(1.2rem + ((1vw - 1.023rem) * (0.44643)));
        font-size: calc(3.6rem + ((1vw - 1.023rem) * (2.67857)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-jumbotron-title {
        font-size: calc(2.4rem + ((1vw - 0.36rem) * (1.80995)));
    }
}

.lp-jumbotron-title > em {
    font-size: 8.6rem;
}

@media only screen and (max-width: 1919px) {
    .lp-jumbotron-title > em {
        font-size: calc(5.2rem + ((1vw - 1.023rem) * (3.79464)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-jumbotron-title > em {
        font-size: calc(3.2rem + ((1vw - 0.36rem) * (3.01659)));
    }
}

.lp-jumbotron-subtitle {
    display: block;
    margin-bottom: 32px;
    font-size: 2.7rem;
    line-height: 1.4;
}

@media only screen and (max-width: 1919px) {
    .lp-jumbotron-subtitle {
        margin-bottom: calc(2.4rem + ((1vw - 1.023rem) * (0.89286)));
        font-size: calc(1.7rem + ((1vw - 1.023rem) * (1.11607)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-jumbotron-subtitle {
        font-size: calc(1.8rem + ((1vw - 0.36rem) * (-0.15083)));
    }
}

.lp-jumbotron-textGroup {
    display: flex;
    align-items: flex-start;
    margin-bottom: 24px;
}

@media only screen and (max-width: 1023px) {
    .lp-jumbotron-textGroup {
        justify-content: center;
    }
}

.lp-jumbotron-seriesGroup {
    display: flex;
    flex-wrap: wrap;
}

@media only screen and (max-width: 1023px) {
    .lp-jumbotron-seriesGroup {
        flex-direction: column;
        align-items: flex-start;
    }
}

.lp-jumbotron-seriesName {
    display: block;
    margin-right: 8px;
    font-size: 2.2rem;
    text-align: left;
}

@media only screen and (max-width: 1919px) {
    .lp-jumbotron-seriesName {
        font-size: calc(1.8rem + ((1vw - 1.023rem) * (0.44643)));
    }
}

.lp-jumbotron-series {
    font-size: 2.2rem;
    font-weight: 400;
}

@media only screen and (max-width: 1919px) {
    .lp-jumbotron-series {
        font-size: calc(1.8rem + ((1vw - 1.023rem) * (0.44643)));
    }
}

.lp-label {
    font-size: 1.8rem;
    font-weight: 600;
}

@media only screen and (max-width: 1919px) {
    .lp-label {
        font-size: calc(1.4rem + ((1vw - 0.36rem) * (0.25657)));
    }
}

.lp-labelNew {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.3;
}

@media only screen and (max-width: 1919px) {
    .lp-labelNew {
        font-size: calc(1.4rem + ((1vw - 1.023rem) * (0.22321)));
    }
}

.lp-labelNew-outer {
    display: inline-flex;
    min-width: 55px;
    margin: 2px 8px 0 0;
    padding: 3px 10px;
    background-color: var(--COLOR_RED);
    color: var(--COLOR_WHITE);
    text-align: center;
}

@media only screen and (max-width: 1919px) {
    .lp-labelNew-outer {
        min-width: calc(5.2rem + ((1vw - 1.023rem) * (0.33482)));
    }
}

.lp-label-outer {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-right: auto;
    margin-bottom: 16px;
    margin-left: auto;
    padding: 8px 48px;
    border: 1px solid var(--COLOR_PRIMARY);
    border-radius: 40px;
    background-color: var(--COLOR_WHITE);
    color: var(--COLOR_PRIMARY);
}

@media only screen and (max-width: 1023px) {
    .lp-label-outer {
        padding: calc(0.6rem + ((1vw - 0.36rem) * (0.30166))) calc(4rem + ((1vw - 0.36rem) * (1.20664)));
    }
}

.lp-label-outer.of-primary {
    border: 1px solid var(--COLOR_SECONDARY);
    color: var(--COLOR_SECONDARY);
}

.lp-layout-header {
    z-index: 10;
    position: relative;
}

.lp-layout-header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: calc(1440px + 64px);
    margin: auto;
    padding: 24px 32px;
}

@media only screen and (max-width: 1023px) {
    .lp-layout-header-content {
        padding: calc(2rem + ((1vw - 0.36rem) * (0.60332))) calc(2rem + ((1vw - 0.36rem) * (1.80995)));
    }
}

.lp-layout-header-logo {
    margin-right: 24px;
    margin-bottom: 0;
    line-height: 1;
}

@media only screen and (max-width: 1023px) {
    .lp-layout-header-logo {
        margin: auto;
    }
}

.lp-layout-header-logo img {
    width: 178px;
    height: 32px;
}

@media only screen and (max-width: 1023px) {
    .lp-layout-header-logo img {
        width: calc(10.3rem + ((1vw - 0.36rem) * (11.31222)));
        height: calc(1.8rem + ((1vw - 0.36rem) * (2.11161)));
    }
}

@media only screen and (max-width: 360px) {
    .lp-layout-header-logo img {
        width: 103px;
        height: 18px;
    }
}

.lp-layout-header-utilityGroup {
    flex: 1;
}

.lp-layout-header-utilityList {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin: -8px 0 8px -8px;
}

.lp-layout-header-utilityList > * {
    margin-top: 8px;
    padding-left: 8px;
}

.lp-layout-main {
    max-width: calc(1440px + 64px);
    margin: auto;
    padding: 80px 32px 0;
}

@media only screen and (max-width: 1023px) {
    .lp-layout-main {
        padding: calc(4rem + ((1vw - 0.36rem) * (6.03318))) calc(2rem + ((1vw - 0.36rem) * (12.06637))) 0;
    }
}

.lp-section:not(.of-conversion) {
    padding-bottom: 80px;
}

@media only screen and (max-width: 1023px) {
    .lp-section:not(.of-conversion) {
        padding-bottom: calc(4rem + ((1vw - 0.36rem) * (6.03318)));
    }
}

.lp-section.of-conversion .lp-section-content {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
}

@media only screen and (max-width: 1023px) {
    .lp-section.of-conversion .lp-section-content {
        flex-direction: column-reverse;
    }
}

.lp-section.of-conversion .lp-section-image {
    min-width: 420px;
    margin-right: 48px;
}

@media only screen and (max-width: 1919px) {
    .lp-section.of-conversion .lp-section-image {
        width: calc(42rem + ((1vw - 1.023rem) * (30.80357)));
        margin-right: calc(2.4rem + ((1vw - 1.023rem) * (2.67857)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-section.of-conversion .lp-section-image {
        min-width: calc(32rem + ((1vw - 0.36rem) * (15.08296)));
        margin-right: 0;
        margin-bottom: 16px;
    }
}

.lp-text {
    font-size: 1.8rem;
}

@media only screen and (max-width: 1023px) {
    .lp-text {
        font-size: 1.6rem;
    }
}

.lp-textConversion {
    margin-bottom: 48px;
    font-size: 4rem;
    line-height: 1.3;
}

@media only screen and (max-width: 1919px) {
    .lp-textConversion {
        font-size: calc(3rem + ((1vw - 1.023rem) * (1.11607)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-textConversion {
        margin-bottom: calc(2.4rem + ((1vw - 0.36rem) * (3.61991)));
        font-size: calc(2rem + ((1vw - 0.36rem) * (1.5083)));
    }
}

.lp-layout-grid {
    grid-gap: 16px 48px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
}

@media only screen and (max-width: 1919px) {
    .lp-layout-grid {
        grid-gap: 16px calc(2.4rem + ((1vw - 1.023rem) * (2.67857)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-layout-grid {
        grid-template-columns: 1fr;
    }
}

.lp-card {
    margin-bottom: 24px;
}

.lp-card-content {
    height: 100%;
    padding: 48px;
    border-radius: 16px;
    background-color: var(--BG-COLOR_PRIMARY);
}

@media only screen and (max-width: 1919px) {
    .lp-card-content {
        padding: calc(2.4rem + ((1vw - 1.023rem) * (2.67857)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-card-content {
        padding: calc(2rem + ((1vw - 0.36rem) * (0.60332)));
    }
}

.lp-media-image {
    margin-top: 16px;
    text-align: center;
}

.lp-headingLevel2 {
    margin-bottom: 8px;
    font-size: 4rem;
    font-weight: 400;
}

@media only screen and (max-width: 1919px) {
    .lp-headingLevel2 {
        font-size: calc(2.4rem + ((1vw - 0.36rem) * (1.0263)));
    }
}

.lp-listButton {
    margin: -24px 0 40px -24px;
}

@media only screen and (max-width: 1919px) {
    .lp-listButton {
        margin-bottom: calc(3.2rem + ((1vw - 1.023rem) * (0.89286)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-listButton {
        margin-bottom: calc(2rem + ((1vw - 0.36rem) * (1.80995)));
    }
}

.lp-listButton.of-marginBottom-primary {
    margin-bottom: 40px;
}

@media only screen and (max-width: 1023px) {
    .lp-listButton.of-smallScreen-centering {
        justify-content: center;
    }
}

.lp-listButton > li {
    margin-top: 24px;
    padding-left: 24px;
}

.lp-listButton.of-flex {
    display: flex;
    flex-wrap: wrap;
}

.lp-listFeature {
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 16px;
    padding: 8px 16px;
}

@media only screen and (max-width: 1023px) {
    .lp-listFeature {
        flex-direction: column;
        margin-bottom: 24px;
    }
}

.lp-listFeature > li {
    color: var(--COLOR_SECONDARY);
    font-size: 1.6rem;
}

@media only screen and (max-width: 1919px) {
    .lp-listFeature > li {
        font-size: calc(1.4rem + ((1vw - 1.023rem) * (0.22321)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-listFeature > li {
        text-align: center;
    }
}

.lp-listFeature > li + li {
    position: relative;
    margin-left: 32px;
}

@media only screen and (max-width: 1023px) {
    .lp-listFeature > li + li {
        margin-top: 8px;
        margin-left: 0;
    }
}

.lp-listFeature > li + li::before {
    position: absolute;
    top: 50%;
    left: -16px;
    width: 1px;
    height: 1em;
    transform: translateY(-50%);
    background-color: var(--BG-COLOR_TERTIARY);
    content: "";
}

@media only screen and (max-width: 1023px) {
    .lp-listFeature > li + li::before {
        content: none;
    }
}

.lp-listFeature-outer {
    width: 100%;
    background-color: var(--BG-COLOR_SECONDARY);
}

.lp-listNote {
    margin-top: -8px;
}

.lp-listNote-body {
    margin-top: 8px;
    color: var(--COLOR_GRAY_PRIMARY);
    font-size: 1.2rem;
}

.lp-listNote-mark {
    margin-right: 2px;
}

.lp-listNote-text .of-text-noWrap {
    display: inline-block;
}

.lp-layout-footer-content {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: calc(1440px + 64px);
    margin: auto;
    padding: 32px 32px 45px;
}

@media only screen and (max-width: 1023px) {
    .lp-layout-footer-content {
        padding: calc(4rem + ((1vw - 0.36rem) * (-1.20664))) calc(2rem + ((1vw - 0.36rem) * (1.80995))) calc(1.8rem + ((1vw - 0.36rem) * (4.0724)));
    }
}

.lp-layout-footer-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.lp-layout-footer-list > li {
    font-size: 1.2rem;
}

.lp-layout-footer-list > li + li {
    position: relative;
    margin-left: 12px;
    padding-left: 12px;
}

.lp-layout-footer-list > li + li::before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 13px;
    transform: translateY(-50%);
    background-color: var(--COLOR_GRAY_SECONDARY);
    content: "";
}

.lp-layout-footer-list > li > a {
    color: var(--COLOR_GRAY_SECONDARY);
    font-size: inherit;
    text-decoration: none;
}

.lp-layout-footer-list > li > a:hover {
    text-decoration: underline;
}

@media only screen and (max-width: 969px) {
    .lp-layout-footer-list > li > .lp-layout-footer-list {
        margin-bottom: 10px;
    }
}

.lp-layout-footer-copyright {
    color: inherit;
}

@media only screen and (max-width: 969px) {
    .lp-layout-footer-copyright {
        width: 100%;
        margin-left: 0 !important;
        padding-left: 0 !important;
        text-align: center;
    }
}

@media only screen and (max-width: 969px) {
    .lp-layout-footer-copyright::before {
        content: none !important;
    }
}

.lp-textPhone {
    display: block;
    margin-bottom: 24px;
}

.lp-textPhone.of-centering {
    text-align: center;
}

.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-buttonConversion-body {
    padding: 10px 8px 10px 24px;
}

@media only screen and (max-width: 1919px) {
    .lp-buttonConversion-text {
        font-size: calc(1.6rem + ((1vw - 1.023rem) * (0.44643)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-buttonConversion-text {
        font-size: 1.6rem;
    }
}

.lp-utility-line-break {
    display: block;
}

.lp-utility-color-primary {
    color: var(--COLOR_PRIMARY);
}

.lp-utility-color-secondary {
    color: var(--COLOR_SECONDARY);
}

.lp-utility-textAlign-center {
    text-align: center;
}

.lp-utility-textAlign-right {
    text-align: right;
}

@media only screen and (max-width: 1023px) {
    .lp-smallScreen-hide {
        display: none;
    }
}

@media only screen and (max-width: 1023px) {
    .lp-smallScreen-textAlign-center {
        text-align: center;
    }
}

@media only screen and (max-width: 1023px) {
    .lp-smallScreen-height-auto {
        height: auto !important;
    }
}

@media only screen and (min-width: 1024px) {
    .lp-largeScreen-hide {
        display: none;
    }
}

@media only screen and (min-width: 1024px) {
    .lp-largeScreen-textAlign-right {
        text-align: right;
    }
}
