@charset "UTF-8";
.news_wrap {
  padding: 71px 0 70px;
}
.news_contents {
  padding: 12.5px 15px 11px;
  background-color: #F6F7FC;
}
.news_txt_date {
  color: #1C3177;
  font-size: 10.5px;
  font-weight: bold;
}
.news_right_box {
  margin: 5px 0 0 0;
}
.news_right_box p {
  margin: 0 0 5px 0;
  line-height: 1.5;
}
.news_right_box p:last-of-type {
  margin: 0;
}
.news_right_box a {
  text-decoration: underline;
	transition: all 0.4s ease-in-out;
}
@media only screen and (min-width: 1025px) {
.news_right_box a:hover {
		text-decoration: none;
		color: #7F96C2;
	}
}
@media screen and (min-width: 641px) {
  .news_wrap {
    padding: 127px 0 262px;
  }
  .news_contents {
    display: flex;
    padding: 21px 20px 28px;
  }
  .news_txt_date {
    font-size: 15px;
  }
  .news_right_box {
    margin: 0 0 0 125px;
  }
  .news_right_box p {
    margin: 0 0 10px 0;
  }
  .news_right_box p:last-of-type {
    margin: 0;
  }
}
