@media screen and (min-width: 768px) {
  .campaign_detail_wrap {
      width: 485px !important;
  }

  .campaign_detail_day span {
    font-size: 0.9em;
  }
}

@media screen and (max-width: 767px){
  .campaign_lists_img {
    margin-bottom: 12px !important;
  }

  .campaign_shops_lists > li {
    margin-bottom: 70px !important;
  }
}

h3 {
  line-height: 1.2;
  padding-bottom: 15px;
}

.campaign_detail_lists dd a {
  color: #7B46A9 !important;
}

#workshop2022 {
  background: #fbf0e2;
}

.campaign_big_title2 {
  background: #E50126;
}

.campaign_detail_wrap.green h3 {
  color: #005c44;
}

.campaign_detail_wrap.green .body_text {
  border-bottom: solid thin #005c44;
}

.campaign_detail_wrap.green .campaign_detail_day {
  background: #005c44;
}

.campaign_detail_wrap.orange h3 {
  color: #ed6d0f;
}

.campaign_detail_wrap.orange .body_text {
  border-bottom: solid thin #ed6d0f;
}

.campaign_detail_wrap.orange .campaign_detail_day {
  background: #ed6d0f;
}

.campaign_detail_wrap.purple h3 {
  color: #920783;
}

.campaign_detail_wrap.purple .body_text {
  border-bottom: solid thin #920783;
}

.campaign_detail_wrap.purple .campaign_detail_day {
  background: #920783;
}

.campaign_detail_wrap.brown h3 {
  color: #93541c;
}

.campaign_detail_wrap.brown .body_text {
  border-bottom: solid thin #93541c;
}

.campaign_detail_wrap.brown .campaign_detail_day {
  background: #93541c;
}

.campaign_detail_wrap.gray h3 {
  color: #685e59;
}

.campaign_detail_wrap.gray .body_text {
  border-bottom: solid thin #685e59;
}

.campaign_detail_wrap.gray .campaign_detail_day {
  background: #685e59;
}

.campaign_detail_wrap.light-green h3 {
  color: #458e38;
}

.campaign_detail_wrap.light-green .body_text {
  border-bottom: solid thin #458e38;
}

.campaign_detail_wrap.light-green .campaign_detail_day {
  background: #458e38;
}

.campaign_detail_wrap.blue h3 {
  color: #003787;
}

.campaign_detail_wrap.blue .body_text {
  border-bottom: solid thin #003787;
}

.campaign_detail_wrap.blue .campaign_detail_day {
  background: #003787;
}

.campaign_detail_wrap.pink h3 {
  color: #e3017f;
}

.campaign_detail_wrap.pink .body_text {
  border-bottom: solid thin #e3017f;
}

.campaign_detail_wrap.pink .campaign_detail_day {
  background: #e3017f;
}
