@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-triangleIconTriangle .lp-buttonConversion-body {
    position: relative;
    padding-left: 53px;
}

.lp-buttonConversion.of-triangleIconTriangle .lp-buttonConversion-body::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 24px;
    width: 19px;
    height: 18px;
    transform: translateY(-50%);
    content: "";
}

.lp-buttonConversion.of-triangleIconTriangle .lp-buttonConversion-body::before {
    position: absolute;
    top: 50%;
    left: 26px;
    width: 0;
    height: 0;
    transform: translateY(-50%);
    border-top: 6px solid transparent;
    border-right: 0 solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 13px solid #fff;
    content: "";
}

.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;
}

:root {
    font-size: 10px;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

*::before, *::after {
    box-sizing: border-box;
}

html {
    -webkit-text-size-adjust: 100%;
}

.thema-KJ {
    -webkit-text-size-adjust: 100%;
    font-size: 62.5%;
}

.thema-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;
    -moz-appearance: button;
    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;
    -moz-appearance: textfield;
    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;
}

body {
    word-wrap: break-word;
    word-break: break-word;
    overflow-wrap: anywhere;
}

#header.simple {
    margin-bottom: 0;
}

#header p {
    margin-bottom: 0;
}

#main.lp {
    margin-top: 0;
}

#main p {
    margin-top: 0;
}

#footer.simple {
    margin-top: 0;
}

#footer.simple > .utility > .inner > .copy {
    margin-bottom: 0;
}

sup {
    top: 0;
}

:root {
    --fontFamily-primary: source-han-serif-japanese, serif;
    --color-primary: #fff;
    --color-secondary: #f9fafc;
    --color-tertiary: #06c;
    --color-quaternary: #1875b9;
    --color-quinary: #0060a5;
    --color-senary: #0068af;
    --color-septenary: #d5d5d5;
    --color-octonary: #f0f0f0;
    --color-novenary: #999;
    --color-decenary: #ccc;
    --colorEmphasis-primary: var(--color-quinary);
    --gradient-primary: linear-gradient(180deg, #eeeff5 0%, transparent 100%);
}

.lp-jumbotron-content > *:last-child, .lp-jumbotron-body > *:last-child, .lp-jumbotron-titleGroup > *:last-child, .lp-jumbotron-seriesGroup > *:last-child, .lp-jumbotron-image > *:last-child, .lp-section > *:last-child, .lp-section-content > *:last-child, .lp-labelGroup > *:last-child, .lp-listButton > *:last-child, .lp-listOrdered > *:last-child, .lp-listOrdered > li > *:last-child, .lp-listNote > *:last-child, .lp-listNote > li > *:last-child, .lp-step > .lp-step-column > *:last-child, .lp-stepFeature > *:last-child, .lp-stepFeature > li > *:last-child, .lp-card > *:last-child, .lp-cardFeature > *:last-child, .lp-cardFeature-header > *:last-child, .lp-cardFeature-body > *:last-child, .lp-media > *:last-child, .lp-media-body > *:last-child, .lp-media-image > *:last-child, .lp-mediaAsset > *:last-child, .lp-mediaAsset-body > *:last-child, .lp-mediaAsset-image > *:last-child, .lp-link-body > *:last-child {
    margin-bottom: 0 !important;
}

.lp-jumbotron {
    position: relative;
    margin-bottom: 0;
    background: var(--color-primary);
}

.lp-jumbotron::before {
    display: block;
    position: absolute;
    bottom: -32px;
    left: 0;
    width: 100%;
    height: 32px;
    background: var(--gradient-primary);
    content: "";
}

.lp-jumbotron-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    max-width: 970px;
    margin: 0 auto;
    padding: 24px 0 56px;
}

.lp-jumbotron-content > .lp-listButton {
    width: calc(100% + 32px);
}

.lp-jumbotron-body {
    flex: 1;
    margin-bottom: 32px;
}

