.carousel-banner {
  margin:15px auto;
  width: 980px;
}
.carousel-banner .inner > div {
  margin-top:0 !important;
  margin-bottom:15px;
}
.carousel-banner .inner img {
  vertical-align: bottom;
}
/*2カラムでバナー表示ここから*/
.carousel-banner.col2 .inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}
.carousel-banner.col2 .inner > div {
  display: flex;
  align-items: center;
}
.carousel-banner.col2 .inner img {
  max-width: 100%;
}
/*2カラムでバナー表示ここまで*/

.carousel-banner .bx-wrapper .bx-controls {
  margin-top: 10px;
}
.carousel-banner .bx-wrapper .bx-pager {
  text-align: center;
  font-size: 0.85em;
  font-weight: bold;
  color: #666;
  width: 100%;
  height:10px;
}
.carousel-banner .bx-wrapper .bx-pager.bx-default-pager a {
  background: #d2d2d2;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  border-radius: 5px;
}
.carousel-banner .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #4e4e4e;
}
.carousel-banner .bx-wrapper .bx-pager.bx-default-pager a:hover {
  opacity: 0.7;
}
.carousel-banner .bx-wrapper .bx-pager-item {
  display: inline-block;
  vertical-align: top;
}
