@charset "utf-8";

footer {
  margin: 0 auto;
  padding: 15px 0 40px;
  font-size: 10px;
  line-height: 10px;
  color: #6d6e71;
}
footer .footer-wrap {
  width: 950px;
  margin: 0 auto;
}
footer ul {
  display: flex;
  align-items: center;
  padding: 0;
}
footer .copyright {
  float: right;
  padding-top: 4px;
  color: #6d6e71;
}

@media screen and (max-width: 768px) {
  footer ul {
    float: none;
    display: none;
  }
  footer .copyright {
    float: none;
    text-align: center;
  }
}
@media screen and (max-width: 950px) {
  footer .footer-wrap {
    width: auto;
    padding: 0 4%;
  }
}
