/*タイトル*/
h1 {
  position: relative;
  padding: 0 .5em .5em 2em;
  border-bottom: 1px solid #ccc;
}
h1::before,
h1::after {
  position: absolute;
  content: '';
  border-radius: 100%
}
h1::before {
  top: .2em;
  left: .2em;
  z-index: 2;
  width: 18px;
  height: 18px;
  background: rgba(150, 150, 150, .5);
}
h1::after {
  top: .7em;
  left: .7em;
  width: 13px;
  height: 13px;
  background: rgba(210, 210, 210, .5);
}
/*イメージ*/
.btn_img{
    width: 80%;
    padding-left: -20px;
}

/*ここから追記分：商品一覧スタイル*/

.itembox ul{
	ist-style-type: none;
	text-align: center;
}

.itembox ul li{
 	display: inline-block;
 	width: 30%;
 	padding: 1.25%;
 	overflow: hidden;

}

.itembox ul li img{
	border: solid #b4dffd 1px;
 	width: 100%;;
}
