@charset "UTF-8";
/* CSS Document */
.inner {
  width: 83%;
  margin: 0 auto; }
  @media screen and (max-width: 991px) {
    .inner {
      width: 90%; } }
  @media screen and (max-width: 767px) {
    .inner {
      width: 100%; } }

/* トップへ戻るボタン */
#page-top {
  position: fixed;
  bottom: 0;
  right: 0;
  margin-bottom: 0;
  background-color: #fff; }
  #page-top a {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #A0A0A0;
    text-decoration: none;
    color: #fff;
    width: 65px;
    height: 65px;
    transition: 0.3s; }
    #page-top a:hover {
      opacity: 0.7; }
    #page-top a img {
      width: 22px;
      height: 14px; }
