@charset "utf-8";

.performance_fv {
  background-color: rgba(255,255,255,0.5);
  background-blend-mode:lighten;
  background-image: url(../img/performance_new_fv.jpg);
}

.performance_fv h1 {
  font-weight: bold;
}



section#performance {
  padding-top: 40px;
}

.performance-block ul li {
  width: calc(100% / 3);
  height: 260px;
}

.performance-name {
  margin-bottom: 0;
  font-size: 15px;
}

@media (max-width: 768px){
  .performance-block ul li {
    height: 200px;
  }
  .performance-name {
    font-size: 14px;
  }
}
@media (max-width: 480px){
  .performance-block ul li {
    width: calc(100% / 2);
  }


}



