/* 注釈追加 */
.boxIghdFeaturesListBody.note p {
  font-size: 12px;
  line-height: 1.5;
  text-align: right;
}

@media screen and (min-width: 750px) {
  .boxIghdFeaturesListBody.note {
    gap: 12px !important;
    flex-direction: column;
  }

  .boxIghdFeaturesListBody.note p {
    font-size: 14px;
    margin-left: 10rem !important;
  }
}
