@charset "UTF-8";

#main .mv {
	margin-bottom: 10.3em;
}
.blockFeatureLink {
	top: 103.9%;
}
.mv .bnrImgArea {
	top: 81.6%;
}
.section_pointBlock {
	margin-top: 422px;
}

@media screen and (max-width:980px){
	.blockFeatureLink {
		top: 112.4%;
	}
	.section_pointBlock {
		margin-top: 487px;
	}
	.mv .bnrImgArea {
		top: 86.9%;
	}
}

@media screen and (max-width:750px){
	#main .mv {
		padding-bottom: 10.3em;
		margin-bottom: 0;
	}
	.blockFeatureLink {
		top: 98.5%;
		bottom: 0;
	}
	.mv .appliBtnArea {
		top: auto;
		bottom: 17%;
	}
	.mv .bnrImgArea {
		top: 83.6%;
	}
	.section_pointBlock {
		margin-top: 177px;
	}
}

@media print {
	#main .mv {
		page-break-after: always;
		
	}
	.blockFeatureLink {
		margin-top: 50px;
	}
}