/* ===========================================
	css
=========================================== */
/* 文中イメージ */
section.unit p.photo {
	background-repeat:no-repeat;
	background-size:cover;
}
section.unit p.photo cover{
	width:100%;
	height:100%;
}
section.unit p.mc {
	background-image:url(../img/photo_mc.jpg);
}


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

	/* 文中イメージ */
	section.unit p.mc {
		width:480px;
		height:270px;
		margin:0 auto 1.0em;
	}
}

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

		/* 文中イメージ */
	section.unit p.mc {
		width:300px;
		height:169px;
		margin:0 auto 1.0em;
	}
}
