@charset "utf-8";
/* CSS Document */


.hwrapper2{
	height: 40px;
   background-color: #ffffff;
}

.header2{
}

.header2shita{
  width: 97%;
  height: 1px;
	margin: 0 auto;
  margin-top: 5px;
  background: #838383;
}

.news-list{
	list-style: none outside;
	width: 97%;
	margin: 0 auto;
 	padding: 0px;
}
.news-list .item a{
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  text-decoration: none;
  color: #333;
  border-bottom: 1px solid #CCC;
  padding: 15px 20px;
}
.news-list .item:first-child a{
  border-top: 1px solid #CCC;
}
.news-list .item .date{
  margin: 0;
  min-width: 140px;
  font-size: 16px;
  color: #999;
  padding: 0 20px 0 0;
	font-family: "a-otf-ud-shin-go-pr6n", sans-serif;
	font-weight: 300;
	font-style: normal;
}
.news-list .item .category{
  margin: 0;
  min-width: 140px;
  padding: 0 20px 0 0;
	
}
.news-list .item .category span{
	background: #FFA600;
	color: #FFF;
	text-align: center;
	display: inline-block;
	padding: 5px 20px;
	font-size: 12px;
	line-height: 1;
	font-family: "a-otf-ud-shin-go-pr6n", sans-serif;
	font-weight: 300;
	font-style: normal;
}
.news-list .item .title{
	margin: 0;
	width: 100%;
	font-family: "a-otf-ud-shin-go-pr6n", sans-serif;
	font-weight: 300;
	font-style: normal;
	font-feature-settings: 'pkna'
}
.news-list .item a:hover .title{
  color: #FF7E00;
}

@media screen and (max-width: 767px){
.news-list .item a{
  flex-wrap: wrap;
}
.news-list .item .date{
  min-width: 100px;
}
.news-list .item .title{
  margin-top: 10px;
}
}

/* 装 飾 */
 
*{
  box-sizing: border-box;
}
a{
  text-decoration: none;
}
