/* stylelint-disable declaration-no-important */
html .ist-ptnMedicineBody008__columnItem--two-thirds {
  width: calc(100% / 3 * 2 - 5.07%) !important;
}

html .ist-ptnMedicineBody008__columnItem--one-third {
  width: calc(100% / 3) !important;
}

html .ist-ptnMedicineBody008__columnItem--one-third img {
  width: 100%;
}

@media screen and (max-width: 960px) {
  html .ist-ptnMedicineBody008__columnItem--sp--full {
    width: 100% !important;
  }
}

/*# sourceMappingURL=ptn.medicine.body008.css.map */