.tel_container {
  padding: 4rem;
  border: solid 4px rgb(240, 236, 227);
  border-radius: 1.6rem;
}
@media only screen and (max-width: 640px) {
  .tel_container {
    padding: 6.25vw;
    border-radius: 2.5vw;
  }
}
.tel_container p {
  margin: 0;
}
.tel_number {
  margin-bottom: 0.5em;
  font-family: "Arial", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 4.8rem;
  color: rgb(255, 0, 0);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
  line-height: 1;
}
@media only screen and (max-width: 640px) {
  .tel_number {
    font-size: 8.125vw;
  }
}
.tel_number::before {
  content: "";
  width: 4rem;
  height: 4rem;
  background: url(../img/common/ico_freedial_red.svg) no-repeat center center;
  background-size: 100% auto;
}
@media only screen and (max-width: 640px) {
  .tel_number::before {
    width: 8.125vw;
    height: 8.125vw;
  }
}/*# sourceMappingURL=contact.css.map */