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

header h1 {
  color: #EB5232;
}

header nav a {
  color: #EB5232;
}

header #shimekiri {
  background: #EB5232;
}

#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: #1e4f7a;
}

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

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

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

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

footer {
  background: #EB5232;
}

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

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

#modal-content a {
  color: #EB5232;
}

#modal-content a:hover {
  background: #EB5232;
}

.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(30, 79, 122, 0.2)));
  background: linear-gradient(transparent 50%, rgba(30, 79, 122, 0.2) 50%);
}

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