@charset "UTF-8";

footer {
  clear: both;
  height: auto;
  min-height: 60px;
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #707070;
}

footer .copy {
  color: #fff;
  background: #707070;
  padding: 1.8rem;
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}


@media (max-width: 1169px) {
  footer {
    text-align: left;
  }

  footer .copy {
    flex-wrap: wrap;
    gap: 20px 0;
  }

  footer .copy>* {
    width: 100%;
  }
}

@media (max-width: 767px) {
  footer .foot-copyright {
    font-size: 1.3rem;
  }
}