.denginavi-logo-text {
  font-family: 'Segoe UI', 'Yu Gothic', 'Meiryo', sans-serif;
  font-weight: 900;
  letter-spacing: 0.08em;
  font-size: 2.5rem;
  background: linear-gradient(90deg, #1769aa 0%, #00c2cb 100%);
  color: #1769aa;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  border-radius: .25em;
  padding: 0 .25em;
  display: inline-block;
  /* フラットデザインのためシャドウ・アウトラインなし */
  text-shadow: none;
  -webkit-text-stroke: 0;
  text-stroke: 0;
}

@media (max-width: 575.98px) {
  .denginavi-logo-text {
    font-size: 2rem !important;
    padding: 0 .1em;
  }
}


@media (max-width: 575.98px) {
  .denginavi-logo-text {
    font-size: 2rem !important;
    padding: 0 .1em;
    -webkit-text-stroke: 0.8px #1665b7;
    text-stroke: 0.8px #1665b7;
  }
}

