.info {
	height:auto;
	}

.info_text {
	width:94%;
	height:auto;
	text-align: left;
	padding: 5px 5px 2px 5px;
	margin: 0 5px 0 5px;
	list-style: none;	
	}

.info_bottom {
	width: 100%;
	height: 7px;
	}

.reason_meishicreate_text{
	text-align: justify;
	padding: 15px;
	}

.choose { 
   font-family: fot-udkakugo-large-pr6n, sans-serif;
   font-weight: 600;
   font-style: normal;
   font-size: 100% ; 
  	color: #8e8e8e;
  	padding: 8px 0 8px 8px;
  	margin: 5px 5px 0px 5px;
   border-bottom:  solid 1px #d3d3d3;
  	}

.choose_jp {
   font-family: fot-matisse-pron, sans-serif;
   font-weight: 500;
   font-style: normal;
  	font-size: 160% ; 
  	color: #696969;
	padding: 0 0 7px 0;
	}

.choose_lead {
	font-family: fot-udkakugo-large-pr6n, sans-serif;
   font-weight: 600;
   font-style: normal;
   color: #696969;
	margin: 0px 0px 0px 10px;
	line-height:1.8em;
  	padding: 7px;
	padding-left: 16px; /*1em（1文字）分、右に動かす*/
	}

/*お気に入り*/
.product-list__fav-items {
  margin-top: 10px;
  width: 30px;
}

.product-list__fav-items button {
  display: block;
  width: 100%;
  padding: 5px 0;
  cursor: pointer;
  transition: .2s;
  text-align: center;
  color: #dcdcdc;
  border: 0;
  outline: none;
  background: transparent;
}

.product-list__fav-items .fav-items {
  color: #ff7373;
}

.product-list__fav-items svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}