@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/

@media all and (min-width: 897px) {
	#main .comImgBox .textBox h3 {
		margin-bottom: 3.3rem;
	}
	#main .comImgBox .textBox p {
		margin-bottom: 3rem;
	}
}

@media all and (max-width: 896px) {
	#main .comImgBox .textBox h3 {
		margin-bottom: 1.6rem;
	}
	#main .comImgBox .photoBox {
		margin-bottom: 2.3rem;
	}
	#main .comImgBox .textBox p {
		margin-bottom: 1.7rem;
	}
	#main .comImgBox {
		margin-bottom: 6rem;
	}
}