
#newsWrap {
   max-width: 1280px;
   margin: 0 auto;
   padding-top: 80px;
}
.page #news .page__title {
   background-image: url('../img/news/img_news_titleback_pc.jpg');
}
.news__yaerWrap {
   padding: 0 40px;
   display: flex;
   justify-content: center;
   align-items: center;
   gap: 2em;
   background-color: #F9F9F9;
   height: 110px;
}
.news__yaer__title {
   font-weight: 500;
}
#yearSelect {
   width: 203px;
   line-height: 42px;
   padding: 0 1em;
   font-size: 16px;
   font-weight: 500;
   border: 1px solid #7E7E7E;
   background-color: #fff;
   appearance: none; /* ブラウザデフォルト矢印を消す */
   -webkit-appearance: none;
   -moz-appearance: none;
   background-image: url('data:image/svg+xml;charset=US-ASCII,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="6"><path fill="%23333" d="M0 0l5 6 5-6z"/></svg>');
   background-repeat: no-repeat;
   background-position: right 10px center;
   background-size: 12px 12px;
   cursor: pointer;
}

#yearSelect:focus {
  outline: none;
  border-color: #007acc;
  box-shadow: 0 0 0 2px rgba(0, 122, 204, 0.2);
}

.news__cateList {
   display: flex;
   flex-wrap: wrap;
   gap: 20px;
   justify-content: center;
   gap: 1.2em;
   margin-top: 40px;
}
.news__cate__btn {
   cursor: pointer;
   width: 140px;
   font-size: 14px;
   font-weight: 600;
   line-height: 32px;
   text-align: center;
   color: #fff;
   background-color: #009e40;
   border: 1px solid #009e40;
   transition: 0.3s;
}
.en-US .news__cate__btn  {
   width: auto;
   padding: 0  1em;
}
.news__cate__btn.active, .news__cate__btn:hover {
   color: #009e40;
   background-color: #fff;
}
.news__cate__btn.active {
   pointer-events: none;
   cursor: default;
}
#newsListWrap {
   margin-top: 30px;
   transition: 0.2s;
}
.newsWrap {
   display: flex;
   align-items: flex-start;
   border-bottom: 1px solid #acacac;
   padding: 1em 0;

}
.newsWrap:first-child {
   border-top: 1px solid #acacac;
}
.newsWrap dt {
   display: flex;
   align-items: flex-start;
}
.news__date {
   width: 90px;
   font-size: 14px;
   font-family: "Roboto", sans-serif;
   line-height: 26px;
   flex-shrink: 0;
}
.news__cate {
   width: 120px;
   font-size: 12px;
   line-height: 26px;
   padding: 0 0.5em;
   text-align: center;
   flex-shrink: 0;
}
.en-US .news__cate {
   width: 150px;
}
.news__cate.company, .news__cate.company-en {
   background-color: #FFF1CD;
}
.news__cate.ir, .news__cate.ir-en {
   background-color: #B2E2F8;
}
.news__cate.info, .news__cate.info-en {
   background-color: #EEBFE1;
}
.news__cate.products, .news__cate.products-en {
   background-color: #B2DEE2;
}
.news__cate.sustainability, .news__cate.sustainability-en {
   background-color: #BED0EA;
}
.news__cate.recruit, .news__cate.recruit-en {
   background-color: #FFC0BA;
}
.news__content {
   padding-left: 30px;
}
.news__title a {
   display: inline-block;
   line-height: 1.35;
}
.news__title .icon--pdf {
   width: 19px;
   vertical-align: middle;
   margin-left: 3px;
}
.news__text {
   margin-top: 0.3em;
}
.news__text * {
   color: #7e7e7e;
   line-height: 1.35;
}
.news__text a {
   color: #D96900;
}
.news__imgWrap {
   margin-top: 0.5em;
   display: flex;
   flex-wrap: wrap;
   gap: 1em;
}
.news__imgWrap img {
   max-width: 100%;
   max-height: 100px;
   height: auto;
}
@media only screen and (max-width: 900px) {
   #newsWrap {
      width: 100%;
      padding-top: 60px;
   }
   .news__yaerWrap {
      padding: 0;
      gap: 1em;
      height: 90px;
   }
   #yearSelect {
      line-height: 30px;
      font-size: 14px;
   }
   .news__cateList {
      gap: 10px;
   }
   .news__cateList li:first-child {
      margin: 0 25%;
   }
   .en-US .news__cateList li:first-child {
      margin: 0 37%
   }
   .news__cate__btn {
      width: calc((100% - 20px) / 3);
      font-size: 10px;
   }
   .news__cate {
      font-size: 10px;
      line-height: 20px;
      width: 100px;
   }
   .en-US .news__cate {
      width: 130px;
   }
   .newsWrap {
      flex-flow: column;
   }
   .news__date {
      font-size: 12px;
      line-height: 20px;
      width: 68px;
   }
   .news__title {
      padding: 0;
      font-size: 12px;
      line-height: 1.35;
      margin-top: 5px;
   }
   .news__title .icon--pdf {
      width: 13px;
   }
   .news__content {
      padding: 0;
   }
   .news__text * {
      font-size: 12px;
   }
   .news__more a span {
      font-size: 12px;
   }
}