.lp-cta {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 80px;
}

.lp-cta__container {
  max-width: 920px;
  margin-inline: auto;
  padding-inline: 20px;
}

.lp-cta--type2 .lp-cta__container {
  max-width: 100%;
  padding-inline: 0;
}

.lp-cta--type2 .lp-cta__box {
  border-radius: 0;
}

.lp-cta--type3 {
  position: absolute;
  bottom: 200px;
  left: 50%;
  width: 100%;
  max-width: 920px;
  padding-inline: 20px;
  translate: -50% 0;
}

.lp-cta--type3 .lp-cta__container {
  padding-inline: 0;
}

.lp-cta__box {
  padding-top: 34px;
  padding-bottom: 40px;
  padding-inline: 20px;
  border-radius: 16px;
  background-color: #069;
}

.lp-cta__text-main {
  margin-bottom: 5px;
  color: #fff;
  font-weight: 700;
  font-size: 48px;
  font-family: "fot-tsukuardgothic-std", sans-serif;
}

.lp-cta__text-sub {
  color: #fff;
  font-weight: 400;
}

.lp-cta__buttons {
  display: flex;
  justify-content: center;
  margin-top: 32px;
  gap: 16px;
}

.lp-cta__buttons .lp-button {
  width: 248px;
  font-size: 18px;
}

.lp-cta__tel-text {
  margin-top: 28px;
  color: #fff;
  line-height: 1.5;
}

.lp-cta__tel {
  color: #fff;
  font-weight: 700;
  font-family: "fot-tsukuardgothic-std", sans-serif;
}

.lp-cta__tel span {
  margin-right: -10px;
  font-weight: inherit;
  font-size: 32px;
}

.lp-cta__tel a {
  display: inline-block;
  padding-left: 10px;
  font-weight: inherit;
  font-size: 48px;
}

.lp-cta__tel-time {
  margin-top: -6px;
  color: #fff;
  font-weight: 400;
  line-height: 1.5;
  font-family: "Noto Sans JP", serif;
  letter-spacing: 1.28px;
}

article .body__content .lp-cta .lp-button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  border: 1px solid transparent;
  border-radius: 40px;
  transition: all 0.3s ease-out;
  font-weight: 500;
}

.body__content .lp-cta .lp-button.lp-button--primary {
  border-color: #74573b !important;
  background-color: #fff !important;
  color: #74573b !important;
  text-decoration: none  !important;;
}

.body__content .lp-cta .lp-button.lp-button--secondary {
  border-color: #f0e745 !important;
  background-color: #f0e745 !important;
  color: #74573b !important;
  text-decoration: none  !important;;
}
@media (any-hover: hover) {
  .body__content .lp-cta .lp-button.lp-button--primary:hover,
  .body__content .lp-cta .lp-button.lp-button--secondary:hover {
    border-color: #74573b!important;
    background-color: #74573b !important;
    color: #fff !important;
  }
}

@media screen and (max-width: 768px) {

  .lp-cta--type3 {
    bottom: 310px;
  }

  .lp-cta__container {
    padding-inline: 0;
  }


  .lp-cta__box {
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 14px;
  }

  .lp-cta__text-main {
    font-size: 23px;
  }

  .lp-cta__buttons {
    flex-direction: column;
    align-items: center;
  }

  .lp-cta__tel span {
    font-size: 22px;
  }


  .lp-cta__box {
    padding-inline: 10px;
  }

  .lp-cta__tel span {
    margin-right: -6px;
  }

  .lp-cta__tel a {
    font-size: 38px;
  }

  .lp-cta__buttons .lp-button {
    font-size: 15px;
  }
}