h1 { color:rgb(0, 111, 188); }

/* サンプル */
.news {
  margin: 80px auto 0;
  background: url(./news-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px 0;
  width: 100%;
  max-width: 1920px;
}