.lp-jumbotron-title {
    font-size: 60px;
    font-weight: bold;
    line-height: 1.4;
}

.lp-jumbotron-title span {
    font-weight: bold;
}

.lp-jumbotron-titleGroup {
    margin-bottom: 32px;
}

.lp-jumbotron-subTitle {
    display: block;
    font-size: 42px;
    font-weight: bold;
    line-height: 1.4;
}

.lp-jumbotron-subTitle span {
    font-weight: bold;
}

.lp-jumbotron-subTitle.of-primary {
    font-size: 32px;
}

.lp-jumbotron-series {
    font-family: var(--fontFamily-primary);
    font-size: 24px;
    line-height: 1.5;
}

.lp-jumbotron-seriesName {
    display: block;
}

.lp-jumbotron-seriesGroup {
    display: flex;
    margin-bottom: 32px;
}

.lp-jumbotron-seriesGroup > * + * {
    margin-left: 8px;
}

.lp-jumbotron-seriesGroup span {
    font-weight: bold;
}

.lp-jumbotron-image {
    margin-bottom: 14px;
}

.lp-section-content {
    max-width: 970px;
    margin: 0 auto;
    padding: 60px 0 47px;
}

.lp-section.of-primary > .lp-section-content {
    padding: 56px 0;
}

.lp-section.of-backgroundColor-primary {
    background: var(--color-secondary);
}

.lp-headingLevel2 {
    margin-bottom: 24px;
    font-size: 42px;
    font-weight: bold;
    line-height: 1.4;
}

.lp-headingLevel2 span {
    font-weight: bold;
}

.lp-headingLevel2-subText {
    display: block;
    color: var(--color-quaternary);
    font-size: 16px;
}

.lp-headingLevel3 {
    margin-bottom: 32px;
    font-size: 32px;
    font-weight: bold;
    line-height: 1.4;
}

.lp-headingLevel3 span {
    font-weight: bold;
}

.lp-headingLevel4 {
    margin-bottom: 12px;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.4;
}

.lp-headingLevel4 span {
    font-weight: bold;
}

.lp-headingLevel5 {
    margin-bottom: 12px;
    font-size: 19px;
    font-weight: bold;
    line-height: 1.4;
}

.lp-headingLevel5 span {
    font-weight: bold;
}

.lp-label {
    --decoration-primary: linear-gradient(90deg, var(--color-quaternary) 0%, transparent 100%);
    --decoration-secondary: linear-gradient(90deg, transparent 0%, var(--color-quaternary) 100%);
    display: block;
    position: relative;
    min-width: 110px;
    margin-bottom: 8px;
    padding: 4px 19px;
    color: var(--color-quaternary);
    font-family: var(--fontFamily-primary);
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
}

.lp-label > span {
    font-weight: bold;
}

.lp-label::before, .lp-label::after {
    display: block;
    position: absolute;
    width: 101px;
    height: 1px;
    content: "";
}

.lp-label::before {
    top: 0;
    left: 9px;
    background: var(--decoration-primary);
}

.lp-label::after {
    bottom: 0;
    left: 0;
    background: var(--decoration-secondary);
}

.lp-label-text {
    display: block;
}

.lp-label-text::before, .lp-label-text::after {
    display: block;
    position: absolute;
    width: 101px;
    height: 1px;
    content: "";
}

.lp-label-text::before {
    top: 3px;
    left: 4px;
    background: var(--decoration-primary);
}

.lp-label-text::after {
    bottom: 3px;
    left: 4px;
    background: var(--decoration-secondary);
}

.lp-labelGroup {
    display: block;
}

.lp-listButton {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: -32px 0 32px -32px;
}

.lp-listButton > li {
    margin-top: 32px;
    padding-left: 32px;
}

.lp-listButton.of-center {
    justify-content: center;
}

.lp-listUnordered {
    margin: -8px 0 8px -16px;
}

