.tel_container {
  padding: 5rem;
  border: solid 1px rgba(0, 0, 0, 0.15);
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 640px) {
  .tel_container {
    padding: 7.5vw;
    flex-direction: column;
    gap: 5.625vw;
  }
}
.tel_item {
  width: 48%;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .tel_item {
    width: 100%;
    line-height: 1.3;
  }
}
.tel_text {
  font-family: "Crimson Pro", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 4.8rem;
  font-weight: 400;
  color: rgb(59, 124, 59);
}
@media only screen and (max-width: 640px) {
  .tel_text {
    font-size: 8.75vw;
  }
}
.tel_text.tel_num {
  display: inline-block;
  padding-left: 4.8rem;
  background: url(../img/common/icon_phone_green.svg) no-repeat left center;
  background-size: 2.8rem auto;
}
@media only screen and (max-width: 640px) {
  .tel_text.tel_num {
    padding-left: 7.5vw;
    background-size: 4.375vw auto;
  }
}
.tel_text.fax_num {
  display: inline-block;
  padding-left: 5.4rem;
  background: url(../img/common/icon_fax_green.svg) no-repeat left center;
  background-size: 3.8rem auto;
}
@media only screen and (max-width: 640px) {
  .tel_text.fax_num {
    padding-left: 8.4375vw;
    background-size: 5.9375vw auto;
  }
}/*# sourceMappingURL=contact.css.map */