@charset "UTF-8";
/*==========================================================================
2022年度更新css
==========================================================================*/

.p-prize__judge{
	display: flex;
	margin-bottom: 30px;
}

@media screen and (max-width: 750px){
	.p-prize__judge{
		display: block;
	}
}

.judge .name{
	font-size: 16px;
	margin-bottom: 10px;
}

.judge__img{
	margin-right:30px;
	width:150px;
}
@media screen and (max-width: 750px){
.judge__img{
	margin-right:0;
	margin-bottom: 20px;
	width:100%;
	text-align: center;
}
	.judge__img img{
		width:180px;
	}
}

.embed-container{
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	margin-bottom: 32px;
}

.embed-container iframe, .embed-container object, .embed-container embed { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%;
}
