@charset "UTF-8";
.under_mv_inner{
  background: url("../img/mv.png") center;
  -webkit-background-size: cover;
  background-size: cover;
}
.news {
    max-width: 1024px;
    width: 90%;
    margin: 50px auto 0;
    border: 1px solid #111868;
}
.news_inner {
    max-width: 852px;
    margin: 30px auto 60px;
}
.news_row {
    display: flex;
    border-bottom: 1px solid #AAAAAA;
    padding: 30px;
  position: relative;
}
.news_date {
    min-width: 100px;
    position: relative;
}
.news_title a {
    color: #000;
  text-decoration: underline;
}
.news_title a:hover {
  text-decoration: none;
}
.new .news_date::after {
    content: 'NEW!';
    position: absolute;
    width: 54px;
    font-size: 1.2rem;
    color: #C5010F;
    border: 1px solid #C5010F;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -15px;
    left: 110px;
    transform: translateY(-50%);
  font-weight: bold;
}
.news_tag {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 1.3rem;
    font-weight: bold;
    width: 95px;
    max-height: 25px;
    background: #ccc;
    padding: 2px 0;
    margin: 0 10px;
}
.news_tag--01{
  color: #111868;
  background: #CFD0DF;
}
.news_tag--02{
  color: #6A5E20;
  background: #D9D7C3;
}
.news_tag--03{
  color: #401F5D;
  background: #D4C2EF;
}
.news_tag--04{
  color: #9A364D;
  background: #D9C3C8;
}
.news_tag--05{
  color: #1E6732;
  background: #C3D9C9;
}
.topics_cont {
    margin-left: 15px;
}
.topics_cont a {
    color: #111868;
  text-decoration: underline;
}
footer{
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
.news_row {
    width: 90%;
    margin: auto;
    padding: 15px 5%;
    flex-direction: column;
}
.news_date {
    margin-bottom: 10px;
}
.new .news_date::after {
    right: 40px;
    top: 11px;
}
}
@media print {

}