.category{
	display:none;
}
.display{
	display:none;
}
.latest-news-area img{
	display:none;
}
	.news-subject{
		display:none;
	}

@media only screen and (min-width: 737px) {
	.latest-news-area{
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
	}
	.news-subject{
		margin-bottom:10px;
		padding-bottom:10px;
		line-height:1.6em;
		border-bottom:1px solid #cc0000;
		width: 675px;
	}
	.title {
		font-size: 14px;
		padding: 0px 10px 0px 0px;
		margin: 0px 0px 3px 0px;
		/*float:left;*/
		line-height:16px;
	}
}

@media only screen and (max-width: 736px) {
	.news-subject{
		display: flex;
		border-bottom:1px solid #cc0000;
		width:100%;
		height: 74px;
		background-image: url(../image/linkmark_sp.png);
		background-repeat: no-repeat;
		background-position: 94.375% center;
		background-size: contain;
		position: relative;
	}
	.news-subject .date{
		padding: 12px 5.625% 0;
		position: absolute;
		font-size: 10px;
		color: #999;
	}
	.news-subject .title{
		width: 100%;
		height: 66px;
		display: block;
		font-size: 12px;
		line-height: 1.5;
		overflow: hidden;
	}
	.news-subject .title a{
display:-moz-box;
display:-webkit-box;
display:-o-box;
display: -ms-flexbox; /* IE */
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		padding: 30px 12% 0px 5.625%;
		height: 36px;
		color: #000;
		text-decoration: none;
	}
	
}
