@charset "UTF-8";

/* ///////////////////////////////////////////////////////////////////

event

/////////////////////////////////////////////////////////////////// */
.news_list-item {
	border: 1px solid var(--baseItemColor04);
	padding: 40px 50px;
}
.data {
	color: #434343;
	margin-bottom: 10px;
	display: inline-block;
	font-family: "Poppins";
}
.thumb {
	text-align: center;
	margin-bottom: 15px;
}
.news_list-ttl {
	font-size: 24px;
	margin-bottom: 10px;
}

.news_txt_inner {
	font-size: 18px;
}
.news_list-item:not(:last-child) {
	margin-bottom: 40px;
}

@media screen and (max-width: 769px) {
.news_list-item {
	padding:2rem;
}
.data {
	margin-bottom: .5rem;
	font-size: 1.4rem;
}
.news_list-ttl {
	font-size: 2rem;
	margin-bottom: 1rem;
}
.news_txt_inner {
	font-size: 1.6rem;
}
}













