footer .sns_icons {
  bottom: 5%;
  left: 50%;
  width: 450px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
footer .sns_icons img {
  width: 100%;
  height: auto;
  max-width: 30px;
}
footer .sns_icons a {
  display: block;
}
footer .sns_icons :nth-child(2) {
  padding-left: 50px;
}
footer .sns_icons :nth-child(3) {
  padding-left: 50px;
}
footer p {
  margin-top: 50px;
}

@media screen and (max-width: 414px) {
  footer .sns_icons {
    width: 90%;
  }
  footer .sns_icons img {
    min-width: 40px;
  }
}