@charset "UTF-8";

/*****************************
setting
******************************/
#newsSection{
}

/**************************************
homeNewsSection
**************************************/
#newsSection .newsList{
  display: block;
}

#newsSection .newsList > ul{
  display: block;
  padding: 0 2rem;
}


#newsSection .newsList > ul > li{
  display: block;
}

#newsSection .newsList > ul > li + li{
  margin-top: 2rem;
}

#newsSection .newsList > ul > li > .outer{
  display: block;
  width: 100%;
  padding: 1.5rem;
  background: #FFFFFF;
  border-radius: 5px;
}


#newsSection .newsList > ul > li > .outer > time{
  display: block;
  width: 100%;
  margin-bottom: 0.5rem;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #454140;
}

#newsSection .newsList > ul > li > .outer > .detail{
  display: block;
  font-size: 1.4rem;
  letter-spacing: 0.2em;
  line-height: 1.8;
  font-weight: 400;
}

#newsSection .newsList > ul > li > .outer > .detail > dl{
  display: block;
}
#newsSection .newsList > ul > li > .outer > .detail > dl > dt{
  display: block;
  width: 100%;
  margin-bottom: 1rem;
  font-size: 1.6rem;
  letter-spacing: 0.2em;
  line-height: 1.8;
  font-weight: 500;
  color: #454140;
  text-align: left;
}

#newsSection .newsList > ul > li > .outer > .detail > dl > dd{
  display: block;
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: 0.06em;
  line-height: 1.8;
  color: #454140;
  text-align: left;
}

