@charset "UTF-8";
footer {
  background-image: url(../images/img/footer-bg.jpg);
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  animation: bgDark 4s ease-in-out infinite;
}
@media (max-width: 991px) {
  footer {
    margin-bottom: 66px;
    background-attachment: scroll;
    background-image: url(../images/img/footer-bg-m.jpg);
  }
}
footer::after {
  content: "";
  height: 1.9%;
  width: 100%;
  background: #000;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  footer::after {
    height: 0.6%;
  }
}
footer .topBox {
  padding: 3% 10%;
}
@media (max-width: 991px) {
  footer .topBox {
    padding: 0%;
  }
}
footer .topBox .contactList {
  padding: 5%;
}
@media (max-width: 991px) {
  footer .topBox .contactList {
    padding-top: 15%;
    padding-bottom: 15%;
  }
}
footer .topBox .contactList .decoPic {
  width: 25%;
  display: block;
  margin: 0 auto 2rem auto;
}
@media (max-width: 991px) {
  footer .topBox .contactList .decoPic {
    margin-bottom: 1rem;
    width: 60%;
  }
}
footer .topBox .contactList h2 {
  color: #000;
  letter-spacing: 2px;
  margin-bottom: 1rem;
  font-weight: 700;
  font-size: calc(1px + 2.35vw);
}
@media (max-width: 991px) {
  footer .topBox .contactList h2 {
    font-size: 1.7rem;
  }
}
footer .topBox .contactList label,
footer .topBox .contactList p,
footer .topBox .contactList span,
footer .topBox .contactList a {
  color: #fff;
}
footer .topBox .infoList {
  padding: 5%;
}
@media (max-width: 991px) {
  footer .topBox .infoList {
    margin-top: 10%;
  }
}
footer .topBox .infoList h2 {
  font-family: "Times New Roman", serif;
}
footer .topBox .infoList ul.CaseInfo {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 3;
  border-top: 1px solid rgba(0, 0, 0, 0.58);
}
footer .topBox .infoList ul.CaseInfo li {
  width: 50%;
  display: block;
  padding: 1rem 0;
  color: #000;
  border-bottom: 1px solid rgba(0, 0, 0, 0.58);
}
@media (max-width: 991px) {
  footer .topBox .infoList ul.CaseInfo li {
    width: 100%;
  }
}
footer .topBox .infoList ul.CaseInfo li span::after {
  content: "：";
}
footer .copyright {
  display: block;
}
@media (max-width: 991px) {
  footer .copyright span {
    display: block;
  }
}

.form-control {
  border-radius: 0;
  background-color: #fff;
  border-color: #fff;
}
@media (max-width: 991px) {
  .form-control {
    padding: 0.275rem 0.75rem;
  }
}
.form-control:focus {
  color: #212529;
  background-color: rgba(255, 255, 255, 0.5137254902);
  border-color: #000;
  outline: 0;
  box-shadow: 0 0 10px 3px #dec585;
}

.form-check-input:focus {
  border-color: #000;
  box-shadow: 0 0 10px 3px #dec585;
}/*# sourceMappingURL=footer.css.map */