@charset "UTF-8";

.contact-btn {
  max-width: fit-content;
  margin: 0 auto;
}

.btnStyle_contact {
  text-align: center;
  background-color: #000;
  color: #fff;
  line-height: 1em;
  font-size: 16px;
  font-size: 4.26667vw;
  font-family: Lato, sans-serif;
  font-weight: 700;
  letter-spacing: .02em;
  padding: 4.8vw;
  overflow: hidden;
  border-radius: 10px;
  font-size: 2rem;
  padding: 18px;
}

.btnStyle_contact span {
  position: relative;
  color: #fff;
}

.btnStyle_contact:hover {
  opacity: .7;
  transition: .3s all ease-in-out;
}

.contact-btn .txStyle_01 {
  margin: 30px 0 0;
  text-align: center;
}