.footer-sns{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 80px;
  margin: 40px auto 0;
}

.footer-sns img{
  width: 25px;
}

.footer-banner{
  text-align:center;
  margin-top: -150px;
  padding-bottom: 150px;
}

.footer-banner img{
  width: auto;
}
@media (max-width: 1024px) {
  /* 200901 dai追加 開始*/

    .footer-banner{
      width: 85%;
      max-width: 500px;
      margin: 0 auto;
      text-align:center;
      margin-top: -40px;
      padding-bottom: 170px;
  }

  .footer-banner img{
      width: 100%;
  }
}
/* 200901 dai追加 終了*/