@charset "UTF-8";
/* CSS Document */
.news_top_image {
  margin: 200px auto 0;
  width: 1430px;
  border-radius: 56px;
}
.news_top_image img{
  width: 100%;
  
}
.news_toplead {
  max-width: 1200px;
  padding-top: 57px;
  margin: 0 auto;
  width: 240px;
}
@media screen and (min-width: 676px) {
  .news_top_image-sp{
    display: none;
  }
  
  
  
}
@media screen and (max-width: 676px) {
  .news_top_image{
    display: none;
  }  
  .news_top_image-sp{
    width: 100%;
  }
  .news_top_image-sp{
    width: 97%;
    border-radius: 20px;
     margin: 50px 0 ;
  }
  .news_toplead{
    width: 180px;
    padding-top: 0;
  }
  
}
/*ニュース*/
.news-wrapper {
  padding: 6%;
  max-width: 800px;
  margin: 0 auto;
  font-size: 18px;
  
  
}
.news-wrapper li{
  list-style: none;
  text-align: left;
  border-bottom: dotted #0096D2 2px;
  padding: 20px;
}
.news-wrapper li p{
  padding-top: 2%;
}
.news-wrapper li time{
  color: #3f96d2;
}
.news-wrapper li a{
  text-decoration: none;
}
@media screen and (max-width: 676px) {
  .news-wrapper{
    margin-bottom: 50px;
  }
  .news-wrapper li p{
    font-size: 13px;
  }
  .news-wrapper li time{
    font-size: 13px;
  }
  
  
  
}
