@charset "UTF-8";
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

	変数設定

//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Outfit:wght@100..900&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
/* color */
/* font */
/* trans */
/* margin */
/* box */
/* 投稿ページ【archive・single】 */
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

	お知らせ【news】

//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#newsArchive {
  padding-bottom: 180px;
}

#newsSingle {
  padding-bottom: 180px;
}
#newsSingle #mainBlock time {
  display: block;
  margin-bottom: 20px;
}
#newsSingle #mainBlock #articleTitle {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.6;
  padding-bottom: 40px;
  margin-bottom: 40px;
  background: url(../img/common/line_dashed_1.svg) repeat-x bottom left;
}
#newsSingle #mainBlock .but_more a {
  margin: 0 auto;
}/*# sourceMappingURL=post.css.map */