/* ---------------Box--------------- */
.Box{
	width: 100%;
	height: auto;
	/*background: url(/Templates/template7/image/icon_78.png) no-repeat top/100%;*/
	margin-bottom: 4rem;
	position: relative;
}
.Box>img{
	width: 100%;
}
/* ---------------join--------------- */
.join{
	width: 16rem;
	height: 2.2rem;
	background: linear-gradient(to right, #F58B73, #FCB3A2);
	border-radius: 0.2rem;
	text-align: center;
	line-height: 2.2rem;
	color: white;
	font-size: 14px;
	position: absolute;
	bottom: 5rem;
	left: calc(50% - 8rem);
}


/* -------------断点------------- */
/*@media only screen and (min-width: 320px) {
	.Box{
		height: 94rem;
	}
}
@media only screen and (min-width: 360px) {
	.Box{
		height: 104rem;
	}
}
@media only screen and (min-width: 375px) {
	.Box{
		height: 109rem;
	}
}
@media only screen and (min-width: 410px) {
	.Box{
		height: 119rem;
	}
}
@media only screen and (min-width: 540px) {
	.Box{
		height: 157rem;
	}
}
@media only screen and (min-width: 768px) {
	.Box{
		height: 219rem;
	}
}
@media only screen and (min-width: 1024px) {
	.Box{
		height: 299rem;
	}
}*/