@charset "utf-8";

/* ////////////////////////////////////////////////////////////
	File Name	news.css
*/

/*============================================================
	 コンテンツ
*/
.news-index {
	padding: 0 50px;
	max-width: 990px;
}

/* TB */
@media screen and (max-width: 1024px) {
	.news-index {
		padding-top: 0;
	}
}

/* SP */
@media screen and (max-width: 768px) {
	.news-index {
		padding: 0 25px;
	}
}

/*============================================================
	[インデックス] リスト
*/
.news-index .list {
}
.news-index .list ul {
	display: table;
	width: 100%;
}
.news-index .list ul li {
	display: table-row;
}
.news-index .list ul li div {
	display: table-cell;
	vertical-align: top;
	padding: 10px 0;
	font-size: 15px;
	line-height: 1.8;
}
.news-index .list ul li div:first-child {
	white-space: nowrap;
	padding-right: 30px;
	width: 1px;
	font-size: 17px;
	line-height: 1.5;
}
.news-index .list ul li div a {
	text-decoration: underline;
}

/* SP */
@media screen and (max-width: 768px) {
	.news-index .list ul li div {
		padding: 5px 0;
		font-size: 13px;
		line-height: 1.6;
	}
	.news-index .list ul li div:first-child {
		padding-right: 15px;
		font-size: 13px;
		line-height: 1.6;
	}
}
