@charset "UTF-8";
.features-fig-img-link {
  width: 30%;
  text-decoration: none;
  color: #222;
} 

.features-fig-img-link:hover {
  filter: brightness(65%);
} 
.features-fig-img-link figcaption {
  margin-top: -.2em;
}

.b5sample {
  padding: 40px;
  text-align: center;
}

.b5sample p {
  font-weight: 500;
}

.b5sample img {
  width: 200px;
  margin: 20px 0 30px;
}

/* #furnishing_leather .b5sample {
  background: #faeef0;
}

#furnishing_leather .b5sample p {
  color: #d48178;
}


#furnishing_textile .b5sample {
  background: #e0e4ee;
}

#furnishing_textile .b5sample p {
  color: #36538e;
} */


.b5sample {
  background: #e6edf5;
}

/*メディアクエリ 768px以下*/
@media (max-width:768px) {
  .features-fig-img-link {
    width: 48%;
    text-decoration: none;
  }

  #features .features-fig-img-link figure {
    margin-bottom: 15px;
  }

  .features-fig-img-link figcaption {
    font-size: 12px;
  }

  .b5sample p {
    font-size: 12px;
  }

  #features .b5sample .catalog-link-btn-wrap {
    margin-bottom: 0;
  }

}




