@charset "utf-8";

/*============================================================================*\
   $Requirement
\*============================================================================*/

/*------------------------------------*\
    審査員
\*------------------------------------*/
.judge-list {
	list-style: none;
	padding: 0;
	text-align: center;
	font-weight: bold;
}
.judge-list li {
	margin-bottom: 2%;
}

@media (min-width: 30em) {
	.judge-list li {
		margin-bottom: 1%;
	}
}

@media (min-width: 48em) {
	.judge-list__label {
		margin-bottom: 1em;
	}

}

/*------------------------------------*\
    賞
\*------------------------------------*/
.award-item {
	padding: 15px 0;
	border-top: .2rem solid #fae5ee;
	border-bottom: .2rem solid #fae5ee;
}
.award-item +.award-item {
	border-top: none;
}

@media (min-width: 48em) {
	.award-item {
		padding: 30px 0;
	}
}

@media (min-width: 66.25em) {
	.award-item {
		border: none;
	}
	.award-item +.award-item {
		border-left: .2rem solid #fae5ee;
	}
}