body {
  background: #efefef;
  font-family: 'Noto Sans JP', sans-serif;
}

#navcol-2 a:hover {
  background: #d71c1c;
  border-radius: .25em;
}

#services .btn {
  background: #d63435;
  color: #ffffff;
}

.navitems {
  font-size: 18px;
}

@media (min-width: 768px) {
  .topbanner {
    font-size: 20px;
  }
}

.topbanner a {
  color: #ffffff;
  text-decoration: initial;
}

.pghead {
  padding: 0.5em;
  background-color: #d63435;
  text-align: center;
}

.rpghead {
  color: #d63435;
  font-weight: bolder;
  font-family: 'Merriweather Sans';
  margin-bottom: 0.75em;
}

.subhead1 {
  background-color: #493843;
  padding: 0.4em;
  font-weight: bold;
  border-radius: 0.5em;
  color: #fff;
  text-align: center;
}

.subhead2 {
  font-weight: bold;
  color: #fff;
  font-size: 1.5em;
  background-color: #d63435;
}

.subhead {
  font-weight: bold;
  color: #d63435;
  font-size: 1.5em;
}

.detcol {
  background-color: #fc9e4f;
  border-radius: 0.5em;
}

.smallhead {
  color: #d63535;
  font-weight: bold;
  font-size: 1.0em;
}

#lnews {
  background-color: #d63435;
  color: #ffffff;
}

.marquee-text {
  overflow: clip;
}

.marquee-text-track {
  display: flex;
  padding-left: 4.8rem;
  gap: 4.8rem;
  width: max-content;
  animation: marquee-move-text var(--speed, 60s) linear infinite var(--direction, forwards);
  background-color: #d63435;
}

.marquee-text p {
  padding: 1rem 2.5rem;
  color: #ffffff;
  font-weight: bold;
  font-size: 1.5em;
  font-style: italic;
}

@keyframes marquee-move-text {
  to {
    transform: translateX(-50%);
  }
}

#services a {
  color: #ffffff;
}

#services a:hover {
  background-color: #d63435;
}

