/*Google web fontsの使い方：https://fastcoding.jp/blog/all/webdesign/web-fonts/#no3*/
.footer {
  width: 100%;
  margin-top: 20px;
  background-color: #fff;
}
.footer-logo {
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
.footer-logo img {
  width: 40%;
}
.footer-logo a {
  color: #FF69B4;
}
.footer-menu {
  line-height: 35px;
  text-align: center;
  font-size: 20px;
  margin: 20px 0;
  color: #323242;
}
.footer-menu a:hover {
  color: #FF69B4;
}
.icon_array{
  margin: 0 auto 20px;
  text-align: center;
  justify-content: center;
  width: 100%;
}
.icon_array img{
  width: 5%;
}
.footer p {
  text-align: center;
  font-size: 14px;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .icon_array img{
    width: 10%;
  }
  .footer-menu {
  font-size: 16px;
  }
}