@charset "UTF-8";
/*-------------------フッター-------------------*/
footer {
  padding: 0 0 30px;
}
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-size: 14px;
  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 100px;
  }
  footer .logo {
    padding: 30px 0;
  }
  footer .logo ul li {
    width: 130px;
    margin: 0 2%;
  }
  footer small {
    font-size: 11px;
  }
  .page-top a {
    width: 80px;
    position: fixed;
    right: 3%;
    bottom: 90px;
    display: none;
  }
}