@charset "utf-8";

.notice_2025 {
	height: 100vh;
	min-width: 320px;
	background: #f2f2f0;
}
.notice_2025 .top_area {
	display: flex;
	align-items: center;
	text-align: center;
	background: #253d56;
	height: 28vh;
	min-height: 170px;
}
.notice_2025 .top_area .logo {
	position: absolute;
	width: 140px;
	height: 70px;
	top: 25px;
	left: 25px;
	display: block;
	background: url(../../images/logo.png) no-repeat;
	background-size: 100px auto;
}
.notice_2025 .top_area .title {
	display: block;
	width:100%;
	color:#fff;
	font-size:54px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	padding:0px 0 0px 0;
}
.notice_2025 .contents {
	display: flex;
	align-items: center;
	color: #414141;
	text-align: center;
	padding: 50px 120px 0px 120px;
	height: 70vh;
	min-height: 450px;
}
.notice_2025 .contents .detail {
	display: block;
	text-align: center;
	margin:0 0 80px 0;
}
.notice_2025 .contents .detail span {
	display: inline-block;
	width:780px;
	background: #111;
	color:#fff;
	font-size:20px;
	border-radius: 4px;
	padding:1px 12px 4px 12px;
}
.notice_2025 .contents .detail_info {
	margin:0 auto;
}
.notice_2025 .contents .detail_info dl {
	display: flex;
	justify-content: flex-start;
	width:650px;
	margin:12px auto;
}
.notice_2025 .contents .detail_info dl dt {
	display: inline-block;
	width:140px;
}
.notice_2025 .contents .detail_info dl dt span {
	display: flex;
  justify-content: center;
	align-items: center;
	height: 34px;
	color:#fff;
	font-size:16px;
	background:#385471 ;
	border-radius: 15px;
	text-align: center;
	padding:1px 0 2px 0;
}
.notice_2025 .contents .detail_info dl dd {
	color:#000;
	font-size:16px;
	text-align: left;
	padding-left:20px;
}
.notice_2025 .contents .text_end {
	color:#666;
	font-size:15px;
	border-top:1px solid #8f9495;
	padding:50px 0 30px 0;
	margin:60px 0 0 0;
}


@media screen and (max-width: 979px) {
	.notice_2025 .top_area {
		height: 23vh;
		min-height: 150px;
	}
	.notice_2025 .top_area .logo {
		background: url(../../images/logo.png) no-repeat;
		background-size: 80px auto;
	}
	.notice_2025 .top_area .title {
		font-size:44px;
	}
	.notice_2025 .contents {
		padding:40px 15px;
	}
	.notice_2025 .contents .detail span {
		width:98%;
		max-width: 700px;
		font-size:18px;
	}
	.notice_2025 .contents .detail_info {
		padding: 0 0 40px 0;
	}
	.notice_2025 .contents .detail_info dl {
		width:95%;
	}
	.notice_2025 .contents .detail_info dl dt span {
		font-size:15px;
	}
}


@media screen and (max-width: 640px) {
	.notice_2025 .top_area {
		height: 15vh;
		min-height: 130px;
	}	
	.notice_2025 .top_area .logo {
		min-height: 40px;
		background: url(../../images/logo.png) no-repeat;
		background-size: 55px auto;
	}
	.notice_2025 .top_area .title {
		font-size:24px;
		line-height: 1.4;
		padding:15px 0 0 0;
	}
	.notice_2025 .contents {
		height: 68vh;
		min-height: auto;
		padding:30px 15px;
	}
	.notice_2025 .contents .detail {
		margin:0 0 40px 0;
	}
	.notice_2025 .contents .detail span {
		width:100%;
		font-size:17px;
		color:#000;
		background: none;
		font-weight: 500;
		padding: 5px 5px 8px 5px;
	}
	.notice_2025 .contents .detail_info {
		width:100%;
		padding:0 0 24px 0;
	}
	.notice_2025 .contents .detail_info dl {
		display: block;
		width:100%;
		margin:22px 0 0 0;
	}
	.notice_2025 .contents .detail_info dl dt {
		width:120px;
		margin-top:5px;
	}
	.notice_2025 .contents .detail_info dl dt span {
		height:28px;
		font-size:14px;
	}
	.notice_2025 .contents .detail_info dl dd {
		font-size:14px;
		text-align: center;
		margin:10px 0 0 0;
	}
	
	.notice_2025 .contents .text_end {
		font-size: 13px;
    padding: 20px 0 30px 0;
	}
}