@charset "UTF-8";
/*ベスト-point2*/
#best #features-fig-02_01 img {
  padding: 20px 40px;
}

/*ベスト-point3*/
#best #features-fig-03_01 img {
  padding: 20px 60px;
}

/*ベスト-point4*/
#best #features-fig-04_01 {
  padding: 40px 60px;
}

#best #features-fig-04_01 .fig-img-wrap {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 20px 30px 0;
}

#best #features-fig-04_01 .img-main {
  width: 68%;
}

#best #features-fig-04_01 .img-sub {
  width: 29%;
}

#best #features-fig-04_01 .img-sub p {
  font-family: "Roboto", sans-serif;
  color: #676769;
  text-align: center;
  border-left: 1px solid #676769;
  border-bottom: 1px solid #676769;
  padding-bottom: .5em;
  margin-bottom: 20px;
}

#best #features-fig-04_01 .fig-sub-img-wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/*メディアクエリ 768px以下*/
@media (max-width:768px) {
  /*ベスト-point2,3*/
  #best #features-fig-02_01 img,
  #best #features-fig-03_01 img {
    padding: 5px
  }
  
  /*ベスト-point4*/
  #best #features-fig-04_01 {
    padding: 20px 0 0;
  }

  #best #features-fig-04_01 .fig-img-wrap {
    flex-direction: column;
    gap: 10px;
    padding: 0;
  }

  #best #features-fig-04_01 .img-main,
  #best #features-fig-04_01 .img-sub {
    width: 100%;
  }

  #best #features-fig-04_01 .img-sub p {
    border: none;
    padding-bottom: 0;
    margin-bottom: 10px;
    font-size: 14px;
  }

  #best #features-fig-04_01 .fig-sub-img-wrap {
    flex-direction: row;
    gap: 0;
    justify-content: space-between;
  }

  #best #features-fig-04_01 .fig-sub-img-wrap img {
    width: 48%;
  }

  
}




