@media only screen and (max-width: 768px) {
  .p-point:first-child .p-point-image img {
    width: 34.6666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-point:first-child .p-point-image img {
    width: 8.125vw;
  }
}
@media only screen and (max-width: 768px) {
  .p-point:nth-child(2) .p-point-image img {
    width: 36.5333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-point:nth-child(2) .p-point-image img {
    width: 8.5625vw;
  }
}
@media only screen and (max-width: 768px) {
  .p-point:nth-child(3) .p-point-image img {
    width: 34.1333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-point:nth-child(3) .p-point-image img {
    width: 8vw;
  }
}