body {
  background-color: white;
}

#btn_fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  cursor: pointer;
  z-index: 30;
  margin: 0 auto;
  background-color: rgba(255, 249, 165, 0.8);
}

.cta-container {
  max-width: 750px;
  margin: 0 auto;
}

.cta-buttons {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 1px !important;
  gap: 10px;
  flex: 1 1 300px;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 12px;
  color: #fff;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.2), 0 6px 12px rgba(0, 0, 0, 0.15);
}
.btn img {
  width: 25px;
  height: 25px;
}
.btn .arrow {
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #fff;
  flex-shrink: 0;
  right: 10px;
}
.btn:hover {
  transform: translateY(-2px);
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.3), 0 8px 14px rgba(0, 0, 0, 0.25);
}

.tel-btn {
  background: linear-gradient(to bottom, #FBC155, #ff8800);
}
.tel-btn:hover {
  background: linear-gradient(to bottom, #ff8800, #FBC155);
}

.line-btn {
  background: linear-gradient(to bottom, #06c755, #00B900);
}
.line-btn:hover {
  background: linear-gradient(to bottom, #00B900, #06c755);
}

.btn_fixed_sp {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 0 30px;
  z-index: 9999;
}
@media screen and (min-width: 768px) {
  .btn_fixed_sp {
    display: none;
  }
}

#titanium_lifting .ttl_border_fukidashi_pink::after {
  border-color: white rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}

#titanium_lifting section[id^=tl-] [id$=list].flex > li {
  background: #fff;
}/*# sourceMappingURL=lp_titanium_lifting.css.map */