@charset "utf-8";

/*コンテンツFV*/
#prep_cont_fv_inr {
	margin-top: 173px;
	padding-top: calc(50vh - 251px);
	padding-bottom: calc(50vh - 252px);
}
#prep_cont_fv_img {
	width: 368px;
	margin: 0 auto 0;
}

@media screen and (max-width:750px) {
	#prep_cont_fv_inr {
		margin-top: 43px;
		padding-top: calc(50vh - 100px);
		padding-bottom: calc(50vh - 100px);
	}
	#prep_cont_fv_img {
		width: 184px;
	}
}
