@charset "utf-8";
.footer {
  padding: 7px 4%;
  background-color: #fcee21;
}
.copy {
  color: #033d59;
  font-size: 11px;
  font-weight: 100;
  text-align: center;
  line-height: 1.75;
}

/*--------------------------------
totop
--------------------------------*/
#totop {
  width: 70px;
  position: fixed;
  top: auto;
  bottom: 45px;
  right: 30px;
  z-index: 99;
}
#totop a {
  display: block;
}
#totop a:hover {
  opacity: 1;
}
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 980px) {
  /*--------------------------------
totop
--------------------------------*/
  #totop {
    width: 50px;
  }
}

@media screen and (max-width: 750px) {
}

@media screen and (max-width: 480px) {
  /*--------------------------------
totop
--------------------------------*/
  #totop {
    right: 10px;
  }
}

@media screen and (max-width: 375px) {
}
