.footer {
  padding-top: 6rem;
  padding-bottom: 4rem;
  position: relative;
  z-index: 10;
  color: #fff;
  background: #163666;
}
.footer h3 {
  font-size: 60px;
  margin: 0;
  line-height: 1;
}
.footer a {
  color: #fff;
}
.footer .small {
  font-size: 11px;
  line-height: 1.2;
  font-weight: 100;
  display: block;
  opacity: 0.7;
}
.footer .phone_addr {
  line-height: 2;
  font-size: 24px;
}
.footer .phone_addr .img-ico {
  display: inline-block;
}
.footer .phone_addr .img-ico img {
  margin-right: 10px;
}
.footer .phone_addr a {
  margin-left: 40px;
}
.footer .menu.social {
  list-style: none;
  padding: 0;
  text-align: center;
}
.footer .menu.social li {
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
}
.footer .staff_more_button {
  background: #fff;
  color: #163666;
  text-decoration: none;
  font-weight: bold;
  max-width: 170px;
  margin: 0 auto;
  border-radius: 10px;
  display: none;
  text-align: center;
  line-height: 1.3;
}
@media (max-width: 1400px) {
  .footer h3 {
    font-size: 35px;
  }
}
@media (max-width: 1024px) {
  .footer h3 {
    font-size: 30px;
  }
  .footer .staff_more_button {
    display: block;
  }
  .footer .staff_more_button + .stuffs {
    display: none;
  }
  .footer .menu.social li {
    font-size: 35px;
  }
  .footer .menu.social li .social-img {
    width: 45px;
    height: 45px;
  }
}
@media (max-width: 991px) {
  .footer {
    text-align: center;
  }
  .footer h3 {
    font-size: 26px;
    text-align: center;
  }
  .footer .phone_addr .img-ico {
    display: block;
    text-align: center;
  }
  .footer .phone_addr .img-ico img {
    margin-right: 0;
  }
  .footer .phone_addr a {
    margin-left: 0;
  }
}

/*# sourceMappingURL=footer.css.map */
