@charset "utf-8";
/* sns */

#socialEmbd {
	width: 100%;
	max-width: 1280px;
	margin: 25px auto 0;
	overflow: hidden;
}
#socialEmbd .socialEmbdInner {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 0 7.5rem;
	text-align: center;
}
#socialEmbd .btn {
	margin: 5rem auto 0;
	text-align: center;
}
@media only screen and (max-width:1280px) {
	#socialEmbd {
		width: 97.5%;
		margin-top: 20px;
	}
	#socialEmbd .socialEmbdInner {
		width: 95%;
		padding: 0 0 5rem;
	}
	#socialEmbd .btn {
		margin: 4.5rem auto 0;
	}
}
@media only screen and (max-width:768px) {
	#socialEmbd {
		width: 95%;
	}
	#socialEmbd .socialEmbdInner {
		padding: 0 0 3.5rem;
	}
	#socialEmbd .btn a {
		display: block;
		/*padding: 7px 25px;*/
	}
	#socialEmbd .btn {
		margin: 3rem auto 0;
	}
}
@media only screen and (max-width:480px) {
	#socialEmbd {
		width: 95%;
	}
	#socialEmbd .socialEmbdInner {
		padding: 0 0 2.5rem;
	}
	#socialEmbd .btn a {
		display: block;
		margin-right: 2.5%;
	}
	#socialEmbd .btn {
		margin: 2rem auto 0;
	}
}
