@charset "utf-8";

.news_ttilbox {
  background: #e0e0e0;
}
.news_type_information {
  display: inline-block;
  background: #df8484;
  color: #ffffff;
  padding: 0px 10px;
  margin-right: 0.5em;
}
.news_ttl {
  font-size: 30px;
  margin-top: 10px;
}
.news_quote {
  margin: 2em 0;
  padding: 2em;
  border: 2px solid #e0e0e0;
}
.news_quote h1 {
  font-size: 20px;
}

/* ##### responsive ##### */
@media (max-width: 480px) {
  .news_type, .news_date {
    font-size: 13px;
  }
  .news_ttl {
    font-size: 20px;
  }
  .news_quote h1 {
    font-size: 15px;
  }
}

