#footer .footer {
  padding: 45px 0 90px;
  background: url(../img/dot.png) repeat center top/12px auto;
}
#footer .footer .footer_inner {
  text-align: center;
}
#footer .footer .footer_inner .footer_tel {
  display: inline-grid;
  grid-gap: 3px;
  background-color: #FFFFFF;
  border: 3px solid #f08c00;
  padding: 20px;
  margin-bottom: 40px;
}
#footer .footer .footer_inner .footer_tel a {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 3rem;
  display: grid;
  grid-template-columns: repeat(2, auto);
  align-items: center;
  grid-gap: 0.25em;
}
#footer .footer .footer_inner .footer_tel a img {
  width: 0.66em;
}
#footer .footer .footer_inner .footer_tel span {
  font-size: 1.4rem;
  justify-self: end;
}
#footer .footer .footer_inner .copyright {
  color: #FFFFFF;
  font-size: 1.1rem;
}
@media screen and (max-width: 768px) {
  #footer .footer {
    padding: 30px 0;
  }
  #footer .footer .footer_inner .footer_tel {
    margin-bottom: 30px;
  }
  #footer .footer .footer_inner .footer_tel a {
    font-size: min(8vw, 3rem);
  }
}