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

/*トップモード-point2*/
#topmode #features-fig-02_01 {
  width: 80%;
  margin: 30px auto;
}

/*トップモード-point3*/
#topmode #features-fig-03_01 {
  row-gap: clamp(10px, 1.95vw, 20px);
}

#topmode #features-fig-03_01 img {
  width: 49%;
}

/*メディアクエリ 768px以下*/
@media (max-width:768px) {
  /*トップモード-point3*/
  #topmode #features-fig-03_01 img {
    width: 100%;
  }

}




