@charset "UTF-8";
/* ▼▼▼ お知らせ
======================================================*/
.news_date {
  color: var(--txt-gray);
  font-size: 18px;
  margin-bottom: 13px;
}
.news_ttl {
  padding-bottom: 20px;
  margin-bottom: 24px;
  border-bottom: 1px solid #D3DCE5;
  color: var(--txt-black);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .news_ttl {
    font-size: 23px;
  }
}
.news_art {
  font-size: 15px;
}
.news_img {
  width: 400px;
  max-width: 100%;
  margin: 30px auto;
}
@media screen and (min-width: 768px) {
  .news_img {
    margin: 40px auto;
  }
}
.news_link {
  display: inline-block;
  padding-left: 24px;
  border-bottom: 1px solid #E0E0E0;
  background: url(https://cn.osaka-chikagai.jp/front/www/img/common/icon_arrow_page.svg) no-repeat left top 10px/17px 17px;
  line-height: 35px;
}
.news_link_wrap {
  margin-top: 15px;
}