@charset "UTF-8";
/* CSS Document */

#contents {
	min-height: calc(100vh - 117px);
}

#news {
	padding-top: 161px;
	background-image: url(../img/top_gback3.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% auto;
	text-align: center;
	padding-bottom: 90px;
}
#news h2 {
}
#news h2 img {
	width: 290px;
	height: auto;
}
#news > p {
	text-align: center;
	font-size: 16px;
	line-height: 1.4;
	letter-spacing: 1.83px;
	font-weight: 500;
}
#news > p a {
	text-decoration: none;
	color: #23303A;
}
#news > p a i {
	margin-left: 5px;
	color: #E9819D;
}
#news_list {
	max-width: 1090px;
	margin: 55px auto 0;
}
#news_list .news {
	border-bottom: 1px solid #979797;
	margin-top: 25px;
}
#news_list .news .nhead {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}
#news_list .news .nhead p:first-child {
	display: inline-block;
	width: 128px;
	border-radius: 3px;
	color: #FFF;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 2.74px;
	font-weight: 500;
	text-align: center;
	margin-right: 10px;
}
#news_list .news .nhead p.c1 {
	background-color: #004B9B;
}
#news_list .news .nhead p.c2 {
	background-color: #D19B0F;
}
#news_list .news .nhead p:last-child {
	font-size: 14px;
	line-height: 26px;
	letter-spacing: 1.6px;
}
#news_list .news .txt {
	font-size: 20px;
	line-height: 1.35;
	letter-spacing: 2.29px;
	text-align: justify;
	padding: 10px 0 20px;
}
#news_list .news .txt a {
	text-decoration: none;
	color: #23303A;
}
#news .contents_body h1 {
	font-size: 26px;
	line-height: 1.5;
	letter-spacing: 2.29px;
	font-weight: 500;
	max-width: 900px;
	margin: 0 auto;
	padding: 0 20px;
}
#det_body {
	max-width: 900px;
	margin: 0 auto;
	padding: 30px 20px 0;
	text-align: left;
}

@media screen and (max-width: 790px) {
	#news {
		padding-top: 120px;
	}
	#news h2 {
		padding: 0 0 15px;
	}
	#news_list {
		margin: 30px 12px 0;
	}
	#news_list .news .txt {
		font-size: 16px;
		letter-spacing: 1.83px;
	}
}