@charset "UTF-8";
footer {
  padding: 0 0 30px;
  background-color: #fff;
}
footer .inner {
  width: 100%;
}
footer .sns {
  padding: 25px 0 30px;
  background-color: #fffcdb;
}
footer .sns ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
}
footer .sns ul li {
  width: 150px;
  margin: 0 2%;
  text-align: center;
}
footer .sns ul li .sub {
  display: block;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #172a88;
  font-size: 24px;
  margin-bottom: 10px;
}
footer .sns ul li a {
  display: block;
  text-decoration: none;
  width: 70px;
  height: 70px;
  border-radius: 70px;
  font-size: 32px;
  line-height: 65px;
  text-align: center;
  background-color: #172a88;
  color: #fff100;
  margin: 0 auto;
}
footer .logo {
  padding: 70px 0;
}
footer .logo ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
}
footer .logo ul li {
  width: 200px;
  margin: 0 2%;
}
footer .logo img {
  width: 100%;
}
footer small {
  display: block;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  text-align: center;
}
.page-top a {
  display: block;
  width: 120px;
  position: fixed;
  right: 1%;
  bottom: 30px;
  z-index: 10;
}
.page-top a:hover {
  opacity: 1;
}
@media screen and (max-width:1050px) {
  footer {
    padding: 0 0 20px;
  }
  footer .sns {
    padding: 20px 0 25px;
  }
  footer .sns ul li {
    width: 120px;
  }
  footer .sns ul li .sub {
    font-size: 18px;
    margin-bottom: 5px;
  }
  footer .sns ul li a {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    font-size: 24px;
    line-height: 47px;
  }
  footer .logo {
    padding: 30px 0 90px;
  }
  footer .logo ul li {
    width: 120px;
    margin: 0 3%;
  }
  footer small {
    font-size: 13px;
  }
  .page-top a {
    width: 80px;
    position: fixed;
    right: 3%;
    bottom: 90px;
    display: none;
  }
}