.lp-listUnordered > li {
    position: relative;
    margin-top: 8px;
    margin-left: 16px;
    padding-left: 16px;
    font-size: 15px;
    line-height: 1.5;
}

.lp-listUnordered > li::before {
    display: block;
    position: absolute;
    top: 10px;
    left: 0;
    width: 8px;
    height: 2px;
    background-color: var(--color-quaternary);
    content: "";
}

.lp-listUnordered.of-primary > li::before {
    background-color: var(--color-novenary);
}

.lp-listOrdered {
    margin: -4px 0 32px -32px;
    counter-reset: number;
}

.lp-listOrdered > li {
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    min-height: 66px;
    margin-top: 4px;
    padding-left: 80px;
    font-size: 19px;
    font-weight: bold;
    line-height: 1.4;
    counter-increment: number;
}

.lp-listOrdered > li::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 32px;
    transform: translateY(-50%);
    color: var(--color-quaternary);
    font-family: var(--fontFamily-primary);
    font-size: 42px;
    white-space: nowrap;
    content: "";
    content: counter(number);
    opacity: 0.5;
}

.lp-listOrdered > li span {
    font-weight: bold;
}

.lp-listNote {
    margin: -8px 0 16px -8px;
}

.lp-listNote > li {
    margin-top: 8px;
    padding-left: 8px;
    font-size: 13px;
    line-height: 1.5;
    text-align: right;
}

.lp-step {
    display: flex;
    margin: -24px 0 48px -66px;
}

.lp-step > .lp-step-column {
    display: flex;
    width: calc(320px + 66px);
    margin-top: 24px;
    padding-left: 66px;
}

.lp-step > .lp-step-column > * {
    width: 100%;
}

.lp-step > .lp-step-column + .lp-step-column {
    position: relative;
    flex: 1;
}

.lp-step > .lp-step-column + .lp-step-column::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 21px;
    height: 60px;
    transform: translateY(-50%);
    border-width: 30px 0 30px 30.3px;
    border-style: solid;
    border-color: transparent transparent transparent var(--color-quaternary);
    content: "";
}

.lp-stepFeature {
    display: flex;
    flex-direction: column;
    margin: -24px 0 24px -24px;
}

.lp-stepFeature > li {
    margin-top: 24px;
    padding-left: 24px;
}

.lp-card {
    margin-bottom: 56px;
    padding: 32px 32px 47px;
    border-top: 3px solid var(--color-senary);
    background-color: var(--color-primary);
}

.lp-card.of-shadow {
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
}

.lp-card.of-primary {
    margin-bottom: 8px;
    padding: 24px;
    border-top: 0;
    background-color: var(--color-octonary);
}

.lp-cardFeature {
    margin-bottom: 24px;
    overflow: hidden;
    border: 1px solid var(--color-quaternary);
    border-radius: 10px;
}

.lp-cardFeature-header {
    margin-bottom: 0;
    padding: 5px 24px 6px;
    background-color: var(--color-quaternary);
    text-align: center;
}

.lp-cardFeature-title {
    margin-bottom: 16px;
    color: var(--color-primary);
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;
}

.lp-cardFeature-body {
    padding: 24px 19px;
}

.lp-cardFeature-body > .lp-media .lp-media-body {
    padding: 0 20px;
}

.lp-cardFeature.of-primary {
    border: 1px solid var(--color-septenary);
}

.lp-cardFeature.of-primary .lp-cardFeature-header {
    padding: 7px 24px 9px;
    background-color: var(--color-septenary);
}

.lp-cardFeature.of-primary .lp-cardFeature-title {
    color: inherit;
    font-size: 22px;
}

.lp-cardFeature.of-primary .lp-cardFeature-body {
    padding: 24px 29px;
}

.lp-cardFeature.of-primary .lp-cardFeature-body > .lp-media .lp-media-body {
    padding: 0;
}

.lp-media {
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 24px;
}

