@charset "utf-8";



#recommend_plan_area {
	width: 100%;
	padding:5px;
	background: rgba(255,255,255,0.8);
	box-shadow: 1px -6px 5px -2px #999999;
	position: fixed;
	left: 0;
	bottom: 0;
	box-sizing: border-box;
	display: flex;justify-content: space-between;
	z-index: 10000;
}

#recommend_plan_area .recommend_plan_area_close {
	display: block;
	cursor: pointer;
	width: 40px;
	height: 40px;
	order: 4;
	position: absolute;
	top: -40px;
	right:0;
}

#recommend_plan_area .recommend_plan_area_close img {
	width: 100%;
}
#recommend_plan_area .recommend_plan_area_close:hover {
	opacity: 0.7;
}

#recommend_plan_area .pgbtm_btn01 {
	font-size: 13px;
	text-align: center;
	width: 49%;
	order: 1;
	margin: 0;
	display: flex;
	align-items: center;
	background: #ff8500;
}

#recommend_plan_area .pgbtm_btn01 a {
	background: #ff8500;
}


#recommend_plan_area .pgbtm_btn02 {
	font-size: 13px;
	text-align: center;
	width: 49%;
	order: 2;
	margin: 0;
	display: flex;
	align-items: center;
	background: #0583d9;
}

#recommend_plan_area .pgbtm_btn02 a {
	background: #0583d9;
}

#recommend_plan_area .pgbtm_btn03 {
	font-size: 13px;
	text-align: center;
	width: 49%;
	order: 3;
	margin: 0;
	display: flex;
	align-items: center;
	background: #0583d9;
}

#recommend_plan_area .pgbtm_btn03 a {
	background: #0583d9;
}

#recommend_plan_area .pgbtm_btn04 {
	font-size: 13px;
	text-align: center;
	width: 49%;
	order: 3;
	margin: 0;
	display: flex;
	align-items: center;
	background: #06c755;
}

#recommend_plan_area .pgbtm_btn04 a {
	background: #06c755;
}

#recommend_plan_area .pgbtm_btn {
	font-size: 13px;
	text-align: center;
	width: 100%;
	order: 3;
	margin: 0;
	display: flex;
	align-items: center;
	background: #06c755;
}

#recommend_plan_area .pgbtm_btn a {
	background: #06c755;
}

#recommend_plan_area a {
	color: #ffffff;
	font-weight: bold;
	width: 100%;
	height: 100%;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	padding: 10px 5px;
}

#recommend_plan_area a:hover {
	opacity: 0.7;
	text-decoration: none;
	}


