/*==================================================================
  Friends-Campaign
==================================================================*/
.sec__friends__fv {
	background-image: url("../images/lp-frdcmp/top.png");
    background-position: 50%;
    background-size: cover;
    width: 100%;
    height: 670px;
	transform: translateY(60px);
	margin-bottom: 60px;
}

@media (max-width: 800px) {
		.sec__friends__fv {
			height: 300px;
			transform: translateY(60px);
			margin-bottom: 60px;
		}
	}

.friend__appdlBox {
	display: flex;
	justify-content: space-between;
	width: 70%;
	margin: 0 auto;
}
	@media (max-width: 800px) {
		.friend__appdlBox {
			width: 100%
		}
	}

.friend__appdlBox__left {
	width: 38%;
}

.friend__appdlBox__right {
	width: 60%;
	display: flex; flex-direction: column; 
}

.friend__appdlBox__right > a:first-of-type {
	padding-bottom: 10px;
}

.cmp-app-howtouse {
	width: 50%;
	margin-bottom: 50px;
}
	@media (max-width: 800px) {
		.cmp-app-howtouse {
			width: 80%;
			margin-bottom: 30px;
		}
	}