.promote-main{
	max-width: 750px;
	margin: 0 auto;
	padding-bottom: 135px;
}
.promote-s1{
	margin-top: -94px;
}
.promote-s1 img{
	display: block;
	width: 100%;
}
.promote_s2{
	position: relative;
	margin-top: -15%;
	margin-left: 3.6%;
	margin-right: 3.6%;
	background-color: #fff;
	border-radius: 15px;
	box-shadow: 0 15px 30px rgba(0,0,0,.1);
	padding: 9.3%;
	z-index: 2;
}
.promote_s2 h3{
	text-align: center;
	font-size: 50px;
	color: #484848;
	font-weight: lighter;
}
.promote_s2 h3 span{
	color: #ff4080;
	font-weight: normal;
}
.promote_s2  form{
	margin-top: 30px;
	font-size: 0;
}
.promote_s2 input{
	display: block;
	width: 100%;
	height: 96px;
	border-radius: 50px;
	border :1px solid #dfdfdf;
	font-size: 32px;
	color: #9f9f9f;
	margin-top: 25px;
	padding: 0 30px;
	font-weight: lighter;
}
.promote_s2 input:nth-of-type(1){
	margin-top: 0;
}
.promote_s2 select{
	display: inline-block;
	vertical-align: top;
	width: calc((100% - 50px) / 3);
	height: 96px;
	border-radius: 50px;
	border :1px solid #dfdfdf;
	font-size: 32px;
	color: #9f9f9f;
	margin-top: 25px;
	padding: 0 30px;
	font-weight: lighter;
	margin-left: 25px;
}
.promote_s2 select:nth-of-type(1){
	margin-left: 0;
}
.promote_s2 button{
	margin-top: 35px;
	display: block;
	width: 100%;
	height: 96px;
	background-color: #ff4080;
	font-size: 40px;
	color: #fff;
	border-radius: 50px;
	font-weight: lighter;
	cursor: pointer;
}
.promote-s3 img{
	display: block;
	width: 100%;
}
.promote-s4{
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	max-width: 750px;
	height: 135px;
	z-index: 9;
	background-color: #323232;
	text-align: right;
}
.promote-s4 img{
	position: absolute;
	left: 2px;
	bottom: 0;
	width: 18.3%;
	max-width: 137px;
}
.promote-s4 h3{
	display: inline-block;
	vertical-align: middle;
	font-size: 30px;
	line-height: 135px;
	color: #fff;
	font-weight: lighter;
}
.promote-s4 h3 span{
	font-size: 44px;
	color: #ffca3a;
	font-weight: normal;
}
.promote-s4 a{
	display: inline-block;
	vertical-align: middle;
	width: 26.66%;
	line-height: 80px;
	background-color: #ff4080;
	border-radius: 50px;
	font-size: 38px;
	color: #fff;
	margin: 0 5px;
	text-align: center;
}
a.promote_tel{
	position: sticky;
	float: right;
	margin-right: 15px;
	top: 60%;
	width: 94px;
	height: 94px;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url('../images/promote-tel.png');
	background-size: contain;
	z-index: 9;
}
@media screen and (max-width: 750px){
	.promote-main{
		padding-top: 60px;
		padding-bottom: 70px;
	}
	a.promote_tel{
		position: fixed;
		right: 10px;
		width: 50px;
		height: 50px;
		margin-right: 0;
	}
	.promote-s1{
		margin-top: 0;
	}
	.promote_s2 h3{
		font-size: 24px;
	}
	.promote_s2 form{
		margin-top: 20px;
	}
	.promote_s2 input{
		margin-top: 10px;
		height: 50px;
		padding: 0 20px;
		font-size: 18px;
	}
	.promote_s2 select{
		margin-top: 10px;
		height: 50px;
		padding: 0 20px;
		font-size: 18px;
		width: calc((100% - 20px) / 3);
		margin-left: 10px;
	}
	.promote_s2 button{
		height: 50px;
		margin-top: 20px;
		font-size: 18px;
	}
	.promote-s4{
		height: 70px;
	}
	.promote-s4 h3{
		line-height: 70px;
		font-size: 12px;
	}
	.promote-s4 h3 span{
		font-size: 16px;
	}
	.promote-s4 a{
		width: 100px;
		font-size: 14px;
		line-height: 36px;
	}
	.promote_s2 h3,
	.promote_s2 input,
	.promote_s2 select,
	.promote_s2 button,
	.promote-s4 h3{
		font-weight: normal;
	}
}