/* jp demo location */
.storepage_2 .section_demo {
  padding-top:30px;
}
.storepage_2 .section_demo .branch + .branch {
	margin-top:15px;
}
.storepage_2 .section_demo .branch span {
	color:#fff;
	font-weight:400;
	display:inline-block;
}

.storepage_2 .section_demo .branch_creative {
	background:url('/inline/products/23448/v2/branch/CMKK.jpg?width=500') no-repeat top;
}
.storepage_2 .section_demo .branch_tsite {
	background:url('/inline/products/23448/v2/branch/tef_1f.jpg?width=500') no-repeat top;
}
.storepage_2 .section_demo .branch_rentio {
	background:url('/inline/products/23448/v2/branch/rentio.png?width=500') no-repeat top;
}
.storepage_2 .section_demo .branch {
	width:100%;
	display:flex;
	background-size:auto 150px;
	padding-top:160px;
	align-items: center;
	justify-content:center;
}
.storepage_2 .section_demo .branch .footnote {
	font-size:14px;
}

@media screen and (min-width:768px) {
	.storepage_2 .section_demo .branch + .branch {
		margin-top:0;
	}
	.storepage_2 .section_demo .branch {
		height:200px;
		background-size:280px auto;
		background-position:left;
		padding-top:0;
		padding-left:290px;
		align-items: center;
		justify-content:flex-start;
	}
}