@charset "utf-8";
/*
 * page.css
 *
 *  version --- 1.0
 *  updated --- 2017/11/30
 */

#news #gNavi li:nth-child(5) a::before{
	position: absolute;
	left: 0;
	bottom: -28px;
	width: 100px;
	height: 4px;
	background: linear-gradient(-138deg,#1776d8,#122ec0);
	content: "";
}


#news #teaser {
	background: url(../img/news/teaser_news.jpg) center center no-repeat;
	background-size: cover;
}

.newsList{
	border-top: 1px solid #717171;
	padding-top: 40px;
}

.newsListItem{
	display: flex;
	border-bottom: 1px solid #e1e1e1;
	padding: 15px 0 20px ;
}

.newsListInfo{
	width: 180px;
	flex-shrink: 0;
}

.newsListTime{
	font-size: 1.8rem;
	color: #a3a3a3;
	margin-bottom: 10px;
}

.newsListCate{
	background: #1672d7;
	display: flex;
	width: 110px;
	height: 30px;
	color: #fff;
	justify-content: center;
	align-items: center;
	font-size: 1.6rem;
}
.newsListLink{
	width: calc(100% - 180px);
	padding-top: 37px;
}
.newsListLink a{
	display: block;
	font-size: 1.6rem;
	color: #000000;
	padding: 2px 50px 2px 0;
	background: url(../img/news/ico_news.png) right 15px center no-repeat;
}



/*** タブレット 768x ~ 959px***/
@media screen and (max-width: 959px) {}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
	#news #gNavi li:nth-child(5) a::before{
		width: 0;
	}
	
	
	
	
	#news #teaser {
		background: url(../img/news/teaser_news.jpg) center center no-repeat;
		background-size: cover;
	}
	
	.newsList{
		border-top: 1px solid #717171;
		padding-top: 20px;
	}
	
	.newsListItem{
		display: block;
		border-bottom: 1px solid #e1e1e1;
		padding: 15px 0 20px ;
	}
	
	.newsListInfo{
		width: 100%;
		flex-shrink: 0;
	}
	
	.newsListTime{
		font-size: 1.6rem;
		color: #a3a3a3;
		margin-bottom: 5px;
	}
	
	.newsListCate{
		background: #1672d7;
		display: flex;
		width: 110px;
		height: 30px;
		color: #fff;
		justify-content: center;
		align-items: center;
		font-size: 1.4rem;
	}
	.newsListLink{
		width: 100%;
		padding-top: 5px;
	}
	.newsListLink a{
		display: block;
		font-size: 1.4rem;
		color: #000000;
		padding: 0 30px 0 0;
		background: url(../img/news/ico_news.png) right 0 center no-repeat;
	}
	
}




.newsDetailInfo {
	border-top: 1px solid #717171;
	padding-top: 80px;
}

.newsDetailTit{
	text-align: center;
	font-size: 2.4rem;
	color: #333333;
	margin-bottom: 10px;
	font-weight: bold;
}

.newsDetailTime{
	text-align: center;
	font-size: 1.4rem;
	color: #666666;
	margin-bottom: 30px;
}

.newsDetailBox{
	border-top: 1px dashed #cfcfcf;
	padding: 30px 5px 0;
}

.newsDetailBox p{
	font-size: 1.6rem;
	color: #414141;
	margin-bottom: 20px;
}

.newsDetailBox figure{
	text-align: center;
	margin: 50px 0;
}


@media screen and (max-width: 767px) {
	
	.newsDetailInfo {
		border-top: 1px solid #717171;
		padding-top: 40px;
	}
	
	.newsDetailTit{
		text-align: center;
		font-size: 2.2rem;
		color: #333333;
		margin-bottom: 5px;
		font-weight: bold;
	}
	
	.newsDetailTime{
		text-align: center;
		font-size: 1.2rem;
		color: #666666;
		margin-bottom: 15px;
	}
	
	.newsDetailBox{
		border-top: 1px dashed #cfcfcf;
		padding: 15px 5px 0;
	}
	
	.newsDetailBox p{
		font-size: 1.4rem;
		color: #414141;
		margin-bottom: 10px;
	}
	
	.newsDetailBox figure{
		text-align: center;
		margin: 25px 0;
	}
	
}
