@charset "UTF-8";
.under_mv_inner{
  background: url("../img/mv.png") center;
  -webkit-background-size: cover;
  background-size: cover;
}
.notice {
  max-width: 852px;
  width: 90%;
  margin: 60px auto;
  border-top: 1px solid #aaa;  
}
.notice_row {
  display: flex;
  border-bottom: 1px solid #aaa;
  padding: 30px 20px;
  position: relative;
}
.notice_date {
  min-width: 110px;
  position: relative;
}
.notice_title a {
  color: #000;
  text-decoration: underline;
}
.notice_title a:hover {
  text-decoration: none;
}


@media screen and (max-width: 767px) {  
  .notice_row{
    flex-wrap: wrap;
  }

  .notice_row{
    padding: 20px 5%;
  }
}
@media print {

}