.p-contest_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 960px) {
  .p-contest_list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-contest_item {
  width: 32%;
  margin-left: 2%;
  margin-top: 5%;
}

@media screen and (min-width: 901px) {
  .p-contest_item:nth-child(3n+1) {
    margin-left: 0;
  }
  .p-contest_item:nth-child(n+1):nth-child(-n+3) {
    margin-top: 0;
  }
}

@media screen and (max-width: 960px) {
  .p-contest_item {
    width: 49%;
    margin-left: 2%;
    margin-top: 6%;
  }
  .p-contest_item:nth-child(2n+1) {
    margin-left: 0;
  }
  .p-contest_item:nth-child(n+1):nth-child(-n+2) {
    margin-top: 0;
  }
}

.p-contest_name {
  text-align: center;
  margin-top: 5px;
}

@media not all and (max-width: 960px) {
  [data-size=m] .p-contest_name {
    font-size: 18px;
  }
  [data-size=l] .p-contest_name {
    font-size: 22px;
  }
}

@media screen and (max-width: 960px) {
  [data-size=m] .p-contest_name {
    font-size: 16px;
  }
  [data-size=l] .p-contest_name {
    font-size: 18px;
  }
}

.p-contest_img {
  position: relative;
  padding-top: 100%;
  background: no-repeat center center;
  background-size: contain;
  cursor: pointer;
}

.p-contest_img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #aebda2;
  z-index: -1;
}

.m-img__container {
  width: 60%;
  margin: 0 auto;
}

@media screen and (max-width: 960px) {
  .m-img__container {
    width: 100%;
    margin: 0 auto;
  }
}

.m-modal__close {
  position: fixed !important;
}

.p-contest_header {
  margin: 50px auto 0;
}

@media screen and (max-width: 960px) {
  .p-contest_header {
    margin: 40px auto 0;
  }
}

.p-contest_header .dl_btn {
  position: relative;
  text-align: center;
  color: #fff;
  background: #000;
  margin-top: 5px;
  padding: 10px 0;
  -webkit-transition: background 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: background 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

@media not all and (max-width: 960px) {
  .p-contest_header .dl_btn:hover {
    background: #8dc365;
  }
}

@media screen and (max-width: 960px) {
  .p-contest_header .dl_btn {
    padding: 8px 0;
  }
}

.p-contest_header .dl_btn a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-contest_cap {
  text-align: center;
  font-size: 22px;
  margin: 100px 0 40px;
  font-weight: 800;
  color: #8dc365;
}

@media screen and (max-width: 960px) {
  .p-contest_cap {
    margin: 60px 0 20px;
    font-size: 18px;
  }
}

@media not all and (max-width: 960px) {
  [data-size=m] .p-contest_cap {
    font-size: 24px;
  }
  [data-size=l] .p-contest_cap {
    font-size: 26px;
  }
}

@media screen and (max-width: 960px) {
  [data-size=m] .p-contest_cap {
    font-size: 20px;
  }
  [data-size=l] .p-contest_cap {
    font-size: 22px;
  }
}

.p-contest_sub {
  text-align: center;
  font-size: 18px;
  margin: 20px 0 20px;
  font-weight: 800;
}

@media screen and (max-width: 960px) {
  .p-contest_sub {
    font-size: 16px;
    margin: 20px 0 15px;
  }
}

@media not all and (max-width: 960px) {
  [data-size=m] .p-contest_sub {
    font-size: 22px;
  }
  [data-size=l] .p-contest_sub {
    font-size: 24px;
  }
}

@media screen and (max-width: 960px) {
  [data-size=m] .p-contest_sub {
    font-size: 18px;
  }
  [data-size=l] .p-contest_sub {
    font-size: 20px;
  }
}

.p-contest_list.ss {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
}

.p-contest_list.ss .p-contest_item {
  width: 40%;
}

@media screen and (max-width: 960px) {
  .p-contest_list.ss .p-contest_item {
    width: 80%;
  }
}

.p-contest_list.staff .p-contest_img {
  background-size: cover;
}

.p-contest_note {
  font-size: 13px;
  text-align: center;
  margin-top: 50px;
  line-height: 1.4em;
}

@media screen and (max-width: 960px) {
  .p-contest_note {
    font-size: 12px;
    text-align: left;
    margin-top: 30px;
  }
  .p-contest_note li {
    text-indent: -1em;
    padding-left: 1em;
  }
}

@media not all and (max-width: 960px) {
  [data-size=m] .p-contest_note {
    font-size: 15px;
  }
  [data-size=l] .p-contest_note {
    font-size: 17px;
  }
}

@media screen and (max-width: 960px) {
  [data-size=m] .p-contest_note {
    font-size: 14px;
  }
  [data-size=l] .p-contest_note {
    font-size: 16px;
  }
}
/*# sourceMappingURL=style.special.contest.css.map */