@charset "utf-8";

.c-ground-01 {
  padding: 0;
}

.contents {
  margin: 0 54px 54px 54px;
}

@media only screen and (max-width: 640px){
  .contents{
  margin: 0 10px 16px 10px;
  }
}

/* ========== 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%);
  }
}
