.p-tag {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0.8em;
  color: #fff;
  border-radius: 0 0 0 5px;
  padding: 2px 5px;
  z-index: 1;
}

.p-tag--music {
  background: linear-gradient(to left, #ce0030 0%, #f73939 100%);
}

.p-tag--p_art {
  background: linear-gradient(to left, #de3691 0%, #ffa7cb 100%);
}

.p-tag--sound {
  background: linear-gradient(to left, #eeb94c 0%, #EA893A 100%);
}

.p-tag--movie {
  background: linear-gradient(to left, #6ebedd 0%, #2874b4 100%);
}

.p-tag--photo {
  background: linear-gradient(to left, #75C757 0%, #aad44c 100%);
}


/* 上書き */
.p_opencampus .days_course li:nth-child(1):before {
  content: url(/assets/img/opencampus/icon01.svg);
}

.p_opencampus .days_course li:nth-child(5):before {
  content: url(/assets/img/opencampus/icon02.svg);
}


