.social_share {
  margin-top: 1.5em;
}
  .social_share li {
    margin-bottom: .5em;
  }

/* 商品説明画像など */
.product_exp_img{
 text-align:center;
}

.cartin_btn{
  padding: 4px 10px 4px 10px;
  cursor: pointer;
  font-size: 16px;
  color: #FFF;
  text-decoration: none;
  border: none;
  border-radius: 5px;
  background-color: #D72442;
  width: 272px;
  height: 50px;
  font-weight: bold;
  transition: .4s;
  -webkit-appearance: none;
}

.cartin_btn:hover {
  opacity:0.7;
}

/* お名入れ */
.name_printed{
  margin-bottom:10px;
}
.name_printed p{
  font-size: 15px;
  padding: 5px;
  margin: 0;
}
.name_printed input{
  width: 100%;
  height: 30px;
  font-size: 15px;
  box-sizing: border-box;
}