@charset "UTF-8";
/*
Theme Name: ISEWANお知らせ用オリジナルテーマ
Theme URI:
Author: yuki
Author URI: http://#
Description: ISEWANお知らせ用オリジナルテーマです。
Version: 1.0
License:
License URI:
*/

.news-detail {
  max-width: 800px;
  margin: 0 auto;
}
.news-detail__date {
  color: #4e4e4e;
  font-weight: 700;
}
.news-detail__ttl {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 15px;
}
.news-detail__content {
  margin-top: 50px;
}
.news-detail__content > *:not(:last-child) {
  margin-bottom: 30px;
}

.top_news .box .box_r {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .news-detail__ttl {
    font-size: 24px;
  }
}