.outside-container {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
}

.inside-container {
  max-width: 1080px;
  margin: 0 auto;
}

a {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

a:hover {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0.6;
}

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

footer {
  text-align: center;
}

@media screen and (max-width: 767px) {
	footer {
		margin: 0 0 64px 0;
	}
}

footer h2 {
  color: #0078ED;
}

footer .sns a {
  display: inline-block;
}

footer .sns a:nth-child(1) {
  margin-right: 2%;
}

footer .address{
  margin: 0 0 10px 0;
}
footer .address p {
  margin: 0;
}

footer .address p:nth-child(2) {
  margin: 0.5% 0;
}

footer .address a {
  color: #0078ED;
  padding-left: 2%;
  position: relative;
}

footer .address a::before {
  content: url(../image/common/footer/f-telephone.png);
  position: absolute;
  top: -5px;
  left: -9%;
}

@media (max-width: 767px) {
  footer .address a::before {
    left: -21%;
  }
}
/*# sourceMappingURL=footer.css.map */