@charset "UTF-8";
h1.title {
  height: 180px;
}

/*エスエルプラス-point1*/
#slplus #features-fig-01_01 {
  width: 80%;
  margin: 60px auto;
}

#slplus #features-fig-01_01 img {
  width: 30.8%;
}

/*エスエルプラス-point2*/
#slplus #features-fig-02_01 {
  width: 90%;
  margin: 30px auto;
}

/*エスエルプラス-point3*/
#slplus #features-fig-03_01 {
  width: 60%;
  margin: 40px auto 60px;
}


/*メディアクエリ 768px以下*/
@media (max-width:768px) {
  h1.title {
    height: 100px;
  }

  /*エスエルプラス-point1*/
  #slplus #features-fig-01_01 {
    margin: 40px auto;
    gap: 40px;
    max-width: 400px;
  }

  #slplus #features-fig-01_01 img {
    width: 100%;
  }

  /*エスエルプラス-point2*/
  #slplus #features-fig-02_01 {
    width: 100%;
  }
  
  /*エスエルプラス-point3*/
  #slplus #features-fig-03_01 {
    width: 80%;
    margin: 20px auto 40px;
  }

  
}




