body{
  --theme-color:#7B2272;
}

header {
  border-bottom: solid var(--theme-color) 4px;
}

header h1 {
  color: var(--theme-color);
}

header nav a {
  color: var(--theme-color);
}

header #shimekiri {
  background: var(--theme-color);
}

header #sublink {
  background: var(--theme-color);
  position: absolute;
  z-index: 2;
  top: 128px;
  right: 0;
  padding: 12px 24px;
  margin: 0;
  color: white;
  border-radius: 8px;
  font-weight: bold;
}

header #sublink a {
  color: white;
}

header #sublink a:visited {
  color: white;
}

@media (max-width: 1023px) {
  header #sublink {
    z-index: 1;
    top: 96px;
    padding: 4px 16px;
    font-size: 12px;
  }
}

#details .bg-1 {
  background: #5fbba1;
}

#details .bg-2 {
  background: #6882b4;
}

#details .bg-3 {
  background: #e67e78;
}

#details .bg-4 {
  background: #efa26e;
}

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

#details .box{
  height: 380px;
  /*モジュールの背景の高さをそろえる*/
}
@media (max-width: 1023px) {
  #details .box {
    height: 320px;
    /*モジュールの背景の高さをそろえる*/
    vertical-align: baseline;
  }
}

#details .box-1 .number {
  color: #5fbba1;
  margin-top: 30px; 
  /*モジュールのタイトルを中央配置にするために追加*/
}

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

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

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

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

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

#details .box-4 .number {
  color: #efa26e;
  margin-top: -10px;
}

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

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

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

.menu a {
  border: solid var(--theme-color) 4px;
  color: var(--theme-color);
}

.menu a:hover {
  border: dashed var(--theme-color) 4px;
}

footer {
  background: var(--theme-color);
}

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

#modal-content {
  border: var(--theme-color) solid 4px;
}

#modal-content a {
  color: var(--theme-color);
}

#modal-content a:hover {
  background: var(--theme-color);
}

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

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

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

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

.under04 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, rgba(239, 162, 110, 0.2)));
  background: linear-gradient(transparent 50%, rgba(239, 162, 110, 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%);
}

.under06 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #6c99ec3a));
  background: linear-gradient(transparent 50%,#6c99ec3a
  50%);
}

.btn-wrapper .btn {
  background: var(--theme-color);
}

.ads-app {
  margin-bottom: 36px;
}

.ads-app a {
  display: inline-block;
  padding: 8px 40px;
  background-color: var(--theme-color);
  color: white;
  border-radius: 60px;
}
/*# sourceMappingURL=style.css.map */