@media (hover: hover) and (pointer: fine) {
}

/*----------------------------------------------------------------------> ▼ .news <--*/

.news {
	align-items: flex-start;
}

@media (1024px <= width) {
	.news > div {
		width: calc((100% - var(--margin)) / 2);
	}
	
	.news > div:nth-of-type(2) {
		margin-left: var(--margin);
	}
}

@media (width <= 1023px) {
	.news > div {
		width: 100%;
	}
	
	.news > div:nth-of-type(2) {
		margin-top: min(50px, calc(var(--margin) * 2));
	}
}

/*-------------------------> ▼ .segment_title <--*/

.news .segment_title {
	margin-left: -3px;
}

.news .segment_subtitle {
	color: #aaa;
	letter-spacing: 2px;
}

/*-------------------------> ▼ .news_left <--*/

.news ul {
	margin-top: 25px;
	border-bottom: 1px dashed #ccc;
}

.news li {
	border-top: 1px dashed #ccc;
}

.news a {
	display: block;
	padding: 15px 0;
	border: 0px solid #f00;
}

.news .summary {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.news .date {
	font-family: Helvetica-R;
	font-size: 15px;
	color: ;
	letter-spacing: 1px;
}

.news .category {
	padding: 2px 7.5px 0;
	font-size: 15px;
	color: #fff;
	border-radius: var(--border_radius);
	background: #26a;
}

.news .category_important {
	background: #c00;
}

.news a .title {
	margin-top: 10px;
	font-size: 18px;
	letter-spacing: 1px;
}

@media (width <= 767px) {
	.news .date {
		line-height: 1em;
	}
	
	.news .category {
		padding: 1px 10px 0;
		font-size: 12px;
	}
	
	.news a .title {
		margin-top: 8px;
		font-size: 16px;
	}
}

/*----------------------------------------------------------------------> ▼ .news_b <--*/

.news_b {
	align-items: rt;
}


/*-------------------------> ▼ .segment_title <--*/

.news_b .segment_title {
	font-size: 32px;
	margin-left: -3px;
}

.news_b .segment_subtitle {
	font-family: Helvetica-R;
	font-size: 14px;
	color: #aaa;
	letter-spacing: 1px;
}

/*-------------------------> ▼ .news_b_left <--*/

.news_b ul {
	display: flex;
	flex-wrap: wrap;
	margin-top: 25px;
}

.news_b li {
	width: calc((100% - 150px) / 4);	
}

.news_b li:nth-child(n + 2):not(:nth-child(4n + 1)) {
	margin-left: 50px;	
}

.news_b li:nth-child(n + 5) {
	margin-top: 50px;	
}

.news_b a {
	display: block;
	border-radius: 15px;
	background: #fff;
	box-shadow: 0 0 3px #eee;
	overflow: hidden;
}

.news_b .thumbnail {
	aspect-ratio: 4 / 3;
}

.news_b .summary {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	padding: 15px 15px 0 20px;
}

.news_b .date {
	font-family: Helvetica-R;
	font-size: 15px;
	color: ;
	letter-spacing: 1px;
}

.news_b .category {
	padding: 2px 7.5px 0;
	font-size: 15px;
	color: #fff;
	border-radius: var(--border_radius);
	background: #26a;
}

.news_b .category_trouble {
	background: #c00;
}

.news_b a .title {
	padding: 15px 15px 15px 20px;
	font-size: 20px;
}








