/* Scss Document */
.content__tel {
  margin: 4rem auto 0;
}
@media only screen and (max-width: 640px) {
  .content__tel {
    margin: 6.25vw auto 0;
    text-align: center;
  }
}
.content__tel address a {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-size: 6.4rem;
  font-weight: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
@media only screen and (max-width: 640px) {
  .content__tel address a {
    font-size: 10vw;
    justify-content: center;
  }
}
.content__tel address a::before {
  margin-top: 0.1em;
  margin-right: 0.25em;
  content: "";
  width: 2.6rem;
  height: 5.2rem;
  background: url(../img/common/icon_tel.svg) no-repeat left center;
  background-size: 100% auto;
}
@media only screen and (max-width: 640px) {
  .content__tel address a::before {
    width: 4.375vw;
    height: 8.75vw;
  }
}
.content__open {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 400;
}
@media only screen and (max-width: 640px) {
  .content__open {
    font-size: 3.125vw;
  }
}/*# sourceMappingURL=contact.css.map */