@charset "UTF-8";

/*================================================
 *  BOMPOS用
 ================================================*/

section#bompos_area {
	width: 820px;
	margin: 0 auto;
}
section#bompos_area .inner {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-bottom: 60px;
}




/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:500px) {


section#bompos_area {
	width: 85vw;
}
section#bompos_area .inner {
	display: block;
	margin-bottom: 8vw;
	text-align: center;
}
section#bompos_area .inner > div {
	width: 50vw;
	margin: 8vw auto 0;
}




	
}