.policy-box h4{
	font-size: 1rem;
    line-height: 1.8;
    color: #242424;
    font-weight: bold;
    margin-bottom: 12px;
}
.buk-members .member-list li img, .buk-members .member-list02 li img{
	border-radius: 18px;
}
/*スポンサーページ下部の人物削除*/
.intern-recruit .inner::after{
	display: none;
}

.players-img{
	width: 95%;
	display: block;
	margin: 4% auto 0;
}
.players-img img{
	width: 100%;
	border-radius: 20px;
}
.players-img .emblem-txt{
	color: #fff;
    font-family: gunplay, sans-serif;
    line-height: 1.2;
    font-size: clamp(4rem, 2.4rem + 8vw, 8.4rem);
    margin-top: -6%;
    text-align: center;
    -webkit-filter: drop-shadow(1px 3px 8px rgba(0, 0, 0, 0.5));
    filter: drop-shadow(1px 3px 8px rgba(0, 0, 0, 0.5));
}

@media screen and (max-width: 641px) {
	.emblem .emblem-img{
		width: 30%;
	}
}