/* --- movie link area  --- */
#edw .edwblock_movie-area {
	background: #3280be;
}

#edw .edwblock_movie-area p,
#edw .edwblock_movie-area h2 {
	color: #fff;
}
#edw .edwblock_movie-area h2 {
	color: #fff;
}
#edw .edwblock_movie-area h2 span {
	color: #fff;
}
#edw .btn_movie {
  position: relative;
	display: block;
	margin: 30px auto 0 auto;
	max-width: 480px;
	border-radius: 8px;
	background: #fff;
	cursor: pointer;
	transition: all 0.3s;
}
#edw .btn_movie .jp_movie_box {
	display: block;
	background: none;
	text-decoration: none;
}
#edw .btn_movie .jp_movie_box::after {
	content: none;
}
#edw .btn_movie_txt {
	position: relative;
	display: block;
	width: 100%;
	height: 48px;
	padding: 16px 10px 0 10px;
	color: #000;
	text-decoration: none;
	text-align: center;
	font-size: 19px;
}
#edw .btn_movie_txt::after {
	content: "";
	display: block;
	position: absolute;
	right: 10px;
	top: 0;
	height: 100%;
	width: 50px;
	background: url(/-/Media/Ricoh/Sites/com/cmn_us_v1/img/ex_component/icon_movie_02.png) center center/60% no-repeat;
}
