@charset "UTF-8";

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

information

/////////////////////////////////////////////////////////////////// */
.news_list-item {
	border: 1px solid var(--baseItemColor04);
	padding: 40px 50px;
}
.data {
	color: #434343;
	margin-bottom: 10px;
	display: inline-block;
	font-family: "Poppins";
}
.news_list-ttl {
	font-size: 24px;
	margin-bottom: 30px;
}
.news_list-inner {
	display: flex;
	gap: 0 40px;
	font-size: 18px;
}
.news_list-item:not(:last-child) {
	margin-bottom: 40px;
}
.news_list-inner .thumb {
	width: 50%;
}
.news_txt {
	flex: 1;
}
@media screen and (max-width: 769px) {
.news_list-item {
	padding: 2rem;

}
.data {
	margin-bottom: .5rem;
	font-size: 1.4rem;
}
.news_list-inner {
	gap: 2rem;
	flex-direction: column;
}
.news_list-ttl {
	font-size: 2rem;
	margin-bottom: 1rem;
}
.news_txt_inner {
	font-size: 1.6rem;
	line-height: initial;
}
.news_list-item:not(:last-child) {
	margin-bottom: 2rem;
}
.news_list-inner .thumb {
	width: 100%;
}
}











