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

/* clearfix */
.clearfix:after {
	content:".";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}
.clearfix {
	display:inline-block;
}

/* for macIE \*/
* html .clearfix {
	height:1%;
}
.clearfix {
	display:block;
}


ul#newsList {
	width: 100%;
	max-width: 100%;
	font-family: 'ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN','メイリオ','Meiryo',sans-serif;
	margin-top: 30px;
	/*text-align: center;*/
	padding-left: 0;
}
ul#newsList li {
	line-height:100%;
	list-style-type:none;
	
	line-height: 1.6em;
	font-size: 21px;
	letter-spacing: 0.12em;
    margin-bottom: 14px;
    
    display: flex;
}
ul#newsList li p {
    margin: 0;
}
a {
	color: #000;
	text-decoration: none;
	transition: all 0.3s;
}
a:hover {
	color: #ea5735;
	opacity: 0.5;
	transition: all 0.3s;
}
.up_ymd {
	margin-right: 1rem;
	color: #ea5735;
}

@media screen and (max-device-width:992px) {
	ul#newsList li {
		line-height: 1.6em;
		font-size: 16px;
        flex-direction: column;
	}
	.up_ymd {
		margin-right: 0;
		display: block;
	}
}