@charset "UTF-8";

/*===================================
csr
===================================*/
#csr_user{
	background-image: url(../images/csr_bg.jpg);
	-webkit-background-size: 100% auto;
	background-size: cover;
}
#csr_user .container{
	margin: auto;
	width: 880px;
	height: auto;
	padding-top: 350px;
	padding-bottom: 45px;
}
#csr_user img{
	margin: auto;
	width: 100%;
	height: auto;
}
#csr_user p{
	font-size: 18px;
	color: #fff;
	text-shadow: 0px 0px 10px rgba(0, 0, 5, 1);
	margin-bottom: 40px;
}
#csr_user .btn-lgreen a{
	display: block;
	font-size: 18px;
	text-align: center;
	margin: auto;
	padding: 11px;
	background: #a9ed47;
	color: #000;
	border-radius: 20px;
	width: 300px;
	line-height: 1;
}
#csr_user .btn-lgreen a:hover{
	background: #4acc06;
	}

/*for SP*/
@media only screen and (max-width: 767px) {
	#csr_user{
		background-size:auto 100%;
		background-position:50% 50%;
		}
	#csr_user .container{
		width: 100%;
		margin: auto;
		padding-top: 190px;
		padding-bottom: 15px;
	}
	#csr_user p{
		font-size: 14px;
		padding-top: 5px;
		margin-bottom: 10px;
	}
	#csr_user .btn-lgreen a{
		font-size: 13px;
		padding: 10px;
		width: 300px;
		max-width:80%;
	}
}