.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;
  }
}
.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.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;
}

.lp-textPhone > *:last-child,
.lp-layout-cluster-column > *:last-child,
.lp-card-content > *:last-child,
.lp-card > *:last-child,
.lp-mediaAsset > *:last-child,
.lp-mediaAsset-body > *:last-child,
.lp-media-body > *:last-child,
.lp-media > *:last-child,
.lp-section-content > *:last-child,
.lp-section > *:last-child,
.lp-listOrdered > li > *:last-child,
.lp-listOrdered > *:last-child,
.lp-jumbotron-seriesGroup > *:last-child,
.lp-jumbotron-titleGroup > *:last-child,
.lp-jumbotron-body > *:last-child,
.lp-jumbotron-content > *:last-child,
.lp-jumbotron > *:last-child {
  margin-bottom: 0;
}

.lp-layout-container {
  position: relative;
  width: 100%;
  background-color: #eaedf2;
}
.lp-layout-container::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 871px;
  background: linear-gradient(
    white,
    rgba(255, 255, 255, 0.95),
    rgba(255, 255, 255, 0)
  );
}
@media only screen and (max-width: 1280px) {
  .lp-layout-container::before {
    height: calc(73.8rem + (1vw - 0.36rem) * (13.8541666667));
  }
}

.lp-jumbotron {
  overflow: hidden;
}
.lp-jumbotron-content {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  max-width: 1320px;
  margin: 0 auto 24px;
  padding: 0 20px;
}
@media only screen and (max-width: 1024px) {
  .lp-jumbotron-content {
    position: relative;
    flex-direction: column-reverse;
    align-items: center;
    padding: 24px calc(2rem + (1vw - 0.36rem) * (12.0481927711)) 0;
  }
  .lp-jumbotron-content::after {
    content: "";
    position: absolute;
    top: 56px;
    right: 0;
    width: 100%;
    max-width: 1024px;
    height: 100%;
    max-height: calc(24rem + (1vw - 0.36rem) * (45.1807228916));
    overflow: hidden;
    background: url("../../img/landing_page/pr_2d-vision-guided-robotics_01140325/pr_2d-vision-guided-robotics_01140325_bg_01.jpg")
      no-repeat;
    background-size: cover;
  }
}
.lp-jumbotron-body {
  display: flex;
  position: relative;
  z-index: 1;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  min-height: 580px;
  margin: auto 0;
  padding: 24px 0;
}
@media only screen and (max-width: 1280px) {
  .lp-jumbotron-body {
    min-height: calc(52rem + (1vw - 1.024rem) * (23.4375));
  }
}
@media only screen and (max-width: 1024px) {
  .lp-jumbotron-body {
    min-height: auto;
    padding: 16px 0 40px;
    text-align: center;
  }
}
.lp-jumbotron-body::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: -320px;
  width: 100%;
  min-width: 1920px;
  height: 100%;
  overflow: hidden;
  background: url("../../img/landing_page/pr_2d-vision-guided-robotics_01140325/pr_2d-vision-guided-robotics_01140325_bg_01.jpg")
    no-repeat;
  background-position: center;
  background-size: cover;
}
@media only screen and (max-width: 1320px) {
  .lp-jumbotron-body::after {
    right: -20px;
    min-width: 100vw;
  }
}
@media only screen and (max-width: 1024px) {
  .lp-jumbotron-body::after {
    content: none;
  }
}
.lp-jumbotron-title {
  display: block;
  margin-bottom: 16px;
  font-size: 6.4rem;
  font-weight: bold;
  line-height: 1.3;
}
@media only screen and (max-width: 1320px) {
  .lp-jumbotron-title {
    font-size: calc(6rem + (1vw - 1.28rem) * (10));
  }
}
@media only screen and (max-width: 1280px) {
  .lp-jumbotron-title {
    font-size: calc(4.4rem + (1vw - 1.024rem) * (6.25));
  }
}
@media only screen and (max-width: 1024px) {
  .lp-jumbotron-title {
    font-size: calc(2.8rem + (1vw - 0.36rem) * (2.4096385542));
  }
}
.lp-jumbotron-title > span {
  display: block;
  font-weight: bold;
}
.lp-jumbotron-titleGroup {
  margin-bottom: 24px;
}
.lp-jumbotron-title.of-primary {
  font-size: 5.7rem;
}
@media only screen and (max-width: 1320px) {
  .lp-jumbotron-title.of-primary {
    font-size: calc(5.3rem + (1vw - 1.28rem) * (10));
  }
}
@media only screen and (max-width: 1280px) {
  .lp-jumbotron-title.of-primary {
    font-size: calc(4rem + (1vw - 1.024rem) * (5.078125));
  }
}
@media only screen and (max-width: 1024px) {
  .lp-jumbotron-title.of-primary {
    font-size: calc(2.8rem + (1vw - 0.36rem) * (2.4096385542));
  }
}
.lp-jumbotron-title.of-secondary {
  font-size: 5.2rem;
}
@media only screen and (max-width: 1320px) {
  .lp-jumbotron-title.of-secondary {
    font-size: calc(4.8rem + (1vw - 1.28rem) * (10));
  }
}
@media only screen and (max-width: 1280px) {
  .lp-jumbotron-title.of-secondary {
    font-size: calc(3.8rem + (1vw - 1.024rem) * (3.90625));
  }
}
@media only screen and (max-width: 1024px) {
  .lp-jumbotron-title.of-secondary {
    font-size: calc(2.8rem + (1vw - 0.36rem) * (1.8072289157));
  }
}
.lp-jumbotron-title.of-tertiary {
  font-size: 6.4rem;
}
@media only screen and (max-width: 1280px) {
  .lp-jumbotron-title.of-tertiary {
    font-size: calc(5.4rem + (1vw - 1.024rem) * (3.90625));
  }
}
@media only screen and (max-width: 1024px) {
  .lp-jumbotron-title.of-tertiary {
    font-size: calc(2.8rem + (1vw - 0.36rem) * (3.9156626506));
  }
}
.lp-jumbotron-subtitle {
  display: block;
  margin-bottom: 40px;
  color: #04729b;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
}
@media only screen and (max-width: 1280px) {
  .lp-jumbotron-subtitle {
    margin-bottom: calc(2.4rem + (1vw - 1.024rem) * (6.25));
    font-size: calc(2rem + (1vw - 1.024rem) * (1.5625));
  }
}
@media only screen and (max-width: 1024px) {
  .lp-jumbotron-subtitle {
    margin-bottom: 24px;
    font-size: calc(1.6rem + (1vw - 0.36rem) * (0.6024096386));
  }
}
.lp-jumbotron-image {
  z-index: 1;
  padding-top: 16px;
  padding-right: 40px;
}
@media only screen and (max-width: 1280px) {
  .lp-jumbotron-image {
    max-width: calc(52rem + (1vw - 1.024rem) * (39.0625));
    padding-right: calc(2.4rem + (1vw - 1.024rem) * (6.25));
  }
}
@media only screen and (max-width: 1024px) {
  .lp-jumbotron-image {
    max-width: calc(26.6rem + (1vw - 0.36rem) * (44.2771084337));
    padding: 0;
  }
}
.lp-jumbotron-series {
  display: block;
  margin-bottom: 24px;
  font-size: 2rem;
  font-weight: normal;
  line-height: 1.5;
}
@media only screen and (max-width: 1280px) {
  .lp-jumbotron-series {
    font-size: calc(1.8rem + (1vw - 1.024rem) * (0.78125));
  }
}
@media only screen and (max-width: 1024px) {
  .lp-jumbotron-series {
    padding: 0;
    font-size: calc(1.6rem + (1vw - 0.36rem) * (0.6024096386));
  }
}
.lp-jumbotron-seriesGroup {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.lp-jumbotron-seriesName {
  display: block;
}
@media only screen and (max-width: 1024px) {
  .lp-jumbotron-seriesName {
    display: inline;
  }
}

.lp-label {
  display: block;
  color: #dc002f;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
}
@media only screen and (max-width: 1280px) {
  .lp-label {
    font-size: calc(2rem + (1vw - 1.024rem) * (1.5625));
  }
}
@media only screen and (max-width: 1024px) {
  .lp-label {
    margin-bottom: 8px;
    font-size: calc(1.6rem + (1vw - 0.36rem) * (1.2048192771));
  }
}
.lp-label-outer {
  margin-top: 8px;
  padding-left: 8px;
}

.lp-listButton {
  display: flex;
  flex-wrap: wrap;
  margin: -16px 0 24px -16px;
}
@media only screen and (max-width: 1024px) {
  .lp-listButton {
    justify-content: center;
  }
}
.lp-listButton > li {
  margin-top: 16px;
  padding-left: 16px;
}
.lp-listOrdered {
  margin-bottom: 16px;
}
.lp-listOrdered > li {
  position: relative;
  margin-bottom: 32px;
  padding-left: 34px;
  font-size: 1.8rem;
  line-height: 1.5;
  counter-increment: number;
}
@media only screen and (max-width: 1024px) {
  .lp-listOrdered > li {
    margin-bottom: 16px;
    font-size: 1.6rem;
  }
}
.lp-listOrdered > li::before {
  content: counter(number);
  display: flex;
  position: absolute;
  top: 50%;
  left: 0;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: #04729b;
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .lp-listOrdered > li::before {
    width: calc(2.4rem + (1vw - 0.36rem) * (0.3012048193));
    height: calc(2.4rem + (1vw - 0.36rem) * (0.3012048193));
    font-size: calc(1.4rem + (1vw - 0.36rem) * (0.3012048193));
  }
}
.lp-listOrdered.of-border-bottom > li::after {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 0;
  width: 100%;
  border-bottom: solid 1px #e5e8eb;
}
@media only screen and (max-width: 1024px) {
  .lp-listOrdered.of-border-bottom > li::after {
    bottom: -8px;
  }
}
.lp-listOrdered.of-border-bottom > li:last-child::after {
  display: none;
}

.lp-section {
  color: #283741;
  line-height: 1.5;
}
.lp-section.of-primary {
  background-color: #fff;
}
.lp-section.of-primary .lp-section-content {
  padding: 64px 20px 24px;
}
@media only screen and (max-width: 1024px) {
  .lp-section.of-primary .lp-section-content {
    padding: 40px calc(2rem + (1vw - 0.36rem) * (12.0481927711)) 43px;
  }
}
.lp-section-content {
  max-width: 1320px;
  margin: 0 auto;
  padding: 60px 20px 140px;
}
@media only screen and (max-width: 1280px) {
  .lp-section-content {
    padding: calc(4.8rem + (1vw - 1.024rem) * (4.6875)) 20px
      calc(8rem + (1vw - 1.024rem) * (23.4375));
  }
}
@media only screen and (max-width: 1024px) {
  .lp-section-content {
    padding: 40px calc(2rem + (1vw - 0.36rem) * (12.0481927711));
  }
}
.lp-section-content.of-paddingBottom-primary {
  padding-bottom: 100px;
}
@media only screen and (max-width: 1024px) {
  .lp-section-content.of-paddingBottom-primary {
    padding-bottom: 40px;
  }
}

.lp-headingLevel2 {
  position: relative;
  z-index: 2;
  margin: 0 auto 64px;
  color: #04729b;
  font-size: 4.8rem;
  font-weight: normal;
  line-height: 1.7;
  text-align: center;
}
@media only screen and (max-width: 1280px) {
  .lp-headingLevel2 {
    margin: 0 auto calc(3.2rem + (1vw - 1.024rem) * (12.5));
    font-size: calc(4rem + (1vw - 1.024rem) * (3.125));
  }
}
@media only screen and (max-width: 1024px) {
  .lp-headingLevel2 {
    margin-bottom: 32px;
    font-size: calc(2.4rem + (1vw - 0.36rem) * (2.4096385542));
  }
}
.lp-headingLevel2 > .of-border-bottom {
  padding-bottom: 5px;
  border-bottom: 1px solid #04729b;
}

.lp-media {
  display: flex;
  margin-bottom: 64px;
}
@media only screen and (max-width: 1024px) {
  .lp-media {
    flex-direction: column;
    margin-bottom: 32px;
  }
}
.lp-media.of-row-reverse {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 1024px) {
  .lp-media.of-row-reverse {
    flex-direction: column;
  }
}
.lp-media.of-row-reverse .lp-media-image {
  padding-right: 40px;
  padding-left: 0;
}
@media only screen and (max-width: 1024px) {
  .lp-media.of-row-reverse .lp-media-image {
    padding-right: 0;
  }
}
.lp-media-body {
  flex: 1;
}
@media only screen and (max-width: 1024px) {
  .lp-media-body {
    margin-bottom: 24px;
  }
}
.lp-media-image {
  padding-left: 40px;
}
@media only screen and (max-width: 1280px) {
  .lp-media-image {
    max-width: calc(60rem + (1vw - 1.024rem) * (66.40625));
  }
}
@media only screen and (max-width: 1024px) {
  .lp-media-image {
    max-width: 100%;
    padding-left: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .lp-media.of-primary {
    display: flex;
    flex-direction: row !important;
  }
}
.lp-media.of-primary .lp-media-body {
  flex: 1;
  margin-right: 16px;
}
@media only screen and (max-width: 1024px) {
  .lp-media.of-primary .lp-media-body {
    flex: initial;
    margin: auto 8px auto 0;
  }
}
.lp-media.of-primary .lp-media-image {
  padding-right: 0;
  padding-left: 0;
}
.lp-media.of-primary .lp-media-image > img {
  max-width: 120px;
}
@media only screen and (max-width: 1024px) {
  .lp-media.of-primary .lp-media-image > img {
    max-width: 80px;
  }
}
.lp-mediaAsset {
  display: flex;
  margin-bottom: 24px;
}
@media only screen and (max-width: 1024px) {
  .lp-mediaAsset {
    flex-direction: column-reverse;
  }
}
.lp-mediaAsset-body {
  margin-right: 40px;
}
@media only screen and (max-width: 1024px) {
  .lp-mediaAsset-body {
    margin-right: 0;
  }
}
.lp-mediaAsset-text {
  margin-bottom: 32px;
  font-size: 2.8rem;
  line-height: 1.5;
}
@media only screen and (max-width: 1024px) {
  .lp-mediaAsset-text {
    margin-bottom: 24px;
    font-size: calc(2.4rem + (1vw - 0.36rem) * (0.6024096386));
  }
}
.lp-mediaAsset-image {
  margin-top: 20px;
  padding-left: 20px;
}
.lp-mediaAsset-imageOuter {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: -20px 0 24px -20px;
}
@media only screen and (max-width: 1024px) {
  .lp-mediaAsset-imageOuter {
    padding-bottom: 24px;
  }
}

.lp-text {
  margin-bottom: 32px;
  font-size: 1.8rem;
  line-height: 1.7;
}
@media only screen and (max-width: 1024px) {
  .lp-text {
    margin-bottom: 24px;
    font-size: calc(1.6rem + (1vw - 0.36rem) * (0.3012048193));
    line-height: 1.5;
  }
}
.lp-textLead {
  font-size: 2rem;
  line-height: 1.5;
}
@media only screen and (max-width: 1024px) {
  .lp-textLead {
    font-size: calc(1.6rem + (1vw - 0.36rem) * (0.6024096386));
  }
}

.lp-card {
  margin-bottom: 24px;
  border-radius: 5px;
  background-color: #fff;
}
@media only screen and (max-width: 1024px) {
  .lp-card {
    max-width: 480px;
    margin: 0 auto;
  }
}
.lp-card-content {
  margin-bottom: 24px;
  padding: 20px 16px;
}
@media only screen and (max-width: 1024px) {
  .lp-card-content {
    padding: 16px;
  }
}

.lp-layout-cluster {
  display: flex;
  margin: -8px 0 16px -8px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1024px) {
  .lp-layout-cluster {
    flex-direction: column;
  }
}
.lp-layout-cluster.of-primary {
  flex-direction: column;
}
.lp-layout-cluster-column {
  margin-top: 8px;
  padding-left: 8px;
}

.lp-buttonConversion {
  transition-property: background-color;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.lp-buttonConversion:hover {
  background-color: #c6002a;
}
.lp-buttonConversion.of-primary:hover {
  background-color: #116b81;
}

.AutoPhoneCall {
  color: #394151 !important;
  text-decoration: none !important;
}
.AutoPhoneCall em {
  font-weight: 600;
}

.lp-navigationSeries-linkList > li > a {
  color: #666;
}
.lp-navigationSeries-linkList > li > a::before {
  border-top: 1px solid #666;
  border-right: 1px solid #666;
}

/* =================================================================================================
utility
================================================================================================= */
.lp-utility-fontSize-primary {
  font-size: 3.6rem;
}
@media only screen and (max-width: 1280px) {
  .lp-utility-fontSize-primary {
    font-size: calc(3rem + (1vw - 1.024rem) * (2.34375));
  }
}
@media only screen and (max-width: 1024px) {
  .lp-utility-fontSize-primary {
    font-size: calc(1.8rem + (1vw - 0.36rem) * (1.8072289157));
  }
}

.lp-utility-fontSize-secondary {
  font-size: 3.2rem;
}
@media only screen and (max-width: 1280px) {
  .lp-utility-fontSize-secondary {
    font-size: calc(3rem + (1vw - 1.024rem) * (0.78125));
  }
}
@media only screen and (max-width: 1024px) {
  .lp-utility-fontSize-secondary {
    font-size: calc(1.8rem + (1vw - 0.36rem) * (1.8072289157));
  }
}

.lp-utility-fontSize-tertiary {
  font-size: 3rem;
}
@media only screen and (max-width: 1280px) {
  .lp-utility-fontSize-tertiary {
    font-size: calc(2.8rem + (1vw - 1.024rem) * (0.78125));
  }
}
@media only screen and (max-width: 1024px) {
  .lp-utility-fontSize-tertiary {
    font-size: calc(1.8rem + (1vw - 0.36rem) * (1.8072289157));
  }
}

.lp-utility-lineHeight-primary {
  line-height: 1.2;
}

.lp-utility-lineHeight-secondary {
  line-height: 1.7 !important;
}

.lp-utility-lineHeight-tertiary {
  line-height: 2.2;
}

.lp-utility-paddingBottom-primary {
  padding-bottom: 0 !important;
}

@media only screen and (max-width: 1024px) {
  .lp-smallScreen-lineHeight-primary {
    line-height: 1.6;
  }
}

@media only screen and (max-width: 1024px) {
  .lp-smallScreen-marginBottom-primary {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 1024px) {
  .lp-smallScreen-marginBottom-secondary {
    margin-bottom: 8px;
  }
}

@media only screen and (max-width: 1024px) {
  .lp-smallScreen-marginBottom-tertiary {
    margin-bottom: 24px;
  }
}

.lp-utility-alignItems-center {
  align-items: center;
}

.lp-utility-justifyContent-center {
  justify-content: center;
}

.lp-utility-textAlign-center {
  text-align: center;
}

.lp-utility-line-break {
  display: block;
}

.lp-largeScreen-hidden {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .lp-largeScreen-hidden {
    display: block;
  }
}

@media only screen and (max-width: 1024px) {
  .lp-smallScreen-hidden {
    display: none;
  }
}

.lp-utility-text-noWrap {
  display: inline;
  white-space: nowrap;
}

/* =================================================================================================
tel
================================================================================================= */
.lp-textPhone {
  margin-bottom: 24px;
  color: #333;
}
.lp-textPhone-number {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1;
}
.lp-textPhone-numberGroup {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0 !important;
  margin-bottom: 8px;
}
.lp-textPhone-numberGroup.of-primary {
  flex-wrap: wrap;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1;
}
.lp-textPhone-note {
  margin-top: 0 !important;
  margin-bottom: 8px;
  font-size: 1.2rem;
  line-height: 1.75;
}
.lp-textPhone-icon {
  width: 30px;
  height: 30px;
}