.lp-media-body {
    margin-top: 8px;
    margin-bottom: 0;
}

.lp-media-text {
    font-size: 15px;
    line-height: 1.5;
}

.lp-media-image {
    margin-bottom: 0;
    text-align: center;
}

.lp-media.of-horizontal {
    flex-direction: row;
    align-items: center;
}

.lp-media.of-horizontal .lp-media-body {
    flex: 1;
    margin-top: 0;
    padding: 0;
    text-align: start;
}

.lp-media.of-horizontal .lp-media-image {
    margin-left: 16px;
}

.lp-media.of-order-primary {
    flex-direction: row;
    align-items: center;
    margin: -24px 0 16px -80px;
}

.lp-media.of-order-primary > * {
    margin-top: 24px;
    margin-bottom: 0;
    padding-left: 80px;
}

.lp-media.of-order-primary > *:nth-of-type(1) {
    order: 1;
    width: calc(330px + 80px);
}

.lp-media.of-order-primary > *:nth-of-type(2) {
    order: 3;
    width: calc(330px + 80px);
}

.lp-media.of-order-primary > *:nth-of-type(3) {
    order: 2;
    width: calc(150px + 80px);
}

.lp-mediaAsset {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}

.lp-mediaAsset-body {
    flex: 1;
    max-width: 534px;
    text-align: center;
}

.lp-mediaAsset-text {
    margin-bottom: 32px;
    font-size: 24px;
    line-height: 1.5;
}

.lp-mediaAsset-image {
    margin-right: 64px;
}

.lp-mediaAsset-image.of-border {
    border: 1px solid #707070;
}

.lp-buttonConversion:link, .lp-buttonConversion:visited {
    color: var(--color-primary);
}

.lp-buttonConversion-text {
    font-size: 20px;
}

.lp-link {
    color: var(--color-tertiary);
    text-decoration: underline;
}

.lp-link:link, .lp-link:visited {
    color: var(--color-tertiary);
}

.lp-link-body {
    display: block;
    position: relative;
    padding-left: 20px;
}

.lp-link-body::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    height: 12px;
    transform: translateY(-50%);
    border-width: 7px 0 7px 13px;
    border-style: solid;
    border-color: transparent transparent transparent var(--color-quaternary);
    content: "";
}

.lp-link-text {
    display: block;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
}

.lp-text {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.8;
}

.lp-text.of-primary {
    margin-bottom: 0;
    font-size: 24px;
}

.lp-textLead {
    min-width: 330px;
    margin-bottom: 24px;
    padding: 4px 16px 3px;
    background-color: var(--color-quaternary);
    color: var(--color-primary);
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
}

.lp-textLead.of-primary {
    display: inline-block;
    min-width: 96px;
    margin-bottom: 16px;
    padding: 2px 10px;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
}

.lp-layout-cluster {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.lp-layout-cluster > * + * {
    margin-left: 64px;
}

.lp-divider {
    display: block;
    height: 1px;
    margin-bottom: 24px;
    background-color: var(--color-decenary);
}

.lp-divider.of-primary {
    background-color: var(--color-novenary);
}

.lp-textPhone {
    margin-bottom: 0;
    color: #333;
}

.lp-textPhone > *:last-child {
    margin-bottom: 0;
}

.lp-textPhone-number {
    font-size: 42px;
    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 {
    margin-top: 0 !important;
    margin-bottom: 8px;
    font-size: 15px;
    line-height: 1.2;
}

.lp-textPhone-icon {
    width: 47px;
    min-width: 47px;
    height: 27px;
    min-height: 27px;
    margin-top: 1rem;
    margin-right: 16px;
}

.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;
}

.lp-utility-fontFamily-primary {
    font-family: var(--fontFamily-primary);
}

.lp-utility-line-break {
    display: block;
}

.lp-utility-textAlign-center {
    text-align: center;
}

.lp-utility-color-emphasis {
    color: var(--colorEmphasis-primary);
}
