/* newフッターの縦重ね余白調整 */
html .ist-footer__row03Item:first-child section + section .ist-footer__row03ItemSummary,
html .ist-footer__row03Item section + section .ist-footer__row03ItemSummary {
  padding-top: 2.5rem;
}
@media screen and (max-width: 960px) {
  html .ist-footer__row03Item:first-child section + section .ist-footer__row03ItemSummary,
  html .ist-footer__row03Item section + section .ist-footer__row03ItemSummary {
    padding-top: 1.875rem;
  }
}
/* newフッターの1列内横並び調整 */
html .ist-footer__row03Item.ist-footer__row03Items--width2x {
  width: 200%;
}
html .ist-footer__row03Item.ist-footer__row03Items--width2x .ist-footer__row03ItemListColumn-2col {
  display: flex;
  column-gap: 1.375rem;
}
html .ist-footer__row03Item.ist-footer__row03Items--width2x .ist-footer__row03ItemListColumn-2col .ist-footer__row03ItemList {
  width: 100%;
}

@media screen and (max-width: 960px) {
  html .ist-footer__row03Item.ist-footer__row03Items--width2x {
    width: 100%;
  }
  html .ist-footer__row03Item.ist-footer__row03Items--width2x .ist-footer__row03ItemListColumn-2col {
    display: block;
    gap: 0;
  }
}