@charset "utf-8";

footer{
  background-color: #02a6a2;
  padding: 76px 0 73px;
}
.footer__list{
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-left: 1px solid #2ab4b1;
}
.footer__listItem{
  width: calc(100% / 5);
  border-right: 1px solid #2ab4b1;
}
.footer__listLink{
  width: 100%;
  display: block;
  text-align: center;
  color: #fff;
  /* font-size: 13px; */
  font-size: 16px;
  line-height: 1.15;
  letter-spacing: 0.03em;
  padding: 8px 0;
}
.footer__inner{
  padding-top: 80px;
  padding-bottom: 40px;
}
.footer__logoImg{
  width: 100%;
  /* max-width: 178px; */
  width: 230px;
  margin: 0 auto;
}
.footer__address{
  margin-top: 35px;
  font-size: 14px;
  letter-spacing: 0.01em;
  line-height: 1.66;
  color: #fff;
  text-align: center;
}
.footer__copy{
  font-size: 12px;
  letter-spacing: 0.01em;
  line-height: 1.81;
  color: #fff;
  text-align: center;
}



@media screen and (max-width: 1440px) {
}

@media screen and (max-width: 1360px) {
}

@media screen and (max-width: 1300px) {
}

@media screen and (max-width: 1120px) {
}

@media screen and (max-width: 1080px) {
}

@media screen and (max-width: 1060px) {
}

@media screen and (max-width: 750px) {
  footer{
    padding: 80px 0 45px;
  }
  .footer__inner{
    padding-bottom: 40px;
  }
  .footer__listLink{
    font-size: 14px;
  }
}


@media screen and (max-width: 480px) {
  .footer__list{
        display: block;
        border: none;
  }
  .footer__listItem{
    width: 80%;
    max-width: 500px;
    margin: 0 auto 18px;
    border: none;
  }
  .footer__listLink {
    padding: 5px 0;
  }
  .footer__inner{
    padding-top: 50px;
  }
}
@media screen and (max-width: 375px) {
}
