.category_news .information_list .list_item{
  padding-bottom: 40px;
}
.category_news .title_area{
  width: 950px;
  min-height: 89px;
  display: block;
  padding: 11px;
  border:3px solid #666666;
  text-align: left;
  margin-bottom: 20px;
}
.category_news .link_area{
  width: 100%;
  display: inline-block;
  margin-bottom: 5px;
  text-align: left;
  line-height: 1.5;
}
.category_news .link_area .information_link{
  width: 100%;
  display: inline-block;
  font-family: 'NotoSansJP-Bold';
  font-size: 20px;
  line-height: 29px;
  color: #FF9011;
  overflow-wrap: break-word;
}
.category_news .update_date{
  display: inline-block;
  font-size: 14px;
  color: #666666;
  line-height: 20px;
  vertical-align: middle;
}
.category_news .update_area{
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.category_news .par-news_label{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.category_news .par-news_label span{
  width: 49px;
  height: 18px;
  display: inline-block;
  background-color:#FF9011;
  font-size: 12px;
  color:#FFFFFF;
  vertical-align: middle;
}
.category_news .par-news_label span.col-tag_important{
    font-family: 'NotoSansJP-Bold';
    background-color:#D80808;
}
.category_news .par-news_label span.col-tag_new{
    font-family: 'Roboto-Bold';
    background: #FF9011;
}
.category_news .par-news_label span.col-tag_new{
  line-height: 1.6;
}
.category_news .content_area,
.category_news .kiji_contents{
  padding: 0 10px;
  font-size: 16px;
  color: #666666;
}
.category_news .par-title04{
    background: #FF9011;
    color: #ffffff;
    padding: 3px 0 5px 9px;
    font-size: 18px;
    line-height: 26px;
    font-family: 'NotoSansJP-Bold';
}
.category_news img{
  max-width: 100%;
}
.category_news .information_inner .list_item:last-of-type{
  padding-bottom: 0;
}
.category_news .information_inner {
  margin-bottom: 80px;
}
/* 個別ページ */
.category_news .information_item .par-title01{
  border-bottom: 1px solid #B1B1B1;
  margin-bottom: 20.5px;
}
.category_news .information_item .news_title{
  display: inline-block;
  margin-left: 10px;
  margin-bottom: 5px;
  text-align: left;
  line-height: 29px;
  font-family: 'NotoSansJP-Bold';
  font-size: 20px;
  color: #FF9011;
}
.category_news .information_item .update_area{
  margin-left: 10px;
  margin-bottom: 20.5px;
}
.category_news .return-botton{
  margin-top: 50px;
}
.category_news .return-botton .par-btn02{
  width: 159px;
  height: 38px;
  display: block;
  margin: 0 auto;
  border: 1px solid #004EB5;
  padding: 8px 34px 8px 53px;
  font-family: 'NotoSansJP-Medium';
  font-size: 14px;
  color: #004EB5;
  text-align: left;
  line-height: 1.3;
  position: relative;
}
.category_news .return-botton .par-btn02::before{
  content: '';
  position: absolute;
  width: 16px;
  height: 8px;
  top: 14px;
  left: 9px;
  background-image: url(/cdn/bts/k223/pc/images/news/arrow_01_blue_left.png);
  background-size: cover;
}
/********************************************
ページャー Pager
********************************************/
.category_news .pager ul{
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
}
.category_news .pager ul li{
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0 15px 0 0;
  vertical-align: middle;
  background-color: #98C5FF;
}
/* 前・次矢印 */
.category_news .pager ul li.arrow{
  background: none;
}
.category_news .pager ul li.arrow a{
  color: #98C5FF;
}
.category_news .pager li i{
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  color: #98C5FF;
}
.category_news .pager li i.left:before{
  content: '';
  position: absolute;
  width: 10px;
  height: 11px;
  top: 10px;
  right: 0;
  background-image: url(/cdn/bts/k223/pc/images/news/arrow_l_blue.png);
  background-size: cover;
}
.category_news .pager li i.right:before{
  content: '';
  position: absolute;
  width: 10px;
  height: 11px;
  top: 10px;
  left: 0;
  background-image: url(/cdn/bts/k223/pc/images/news/arrow_r_blue.png);
  background-size: cover;
}
.category_news .pager li span.pager_link i.left:before{
  background-image: url(/cdn/bts/k223/pc/images/news/arrow_l_lightblue.png);
}
.category_news .pager li span.pager_link i.right:before{
  background-image: url(/cdn/bts/k223/pc/images/news/arrow_r_lightblue.png);
}
/* ボタン */
.category_news .pager ul li:first-child{
  margin-left: 0;
  margin-right: 20px;
}
.category_news .pager ul li:last-child{
  margin-left: 5px;
  margin-right: 0;
}
.category_news .pager ul li a{
  width: 100%;
  height: 100%; 
  display: inline-block;
  font-family: 'NotoSansJP-Bold';
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  line-height: 30px;
}
.category_news .pager ul li.current{
  background-color: #004EB5;
}
.category_news .pager ul li.current a{
  color: #fff;
}