@charset "utf-8";


/* 日付 ----------------------------------*/
.news-date {
  text-align: right;
  font-size: 0.8rem;
  margin-bottom: 10px;
}

/* 見出し ----------------------------------*/
.news-headging {
  text-align: left;
  color: #004098;
  font-weight: bold;
  border-bottom: solid 2px #004098;
}

@media screen and (max-width: 833px) {
  .news-headging {
    font-size: 1.2rem;
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 834px), print {
  .news-headging {
    font-size: 1.4rem;
    margin-bottom: 30px;
  }
}