.g-cover {
  background-image: url(/j3a/images/hanko/brother/g-cover_brother-20250912.png);
}

/* classes for history */
.history {
  margin: 20px -5px 0;
}
.history::after {
  content: '';
  display: block;
  clear: both;
}
.history-item{
  float: left;
  box-sizing: border-box;
  padding: 5px;
  width: 14.2857%;
}

.history-item__inner {
  position: relative;
}

.history-item__inner:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.thumb {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #ccc;
  transition: transform .2s;
}

.history-item__img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-height: 100%;
  max-width: 100%;
  height: auto!important;
  width: auto;
  transform: translate(-50%,-50%);
}

.history-item__name {
  margin-top: 5px;
  color: #333;
  font-size: 13px;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.history-item__text {
  color: #333;
  font-size: 12px;
}

.btn-clear {
  right: 7px;
  top: 7px;
  height: 21px;
  min-width: 21px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  background: url(/j3a/images/btn.png);
}

.history-item {
  position: relative;
}

.history-item .btn-clear {
  position: absolute;
}

.j-history {
  display: none;
}

.panel_el-news {
  width: 232.5px;
  height: 200px;
}

.panel_el-news .panel_hd {
  font-size: 16px;
}

.panel_el-news .panel_pic {
  bottom: 0;
  right: 26px;
  top: 50px;
}