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

@media (max-width: 960px) {
  html .ist-ptnMedicineBody004__columnItem--two-thirds {
    width: 100% !important;
  }
}

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

@media (max-width: 960px) {
  html .ist-ptnMedicineBody004__columnItem--one-third {
    width: 100% !important;
  }
}

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