@charset "UTF-8";
/*
Theme Name: Lightning-child_v2
Text Domain: lightning
*/
/*********************************************
コンテンツ
*********************************************/
.supporterList {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 2.5rem 0;
  margin-bottom: 5rem;
  border: 1px solid #d5d5d5;
}
@media screen and (max-width: 767px) {
  .supporterList {
    padding: 1.25rem;
  }
}
.supporterList li {
  max-width: 278px;
  padding: 1.25rem;
}
@media screen and (max-width: 767px) {
  .supporterList li {
    padding: 0.9375rem;
    width: 50%;
  }
}
.supporterList li img {
  max-width: 200px;
  width: 100%;
}
.supporterList.supporterListSmall li {
  max-width: 198px;
}
@media screen and (max-width: 767px) {
  .supporterList.supporterListSmall li {
    padding: 0.9375rem;
    width: 50%;
  }
}
.supporterList.supporterListSmall:last-child {
  margin-bottom: 0;
}