/** @format */
.p-artContest__head {
  display: none;
}

.p-artContest__head + .p-artContest__body {
  margin-top: 0;
}

.p-prizeList--col3 {
  grid-template-columns: repeat(4, 1fr);
}
@media print, screen and (max-width: 767px) {
  .p-prizeList--col3 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-prizeList--col3 .p-prizeList__item:first-child {
  grid-column: span 2;
}
@media print, screen and (max-width: 767px) {
  .p-prizeList--col3 .p-prizeList__item:first-child {
    grid-column: span 1;
  }
}
.p-prizeList--col3 .p-prizeCard__num__text {
  font-weight: normal;
  font-size: 9px;
  line-height: 20px;
  text-align: right;
  color: #1f1f1f;
  position: absolute;
  right: 5px;
  bottom: -14px;
}

.p-prizeCard__frame {
  padding: 26px 25px;
}

.p-artContestTable__table__leftLineCell_td p a {
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  text-align: right;
  color: #1f1f1f;
}

.p-artContest__current__caution__footer {
  margin-top: 52px;
}
.p-artContest__current__caution__footer .p-artContest__current__caution__footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media print, screen and (max-width: 767px) {
  .p-artContest__current__caution__footer .p-artContest__current__caution__footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-artContest__current__caution__footer .p-artContest__current__caution__footer__inner .p-artContest__current__caution__footer__inner__item {
  width: 100%;
  max-width: 276px;
}
@media print, screen and (max-width: 767px) {
  .p-artContest__current__caution__footer .p-artContest__current__caution__footer__inner .p-artContest__current__caution__footer__inner__item {
    max-width: 100%;
  }
}
.p-artContest__current__caution__footer .p-artContest__current__caution__footer__inner .p-artContest__current__caution__footer__inner__item a {
  width: 100%;
  max-width: 276px;
  height: 80px;
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  border: 1px solid #1f1f1f;
}
@media print, screen and (max-width: 1080px) {
  .p-artContest__current__caution__footer .p-artContest__current__caution__footer__inner .p-artContest__current__caution__footer__inner__item a {
    height: 120px;
  }
}
@media print, screen and (max-width: 767px) {
  .p-artContest__current__caution__footer .p-artContest__current__caution__footer__inner .p-artContest__current__caution__footer__inner__item a {
    height: 80px;
  }
}
@media print, screen and (max-width: 767px) {
  .p-artContest__current__caution__footer .p-artContest__current__caution__footer__inner .p-artContest__current__caution__footer__inner__item a {
    max-width: 100%;
  }
}
.p-artContest__current__caution__footer .p-artContest__current__caution__footer__inner .p-artContest__current__caution__footer__inner__item a .c-linkList__link__body {
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #1f1f1f;
  position: relative;
}
.p-artContest__current__caution__footer .p-artContest__current__caution__footer__inner .p-artContest__current__caution__footer__inner__item a .c-linkList__link__body .c-linkIcon {
  position: absolute;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -30px;
}

.p-contestSupporters__title {
  margin-top: 120px;
  text-align: center;
}
@media print, screen and (max-width: 767px) {
  .p-contestSupporters__title {
    margin-top: 32px;
  }
}/*# sourceMappingURL=style_2506.css.map */