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

header h1 {
  color: #ef3e98;
}

header nav a {
  color: #ef3e98;
}

header #shimekiri {
  background: #ef3e98;
}

#details .box-1 {
  background: #0072bb;
}

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

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

#details .box-2 {
  background: #ed185b;
}

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

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

#details .box-3 {
  background: #f6961d;
}

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

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

#details .box-4 {
  background: #8cc940;
}

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

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

#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 #ef3e98 4px;
  color: #ef3e98;
}

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

footer {
  background: #ef3e98;
}

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

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

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

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

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

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

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

.under04 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, rgba(140, 201, 64, 0.2)));
  background: linear-gradient(transparent 50%, rgba(140, 201, 64, 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: #ef3e98;
}
/*# sourceMappingURL=style.css.map */