.sponsorship_product--box {
  margin-top: 48px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 27.5px 0 27.5px 22.5px;
  border: 1px solid #3e3a39;
}

@media screen and (max-width: 768px) {
  .sponsorship_product--box {
    padding-left: 0;
    padding-right: 0;
  }
}

.sponsorship_product--box figure {
  width: 314px;
  margin: 22.5px;
}

@media screen and (max-width: 768px) {
  .sponsorship_product--box figure {
    margin: 15px;
  }
}

.sponsorship_product--box .boxContent {
  width: 462px;
  margin: 22.5px;
}

@media screen and (max-width: 768px) {
  .sponsorship_product--box .boxContent {
    margin: 15px;
  }
}

.sponsorship_product--box .boxContent h3 {
  font-size: 26px;
  line-height: 38px;
}

.sponsorship_product--box .boxContent .txt {
  margin-top: 28px;
  font-size: 18px;
  line-height: 38px;
}

.sponsorship_product--list {
  margin-top: 85px;
}

.sponsorship_product--list ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: -30px;
}

@media screen and (max-width: 768px) {
  .sponsorship_product--list ul {
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.sponsorship_product--list ul li {
  width: 258px;
  margin: 30px;
}

.sponsorship_product--list ul li figure {
  margin-bottom: 20px;
}

.sponsorship_product--list ul li figure img {
  width: 100%;
  height: 258px;
  object-fit: cover;
}

.sponsorship_product--list ul li dl {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 400;
}

.sponsorship_product--list ul li dl dt {
  width: 74px;
}

.sponsorship_product--list ul li dl dd {
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.sponsorship_product--list ul li dl dd a {
  color: #ea8f00;
  font-weight: 700;
}

.sponsorship_product--list ul li dl + dl {
  margin-top: 15px;
}

@media screen and (max-width: 768px) {
  .sponsorship_product--list ul li dl + dl {
    margin-top: 5px;
  }
}

.sponsorship_way-text {
  max-width: 825px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.sponsorship_major .list {
  max-width: 821px;
}

.sponsorship_major .list ul li {
  position: relative;
  -webkit-transform: translateZ(0);
     -moz-transform: translateZ(0);
          transform: translateZ(0);
  padding-left: 65px;
  border-bottom: 1px dashed #969797;
  font-weight: 700;
}

.sponsorship_major .list ul li::before {
  position: absolute;
  content: "";
  width: 25px;
  height: 19px;
  background: url("../img/sub/icTick.png") 0 0 no-repeat;
  -moz-background-size: contain;
       background-size: contain;
  left: 20px;
  top: 65px;
}

@media screen and (max-width: 768px) {
  .sponsorship_major .list ul li::before {
    top: 40px;
  }
}

.sponsorship_article--flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: -17px;
}

.sponsorship_article--flex article {
  width: 432px;
  margin: 17px;
  border: 1px solid #808080;
  padding: 35px;
}

.sponsorship_article--flex article h3 {
  position: relative;
  -webkit-transform: translateZ(0);
     -moz-transform: translateZ(0);
          transform: translateZ(0);
}

.sponsorship_article--flex article h3::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 58px;
  background: #e15380;
  left: -35px;
  top: 0;
}

.sponsorship_article--flex article .txt p {
  margin-bottom: 15px;
}

.sponsorship_article--flex article .txt dl {
  text-align: center;
  margin-bottom: 15px;
}

.sponsorship_article--flex article .txt dl dd {
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
}

.sponsorship_article .note {
  margin-top: 20px;
  padding: 0 40px;
}
