@charset "utf-8";

@import url(/campaign/css/campaign-detail.css);

/* ========== hidden ========== */
@media only screen and (min-width:641px) {
  .c-hide-pc {
    display: none;
  }
}
@media only screen and (max-width:640px) {
  .c-hide-sp {
    display: none;
  }
}

/* ========== heading ========== */
.c-heading2-img{
  margin: -30px -54px 0 -54px!important;
}
.c-heading2-img02{
  margin: 1.875em -54px 0 -54px!important;
}
@media only screen and (max-width: 640px){
  .c-heading2-img{
    margin: -16px -10px 0 -10px!important;
  }
  .c-heading2-img02{
    margin: 1em -10px 0 -10px!important;
  }
}

/* ========== category ========== */
.c-category-01 {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-top: 3em;
  margin-bottom: -10px;
}
.c-category-01 .c-category-item {
  list-style: none;
  background-color: #e6e6e6;
  color: #535252;
  border-radius: 4px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  padding: 7px 10px;
  margin-bottom: 10px;
}
.c-category-01 .c-category-item:not(:last-child) {
  margin-right: 10px;
}

.cpn-banner {
  margin-top: 14px;
}
@media only screen and (max-width: 640px){
  .c-category-01 {
    margin-top: calc(30/640*100%);
  }
  .c-category-01 .c-category-item {
    font-size: 10px;
  }
  .cpn-banner {
    margin-top: calc(20/640*100%);
  }
}