@charset "UTF-8";




#awards-title .awards-title-apply {
	background-color: #ffff93;
}

#awards-area .awards-bg1 {
	background-color: #fff;
	background-image: url(../img/awards/2026/awards_2026_bg1.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	background-size: cover;
}
#awards-area .awards-bg2 {
	background-color: #eee;
	background-image: url(../img/awards/2026/awards_2026_bg2.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	background-size: cover;
}

#awards-area .awards-bg3 {
	background-color: #ffff93;
}
#awards-area .awards-bg3 .head1 {
	color: #005483;
}
#awards-area .aw-nizimaaction-btn a {
	position: relative;
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	border: 2px solid #27d152;
	border-radius: 10rem;
	background-color: #27d152;
	width: 100%;
	max-width: 54rem;
	min-height: 8rem;
	margin: 0;
	padding: 1.5rem 5rem 1.5rem 4rem;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none;
	text-align: center;
	color: #fff;
	cursor: pointer;
	-webkit-transition: 0.2s ease;
	transition: 0.2s ease;
}
#awards-area .aw-nizimaaction-btn a:hover{
	background-color: #54f392;
}

@media screen and (max-width: 1024px) {
	#awards-area .awards-bg1 {
		background-attachment: scroll;
	}
	#awards-area .awards-bg2 {
		background-attachment: scroll;
	}
}

@media screen and (max-width:768px) {
	#awards-area .awards-bg1 {
		background-image: url(../img/awards/2025/awards_2025_bg1_sp.png);
		background-repeat: repeat-y;
		background-attachment: scroll;
		background-size: 100% auto;
	}
	#awards-area .awards-bg2 {
		background-image: url(../img/awards/2025/awards_2025_bg2_sp.png);
		background-repeat: repeat-y;
		background-attachment: scroll;
		background-size: 100% auto;
	}
}