.input-prepend.input-append input {
  font-size: 24px;
  padding-top: 11px;
  padding-bottom: 11px;
  width: 100px;
  text-align: right;
}
/*煎り具合*/
.baisen-bar{
  display: block;
  width: 100%;
  margin:0;
  background-image: url(https://img21.shop-pro.jp/PA01443/472/etc/baisen-bar.jpg?cmsp_timestamp=20200220205903);
  background-repeat:  no-repeat; 
  position: relative;
  max-width:500px;
}
.baisen::after {
  content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 300px;/*画像の幅*/
  height: 30px;/*画像の高さ*/
  background-image: url(https://img21.shop-pro.jp/PA01443/472/etc/baisen-bar.png?cmsp_timestamp=20200220203946);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: bottom;
  margin-left: 1em;
}
/*煎り具合ここまで*/
/*星の数*/
.fivept::after {
  content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 200px;/*画像の幅*/
  height: 27px;/*画像の高さ*/
  background-image: url(https://img21.shop-pro.jp/PA01443/472/etc/5point.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: bottom;
  margin-left: 1em;
}
.fourpt::after {
  content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 200px;/*画像の幅*/
  height: 27px;/*画像の高さ*/
  background-image: url(https://img21.shop-pro.jp/PA01443/472/etc/4point.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: bottom;
  margin-left: 1em;
}
.threept::after {
  content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 200px;/*画像の幅*/
  height: 27px;/*画像の高さ*/
  background-image: url(https://img21.shop-pro.jp/PA01443/472/etc/3point.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: bottom;
  margin-left: 1em;
}
.twopt::after {
  content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 200px;/*画像の幅*/
  height: 27px;/*画像の高さ*/
  background-image: url(https://img21.shop-pro.jp/PA01443/472/etc/2point.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: bottom;
  margin-left: 1em;
}
.onept::after {
  content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 200px;/*画像の幅*/
  height: 27px;/*画像の高さ*/
  background-image: url(https://img21.shop-pro.jp/PA01443/472/etc/1point.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: bottom;
  margin-left: 1em;
}
/*星の数ここまで*/
/*賞味期限*/
.kigen-box{
	width:100%;
	margin-bottom: 1em;
	text-align: left;
	border:solid 2px #FBD46C;
  	box-sizing:border-box;
}
.kigen-box p{
	border-bottom:solid 1px #FBD46C;
	padding: 0.5em;
	box-sizing:border-box;
  	background-color:#FBD46C;
  	font-weight: bold;
}
.kigen-box span{
	padding: 0.5em 1em 1em 2em;
	box-sizing:border-box;
  	display: block;
}
/*賞味期限ここまで*/