@charset "UTF-8";

#news-info .m-h1-top.l-title {
  margin-bottom: 0;
}
#news-info time {
  margin-right: 15px;
}
#news-info p.news-category {
  font-family: "Georgia", "FOT-セザンヌ Pro M", YakuHanJP, Helvetica, Arial, FreeSans, san-serif;
  font-size: 14px;
  line-height: 1em;
  color: white;
  display: inline-block;
  padding: 3px 10px;
  margin: 0;
}
#news-info p.news-category.news-category-open {
  background: #006bbb;
}
#news-info p.news-category.news-category-press {
  background: #166b8c;
}
#news-info p.news-category.news-category-other {
  color: #202020;
  background: #e4e4e4;
}
#news-info p {
  font-family: "Georgia", YakuHanMP, serif;
  font-size: 18px;
  line-height: 30px;
  margin: 10px 0 0;
}
#news-info p .l-math {
  font-family: YakuHanMP, serif;
}
#news-info .news-body a {
  color: #006bbb;
  text-decoration: underline;
  font-size: 15px;
}
.news-list {
  display: block;
  margin: 20px 0;
}

@media screen and (max-width: 600px) {
  #news-info p {
    font-size: 15px;
  }
  .news-list {
    display: block;
    margin: 15px 0 15px 6px;
  }
}

