/**********************************************************************/
/* お知らせ
/**********************************************************************/

section.news .heading{
  margin-bottom: 4em;
}
section.news .bodying .list{
  gap: 0;
}
section.news .bodying .list .item + .item{
  padding-top: 1.5em;
  border-top: 1px solid var(--c_border);
  margin-top: 1.5em;
}
@media screen and (max-width: 768px){
  section.news .heading{
    margin-bottom: 2em;
  }
  section.news .bodying .list .item{
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
  }
  section.news .bodying .list .item + .item{
    padding-top: 1em;
    border-top: 1px solid var(--c_border);
    margin-top: 1em;
  }
}