.mod-home-logo-list {
  background: #eee;
  margin: 0 0 20px;
}
.mod-home-logo-list-header-stripe {
  width: 100%;
  margin: 0 0 40px;
  padding: 12px;
  background: #478ea2;
}
@media screen and (min-width: 768px) {
  .mod-home-logo-list-header-stripe {
    padding-left: 0;
    padding-right: 0;
  }
}
.mod-home-logo-list-header-stripe .header-stripe-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: -1vw -2vw;
}
@media screen and (min-width: 768px) {
  .mod-home-logo-list-header-stripe .header-stripe-inner {
    margin: -0.5vw -1vw;
  }
}
@media screen and (min-width: 1200px) {
  .mod-home-logo-list-header-stripe .header-stripe-inner {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.mod-home-logo-list-header-stripe .header-stripe-inner .img-wrap {
  display: block;
  height: 6.66666667vw;
  margin: 1vw 2vw;
}
@media screen and (min-width: 576px) {
  .mod-home-logo-list-header-stripe .header-stripe-inner .img-wrap {
    height: 4.16666667vw;
  }
}
@media screen and (min-width: 768px) {
  .mod-home-logo-list-header-stripe .header-stripe-inner .img-wrap {
    height: 3.125vw;
    margin: 0.5vw 1vw;
  }
}
@media screen and (min-width: 1200px) {
  .mod-home-logo-list-header-stripe .header-stripe-inner .img-wrap {
    height: 2vw;
  }
}
.mod-home-logo-list-header-stripe .header-stripe-inner .img-wrap img {
  display: block;
  max-width: none;
  height: inherit;
}
.mod-home-logo-list-header-stripe .header-stripe-inner .separator {
  display: none;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  width: 100%;
  border: 0;
  margin: 0;
}
@media screen and (max-width: 575.98px) {
  .mod-home-logo-list-header-stripe .header-stripe-inner .separator:nth-of-type(2n) {
    display: block;
  }
}
@media screen and (min-width: 576px) and (max-width: 767.98px) {
  .mod-home-logo-list-header-stripe .header-stripe-inner .separator:nth-of-type(3n) {
    display: block;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199.98px) {
  .mod-home-logo-list-header-stripe .header-stripe-inner .separator:nth-of-type(4n) {
    display: block;
  }
}
.mod-home-logo-list-header-stripe .header-stripe-wrap {
  width: 100%;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
}
@media screen and (min-width: 1800px) {
  .mod-home-logo-list-header-stripe .header-stripe-wrap .header-stripe-inner {
    margin: -9px -18px;
  }
}
@media screen and (min-width: 1800px) {
  .mod-home-logo-list-header-stripe .header-stripe-wrap .header-stripe-inner .img-wrap {
    height: 36px;
    margin: 9px 18px;
  }
}
.mod-home-logo-list-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -20px -20px;
  padding: 0 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .mod-home-logo-list-inner {
    padding: 0 10vw;
  }
}
.mod-home-logo-list-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  width: 50%;
  max-width: 50%;
  padding: 0 40px 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 576px) {
  .mod-home-logo-list-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33%;
            flex: 0 0 33%;
    width: 33%;
    max-width: 33%;
  }
}
@media screen and (min-width: 900px) {
  .mod-home-logo-list-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    width: 25%;
    max-width: 25%;
  }
}
@media screen and (min-width: 1200px) {
  .mod-home-logo-list-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    width: 20%;
    max-width: 20%;
  }
}
@media screen and (min-width: 1800px) {
  .mod-home-logo-list-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    width: 16.66666667%;
    max-width: 16.66666667%;
  }
}
.mod-home-logo-list-item .icon {
  position: relative;
  width: 100%;
}
.mod-home-logo-list-item .icon img {
  max-width: 100%;
  max-height: 75px;
  display: block;
  margin: 0 auto;
}
.mod-home-logo-list .mod-home-logo-list-wrap {
  width: 100%;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 0 50px;
}
@media screen and (min-width: 768px) {
  .mod-home-logo-list .mod-home-logo-list-wrap .mod-home-logo-list-inner {
    padding-left: 6%;
    padding-right: 6%;
  }
}
@media screen and (min-width: 1800px) {
  .mod-home-logo-list .mod-home-logo-list-wrap .mod-home-logo-list-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    width: 20%;
    max-width: 20%;
  }
}
/*# sourceMappingURL=style.css.map */