
@charset "utf-8";




/******************************************************************************
/*ニュースリリース
******************************************************************************/





ul.newsrelease {
  width: 100%;
	margin-bottom: 50px;
}
ul.newsrelease li{
  display: flex;
  padding:15px;
  border-bottom:1px solid #A0A0A0;
}

ul.newsrelease .day{
	font-weight: 700;
	white-space: nowrap;
	margin-right: 30px;
}

ul.newsrelease .text{
	width: 100%;
	display: block;
	font-weight: 700;
}

ul.newsrelease .text a{

	font-weight: 700;

}

ul.newsrelease .text p{

	font-weight: 700;

}



ul.newsrelease2 {
  width: 100%;
}
ul.newsrelease2 li{
  display: flex;
  padding:15px;
  border-bottom:1px solid #A0A0A0;
}

ul.newsrelease2 .day{
	white-space: nowrap;
	margin-right: 30px;
}

ul.newsrelease2 .text{
	display: block;
	color: #3049A3;
	font-weight: 700;

}

ul.newsrelease2 .text a{
	display: block;
	color: #3049A3;
	font-weight: 700;
}


/******************************************************************************
/* ニュースタイトル
*******************************************************************************/


.top_comment {
	font-size: 100%;
	line-height: 150%;
	color : #495B87;
	font-weight:700;
	margin-bottom:10px;
}


.top_comment2 {
	font-size: 100%;
	line-height: 150%;
	color : #495B87;
	font-weight:700;
	margin-bottom:50px;
}


.top_comment3 {
	font-size: 100%;
	line-height: 150%;
	color : #495B87;
	font-weight:700;
	margin-bottom:25px;
}




/******************************************************************************
/* スマートフォン・タブレットサイズ
*******************************************************************************/


@media screen and (max-width:1200px) {



/******************************************************************************
/* お知らせテーブル
*******************************************************************************/









}

/******************************************************************************
/* スマートフォンサイズ
*******************************************************************************/


@media screen and (max-width:600px) {



ul.newsrelease li{
  display: block;
  padding:0px;
  border-bottom:1px solid #A0A0A0;
}


ul.newsrelease .day{
	font-size: 80%;
}

ul.newsrelease .text{
	font-size: 80%;

}







}