.n_present{
	margin-bottom: 10px;
	padding: 10px 0;
	border-bottom: 1px solid #666;
}

.n_present > li{
	margin: 0;
	padding: 0;
	list-style: none;
	}

.n_present .np_tit{
	padding-bottom: 15px;
	
	font-size: 1.1rem;
	font-weight: bold;
	text-indent: 1.5rem;
	line-height: 1.5rem;
	
	background: url("../../images/info/star_icon.svg") no-repeat left 0px top 2px;
	background-size: 1.1rem;
}
.n_present .np_pre{
	margin-bottom: 8px;
	font-size: 0.95rem;
	line-height: 1.25rem;
}
.n_present .term{
	margin-bottom: 15px;
	font-size: 0.8rem;}
.term span{
	margin-right:10px;
	padding: 2px 10px;
	color: #f4f4f4;
	background: #333;
	border-radius: 15px;
	font-size: 0.8rem;
}
.np_end{
	font-size: 0.65rem;
	line-height: 1.25rem;
	color: #E30408;
}

.date{
	margin-top: 20px;
	font-size: 0.65rem;
	text-align: right;
}

.info{
	font-size: 0.85rem;
	text-align: left;
}

@media screen and (min-width: 769px){
	.n_present .np_tit{font-size: 18px;
	text-indent: 22px;
	line-height: 22px;
	background-size: 16px;}
	.n_present .np_pre{font-size: 16px;}
	.n_present .term{font-size: 14px;}
	.n_present .term span{font-size: 12px;}
	.np_end{font-size: 12px;}
	.info{font-size: 14px;}
	.date{font-size: 12px;}
}