@import "http://fonts.googleapis.com/earlyaccess/notosansjapanese.css";
.footer {
  background: #2C2F2C;
  border-top: 1px solid #707070;
}

.footer-2 {
  width: 1140px;
  margin: 0 auto;
  padding-top: 22px;
  padding-bottom: 16px;
  position: relative;
}
.footer-2 p {
  color: #FFFFFF;
  font-size: 16px;
  padding-bottom: 15px;
  line-height: 16px;
}
.footer-2 p span {
  padding-left: 20px;
  line-height: 14px;
}
.footer-2 a {
  color: #FFFFFF;
  font-weight: bold;
}
.footer-2 a:hover {
  color: #d2cece;
}

small {
  color: #FFFFFF;
  font-weight: 400;
  line-height: 12px;
  font-size: 12px;
}

.back-on-top {
  position: absolute;
  padding: 8px 21px !important;
  background: #2C2F2C;
  top: -40px;
  right: 0;
  font-size: 16px;
  border-radius: 6px 6px 0 0;
  font-weight: bold;
  cursor: pointer;
  line-height: 24px !important;
  letter-spacing: 0px;
}
.back-on-top:hover {
  color: #d2cece;
}

@media screen and (max-width: 765px) {
  .footer-2 {
    width: unset;
    display: flex;
    justify-content: center;
  }
  .footer-2 p {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1140px) {
  .footer-2 {
    width: unset;
    padding-left: 20px;
  }
}
