@charset "utf-8";

/*============================
#service
============================*/

#service > img {
  margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {}

/*============================
#types
============================*/

#types img {
  width: 300px;
}

#types .text {
  width: 350px;
}

@media only screen and (max-width: 768px) {
  #types img {
    width: 100%;
  }

  #types .text {
    width: 100%;
    margin-top: 20px;
  }

}
