html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
  font-family: 'Noto Sans JP', sans-serif;
}

body a {
  color: #000;
  text-decoration: none;
}

header .navbar{
  min-height: 90px;
}

.fs-7 {
  font-size: 0.75rem;
}
