/*======================================
cast
=======================================*/

.cast {
	margin: 0 auto;
}
.cast_head {
	width: 100%;
}
.cast_head img {
	width: 100%;
	height: auto;
}
.cast_inner {
	margin: 40px auto;
	padding: 0 16px 140px;
}
.notes {
	text-align: center;
	margin-top: 25px;
	font-size: 12px;
	vertical-align: middle;
}
.notes p::before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(../../../resources/sp/img/cast/icon_loupe.png) no-repeat top center;
	background-size: contain;
	vertical-align: middle;
	margin-right: 6px;
}
.cast_img {
	margin-top: 15px;
	width: 100%;
}
.cast_img img {
	width: 100%;
	height: auto;
}

.page-cast .title {
	text-align: center;
}
.page-cast .title span:before {
    background: #a9d9ef;
}