/* cast */
.page #cast {
	justify-content: center;
}
.page #cast .character {
	color: #0472C4;
	font-size: 1em;
}
.page #cast .actor {
	font-size: 1.25em;
	font-weight: bold;
}
.page #cast .secondary .flex {
	justify-content: space-between;
}
.page #cast .secondary .flex li {
	width: 40%;
	margin: 1em 0;
	justify-content: space-between;
}
.page #cast .secondary .divider {
	border-top: 1px solid #707070;
	margin-top: 2.5em;
	padding-top: 2.5em;
}
.page #cast .wrap_staff li {
	width: 100% !important;
}

/* en */
.page #cast.en .secondary .flex li {
	width: 100%;
}

@media screen and (min-width: 960px) {
	.nav_cast {
		color: #434343 !important;
	}
	.page #cast .secondary .flex {
		justify-content:space-between;
	}
	.page #cast .secondary .flex li{
		width: 50% !important;
		margin: 1em 0;
	}
	.page #cast .character {
		line-height: 2.3;
	}
	.page #cast .actor {
		font-size: 1.4em;
		font-weight: bold;
	}
	.page #cast .secondary {
		padding: 5em 8em !important;
	}
	
	.nav_cast_active {
		color: #0272C4 !important;
	}
	.nav_cast_active::after {
		transform: scale(1, 1) !important;
	}
	

}