@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
.cooperation_list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cooperation_list li {
  width: 48%;
  margin-bottom: 30px;
  font-size: 1.6rem;
  text-align: center;
  display: block;
  line-height: 2.25;
}
@media screen and (max-width: 767px) {
  .cooperation_list li {
    width: 100%;
  }
}
.cooperation_list li .item_ttl {
  color: #fff;
  background: #683382;
  font-weight: bold;
  padding: 10px;
  display: block;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .cooperation_list li:nth-child(1) {
    order: 1;
  }
  .cooperation_list li:nth-child(2) {
    order: 3;
  }
  .cooperation_list li:nth-child(3) {
    order: 5;
  }
  .cooperation_list li:nth-child(4) {
    order: 7;
  }
  .cooperation_list li:nth-child(5) {
    order: 2;
  }
  .cooperation_list li:nth-child(6) {
    order: 4;
  }
  .cooperation_list li:nth-child(7) {
    order: 6;
  }
}

.bottom {
  padding-bottom: 75px;
}

@media screen and (min-width: 768px) {
  .mt0 {
    padding-top: 0px !important;
  }
}
@media screen and (max-width: 767px) {
  .mt0 {
    padding-top: 50px !important;
  }
}

.back-ttl {
  font-size: 2.4rem;
  line-height: 1;
  background: #efefef;
  padding: 18px 20px;
  margin: 0 0 40px;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #000;
  letter-spacing: 0.05em;
}
.back-ttl span {
  display: inline-block;
  position: relative;
}
.back-ttl span::after {
  content: "";
  position: absolute;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
}
@media screen and (max-width: 767px) {
  .back-ttl span::after {
    left: -10px;
  }
}
.back-ttl.star {
  background: #faf4dc;
}
.back-ttl.star span {
  padding-left: 85px;
}
@media screen and (max-width: 767px) {
  .back-ttl.star span {
    padding-left: 75px;
  }
}
.back-ttl.star span::after {
  width: 72px;
  height: 59px;
  background-image: url(./../img/2024/icon_star.png);
  top: -30px;
}
.back-ttl.diamond {
  background: #e3f5f4;
}
.back-ttl.diamond span {
  padding-left: 85px;
}
@media screen and (max-width: 767px) {
  .back-ttl.diamond span {
    padding-left: 75px;
  }
}
.back-ttl.diamond span::after {
  width: 73px;
  height: 47px;
  background-image: url(./../img/2024/icon_diamond.png);
  top: -12px;
}
@media screen and (max-width: 767px) {
  .back-ttl.diamond span::after {
    top: -15px;
  }
}
.back-ttl.platinum {
  background: #f0f0f0;
}
.back-ttl.platinum span {
  padding-left: 75px;
}
@media screen and (max-width: 767px) {
  .back-ttl.platinum span {
    padding-left: 55px;
  }
}
.back-ttl.platinum span::after {
  width: 50px;
  height: 46px;
  background-image: url(./../img/2024/icon_platinum.png);
  top: -10px;
  left: 10px;
}
@media screen and (max-width: 767px) {
  .back-ttl.platinum span::after {
    top: -15px;
    left: -5px;
  }
}
.back-ttl.gold {
  background: #fffbec;
}
.back-ttl.silver {
  background: #f6f6f6;
}
.back-ttl.bronze {
  background: #f7f1e9;
}

.l-inner + .l-inner {
  margin-top: 75px;
}

@media screen and (max-width: 767px) {
  .fx-contents {
    padding: 0 15px;
  }
}
.fx-contents img {
  width: 100%;
}
.fx-contents ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: -40px;
}
.fx-contents ul li {
  margin-top: 40px;
}
.fx-contents ul figcaption {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  color: #000;
  margin: 15px 0 0;
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  .fx-contents ul figcaption {
    padding: 0 10px;
  }
}
.fx-contents.fx1 ul li {
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
}
.fx-contents.fx1 ul figcaption {
  margin-top: 20px;
}
.fx-contents.fx2 ul {
  margin-left: -3%;
}
.fx-contents.fx2 ul li {
  width: 47%;
  margin-left: 3%;
}
.fx-contents.fx3 ul {
  margin-left: -2.333%;
}
@media screen and (max-width: 767px) {
  .fx-contents.fx3 ul {
    margin-left: -3%;
  }
}
.fx-contents.fx3 ul li {
  width: 31%;
  margin-left: 2.333%;
}
@media screen and (max-width: 767px) {
  .fx-contents.fx3 ul li {
    width: 47%;
    margin-left: 3%;
  }
}
.fx-contents.fx4 ul {
  margin-left: -2.1%;
}
@media screen and (max-width: 767px) {
  .fx-contents.fx4 ul {
    margin-left: -3%;
  }
}
.fx-contents.fx4 ul li {
  width: 22.9%;
  margin-left: 2.1%;
}
@media screen and (max-width: 767px) {
  .fx-contents.fx4 ul li {
    width: 47%;
    margin-left: 3%;
  }
}
.fx-contents.fx5 ul {
  margin-left: -2%;
}
@media screen and (max-width: 767px) {
  .fx-contents.fx5 ul {
    margin-left: -3%;
  }
}
.fx-contents.fx5 ul li {
  width: 18%;
  margin-left: 2%;
}
@media screen and (max-width: 767px) {
  .fx-contents.fx5 ul li {
    width: 47%;
    margin-left: 3%;
  }
}

/*# sourceMappingURL=award_add.css.map */
