html{
	background: #fff;
	color: #000;
}
#staff,
#cast{
	margin: 0;
	box-sizing: border-box;
	padding: 10%;
	background: #fff;
}
._text h2{
	font-size: 25px;
	font-weight: 600;
}
._text h2 span{
	font-size: 18px;
	font-family: YakuHanJP,'Noto Sans Japanese', "Hiragino Sans", "Yu Gothic Medium", sans-serif;
	letter-spacing: 0.1em;
	font-weight: 500;
	margin-left: 10px;
}
._text p{
	font-size: 15px;
	font-family: YakuHanJP,'Noto Sans Japanese', "Hiragino Sans", "Yu Gothic Medium", sans-serif;
}
@media screen and (max-width:480px) {
	._text h2 span{
		display: block;
	}
}


