@charset "utf-8";

#footer {
  position: relative;
  z-index: 2;
  background-image: url(../imgs/common/footer_bg.png);
  background-position-x: center;
  background-size: cover;
  min-height: 182px;
  padding-top: 3px;
  padding-bottom: 50px;
  color: #fff;
}

.footer__campaign {
  width: 100%;
  max-width: 175px;
  margin: 20px auto 30px;
  display: block;
}

.footer__label {
  max-width: 175px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.privacy-linkText {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  display: block;
  text-decoration: underline;
  color: #231815;
}

.footer__info {
  text-align: center;
}

.footer__info-name {

  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 10px;
  color: #231815;
}

.footer__info-contact {
  font-weight: 500;
  font-size: 12px;
  color: #231815;
}

.footer__bnrs {
  margin-bottom: 30px;
}
.footer__bnrs p{
  color: #231815;
  text-align: center;
  padding-bottom: 5px;
  font-size: 14px;
}

.footer__bnrs-item {
  max-width: 320px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.footer__bnrs-item:not(:last-child) {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .footer__info-name {
    font-size: 12px;
  }
}
