#popup.sp_popup .point ul li p {
	width: 100%;
	padding: 0px 5px 0 100px;
}

/* fix popup sp */
#popup_overlay.responsive {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.75);
	display: block;
	z-index: 9998;
}

#popup.responsive {
	width: 95%;
	position: absolute;
	top: 60px;
	left: 0;
	right: 0;
	margin: auto;
	padding: 0 0 50px;
	background: #fff;
	z-index: 999999;
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.25);
	color: #000;
}

#popup.responsive .close.v2 {
	position: absolute;
	right: -10px;
	top: -10px;
	background: #fff;
	display: block;
	border-radius: 25px;
	width: 35px;
	height: 35px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	line-height: 35px;
	box-sizing: content-box;
	color: #16a085;
}

@media screen and (max-width: 640px) {
	#popup.responsive {
		border-radius: 10px;
	}

	#popup.responsive .close {
		border: 2px solid #16a085;
		color: #16a085;
		font-size: 22px;
		font-weight: bold;
		line-height: 35px;
	}
}

@media screen and (min-width:641px) {
	#popup.responsive {
		border: 0;
	}

	#popup.responsive .title span {
		font-size: 26px;
	}

	#popup.responsive .links {
		padding: 0 10px;
		margin: 25px 0 0;
	}

	#popup.responsive .links ul {
		display: block;
	}

	#popup.responsive .links ul li {
		margin: 25px 0 0;
		display: block;
	}

	#popup.responsive .links ul li .y_btn div span {
		display: block;
		margin: 0 0 8px;
		font-weight: bold;
		font-size: 15px;
	}

	#popup.responsive .links ul li .y_btn p {
		margin: 5px 0 0;
	}

	#popup.responsive .close,
	#popup.responsive .close {
		position: absolute;
		right: -10px;
		top: -10px;
		background: #fff;
		display: block;
		border-radius: 25px;
		width: 35px;
		height: 35px;
		text-align: center;
		font-size: 20px;
		font-weight: bold;
		line-height: 35px;
		box-sizing: content-box;
		color: #16a085;
	}
}