
/* リクルート追従ボタン */
.fix_btn {
  width: 100%;
  height: 12.5em;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 100;
  pointer-events: none;
  overflow-x: clip;
}

/* フッターバナー追加による修正 */
@media (min-width: 750px) {
  footer.topfooter .flex {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }

  footer.topfooter .footer_center ul.flex li {
    width: calc(100% / 5);
  }

}