@charset "UTF-8";
.container h1 {
  background-image: url(../images/title_sp.webp);
}
.news-list dl{
  border-bottom: solid 1px #707070;
  padding-bottom: 20px;
  margin-bottom: 30px;
  }
.news-list dt,
.news-list dd{
  line-height: 1.6;
}
.news-list dd a{
  text-decoration: none;
}
.news-list dd a:hover{
  text-decoration: underline;
}
@media only screen and ( max-width : 768px ) {
  .news-list dl{
    margin-bottom: 2vw;
  }
}
@media only screen and ( min-width : 769px ) {
  .container h1 {
    background-image: url(../images/title_pc.webp);
  }
  .news-list dl{
    display: flex;
  }
  .news-list dt{
    width: 100px;
  }
}