/* 文中イメージ */
section.unit .photo {
	background-repeat:no-repeat;
	background-size:cover;
}
section.unit .photo .cover{
	width:100%;
	height:100%;
}
section.unit .bknm20170205_1{
	background-image:url(../img/bknm20170205_1.jpg);
	margin:0 auto 1.0em;
}
section.unit .bknm20170205_2{
	background-image:url(../img/bknm20170205_2.jpg);
	margin:0 auto 1.0em;
}
section.unit .bknm20170205_3{
	background-image:url(../img/bknm20170205_3.jpg);
	margin:0 auto 1.0em;
}
section.unit .bknm20170205_4{
	background-image:url(../img/bknm20170205_4.jpg);
	margin:0 auto 1.0em;
}
section.unit .bknm20170205_5{
	background-image:url(../img/bknm20170205_5.jpg);
	margin:0 auto 1.0em;
}


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

	/* 文中イメージ */
	section.unit .bknm20170205_1{
		width:480px;height:270px;
	}
	section.unit .bknm20170205_2{
		width:480px;height:270px;
	}
	section.unit .bknm20170205_3{
		width:480px;height:270px;
	}
	section.unit .bknm20170205_4{
		width:480px;height:270px;
	}
	section.unit .bknm20170205_5{
		width:480px;height:270px;
	}

}

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

		/* 文中イメージ */
	section.unit .bknm20170205_1{
		width:240px;height:135px;
	}
	section.unit .bknm20170205_2{
		width:240px;height:135px;
	}
	section.unit .bknm20170205_3{
		width:240px;height:135px;
	}
	section.unit .bknm20170205_4{
		width:240px;height:135px;
	}
	section.unit .bknm20170205_5{
		width:240px;height:135px;
	}

}
