@charset "UTF-8";


footer #footer_top {
  display: none;
}
footer #footer_top nav > ul {
  display: none;
}

footer #footer_bottom nav {
  display: none;
}

footer #footer_bottom div ul {
  display: none;
}

footer #footer_bottom {
  width: 100%;
  margin: 0 auto;
  padding: 25px 60px 80px;
  font-size: 1.2rem;
  border-top: 1px solid #ccc;
  text-align: center;
}

@media screen and (max-width:720px){
footer #footer_top,
  footer #footer_bottom nav,
  footer #footer_bottom div ul{
    display: none;
  }
}