@charset "utf-8";

/* -------------------------------------------------------
	metal-craft
------------------------------------------------------- */
.mv-concept {
	background: url(/common/img/products/metal-craft/mv.png) no-repeat bottom center;
	background-size: cover;
}

.con > p {
  font-size: 16px;
  font-weight: bold;
  text-align: left;
	margin: 65px 0 14px;
}
.con > p.first {
	margin-top: 47px;
}
.imgWrap img {
  margin-bottom: 50px;
}
.imgWrap img:last-child {
	margin-bottom: 0;
}
.imgWrap.w885 img {
	width:885px;
}

@media screen and (max-width:885px){
  .imgWrap.w885 img {
		width:100%;
	}
}
@media screen and (max-width:767px){
	.con > p {
	  margin: 45px 0 10px;
	}
}
