@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;
  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-weight: normal;
  font-size: 1.1rem;
  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: 62.5%;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
*::before, *::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  min-width: 320px;
  color: #333;
  font-family: source-han-sans-japanese, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.5;
  word-wrap: break-word;
  word-break: break-word;
  overflow-wrap: anywhere;
}

main {
  display: block;
}

p {
  margin-bottom: 0;
}

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] {
  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%;
}

:root {
  --LP_COLOR_WHITE: #fff;
  --LP_COLOR_LIGHT: #555;
  --LP_COLOR_GRAY: #454545;
  --LP_COLOR_DARK: #333;
  --LP_COLOR_BLUE: #193264;
  --LP_COLOR_PRIMARY: #dc002f;
  --LP_COLOR_BACKGROUND_PRIMARY: linear-gradient(90deg, #e4e7ed 0%, #eef0f2 100%);
  --LP_COLOR_BACKGROUND_SECONDARY: linear-gradient(90deg, #b1d6ff 0%, rgba(177, 214, 255, 0) 100%);
  --LP_COLOR_BACKGROUND_TERTIARY: linear-gradient(180deg, #e4e7ed 0%, #eef0f2 100%);
  --LP_DROP_SHADOW_PRIMARY: 0px 3px 6px rgba(0, 0, 0, 0.16);
  --LP_DROP_SHADOW_SECONDARY: 0px 4px 16px rgba(0, 0, 0, 0.57);
  --LP_FONT_WEIGHT_BOLD: 700;
  --LP_FONT_WEIGHT_SEMIBOLD: 600;
  --LP_FONT_WEIGHT_NORMAL: 400;
  --LP_LINE_HEIGHT_PRIMARY: 1.2;
  --LP_LINE_HEIGHT_SECONDARY: 1;
}

.lp-buttonConversion.of-download .lp-buttonConversion-body::before {
  background: url("../../../../img/landing_page/common/icon_btn_dl.png") no-repeat center center !important;
}

.lp-buttonConversion.of-anchor .lp-buttonConversion-body::before {
  background: url("../../../../img/landing_page/common/icon_btn_anc_03.png") no-repeat center center !important;
}

.lp-textPhoneLink-body > *:last-child, .lp-textPhoneLink > *:last-child, .lp-listButton > li > *:last-child, .lp-listButton > *:last-child, .lp-listProduct > *:last-child, .lp-jumbotron-titleGroup > *:last-child, .lp-jumbotron-content > *:last-child, .lp-layout-footer-content > *:last-child, .lp-layout-footer > *:last-child, .lp-layout-header-utilityList > li > *:last-child, .lp-layout-header-utilityList > *:last-child, .lp-layout-header-utilityGroup > *:last-child, .lp-layout-header-content > *:last-child, .lp-layout-main > *:last-child {
  margin-bottom: 0;
}

.lp-layout-container {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background: var(--LP_COLOR_BACKGROUND_PRIMARY);
}
@media screen and (max-width: 1023px) {
  .lp-layout-container {
    justify-content: flex-start;
    height: 100%;
    background: var(--LP_COLOR_BACKGROUND_TERTIARY);
  }
}

.lp-layout-main {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  padding: 0 0 20px;
  color: var(--LP_COLOR_DARK);
}
@media screen and (max-width: 1023px) {
  .lp-layout-main {
    flex: 0 0 auto;
    justify-content: flex-start;
    padding: 0;
  }
}

.lp-layout-header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1640px;
  margin-inline: auto;
  padding: 27px 40px;
}
@media screen and (max-width: 1639px) {
  .lp-layout-header-content {
    padding: 27px calc(2rem + (1vw - 1.024rem) * (3.2467532468));
  }
}
@media screen and (max-width: 1023px) {
  .lp-layout-header-content {
    justify-content: center;
    margin-bottom: 8px;
    padding: calc(1.7rem + (1vw - 0.36rem) * (1.5060240964)) 20px;
  }
}
.lp-layout-header-logo {
  line-height: 1;
}
.lp-layout-header-logo > a {
  display: block;
}
.lp-layout-header-logo img {
  width: 140px;
}
@media screen and (max-width: 1023px) {
  .lp-layout-header-logo img {
    width: 91px;
  }
}
.lp-layout-header-utilityGroup {
  flex: 1;
  margin-bottom: 16px;
  padding-left: 16px;
}
.lp-layout-header-utilityList {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin: -8px 0 16px -16px;
}
.lp-layout-header-utilityList > li {
  margin-top: 8px;
  padding-left: 16px;
}

.lp-layout-footer-content {
  max-width: 1640px;
  margin-inline: auto;
  padding: 16px 80px;
}
@media screen and (max-width: 1319px) {
  .lp-layout-footer-content {
    padding: 0 calc(2rem + (1vw - 0.36rem) * (4.6875)) calc(1.2rem + (1vw - 0.36rem) * (0.3125));
  }
}
@media screen and (max-width: 360px) {
  .lp-layout-footer-content {
    padding: 0 20px 12px;
  }
}
.lp-layout-footer-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: -12px 0 0 -24px;
  font-size: 1.2rem;
  font-weight: var(--LP_FONT_WEIGHT_NORMAL);
  line-height: var(--LP_LINE_HEIGHT_PRIMARY);
  text-align: center;
}
.lp-layout-footer-list > li {
  position: relative;
  margin: 12px 0 0 24px;
  color: var(--LP_COLOR_LIGHT);
}
.lp-layout-footer-list > li::before {
  display: block;
  position: absolute;
  content: "";
  top: 50%;
  left: -12px;
  width: 1px;
  height: 16px;
  transform: translateY(-50%);
  background-color: var(--LP_COLOR_LIGHT);
}
.lp-layout-footer-list > li:first-child::before {
  display: none;
}
.lp-layout-footer-list > li a {
  color: var(--LP_COLOR_LIGHT);
  text-decoration: none;
}
@media (hover) {
  .lp-layout-footer-list > li a:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 1023px) {
  .lp-layout-footer-list > li:last-child {
    flex-shrink: 0;
    width: calc(100% - 40px);
  }
  .lp-layout-footer-list > li:last-child::before {
    content: none;
  }
}

.lp-jumbotron-content {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  max-width: 1640px;
  margin-inline: auto;
  padding: 0 40px;
  gap: 72px;
}
@media screen and (max-width: 1639px) {
  .lp-jumbotron-content {
    padding: 0 calc(2rem + (1vw - 1.024rem) * (3.2467532468));
    gap: calc(2.4rem + (1vw - 1.024rem) * (7.7922077922));
  }
}
@media screen and (max-width: 1023px) {
  .lp-jumbotron-content {
    flex-direction: column-reverse;
    padding: 0 20px;
    gap: 16px;
  }
}
.lp-jumbotron-body {
  display: flex;
  flex-direction: column;
  max-width: 750px;
}
@media screen and (max-width: 1639px) {
  .lp-jumbotron-body {
    width: calc(50rem + (1vw - 1.024rem) * (40.5844155844));
  }
}
@media screen and (max-width: 1023px) {
  .lp-jumbotron-body {
    width: 100%;
    max-width: 500px;
  }
}
@media screen and (max-width: 1639px) {
  .lp-jumbotron-image {
    width: 0 calc(50rem + (1vw - 1.024rem) * (39.6103896104));
  }
}
@media screen and (max-width: 1319px) {
  .lp-jumbotron-image {
    width: calc(32rem + (1vw - 0.36rem) * (27.1084337349));
  }
}
.lp-jumbotron-title {
  display: block;
  margin-bottom: 12px;
  font-size: 6rem;
}
@media screen and (max-width: 1639px) {
  .lp-jumbotron-title {
    font-size: calc(4.6rem + (1vw - 1.32rem) * (4.375));
  }
}
@media screen and (max-width: 1319px) {
  .lp-jumbotron-title {
    font-size: calc(3.6rem + (1vw - 0.36rem) * (2.5));
  }
}
@media screen and (max-width: 1023px) {
  .lp-jumbotron-title {
    text-align: center;
  }
}
@media screen and (max-width: 360px) {
  .lp-jumbotron-title {
    margin-bottom: 16px;
    font-size: 3.6rem;
  }
}
.lp-jumbotron-titleGroup {
  margin-bottom: 48px;
}
@media screen and (max-width: 1023px) {
  .lp-jumbotron-titleGroup {
    margin-bottom: 40px;
  }
}
.lp-jumbotron-series {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 16px;
  font-size: 2rem;
  font-weight: var(--LP_FONT_WEIGHT_NORMAL);
  line-height: var(--LP_LINE_HEIGHT_PRIMARY);
  row-gap: 6px;
}
@media screen and (max-width: 1023px) {
  .lp-jumbotron-series {
    justify-content: center;
    column-gap: 12px;
    font-size: calc(1.6rem + (1vw - 0.36rem) * (0.6024096386));
    row-gap: 4px;
  }
}
@media screen and (max-width: 1023px) {
  .lp-jumbotron-seriesGroup {
    text-align: center;
  }
}
.lp-jumbotron-seriesName {
  display: block;
  margin-bottom: 6px;
  font-size: 2rem;
  font-weight: var(--LP_FONT_WEIGHT_NORMAL);
}
@media screen and (max-width: 1023px) {
  .lp-jumbotron-seriesName {
    font-size: calc(1.6rem + (1vw - 0.36rem) * (0.6024096386));
  }
}
.lp-jumbotron-seriesName > em {
  font-weight: var(--LP_FONT_WEIGHT_BOLD);
}
@media screen and (max-width: 1023px) {
  .lp-jumbotron-seriesName > em {
    display: block;
  }
}

.lp-label {
  display: flex;
  justify-content: center;
  width: fit-content;
  min-width: 52px;
  max-width: 110px;
  padding: 4px 10px;
  background: var(--LP_COLOR_PRIMARY);
  color: var(--LP_COLOR_WHITE);
  font-size: 1.4rem;
  font-weight: var(--LP_FONT_WEIGHT_BOLD);
  line-height: var(--LP_LINE_HEIGHT_SECONDARY);
}
@media screen and (max-width: 1023px) {
  .lp-label {
    min-width: 45px;
    padding: 2px 8px;
    font-size: 1.2rem;
  }
}

.lp-listProduct {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 48px;
}
@media screen and (max-width: 1319px) {
  .lp-listProduct {
    margin-bottom: calc(4rem + (1vw - 0.36rem) * (0.625));
    gap: calc(1.6rem + (1vw - 0.36rem) * (0.3125));
  }
}
@media screen and (max-width: 1023px) {
  .lp-listProduct {
    order: 1;
    width: 369px;
    margin-inline: auto;
  }
}
@media screen and (max-width: 639px) {
  .lp-listProduct {
    width: 309px;
  }
}
@media screen and (max-width: 360px) {
  .lp-listProduct {
    gap: 16px;
  }
}
.lp-listProduct li {
  padding: 12px 20px;
  background: var(--LP_COLOR_BACKGROUND_SECONDARY);
  font-size: 2.8rem;
  font-weight: var(--LP_FONT_WEIGHT_BOLD);
}
@media screen and (max-width: 1639px) {
  .lp-listProduct li {
    font-size: calc(2rem + (1vw - 0.36rem) * (0.625));
  }
}
@media screen and (max-width: 360px) {
  .lp-listProduct li {
    font-size: 2rem;
  }
}

.lp-listButton {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
  gap: 16px;
}
@media screen and (max-width: 1023px) {
  .lp-listButton {
    margin-bottom: 40px;
  }
}
.lp-listButton > li.of-flex {
  display: flex;
  flex-wrap: wrap;
}
.lp-listButton > li.of-flex > * {
  width: 100%;
}

.lp-buttonConversion.of-download {
  font-size: 2.4rem;
}
@media screen and (max-width: 639px) {
  .lp-buttonConversion.of-download {
    font-size: 1.8rem;
  }
}
.lp-buttonConversion.of-download .lp-buttonConversion-body {
  padding: 12px 12px 12px 53px;
}

.lp-textPhoneLink {
  display: block;
  margin-bottom: 24px;
}
@media screen and (max-width: 1023px) {
  .lp-textPhoneLink {
    margin-bottom: 44px;
  }
}
.lp-textPhoneLink-number {
  max-width: 200px;
  font-size: 2rem;
  font-weight: var(--LP_FONT_WEIGHT_BOLD);
  line-height: 1;
}
.lp-textPhoneLink-numberGroup {
  display: flex;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
}
.lp-textPhoneLink-note {
  display: block;
  max-width: 300px;
  margin: 0 16px 8px 0;
  font-size: 1.2rem;
  line-height: 1.2;
}
@media screen and (max-width: 1023px) {
  .lp-textPhoneLink-note {
    margin: 0 0 8px 0;
  }
}
.lp-textPhoneLink-icon {
  width: 36px;
  min-width: 36px;
  height: 20px;
  min-height: 20px;
  margin-right: 8px;
}
.lp-textPhoneLink-icon .of-iconColor-primary {
  fill: #00a23f;
}
.lp-textPhoneLink-icon .of-iconColor-secondary {
  fill: #fe8800;
}
.lp-textPhoneLink-icon .of-iconColor-tertiary {
  fill: #0086b1;
}
.lp-textPhoneLink-icon .of-iconColor-quaternary {
  fill: #838079;
}
.lp-textPhoneLink-icon .of-iconColor-quinary {
  fill: #1e1c1c;
}
.lp-textPhoneLink.of-footer .lp-textPhoneLink-body {
  flex-direction: column;
  gap: 0.4rem;
}
.lp-textPhoneLink.of-footer .lp-textPhoneLink-number {
  font-size: 2.4rem;
}

a.lp-textPhoneLink-body,
a:hover.lp-textPhoneLink-body {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
  opacity: 1;
  color: var(--LP_COLOR_GRAY);
  text-decoration: none;
  cursor: default;
}

@media not screen and (max-width: 1023px) {
  .lp-largeScreen-hide {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .lp-largeScreen-textAlign-center {
    text-align: center;
  }
}
@media screen and (max-width: 1023px) {
  .lp-largeScreen-line-break {
    display: block;
  }
}

@media screen and (max-width: 1319px) {
  .lp-extraLargeScreen-line-break {
    display: block;
  }
}

@media screen and (max-width: 1023px) {
  .lp-smallScreen-hide {
    display: none;
  }
  .lp-smallScreen-textAlign-center {
    text-align: center;
  }
  .lp-smallScreen-line-break {
    display: block;
  }
}

.lp-utility-line-break {
  display: block;
}
.lp-utility-textAlign-center {
  text-align: center;
}
.lp-utility-textAlign-left {
  text-align: left;
}
.lp-utility-justifyContent-center {
  justify-content: center;
}
