@charset "utf-8";
html, body {
  font-family: 'Noto Sans JP', sans-serif !important;
  height: 100%;
  z-index: 0;
}
body {
  overflow-x: hidden;
}
img {
  border: none;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}
p {
  font-family: "游ゴシック Medium", Yu Gothic Medium, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "ＭＳ Ｐゴシック", MS Pgothic, "メイリオ", Meiryo;
}
li {
  list-style-type: none;
}

h3 {
  font-family: 'Noto Sans JP', sans-serif !important;
}

.footer_centernav{
  justify-content: center;
}
.footer_centernav a{
  color: #D5D5D5;
  font-size: 3em;
}

.footer_centernav a:hover,
.footer_centernav a:active,
.footer_centernav a:focus{
  color: #a5a5a5;
}
