@charset "utf-8";
#news-page{
	width: 100%;
	margin: 90px 0 0;
}
#news-page .breadcrumbs{
	width: 1180px;
	margin: 0 auto;
	font-size: 12px;
	color: #333333;
}
#news-page .breadcrumbs a{
	color: #aaaaaa;
}
#news-page .breadcrumbs ol{
	display: flex;
	margin: 0 10px;
}
#news-page .breadcrumbs li::after{
	content: '>';
	display: inline-block;
	padding: 0 10px; /*左右に余白*/
	color: #aaaaaa;
}
#news-page .breadcrumbs li:last-child::after{
	display: none;
}

#news-page .news-list{
	width: 1180px;
	margin: 0 auto;	
}
#news-page .news-title{
	position: relative;
	padding: 20px 0;
}
#news-page .news-title h2{
	padding: 17px 0 30px;
	background-image: url("../images/paraspot/mark02.png"),url("../images/paraspot/sec-bar.png");
	background-position: right 25px,center 100px;
	background-repeat: no-repeat;
	font-size: 44px;
	font-weight: bold;
	line-height: 2;
	text-align: center;
}
#news-page .news-list ul {
	margin-top: 20px;
}
#news-page .news-list ul li {
	width: 100%;
	padding: 10px 0 10px 25px;
	background-image: url(../images/common/sec-bar.png);
	background-position: top left;
	background-repeat: no-repeat;
	background-size: 10px 100%;
}
#news-page .news-list ul li + li {
	margin-top: 30px;
}
#news-page .news-list ul li time {
	display: block;
	font-size: 16px;
}
#news-page .news-list ul li p {
	font-size: 24px;
	font-weight: bold;
	margin-top: 10px;
}
#news-page .news-button a {
	display: block;
	width: 200px;
	margin: 100px auto 0;
	background: #333333;
	border-radius: 100vmax;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	line-height: 28px;
	text-align: center;
	letter-spacing: 0.1em;
}

@media screen and (max-width:1200px) {
	#news-page .news-list{
		width: 90%;
	} 
}

@media screen and (max-width:752px) {
	#news-page{
			margin: 60px 0;
	}
	#news-page .news-list .news-title h2{
		padding: 10px 0;
		background-image: url("../images/paraspot/sec-bar.png");
		background-position: center bottom;
		background-size: 100% 2px;
		font-size: 32px;
		line-height: 1;
	}
	#news-page .news-list ul li p {
		font-size: 20px;
	}
	#news-page .news-button a {
		font-size: 18px;
		line-height: 40px;
	}
}
