@charset "UTF-8";

/* お知らせページ用 CSS */

.news_wrap {
  width: 100%;
  max-width: 780px;
  margin: 0 auto;
}
.news_conte_wrap {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  gap: 0;
  width: 100%;
  margin-bottom: 0;
  padding: 1.8em 0.5em;
  border-bottom: 1px solid #af9681;
}
.news_conte_wrap .news_date {
  flex-basis: 140px;
  flex-grow: 0;
  font-size: 0.9em;
  font-weight: 300;
  padding-top: 2px;
}
.news_conte_wrap .news_conte {
  flex-basis: 0;
  flex-grow: 1;
}
.news_conte_wrap .news_conte p {
  margin: 0;
  line-height: 1.6;
}
.news_wrap .news_conte_wrap:last-child {
  border-bottom: none;
}
