@charset "UTF-8";
.ajax-loading {
  position: relative;
  min-height: 70px;
}
.ajax-loading.al-light {
  pointer-events: none;
  cursor: not-allowed;
}
.ajax-loading:not(.al-light)::before {
  width: 100%;
  position: absolute;
  content: ".";
  background: rgba(0, 0, 0, 0.1);
  height: 100%;
}
.ajax-loading:not(.al-light)::after {
  content: "読み込み中...";
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  font-size: 32px;
}

nav.pager .pagination {
  display: flex;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
}
nav.pager li {
  display: inline-block;
}
nav.pager li.pager__item--ellipsis {
  display: none;
}

/*# sourceMappingURL=blog-product-reviews.css.map */
