@charset "UTF-8";

/*-------  news  -------*/
#news{
  margin-bottom: 5rem;
}
#news a{
  color: #505050;
  font-size: .95rem;
}
.page-ttl{
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  position: relative;
  padding:5rem 0 3rem 0;
  background: url(../img/news/bg_sec.png) top center no-repeat;
}
.page-ttl .ttl-en{
  margin-left: 0.4rem;
  color: #fff2c0;
  font-size: 1rem;
  font-family: "DM Sans", sans-serif;
  font-weight: 900;
  display: block;
}
#news .inner{
  padding: 1.8rem;
background: #fff;
border-radius: 10px;
}
#news li{
  padding: .8rem 0;
  border-bottom: 1px solid #d8d1c4;
}
#news li:last-child{
  border-bottom: none;
}
#news .date{
  margin-right: .5rem;
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  vertical-align: sub;
}
#news .cat{
  padding: .2rem 1rem;
  color: #fff;
  font-size: .7rem;
  font-weight: 500;
  vertical-align: middle;
  background: #d73026;
}
#news .cat.infomation{
  background-color: #d73026;
}
#news .cat.event{
  background-color: #f18f01;
}
#news .title{
  margin-top: .3rem;
  font-size: 1.2rem;
  line-height: 1.4;
  display: block;
}
#news .news-more{
  margin-top: .8rem;
  text-align: right;
}
#news .material-symbols-outlined{
  color: #d73026;
  font-size: 1rem;
  vertical-align: middle;
}


/*-------  news-page  -------*/
#news.page{
  margin-bottom: 0;
}
#news.page .content{
  margin-bottom: 4rem;
}
#news.page h1{
  margin-bottom: 2rem;
  padding: 0 0 .6rem;
  font-size: 1.5rem;
  border-bottom: 3px solid #d73026;
}
#news.page h3{
  margin-bottom: .8rem;
  padding: .6rem;
  color: #fff;
  font-size: 1.0rem;
  line-height: 1.4;
  background: #d73026;
}

#news.page .date{
  margin-bottom: .4rem;
}
#news .content p{
  margin-bottom: 2rem;
  font-size: 1rem;
  line-height: 1.9;
}
#news .content ul{
  margin-bottom: 2rem;
}
#news .content li{
  margin-left: 1.8rem;
  padding-top: 0;
  list-style-type: disc;
  border-bottom: none;
}
#news .content a{
  color: #d73026;
  text-decoration: underline;
}
#news .back-to-list{
  text-align: center;
}
#news .back-to-list a{
  border: solid 1px;
    width: 70%;
    display: inline-block;
    padding: .8rem 0;
    border-radius: 20rem;
}
