/* 商品説明 */
.product_description h3 {
  font-size: 1.8em;
  border-bottom: 1px solid #666;
  margin-bottom: 1em;
}

.product_description div {
  line-height: 3em;
}

@media screen and (max-width: 736px){
.product_description h3 {
  font-size: 1.5em;
  line-height: 1.6em;
}

.product_description div {
  line-height: 2em;
  margin-bottom: 1em;
}
}

/* 寄付説明 */
.donation_description {
  text-align: center;
  line-height: 2.5em;
  margin-bottom: 1em;
}

.marker_yellow {
  font-weight: bold;
}


/* デザイン賞 */
/*
.award li {
  border: 1px solid #666;
}


.award li p:nth-child(2) {
  padding: 0 20px 20px 20px;
}

@media screen and (max-width: 736px){
.award li p:nth-child(2) {
  padding: 10px 10px 10px 0;
}
}
*/

/* イメージ写真 */
.wo_image {
  font-size: 0;
  width: 100%;
}

.wo_image li {
  display: inline-block;
  font-size: 0;
  width: calc(100%/4);
}

.wo_img {
  object-fit: cover;
}

/* 税込み価格非表示 */

.singleCv_price {
  display: none;
}

.singleCv_price02 {
margin-bottom: 1rem;
font-weight: bold;
}

.singleCv_price02 p:first-child {
flex-basis: 30%;
}

/* 寄付報告 */

.donation {
  background-color: rgb(230, 230, 230);
  line-height: 2.5em;
  display: flex;
  margin: 2em auto;
  padding: 1em 0;
  background-color: #ececec;
  background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #f1f0f0), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #f1f0f0),color-stop(.75, #f1f0f0), color-stop(.75, transparent),to(transparent));
  -webkit-background-size: 14px 14px;
}

.donation p {
  margin: 1em;
}

.donation p:first-child {
  width: 300px;
  flex-shrink: 0;
}

.donation img {
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .5);
}

@media screen and (max-width: 736px){
  .donation {display: block;}
  .donation p:first-child {margin:auto;}
  .donation p img {display:block;}
  }

