@charset "utf-8";

a {
  text-decoration: none;
}

.fotter-area {
  display: flex;
}

.text-logo {
  padding: 80px 50px 10px 150px;
}

.text-logo:hover {
  opacity: none;
}

.logo-area {
  padding: 50px 0 0 300px;
  align-content: center;
  text-align: center;
}

/*フッターデザイン*/

ul {
  padding: 0;
  list-style: none;
}

a {
  color: #4b5564;
  text-decoration: none;
}

a:hover {
  color: #000;
}

hr {
  height: 1px;
  border: 0;
  border-top: 1px solid #e5e7eb;
}


@media (min-width: 768px) {
  .md-flex {
    display: flex;
  }

  .md-justify-between {
    justify-content: space-between;
  }

}

/*==================================================
著作権表示
===================================*/

.copy p {
  text-align: center;
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 10px;
}

@media(max-width: 480px) {

  .nav {
    width: 50%;
  }
}

@media screen and (max-width:767px) {
  #mouse-stalker {
    display: none !important;

  }

}