@charset "utf-8";
/* CSS Document */

section#news{
  margin: 47px 0 0;
}

@media (max-width:768px){
  section#news{
    margin: 29px 0 136px;
  }
}


section#news ul{
  gap:0 12px;
}

section#news ul li{
  width: calc((100% - 24px) / 3);
  margin-bottom: 90px;
}

section#news h4{
  font-size: 23px;
  letter-spacing: 0.2em;
  line-height: 1.3;
  margin-bottom: 21px;
  text-align: center;
}

section#news ul li p{
   font-size: 15px;
   line-height:1.3;
   margin-top: 21px;
   text-align: center;
}


@media (max-width:768px){
  section#news h3:nth-of-type(1){
    margin: 0 auto 53px;
  }

  section#news h4{
    font-size: 20px;
    margin-bottom: 11px;
  }

  section#news ul{
    gap:0;
  }

  section#news ul li{
    width: 100%;
    margin-bottom: 19px;
  }

  section#news ul li div{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  section#news ul li div figure{
    /* width: 125px; */
    width: 100%;
  }

  section#news ul li div figure img{
    width: 100%;
    height: auto;
  }

  section#news ul li div p{
    /* margin-top:0;
    width:calc(100% - 142px);
    text-align: left; */
    margin-top: 1rem;
    width: 100%;
    text-align: center;
  }

}

