/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 30 2025 | 02:14:00 */
.pum-close.popmake-close i.fa-xmark {
  margin-right: 0 !important; /* 余計な右マージンを打ち消し */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2em;   /* 横幅を指定 */
  height: 2em;  /* 縦幅を同じにして正円に */
  border-radius: 50%;
  background: transparent;
  transition: background-color 0.3s, color 0.3s;
}

/* ホバー時 */
.pum-close.popmake-close:hover i.fa-xmark {
  background-color: #fff; /* 白丸 */
  color: #999;            /* バツ印を灰色に */
}
