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

#news_detail .p-sec01 .titArea .cat {
	display: inline-block;
	min-width: 80px;
	padding: 4px 16px;
	background-color: #00469b;
	color: #fff;
	font-weight: 700;
	font-size: 12px;
	line-height: 1.5;
	text-align: center;
}

#news_detail .p-sec01 .titArea .tit {
	margin-top: 12px;
	margin-bottom: 12px;
	font-weight: 700;
	font-size: 48px;
	line-height: 1.4;
}

#news_detail .p-sec01 .titArea .dateArea {
	font-size: 16px;
	line-height: 1.6;
}

#news_detail .p-sec01-contents {
	margin-top: 60px;
}

#news_detail .p-sec01__btnArea {
	display: flex;
	justify-content: center;
	margin-top: 160px;
}

#news_detail .p-sec01__btnArea .btn {
	display: flex;
	position: relative;
	align-items: center;
	justify-content: center;
	width: 250px;
	height: 50px;
	border: 1px solid #000;
}

#news_detail .p-sec01__btnArea .btn .arrow {
	position: absolute;
	top: 50%;
	left: 20px;
	width: 14px;
	transform: translateY(-50%);
}

#news_detail .p-sec01__btnArea .btn .text {
	font-weight: 500;
	font-size: 16px;
	line-height: 1.6;
}