.header-news {
  display: block;
  background: green;
  color: white;
  padding: 8px 0;
  font-size: 12px;
}

@media (min-width: 830px) {
  .header-news {
    font-size: 16px;
  }
}

header {
  border-bottom: solid #186fbf 4px;
}

header h1 {
  color: #186fbf;
}

header nav a {
  color: #186fbf;
}

header #shimekiri {
  background: #186fbf;
}

#news-covid19 {
  display: none;
  z-index: 10;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  padding: 48px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  font-size: 24px;
  line-height: 2em;
  text-align: left;
}

@media (max-width: 1023px) {
  #news-covid19 {
    padding: 24px;
    font-size: 18px;
  }
}

#details .box-1 {
  background: #fbbd08;
}

#details .box-1 .number {
  color: #fbbd08;
}

#details .box-1 h2 {
  text-shadow: 0 0 6px #c98b00;
}

#details .box-2 {
  background: #72d1d3;
}

#details .box-2 .number {
  color: #72d1d3;
}

#details .box-2 h2 {
  text-shadow: 0 0 6px #409fa1;
}

#details .box-3 {
  background: #7acd66;
}

#details .box-3 .number {
  color: #7acd66;
}

#details .box-3 h2 {
  text-shadow: 0 0 6px #489b20;
}

#details .box-4 {
  background: #d12a9d;
}

#details .box-4 .number {
  color: #d12a9d;
}

#details .box-4 h2 {
  text-shadow: 0 0 6px #9f006b;
}

#details .box-5 {
  background: #2a2979;
}

#details .box-5 .number {
  color: #2a2979;
}

#details .box-5 h2 {
  text-shadow: 0 0 6px #333;
}

.menu a {
  border: solid #186fbf 4px;
  color: #186fbf;
}

.menu a:hover {
  border: dashed #186fbf 4px;
}

footer {
  background: #186fbf;
}

@media (max-width: 1023px) {
  header {
    border-bottom: solid #186fbf 4px;
  }
  header h1 {
    color: #186fbf;
  }
  header nav a {
    color: #186fbf;
    border-bottom: solid #186fbf 1px;
  }
  header nav a:first-child {
    border-top: solid #186fbf 8px;
  }
  header nav a:last-child {
    border-bottom: solid #186fbf 8px;
  }
  button {
    background: #186fbf;
  }
}

#modal-content {
  border: #186fbf solid 4px;
}

#modal-content a {
  color: #186fbf;
}

#modal-content a:hover {
  background: #186fbf;
}

.under01 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, rgba(251, 189, 8, 0.2)));
  background: linear-gradient(transparent 50%, rgba(251, 189, 8, 0.2) 50%);
}

.under02 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, rgba(114, 209, 211, 0.2)));
  background: linear-gradient(transparent 50%, rgba(114, 209, 211, 0.2) 50%);
}

.under03 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, rgba(122, 205, 102, 0.2)));
  background: linear-gradient(transparent 50%, rgba(122, 205, 102, 0.2) 50%);
}

.under04 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, rgba(209, 42, 157, 0.2)));
  background: linear-gradient(transparent 50%, rgba(209, 42, 157, 0.2) 50%);
}

.under05 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, rgba(42, 41, 121, 0.2)));
  background: linear-gradient(transparent 50%, rgba(42, 41, 121, 0.2) 50%);
}

.btn-wrapper .btn {
  background: #186fbf;
}
/*# sourceMappingURL=style.css.map */