@charset "utf-8";

.news_page .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.news_area.news_page {
  padding: 0;
}
.news_area.news_page .inbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
}
.news_page {
  padding: 10% 0;
}
.news_page .inner {
  padding: 0 5%;
  margin-bottom: 50px;
}
.news_page .inner .news_contents {
  width: 100%;
  margin-bottom: 50px;
}
.news_page .inner .news_contents .news_title {
	font-size: 20px;
	font-weight: bold;
	background: #EFF3F1;
	padding: 10px 20px;
	margin-bottom: 30px;
}
.news_page .inner .news_contents div {
  margin-bottom: 30px;
}
.news_page .inner .news_contents p {
  margin-bottom: 20px;
}
.news_page .inner .news_contents a:not(.btn) {
  color: #239174;
  text-decoration: underline;
}
.news_page .inner .news_contents .table01 {
  width: 100%;
}
.news_page .inner .news_contents>img {
  margin-bottom: 20px;
}
