/* stylelint-disable */
.footer {
  background-color: #333;
}
.footer__wrapper {
  padding: 16px;
  font-size: inherit;
  font-weight: normal;
  box-sizing: border-box;
  width: 100vw;
  max-width: 100%;
}
.footer__wrapper span,
.footer__wrapper small{
  color: #999;
}
.footer__wrapper .footer__links a,
.footer__wrapper .footer__social-lists a {
  color: #afafaf;
  text-decoration: none;
  display: inline-block;
  line-height: 1.5;
}
.footer__wrapper .footer__contents a:hover {
  color: #fff;
  text-decoration: none;
}
.footer__contents {
  max-width: 960px;
  margin: auto;
}
.footer__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.footer__logo {
  width: 120px;
}
.footer__logo img {
  width: 100%;
  max-height: 100%;
}
.footer__links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.footer__logo,
.footer__logo a,
.footer__switch-display-wrapper,
.footer__switch-display,
.footer__links li,
.footer__links li a,
.footer__social,
.footer__social-lists,
.footer__social-lists li,
.footer__social-text,
.footer__company,
.footer__company small {
  padding: 4px;
}
.footer__social {
  display: flex;
  align-items: center;
}
.footer__social-lists {
  display: flex;
}
.footer__social-lists li {
  width: 24px;
  height: 24px;
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
  align-items: center;
}
.footer__social-lists img {
  width: 100%;
  opacity: 0.7;
}
.footer__social-lists a:hover img {
  opacity: 1;
}
.footer__company small {
  font: inherit;
}
.footer__switch-display-wrapper {
  flex: 0 0 100%;
}
/* stylelint-enable */