.btn_more_tace_cus {
	position: relative;
	padding-right: 13px;
	color: #2068d3;
	line-height: 20px;
	font-size: 14px;
}

.btn_more_tace_cus::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -2px;
	width: 8px;
	height: 4px;
	background-position: -125px -50px;
	background-image: url("https://d3s9xxce58xg55.cloudfront.net/2019_0328/common.png");
	background-repeat: no-repeat;
	background-size: 250px 250px;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}

.btn_more_tace_cus.on {
	position: absolute;
	bottom: 0;
	left: 0;
}

.btn_more_tace_cus.on::after {
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
}

.gdpr_descriptor {
	position: relative;
	padding: 13px 36px 13px 18px;
	border: 1px solid #2068d3;
	background: #fff;
}

.gdpr_descriptor p {
	color: #2068d3;
	line-height: 20px;
	font-size: 14px;
	font-weight: normal;
}

.con_banner {
	margin-top: 0px;
}

@media screen and (max-width: 767px) {
	.con_banner {
		top: -10px;
		margin-top: 0px;
		padding: 0;
	}
}
