/* フッター */
section.news div.wave {
    width: 100%;
}

section.news div.wave img {
    width: 100%;
    height: 2vh;
    vertical-align: bottom;
}

footer {
    background-color: var(--bluebg);
    color: #fff;
    padding: 1rem 0 0.5rem;
}

footer,
footer a {
    color:#fff;
    text-decoration: none;
}

footer div.container {
    width: 60vw;
    margin: 0 auto;
}

footer p {
    margin: 0;
    text-align: center;
    font-size: 0.75rem;
}

@media (width >= 0px) and (width < 479px){
  h2.nav-title {
    font-size: 2.5rem;
  }
}

@media (width >= 480px) and (width < 767px){
  h2.nav-title {
    font-size: 3rem;
  }
}

@media (width >= 768px) and (width < 1199px){
  h2.nav-title {
    font-size: 3.5rem;
  }
}

@media (width >= 1200px){
  h2.nav-title {
    font-size: 5rem;
  }
}