/**
Theme Name: JIN:R child
Template: jinr
Author: CROOVER Inc.
Author URI: https://croover.co.jp
Version: 1.00
*/
/* footer全体を縦並びに */
#footerInfo {
  display: flex !important;
  flex-direction: column !important;  /* 縦積み */
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 16px !important;   /* 段ごとの余白 */
  width: 100% !important;
  padding-top: 12px;
}

/* バナー群 */
#footer-widget {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}
#footer-widget a {
  display: inline-flex;
  align-items: center;
}
#footer-widget img {
  height: 36px;
  max-width: 100%;
  object-fit: contain;
}

/* フッターメニュー */
#commonFooterSiteMenu {
  width: 100%;
  text-align: center;
}
#commonFooterSiteMenu ul {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}
#commonFooterSiteMenu a {
  text-decoration: none;
  font-size: .9rem;
  opacity: .9;
}

/* コピーライト */
#copyright {
  text-align: center !important;
  opacity: .8;
  font-size: .875rem;
  line-height: 1.6;
}
#copyright p {
  margin: 0;
}