.grecaptcha-badge {
  visibility: hidden;
}

body a {
  text-decoration: none;
}

.is-color-main {
  background: #FFDE37;
}

.is-color-btn {
  background: #010204;
}

.floating-btn {
  position: fixed;
  bottom: 0.05rem;
  left: 50%;
  transform: translateX(-50%);
  font-weight: bold;
  padding: 0.75rem 4rem 0.75rem 3rem;
  border-radius: 100px;
  background-color: #010204;
  color: #fff;
  transition: background-color 0.3s;
  z-index: 50;
  letter-spacing: 1px;
  white-space: nowrap;
}
.floating-btn ::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(-135deg);
  bottom: 16px;
  right: 1.6rem;
}
@media only screen and (min-width: 768px) {
  .floating-btn {
    left: inherit;
    right: 10px;
    bottom: 10px;
    transform: inherit;
  }
}

.floating-btn:hover {
  background-color: #111827;
}

.contact-btn-ttl {
  border-radius: 0.375rem 0.375rem 0 0;
  text-align: center;
  letter-spacing: 2px;
  position: relative;
  background-color: #010204;
}
.contact-btn-ttl::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 12px;
  height: 12px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  bottom: 22px;
  right: 2rem;
}

@media (min-width: 768px) {
  .contact-btn-ttl {
    border-radius: 0.375rem 0 0 0.375rem;
  }
  .contact-btn-ttl::after {
    transform: rotate(-45deg);
    right: inherit;
    bottom: 4rem;
    left: 18px;
  }
}
.privacy-link {
  cursor: pointer;
}
.privacy-link:hover {
  opacity: 0.9;
}

#privacy-content {
  font-size: 10px;
  padding: 10px;
  background-color: #f9fafb;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-bottom: 10px;
}
#privacy-content ul {
  list-style: disc;
  margin-left: 1rem;
}
#privacy-content h2 {
  font-weight: bold;
}
#privacy-content p {
  margin-bottom: 4px;
}/*# sourceMappingURL=style.css.map */