@charset "UTF-8";
/*==========基本構造==========
ニュース関連追加CSS、修正メモ
==============================*/
.news .mainVisual {
  position: relative;
  background: url(/e/images/news/mv.jpg) center 50%/100% no-repeat;
  width: 100%;
  height: 300px;
}
.mainCol section {
  display: flex;
  border-bottom: #A7B0B9 1px solid;
  padding: 20px 0;
}
.contBox .ttl-2 {
  margin-bottom: 60px;
}
@media print, screen and (max-width: 480px) {
  .news .mainVisual {
    background-size: 190%;
    height: 60vw !important;
  }
}
/* --------------------------------------------------- 
 コンテンツ
---------------------------------------------------- */
/* ニュース */
.news_tabs {
  margin: auto;
  flex-wrap: wrap;
  display: flex;
}
/* カテゴリー */
.tab_cate {
  width: calc(100%/4);
  border-bottom: 3px #979FA7 solid;
  color: #979FA7;
  line-height: 2rem;
  font-size: 1.3rem;
  text-align: center;
  display: block;
  float: left;
  order: -1;
  padding-bottom: 10px;
  padding-top: 10px;
  margin-bottom: 10px;
		font-weight: bold
}
.tab_cate.current {
  border-bottom: 3px #D10000 solid;
  color: rgb(0, 0, 0);
  background-color: #F4C5C5;
}
@media print, screen and (max-width: 480px) {
.tab_cate.current {
  border-bottom: 3px #D10000 solid;
  color: rgba(255,255,255,1.00);
  background-color: #D10000;
}
}
/* 月ボタン */
.top_month {
  margin-top: 20px;
}
.tab_month ul {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.tab_month li {
  line-height: 2rem;
  font-size: 1.2rem;
  text-align: center;
  display: block;
  padding: 10px 5px;
  margin: 0 2% 5px 0px;
  border: 1px solid #D10000;
  box-sizing: border-box;
  width: 15%;
	font-weight: bold
}
.tab_month li:last-child {
  margin-right: 0px;
}
.tab_month li:nth-child(6) {
  margin-right: 0px;
}

@media print, screen and (max-width: 850px) {
  .tab_month li {
    margin: 0 2% 5px 0px;
    width: 23.5%;
	    padding: 7px 5px;

  }
 .tab_month li:nth-child(4),.tab_month li:nth-child(8) {
    margin-right: 0px
  }
.tab_month li:nth-child(6) {
  margin-right: 2%;
}
}


@media print, screen and (max-width: 480px) {
  .tab_month li {
    margin: 0 4% 5px 0px;
    width: 48%;
	  	    padding: 5px 5px;

  }
  .tab_month li:nth-child(2),.tab_month li:nth-child(4),.tab_month li:nth-child(6),.tab_month li:nth-child(8),.tab_month li:nth-child(10) {
    margin-right: 0px
  }
}
/*ニュース部分*/
.newsItemList {
  margin: 0 auto 50px;
}
.newsItemList dl {
  padding: 20px 0;
  width: 100%;
  font-size: 1.4rem;
  border-bottom: 1px #000000 dashed;
}
.newsItemList dl dt {
  font-weight: bold;
}
.newsItemList dl dt span {
  color: #ffffff;
  font-size: 1.0rem;
  margin-left: 20px;
  width: 110px;
  display: inline-block;
  text-align: center;
}
.newsItemList dl dd a:hover {
  color: #D10000;
}
.ip {
  background-color: #D10000;
}
.ir {
  background-color: #D10000;
}
.info {
  background-color: #000000;
}
.pdf_ico {
  height: 16px;
  vertical-align: sub;
  margin: 0 0 0 10px;
}

/* --------------------------------------------------- 
 ニュース個別ページ
---------------------------------------------------- */
.newspage-data{
	font-size: 1.3rem;
	margin-bottom: 10px
}
.newspage-data span{
	color: #939393;
	font-weight: bold;
	padding-right: 20px
}
.newsInner strong{
	color: #D10000
}
.newsInner{
	font-size: 1.6rem
}
