@charset "UTF-8";
h1.title {
  width: 375px;
}

/*リフォーム-point1,2,3*/
#reform #features-fig-01_01,
#reform #features-fig-02_01,
#reform #features-fig-03_01 {
  width: 80%;
  margin: 30px auto;
}

/*リフォーム-point4*/
#reform #features-fig-04_01 {
  padding: 40px 100px;
}

/*メディアクエリ 768px以下*/
@media (max-width:768px) {
  /*リフォーム-point1,2,3*/
  #reform #features-fig-01_01,
  #reform #features-fig-02_01,
  #reform #features-fig-03_01 {
    width: 100%;
    margin: 20px auto;
  }

  /*リフォーム-point4*/
  #reform #features-fig-04_01 {
    padding: 10px;
  }

  
}




