* {
  font-family: "Noto Sans JP", sans-serif;
}

.header-style {
  background-color: rgb(15, 26, 69);
}

.contents-body {
  text-align: center;
}

.footer-style {
  background-color: rgb(15, 26, 69);
}

.display-none {
  display: none;
}

.input-box {
  background-color: white;
}

.contents-title {
  text-align: center;
}

.contents-area {
  max-height: 14rem;
}

.badge-style {
  min-width: 5rem;
  margin: 0 0.5rem 0 0.5rem;
}

.text-underline {
  text-decoration: underline;
}

.top-link {
  display: block;
}

.loading {
  width:100vw;
  height:100vh;
  transition:all;
  position:fixed;
  top:0;
  left:0;
  z-index:9999;
  background-color:rgba(255, 255, 255, 0.3);
}