/* 画像角丸 */
#rounded img {
  border-radius: 10px;
}

/* center */
center {
  text-align:center;
}

/* テキストぼかし */
.text-background {
  font-size: 1rem;
  font-weight: 60;
  line-height: 1.4em;
  filter: drop-shadow(3px 3px 3px #fa8072);
}


.thumbWrap{
  width:100%;
  margin:0 auto;
  text-align:center;
}
.thumbWrap ul.thumb{
  height: auto;
  margin:0;
  padding:0;
}
.thumbWrap ul.thumb li{
  width:50%;
  float:left;
  margin:0;
padding:0;
background:none;
  list-style-type: none;
}
.thumbWrap ul.thumb li:nth-child(2n+1) {
  clear: left;
}
  .thumbWrap img{
    width:95%;
    height:auto;
}
.thumbWrap ul.thumb li:last-child{
margin: 10px 50px 20px;
}


/* 選ばれる理由 */
.c-box{
padding:30px 8px 20px 2px;
margin:0 auto 30px;

}
h3.c-box-title{
font-size:130%;
  color:#ae5da1;
  font-weight:bold;
  margin-bottom:20px;
}
.c-box p{
 margin-bottom:15px;
  font-size:100%;
}
h4.reason{
font-size:110%;
font-weight:bold;
   color:#fa6197; 
}
.c-box-size{
  text-align:left;
}

/* 販売価格色 */
.price {
  font-size: 142.85714%;
  font-weight: bold;
 　color: #ff0000;
}