#news .p-sec01 {
	padding: 80px 0;
}

#news .p-sec01-catArea {
	-ms-grid-columns: (1fr)[5];
	display: -ms-grid;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
}

#news .p-sec01-catArea__cat {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px 20px;
	border-bottom: 2px solid #aaa;
	font-weight: 500;
	font-size: 18px;
	line-height: 1.6;
	transition: .4s;
}

#news .p-sec01-catArea__cat--active {
	border-bottom: 4px solid #00469b;
	color: #00469b;
}

#news .p-sec01-list {
	margin-top: 48px;
}

#news .p-sec01-list__item+.p-sec01-list__item {
	margin-top: 40px;
}

#news .p-sec01-list__item .itemLink {
	display: flex;
	gap: 24px;
}

#news .p-sec01-list__item .itemLink .infoArea {
	display: flex;
	align-items: center;
	gap: 24px;
}

#news .p-sec01-list__item .itemLink .infoArea .date {
	font-size: 18px;
	line-height: 1.6;
}

#news .p-sec01-list__item .itemLink .infoArea .cat {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 80px;
	padding: 4px 16px;
	background-color: #00469b;
	color: #fff;
	font-weight: 700;
	font-size: 12px;
	line-height: 1.5;
}

#news .p-sec01-list__item .itemLink .itemTit {
	font-weight: 500;
	font-size: 18px;
	line-height: 1.6;
}