@charset "utf-8";
@media screen and (min-width: 768px) {
  .bnr-list li.main-banner {
    width: 60%;
    margin: 0 auto;
  }
  .bnr-list li:nth-child(n+2){
    margin-top: 30px;
  }
}

.column2-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100% !important;
}
.column2-banner-item {
  position: relative;
}
.column2-banner-item:nth-child(odd) {
  width: 50.8%;
}
.column2-banner-item:nth-child(even) {
  width: 45%;
}
.column2-banner-image {
  display: block;
  width: 100%;
}
.column2-banner-item-label {
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  line-height: 1.2;
  font-size: 22px;
  letter-spacing: 0.1em;
  width: 100%;
}

@media (max-width: 767px) {
  .column2-banner {
    flex-direction: column;
    row-gap: 15px;
  }
  .column2-banner-item:nth-child(odd) {
    width: 100%;
  }
  .column2-banner-item:nth-child(even) {
    width: 100%;
  }
  .column2-banner-image {
    max-height: inherit;
  }
}
