@charset "UTF-8";

 /*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
　ニュースタイトル
 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#news {
	background: url(../images/news_bg.gif);
}
#news article {
	padding: 0px 10px 10px;
}
#news h2 {
	max-width: 1200px;
	margin: 0 auto;
	padding: 15px 0px 16px;
	font-size: 0px; 
}
@media(min-width:769px) {
	#news h2 {
		padding: 30px 0px 32px;
	}
}

 /*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
　ニュース記事
 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#news .news-tit {
	background: #C928A6;
	padding-top: 5px;
}
#news h3 {
	background: #E3DFEA;
	color: #C928A6;
	font-weight: bold;
	font-size: 18px;
	padding: 17px 15px;
	line-height: 25px;
}
#news time {
	position: relative;
	font-weight: bold;
	color: #fff;
	font-size: 12px;
	padding: 1px 0px 1px 25px;
	display: block;
}
#news time:after {
	content: "";
	background: url(../images/day_deco.gif) no-repeat;
	background-size: 100%;
	width: 82px;
	height: 20px;
	position: absolute;
	right: 0;
	top: 0;
}
#news .news-cont {
	background: #fff;
	padding: 15px 15px 25px;
}
#news .news-cont figure {
	margin: 0; 
}
#news .news-cont h4 {
	border-bottom: 1px solid #727272;
	color: #c929a7;
	font-weight: bold;
	font-size: 14px;
	line-height: 18px; 
	padding: 7px 0px 6px;
}
#news .news-cont .news-txt {
	font-size: 12px;
	line-height: 15px;
	padding: 9px 0px 7px;
}
#news .news-cont .list {
	margin-bottom: 12px;
}
#news .news-cont .list li {
	font-weight: bold;
	font-size: 12px;
	position: relative;
	cursor: pointer;
	padding-left: 12px;
	height: 25px;
	line-height: 25px;
}
#news .news-cont .list li:before {
	content: "";
	display: inline-block;
	border-bottom: 6px solid transparent;
	border-top: 6px solid transparent;
	border-left: 9px solid #000;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 0;
}
#news .news-cont .news-btn {
	width: 54%;
	margin: 0 auto;
}
#news .news-cont .news-btn a {
	background: #353535;
	color: #fff;
	font-weight: bold;
	font-size: 13px; 
	width: 100%;
	height: 100%;
	text-align: center;
	display: block; 
	padding: 10.5px 0px;
}
#news .news-cont .news-btn.link a {
	border-bottom: 5px solid #D94DBA;
	border-top: 5px solid #D94DBA;
}
#news .news-cont .news-btn.return {
	margin-top: 20px;
}
#news .news-cont .news-btn.return a {
	opacity: 0.5;
}
#news .news-cont .news-btn.return a:hover {
	opacity: 1;
}
@media(min-width:769px) {
	#news h3 {
		font-size: 20px;
		padding: 34px 30px; 
	}
	#news article {
		padding: 0px 0px 40px;
		max-width: 1200px;
		margin: 0 auto;
	}
	#news .news-tit {
		padding-top: 10px;
	}
	#news time:after {
		width: 164px;
		height: 41px;
	}
	#news time {
		font-size: 14px;
		padding: 10px 0px 10px 50px;
	}
	#news .news-cont {
		padding: 30px 30px 50px;
	}
	#news .news-cont h4 {
		border-bottom: 2px solid #727272;
		font-size: 16px;
		line-height: 22px; 
		padding: 14px 0px 12px;
	}
	#news .news-cont .news-txt {
		font-size: 14px;
		line-height: 21px;
		padding: 18px 0px 16px;
	}
	#news .news-cont .list {
		margin-bottom: 26px;
	}
	#news .news-cont .list li {
		font-size: 14px;
		padding-left: 24px;
		line-height: 21px;
		height: 40px;
		line-height: 40px;
	}
	#news .news-cont .list li:before {
		border-bottom: 8px solid transparent;
		border-top: 8px solid transparent;
		border-left: 13px solid #000;
	}
	#news .news-cont .news-btn {
		width: 54%;
		margin: 0 auto;
	}
	#news .news-cont .news-btn a {
		font-size: 15px; 
		padding: 21px 0px;
	}
}

