@charset "utf-8";
/* CSS Document */
.footer {
  color: #707070;
  margin-top: 140px;
}
.footer__bg {
  width: 100%;
  height: 450px;
  margin: 0 auto;
  border-radius: 50px 50px 0 0;
  background-color: #F2F2F2;
}
.new_scooter_footer_bg {
  margin: 0;
}
.footer-nav {
  padding: 60px 24px 0;
  list-style: none;
  line-height: 3.5rem;
}
.footer-nav li a {
  text-decoration: none;
  color: #707070;
}
.footer-logo {
  display: flex;
  width: 290px;
  margin: 60px auto 0;
}
.footer-logo__icon img {
  width: 80px;
}
.footer-logo__name {
  font-size: 1.8rem;
  font-weight: 600;
  margin: 14px 0 0 2px;
}
.footer-logo__name a {
  text-decoration: none;
  color: #707070;
}
.footer-copylight {
  font-size: 1.2rem;
  text-align: center;
}
@media(min-width: 749px) {
  .footer__bg {
    height: auto;
    padding-bottom: 10px;
  }
  .footer-nav {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 143px;
    padding: 60px 0 10px;
    line-height: 4.2rem;
  }
  .spacer {
    width: 100%;
  }
  .footer-logo {
    margin: -80px 143px 0 auto;
    justify-content: flex-end;
  }
  .footer-copylight {
    width: 200px;
    margin: -5px 180px 0 auto;
  }
}