@charset "UTF-8";
/* ---------------------- ----------------------
お知らせ一覧用のCSS
---------------------- ---------------------- */
.category-news_list {
  width: 100%;
  max-width: 1024px;
  margin: auto;
}

.p-postList.-type-simple .p-postList__ink {
  border-bottom: 1px dotted #b5b5b5;
  display: block;
  padding: 1.5rem;
  transition: background-color 0.25s;
}
.p-postList.-type-simple .p-postList__ink:hover {
  background-color: #eaeef4;
}

.category-news_list .c-pageTitle__main {
  color: #0a2d56;
  padding-bottom: 0.5em;
  border-bottom: 1px dotted #b5b5b5;
}
.category-news_list .l-main__body > .c-postContent {
  margin-top: 0;
}
.category-news_list .c-postContent.p-entry__content {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.category-news_list .end_entry_link {
  margin: 1rem auto;
}
.category-news_list .wp-block-image + p {
  clear: both;
}
.category-news_list .is-vertically-aligned-top > .wp-block-media-text__content {
  margin-top: 0;
}

.news_list {
  max-width: 1024px;
  margin: auto;
}
.news_list .p-postList.-type-simple .p-postList__link {
  padding: 1.5rem 1rem;
}
.news_list .p-postList.-type-simple .p-postList__link:hover {
  background-color: #eaeef4;
}/*# sourceMappingURL=news.css.map */