@charset "UTF-8";
@media only screen and (max-width: 767px ) {
  .top-cover + .block .center {
    text-align: left;
  }
}
.sponsorship-ci {
  display: table;
  table-layout: fixed;
  width: 100%;
  text-align: center;
}
.sponsorship-ci .cell {
  display: table-cell;
  width: 50%;
  padding: 25px 40px;
  vertical-align: middle;
}
.sponsorship-ci .cell--left {
  padding-left: 15px;
}
.sponsorship-ci .cell--right {
  position: relative;
  padding-right: 15px;
}
.sponsorship-ci .cell--right:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}
.sponsorship-ul li {
  width: 100%;
  margin-top: 40px;
}
.sponsorship-ul li:first-child {
  margin-top: 20px;
}
.sponsorship-ul .cont {
  padding: 25px 0;
  border-bottom: 2px solid #000;
}
@media only screen and (min-width: 768px) {
  .sponsorship-ul {
    zoom: 1;
    margin-left: -40px;
  }
  .sponsorship-ul:before {
    content: '';
    display: block;
  }
  .sponsorship-ul:after {
    content: '';
    display: table;
    clear: both;
  }
  .sponsorship-ul li {
    float: left;
    width: 50%;
  }
  .sponsorship-ul li:first-child {
    margin-top: 40px;
  }
  .sponsorship-ul .item {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 40px;
  }
}
@media only screen and (min-width: 1024px) {
  .sponsorship-ci .cell {
    display: table-cell;
    width: 50%;
    padding-left: 80px;
    padding-right: 80px;
  }
  .sponsorship-ci .cell--left {
    text-align: right;
  }
  .sponsorship-ci .cell--right {
    text-align: left;
  }
  .sponsorship-swiper-list {
    padding-bottom: 20px;
  }
}
