/** @format */
.p-artContest--gallery .c-awardItem__title {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #000;
}
@media screen and (max-width: 1080px) {
  .p-artContest--gallery .p-artContest__anchorList__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#oosakaAward .p-awardGallery__title__sub {
  position: relative;
  text-align: center;
  margin-top: 36px;
  font-weight: normal;
  font-size: 16px;
  line-height: 27px;
  text-align: center;
  color: #009245;
  top: 0;
}