@charset "UTF-8";
/* Variables */
/* Used in Tailwind config */
.reset-link:link, .reset-link:visited {
  color: #111111;
  text-decoration: none;
}

.reset-list {
  list-style: none;
  padding-left: 0;
}
.reset-list li {
  margin-top: 0;
}
.reset-list li:not(:first-of-type) {
  margin-top: 0;
}

/* ------------------------------------
//  ここからこのキャンペーンのCSSを記述
// ----------------------------------*/
/* Hero Section */
.hero {
  aspect-ratio: unset;
  padding: 0;
  background-image: none;
}
@media only screen and (min-width: 601px) {
  .hero {
    padding-top: 30px;
    padding-bottom: 0;
  }
}

.hero__image-wrapper {
  width: 100%;
}
@media only screen and (min-width: 601px) {
  .hero__image-wrapper {
    width: 500px;
  }
}

/* Moushikomi List Item */
.card-item-moushikomihyouji {
  padding: 1.5em 1em 1em;
}
.card-item-moushikomihyouji h3 {
  font-size: 1rem;
  line-height: 1.5714285714;
  font-weight: 700;
  text-align: center;
}
@media only screen and (min-width: 601px) {
  .card-item-moushikomihyouji h3 {
    font-size: 1.3125rem;
  }
}

.moushikomi-list {
  margin-top: 1.5em;
  display: flex;
  flex-direction: column;
  gap: 1.25em;
}
@media only screen and (min-width: 601px) {
  .moushikomi-list:not(:last-of-type) {
    margin-bottom: 2em;
  }
}
.moushikomi-list .campaign-detail-btn {
  margin-top: 0;
  margin-bottom: 0;
}/*# sourceMappingURL=campaign.css.map */


