@charset "UTF-8";
/*ビッグエース-point1*/
#bigace #features-item1 .features-fig-row {
  margin-bottom: 30px;
}

#bigace #features-fig-01_01,
#bigace #features-fig-01_02,
#bigace #features-fig-01_03,
#bigace #features-fig-01_04 {
  width: 48%;
  margin-bottom: 10px;
}

#bigace #features-item1 figcaption {
  font-size: 24px;
  margin-bottom: .1em;
}  

/*ビッグエース-point2,3,4,5*/
#bigace #features-fig-02_01,
#bigace #features-fig-03_01,
#bigace #features-fig-04_01,
#bigace #features-fig-05_01 { 
  margin: 30px auto;
  width: 80%;
}
/*ビッグエース-point6*/
#bigace #features-fig-06_01 {
  margin-top: 30px;
}

/*ビッグエース-point7*/
#bigace #features-fig-06_01 .features-img-overlay {
  width: 18%;
  right: 0;
  bottom: 0;
}

/*メディアクエリ 768px以下*/
@media (max-width:768px) {
  /*ビッグエース-point1*/
  #bigace #features-fig-01_01,
  #bigace #features-fig-01_02,
  #bigace #features-fig-01_03,
  #bigace #features-fig-01_04 {
    width: 100%;
    margin-bottom: 0;
  }
  
  #bigace #features-item1 figcaption {
    font-size: 20px;
  }  
  
  /*ビッグエース-point2,3,4,5*/
  #bigace #features-fig-02_01,
  #bigace #features-fig-03_01,
  #bigace #features-fig-04_01,
  #bigace #features-fig-05_01 {
    width: 100%;
  }

  /*ビッグエース-point6*/
  #bigace #features-fig-06_01 {
    margin-top: 20px;
  }


  
}




