.p-srPet img {
  max-width: 100%;
}

.p-srPet__imgTxt {
  display: flex;
  align-items: center;
}

.p-srPet__img {
  display: flex;
}

.p-srPet__caption {
  margin: 0 2rem 0 0;
}
.p-srPet__caption:last-child {
  margin-right: 0;
}
.p-srPet__caption .c-img__captionTxt {
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-srPet__caption .c-img__captionTxt {
    font-size: 3.1290743155vw;
  }
}

.p-srPet__listItem {
  font-size: 1.4rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-srPet__listItem {
    font-size: 3.1290743155vw;
  }
}
.p-srPet__listItem:not(:last-child) {
  margin-bottom: 1rem;
}
