@charset "UTF-8";

/* ---------------------------------------------
	News
--------------------------------------------- */
.p-news #newslist article {
	/* border-top: 1px solid rgba(104, 101, 100, 0.3); */
	border-top: 0.5669px solid #9e9e9e;
	padding-bottom: 43px;
	padding-top: 44px;
}
.p-news #newslist article > a {
	display: none;
}
.p-news #newslist article:last-of-type,
.p-news #newslist article:nth-of-type(10) {
	border-bottom: 1px solid rgba(104, 101, 100, 0.3);
}
.p-news #newslist article time {
	font-size: 18px;
	font-weight: 500;
}
.p-news #newslist article .news_txt_wrap {
	margin-top: 1em;
}
.p-news #newslist article .news_txt_wrap .news_title {
	font-size: 18px;
	font-weight: 500;
}
.p-news #newslist article .news_txt_wrap .news_txt {
	font-size: 16px;
	font-weight: normal;
	line-height: 1.75;
	margin-top: 0.3em;
}
.p-news #newslist.open article:nth-of-type(10) {
	border-bottom: none;
}

@media screen and (min-width: 1000px) {
	.p-news #newslist article {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row;
		flex-flow: row;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		column-gap: 1em;
	}
	.p-news #newslist article time {
		display: block;
		width: 10em;
	}
	.p-news #newslist article .news_txt_wrap {
		margin-top: 0;
		width: calc(100% - 10em);
	}
}
@media screen and (min-width: 768px) and (max-width: 999.98px) {
	.p-news .l-container .l-content {
		padding-bottom: max(90px, 10.3vw);
		padding-top: max(90px, 10.3vw);
	}
}
@media screen and (max-width: 767.98px) {
	.p-news .l-container .l-content {
		padding-bottom: 15vw;
		padding-top: 15vw;
	}
	.p-news #newslist article {
		border-width: 0.142vw;
		padding-bottom: 9vw;
		padding-top: 9vw;
	}
	.p-news #newslist article time {
		font-size: 4vw;
	}
	.p-news #newslist article .news_txt_wrap .news_title {
		font-size: 4vw;
	}
	.p-news #newslist article .news_txt_wrap .news_txt {
		font-size: 3.5vw;
		margin-top: 0.75em;
	}
}
