/*メインイメージ*/

section.unit p.photo {
	background-repeat:no-repeat;
	background-size:cover;
}

section.unit p.photo .cover{
	width:100%;
	height:100%;
}



/* PC only */
@media screen and (min-width: 768px) {

	/* 文中イメージ */


	section.unit p.photo1 {
		width:480px;
		height:360px;
		margin: 0px auto 15px;
	}

}

/* SMP only */
@media screen and (max-width: 767px) {

		/* 文中イメージ */

	section.unit p.photo1 {
		width:240px;
		height:180px;
		margin: 0px auto 15px;
	}

}

