/* 文字色赤 */
.color-red{color: #ff0000;}

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

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

/* カテゴリ */
.thumbWrap{
width:750px;
   min-height:800px;
  margin-bottom:20px;

}
ul.thumb{

  
  }
.thumbWrap ul.thumb li{
float:left;
width: 350px;
margin:5px;
margin-bottom: 15px;
padding:0;
background:none;
}

/* 選ばれる理由 */
.c-box{
padding:30px 15px 0px 20px;
margin:0 auto 30px;
background:none;
  text-align:center;
}
.c-box-size{
width:80%;
  margin:0 auto;
  text-align:left;
}
.c-box-title{
font-size:180%;
  color:#545454;
  font-weight:bold;
  margin:0 5px 20px 0;
}
h4.reason{
font-size:130%;
font-weight:bold;
   color:#03989E; 
  padding-bottom: 5px;
}
.c-box p{
 margin-bottom:20px;
  font-size:105%;
 font-weight:bold; 
}
