.l-footer .copy {
  background-color: #EEEEEE;
  padding: 145px 0 63px;
}
.l-footer p {
  background-color: transparent !important;
  padding: 0 !important;
}
@media screen and (min-width: 768px) and (max-width: 1439px) {
  .l-footer .copy {
    padding: 10.0694444444vw 0 4.375vw;
  }
}
@media screen and (max-width: 767px) {
  .l-footer .copy {
    padding: 20.5333333333vw 0 13.8666666667vw;
  }
}
.l-footer .copy div {
  margin: 0 auto 20px;
  width: 152px;
}
@media screen and (min-width: 768px) and (max-width: 1439px) {
  .l-footer .copy div {
    margin: 0 auto calc(100vw / 1440 * 20);
    width: calc(100vw / 1440 * 152);
  }
}
@media screen and (max-width: 767px) {
  .l-footer .copy div {
    margin: 0 auto calc(100vw / 767 * 20);
    width: calc(100vw / 767 * 152);
  }
}