@charset "utf-8";


/* NEWS */


/* clearfixを記述 */
.clearfix::after{
   content: "";
   clear: both;
   display: block;
}
/* clearfixを記述 */


#NEWS {
background-color: #fff;
}

#NEWS .cont {
background-color: #fff;
padding: 65px 20px 80px 20px;
}

#NEWS  a:link {
color: #0000ff;
text-decoration: underline;
}

#NEWS  a:hover {
color: #0000ff;
text-decoration: underline;
}

#NEWS .News_L_box h3{
	padding: 20px 0;
	width: 100%;
	color: #fff;
	background-color: #1e24d5;
	font-family: 'Sora', "游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
	font-size: 16px;
	margin-bottom: 10px;
	}

#NEWS .News_L_box h3 span{
	margin-left: 20px;
	}

#NEWS .News_R_box h3{
	padding: 20px 0;
	width: 100%;
	color: #fff;
	background-color: #333;
	font-family: 'Sora', "游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
	font-size: 16px;
	margin-bottom: 10px;
	}

#NEWS .News_R_box h3 span{
	margin-left: 20px;
	}


#NEWS p img{
	float: left;
	width: 50%;
	height: auto;
	}

#NEWS .list {
margin-top: 20px;
height: 400px;
overflow: none;
overflow-y: auto;
}
#NEWS dt {
margin-bottom: 8px;
font-size: 13px;
font-weight: bold;
}
#NEWS dd {
margin-bottom: 25px;
font-size: 14px;
line-height: 1.59;
}
#NEWS dd:last-of-type {
margin-bottom: 0;
}
@media (min-width: 1020px) {
	#NEWS {
	
	}
	#NEWS .cont {
	width: 1000px;
	background: #fff;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 65px 50px 85px 50px;
	}
	
	#NEWS .News_L_box {
	float: left;
	}
	
	#NEWS .News_L_box h3{
	padding: 20px 0;
	width: 530px;
	color: #fff;
	background-color: #1e24d5;
	font-family: 'Sora', "游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
	font-size: 16px;
	margin-bottom: 10px;
	}
	
	
	#NEWS .list {
	height: 500px;
	width: 530px;
	}
	
	#NEWS dt {
	float: left;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: bold;
	}
	#NEWS dd {
	margin-bottom: 15px;
	margin-left: 105px;
	font-size: 14px;
	line-height: 1.59;
	}
	
	
	#NEWS .News_R_box {
	float: right;
	width: 320px;
	}
	
	#NEWS .News_R_box h3{
	padding: 20px 0;
	width: 320px;
	color: #fff;
	background-color: #333;
	font-family: 'Sora', "游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
	font-size: 16px;
	margin-bottom: 10px;
	}
	#NEWS p img{
	width: 320px;
	height: auto;
	}
	
}
