@charset "UTF-8";
/*16*1.75/2*/
/*========*/
/* フッタ */
/*========*/
/* ページトップへ戻る
-----------------------------------*/
.pagetop {
  position: fixed;
  bottom: 90px;
  right: 80px;
  z-index: 90;
}
@media (max-width: 767px) {
  .pagetop {
    right: 24px;
  }
}
.pagetop p {
  width: 50px;
  height: 50px;
}
@media (max-width: 767px) {
  .pagetop p {
    width: 40px;
    height: 40px;
  }
}
.pagetop p a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 6px;
  background: #40bbd6;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
@media (max-width: 767px) {
  .pagetop p a {
    width: 40px;
    height: 40px;
  }
}
.pagetop p a::after {
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  left: 50%;
  transform: translateX(-50%) rotate(-45deg);
  width: 15px;
  height: 15px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
}
.pagetop p a:hover {
  opacity: 0.7;
}

/* フッタ
-----------------------------------*/
footer .inner {
  max-width: 1232px;
  margin: 0 auto;
  padding: 0 16px;
}
@media (max-width: 1023px) {
  footer .inner {
    width: 90%;
    padding: 0;
  }
}
footer .copyright {
  font-size: 12px;
  text-align: center;
  padding: 48px 0;
}
@media (max-width: 767px) {
  footer .copyright {
    padding: 24px 0;
  }
}
/*# sourceMappingURL=footer.css.map */