@charset "utf-8";

/*============================================================================*\
   $Judge
\*============================================================================*/

/*------------------------------------*\
    審査員
\*------------------------------------*/
.judge-item-wrap {
	margin-bottom: -20px;
}
.judge-item {
	padding: 20px 0 15px;
	border-top: .2rem solid #f2a8c8;
}
.judge-item-wrap .row:first-child .judge-item:first-child {
	padding-top: 0;
	border-top: none;
}
.judge-item__heading {
	margin-bottom: 5px;
	text-align: center;
	letter-spacing: .1em;
}
.judge-item__img {
	margin-bottom: 15px;
}
.judge-item__txt {
	margin-bottom: 0;
}

@media (min-width: 30em) and (max-width: 66.1875em) {
	.judge-item-wrap .row:first-child .judge-item:nth-child(-n+2) {
		padding-top: 0;
		border-top: none;
	}
}

@media (min-width: 48em) {
	.judge-item-wrap {
		margin-bottom: -4%;
	}
	.judge-item {
		padding: 4% 0;
	}
	.judge-item__label {
		margin-bottom: 1em;
	}
	
	.judge-item__heading {
		text-align: left;
		margin-bottom: 10px;
	}
}

@media (min-width: 66.25em) {
	.judge-item-wrap {
		margin-bottom: -25px;
	}
	.judge-item {
		padding: 30px 0;
	}
	.judge-item__img {
		margin-bottom: 0;
	}
}