@charset "UTF-8";
/* CSS Document */
#top_contact {
  padding: 50px 0 60px;
  background: #e1f5fa;
}
#top_contact p {
  text-align: center;
  margin-bottom: 50px
}
#top_contact .btn a {
  font-family: a-otf-futo-go-b101-pr6n, sans-serif;
  font-weight: 500;
  font-style: normal;
  display: block;
  font-size: 24px;
  margin: 0 auto;
  width: 500px;
  background: #feec6e;
  text-align: center;
  color: #000;
  text-decoration: none;
  padding: 30px 0;
  position: relative;
  transition: all .2s;
}
#top_contact .btn a::before, #top_contact .btn a::after {
  position: absolute;
  z-index: 2;
  content: '';
  width: 0;
  height: 0;
  border: 2px solid transparent;
}
#top_contact .btn a::before {
  top: -2px;
  left: -2px;
}
#top_contact .btn a::after {
  bottom: -2px;
  right: -2px;
}
#top_contact .btn.active a::before, #top_contact .btn.active a::after {
  width: 100%;
  height: 100%;
}
#top_contact .btn.active a::before {
  border-bottom-color: #000;
  border-left-color: #000;
  transition: height .3s, width .3s .3s;
}
#top_contact .btn.active a::after {
  border-top-color: #000;
  border-right-color: #000;
  transition: height .3s, width .3s .3s;
}
footer {
  font-family: Arial, Helvetica, "sans-serif";
  font-weight: 600;
  background: url("../img/footer_bg.jpg") no-repeat;
  background-position: center bottom;
  background-size: cover;
  color: #fff;
  padding: 35px 0 20px;
}
footer nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
footer nav ul li {
  display: inline-block;
  margin: 0 2%;
}
footer nav ul li a {
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  display: block;
}
footer nav ul li a:hover {
  color: #feec6e;
  opacity: 1;
}
footer .icon {
  width: 35px;
  margin: 50px auto 100px;
}
footer .icon img {
  width: 100%;
}
footer h6 {
  margin: 0 auto 50px;
  text-align: center;
}
footer h6 img {
  width: 350px;
  border: solid 1px #FFF;
  padding: 15px 20px;
}
footer small {
  text-align: center;
  font-size: 12px;
  display: block;
}
.page-top a {
  width: 70px;
  height: 70px;
  line-height: 70px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9998;
  background: #feec6e;
  color: #000;
  font-size: 14px;
  border: 1px solid #000;
  text-decoration: none;
  text-align: center;
  border-radius: 50px;
}
@media screen and (max-width:1050px) {
  #top_contact {
    background: #e1f5fa;
    padding: 30px 0 50px;
  }
  #top_contact p {
    text-align: center;
    margin-bottom: 30px
  }
  #top_contact .btn a {
    display: block;
    font-size: 20px;
    margin: 0 auto;
    width: 70%;
    background: #feec6e;
    text-align: center;
    color: #000;
    text-decoration: none;
    padding: 30px 0;
    position: relative;
    transition: all .2s;
  }
  footer {
    font-family: Arial, Helvetica, "sans-serif";
    font-weight: 600;
    background: url("../img/footer_bg.jpg") no-repeat;
    background-position: center bottom;
    background-size: cover;
    color: #fff;
    padding: 35px 0 20px;
  }
  footer nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
  }
  footer nav ul li {
    display: block;
    margin: 0 auto 20px;
  }
  footer nav ul li a {
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    display: block;
  }
  footer nav ul li a:hover {
    color: #feec6e;
    opacity: 1;
  }
  footer .icon {
    width: 35px;
    margin: 30px auto 40px;
  }
  footer .icon img {
    width: 100%;
  }
  footer h6 {
    margin: 0 auto 30px;
    text-align: center;
  }
  footer h6 img {
    width: 200px;
    border: solid 1px #FFF;
    padding: 15px 20px;
  }
  footer small {
    text-align: center;
    font-size: 12px;
    display: block;
  }
  .page-top a {
    width: 70px;
    height: 70px;
    line-height: 70px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 9998;
    background: #feec6e;
    color: #000;
    font-size: 14px;
    border: 1px solid #000;
    text-decoration: none;
    text-align: center;
    border-radius: 50px;
  }
}