@media only screen and (min-width: 768px) {
  .p-ir-top-linkGroup::after {
    display: block;
    content: "";
    width: 26.6666666667%;
    min-width: 320px;
  }
  .p-ir-top-newsDownload .p-news_list_itemDate time {
    width: 104px;
  }
  .p-news_list_itemDate .c-tag:lang(en) {
    width: 80px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1079px) {
  .p-ir-top-linkGroup::after {
    min-width: 280px;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .p-ir-top-linkGroup::after {
    min-width: 220px;
  }
}
@media only screen and (max-width: 767px) {
  /* Small only */
  .p-ir-top-individual .l-grid_item {
    text-align: left;
  }
}