@charset "utf-8";

/*==================================================
  Promotion
===w===============================================*/

/*--------------------------------------------------
  promotion flow
--------------------------------------------------*/
.promotionimg{
	width: 500px; 
	margin: 0 auto 60px;
}
.promotionimg strong{
	display: block;
	font-size: 22px;
	padding: 30px 0 20px;
}
.promotionimg img{
	width: 100%;
}

@media screen and (max-width:750px){
	.promotionimg{
		width: 100%; 
		height: auto;
	}
	.promotionimg strong{
		font-size: 16px;
		padding: 30px 0 10px;
	}
}

