#fwCms_wrapper .valentaine_cookie {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
#fwCms_wrapper .valentaine_cookie li {
	position: relative;
	width: 92%;
	background: url(/excludes/DMO/web/feature/v/valentine/251210/img/lower_btn_bk.jpg) ;
	background-size: cover;
}

#fwCms_wrapper .valentaine_cookie li:after{
	content: "";
    position: absolute;
    top: calc(50% - 2.6vw);
    right: 3.3333%;
    width: 2.66vw;
    height: 4.8vw;
    background: url(/excludes/DMO/web/feature/v/valentine/251210/img/lowerpage_arrow02.svg) no-repeat right top;
	transform:rotate(180deg);
}

#fwCms_wrapper .valentaine_cookie li a{
	display: flex;
	justify-content:center;
	align-items: center;
	color:#681200;
	font-weight: bold;
	min-height: 62px;
}
#fwCms_wrapper .valentaine_cookie li a:hover{text-decoration: none;
	} 
#fwCms_wrapper .valentaine_cookie li:hover{opacity: 0.5;
	}
@media screen and (min-width: 768px) {
	#fwCms_wrapper .valentaine_cookie {
		width:820px;
	}
#fwCms_wrapper .valentaine_cookie li {
		max-width:405px;
		min-height: 85px;
	}
	#fwCms_wrapper .valentaine_cookie li:after{
		top: calc(35%) !important;
		width: 12px;
    	height: 27px;
	}
	#fwCms_wrapper .valentaine_cookie li a {
		min-height: 85px;
	}
}