.s-cta-new__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  background: linear-gradient(90deg, #4f7fa3, #154d7c);
  padding: 64px 40px;
  border-radius: 32px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .s-cta-new__content {
    padding: 40px 24px;
  }
}
.s-cta-new__lead {
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.012em;
}
.s-cta-new .a-heading {
  color: #fff;
  font-weight: bold;
  margin: 0;
  font-size: 24px;
}
.s-cta-new .a-caption {
  color: #fff;
  font-size: 12px;
  line-height: 24px;
}
.s-cta-new .s-two-nutton_narrow__wraper {
  gap: 24px;
}
@media only screen and (max-width: 767px) {
  .s-cta-new .s-two-nutton_narrow__wraper {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
}
.s-cta-new .s-two-nutton_narrow {
  width: auto;
  flex-grow: 1;
}

.s-floating_cta {
  display: flex;
  justify-content: center;
  position: fixed;
  z-index: 11;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  padding-block: 24px;
  color: #FFF;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
@media only screen and (max-width: 767px) {
  .s-floating_cta {
    padding-inline: 32px;
  }
}
.s-floating_cta.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.s-floating_cta-item {
  margin-left: 8px;
  margin-right: 8px;
  max-width: 400px;
}
@media only screen and (max-width: 767px) {
  .s-floating_cta-item {
    max-width: 100%;
  }
}

.s-cta__btn-mr-0 {
  margin-right: 0 !important;
}
.s-cta__btn.a-button {
  height: 56px;
  padding: 1.6rem 1.4rem;
  margin-bottom: 0;
  gap: 0.8rem;
}
.s-cta__btn.a-button .a-button__icon {
  display: flex;
  flex: 0 0 24px;
  align-items: center;
}
.s-cta__btn.a-button .a-button__text {
  flex: 1 1;
  text-align: center;
}
.s-cta__btn.a-button:hover .a-button__text::after {
  display: none;
}
.s-cta__btn.-outlined {
  border: 1px solid #d74c53;
  background-color: #fff;
  color: #d74c53;
}

@media only screen and (max-width: 700px) {
  #chatbot-toggle_button_karte {
    bottom: 110px !important;
  }
}/*# sourceMappingURL=static_baikyaku-guide-20260831.css.map */