h3.add_cart_name{
  font-size:16px;
  margin-bottom:10px;
}
.contact-qr{
	display:flex;
  	align-items: center;
  	justify-content: center;
  	background-color:#efefef;
  	padding:10px;
  	margin-top:10px;
}
.contact-qr img{
  	display: block;
	width:90px;
  	height:90px;
  	margin-right: 15px;
}
.contact-qr p{
  	font-size:13px;
  	font-weight: bold;
  	line-height:1em;
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', '¥Ò¥é¥®¥Î³Ñ¥´ ProN W3', Meiryo, ¥á¥¤¥ê¥ª, sans-serif;
}