@charset "utf-8";
.footer {
  padding: 50px 0 30px;
}
.footer__inner {
  width: 92%;
  margin: 0 auto;
}
.footer__logo {
  max-width: 558px;
  margin: 0 auto 21px;
}
.footer__txt {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.58;
  color: #fff;
  text-align: center;
}
.footer__linkTxt {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
.footer__linkTxt:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 980px) {
}

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

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

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