@charset "utf-8";

.news_page .inner {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
}
.news_area.news_page {
  padding: 0;
}
.news_area.news_page .inbox {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  width: 75%;
}
.news_page {
  padding: 100px 0;
}
.news_page .inner {
  margin-bottom: 50px;
}
.news_page .inner .news_contents {
  width: 75%;
}
.news_page .inner .news_contents .news_title {
	font-size: 30px;
	font-weight: bold;
	background: #EFF3F1;
	padding: 10px 20px;
	margin-bottom: 30px;
}
.news_page .inner .news_contents>span {
  display: block;
  width: 100%;
  text-align: right;
  font-size: 12px;
  margin-top: -20px;
  margin-bottom: 20px;
}
.news_page .inner .news_contents>strong {
  font-size: 30px;
  text-align: center;
  display: block;
  width: 100%;
  font-weight: bold;
  background: #EA7A14;
  margin-bottom: 20px;
  color: #fff;
}
.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>img {
  margin-bottom: 20px;
}
