@charset "UTF-8";
/* CSS Document */


/*=================================================================
個ページ 新着情報
=================================================================*/

/*新着情報
------------------------------------------------*/

/*全体*/
#newsIndex .sec-about-news {
	margin-top: 120px!important;
	margin-bottom: 80px!important;
}
@media screen and (max-width: 767px) {
	#newsIndex .sec-about-news {
		margin-top: 70px!important;
		margin-bottom: 65px!important;
	}	
}

#newsIndex .sec-cmn-title-center {
	margin-bottom: 80px!important;
}
@media screen and (max-width: 767px) {
	#newsIndex .sec-cmn-title-center {
		margin-bottom: 60px!important;
	}
}
#newsIndex section::before {
	height: 0;
}

#newsIndex .sec-cmn-title-center {
	font-size: 2.8rem!important;
}
@media screen and (max-width: 767px) {
	#newsIndex .sec-cmn-title-center {
		font-size: 2rem!important;
	}	
}

/*各ニュース*/
#newsIndex .sec-about-news .wrap-news {
	border-top: 1px #D3D3D3 solid;
	padding: 20px;
}
@media screen and (max-width: 991px) {
	#newsIndex .sec-about-news .wrap-news {
		padding: 20px 10px;
	}	
}
@media screen and (max-width: 767px) {
	#newsIndex .sec-about-news .wrap-news {
		padding: 15px 5pxpx;
	}	
}
#newsIndex .sec-about-news .wrap-news:last-of-type {
	border-bottom: 1px #D3D3D3 solid;
}

/*ニュース 最初のもの*/
#newsIndex .sec-about-news .wrap-news:first-of-type {
	border-top: 1px #D3D3D3 solid;
}

/*テキスト　日付*/
#newsIndex .sec-about-news .text-date {
	font-size: 1.2rem;
	color: rgba(0,0,0,0.5);
	letter-spacing: 0.1rem;
}
@media screen and (max-width: 767px) {
	#newsIndex .sec-about-news .text-date {
		font-size: 1rem;
		margin-bottom: 3px!important;
	}	
}

/*テキスト　タイトル*/
#newsIndex .sec-about-news .wrap-news a {
	display: inline-block;
	margin-bottom: 10px!important;
}
#newsIndex .sec-about-news .title-news {
	font-size: 1.2rem;
	color: #000;
	text-decoration: underline;
}
@media screen and (max-width: 767px) {
	#newsIndex .sec-about-news .title-news {
		font-size: 1.1rem;
		margin-bottom: 7px!important;
	}	
}

/*テキスト　タイトル*/
#newsIndex .sec-about-news .text-news {
	font-size: 1.1rem;
}
@media screen and (max-width: 767px) {
	#newsIndex .sec-about-news .text-news {
		font-size: 1rem;
	}	
}

/*テキスト　タイトル リンク*/
#newsIndex .sec-about-news .text-news .link-text-news {
	font-size: 1rem;
	color: #888;
	line-height: 1.7;
}
@media screen and (max-width: 767px) {
	#newsIndex .sec-about-news .text-news .link-text-news {
	}	
}

@media screen and (max-width: 991px) {
	#layout-cmn-voice-01 .sec-cmn-btn .wrap-btn:nth-of-type(2n-1) {
		padding-left: 5px;
		padding-right: 5px;
	}
	#layout-cmn-voice-01 .sec-cmn-btn .wrap-btn:nth-of-type(2n) {
		padding-left: 5px;
		padding-right: 5px;
	}
}




















