.TopBar__Head {
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.TopBar__Head > span {
  margin-left: 6px;
  font-weight: bold;
}

.TopBar__Head > a:last-child {
  flex: 0 0 100px;
  transform: translateY(4px);
}

@media screen and (min-width: 1190px) {
  .TopBar__Head {
    justify-content: flex-start;
  }
}

@media screen and (max-width: 768px) {
  .TopBar__Head {
    width: auto;
    justify-content: center;
    gap: 0;
  }

  .TopBar__Head > a:last-child {
    flex: 0 0 96px;
  }
}

.delete_Wrap .withdraw_delete_button {
  appearance: auto;
  color: #242424;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro W3",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
}

.delete_Wrap .withdraw_confirm_button {
  appearance: auto;
  color: #242424;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro W3",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
  background: red;
  color: #fff;
  padding: 10px;
  margin-bottom: 16px;
}
