body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
}

header {
  background: url(../images/jp03.jpg);
}

header img {
  height: 5em;
}

header ul {
  background-color: #023a67;
}

.nav-link {
  font-weight: bold;
  color: #ffffff;
}

.nav-link.cnaj-active {
  color: #eb8a42;
}

.nav-link:hover,
.nav-link:active,
.nav-link:focus {
  color: #eb8a42;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 1em 0;
  border-left: 0.5em solid #023a67;
  padding-left: 0.5em;
  color: #023a67;
}

footer {
  background: #023456 url(../images/footer_bg.png);
  color: #ffffff;
  bottom: 0;
  width: 100%;
}

.carousel-inner {
  height: 25ex;
}

.carousel-item {
  position: absolute !important;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.carousel-item.bg-dark {
  background-color: #023a67 !important;
}

.card, .list-group-item {
  border-color: #023a67;
}
