/* Campaign Section Styles */
.campaign-pay-info {
  text-align: center;
  font-size: 14px;
  color: #666;
  margin-top: 10px;
  margin-bottom: 30px;
}

/* 対象条件と製品 */
.campaign-conditions {
  background: #f8f8f8;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 25px;
}
.hero-section .hero-container {
    max-width: 100%;
}
.hero-section .hero-banner {
    max-width: 100%;
}
.conditions-title {
  font-size: 18px;
  font-weight: 700;
  color: #333;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 2px solid #007ac2;
}

.conditions-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.conditions-list li {
  display: flex;
  flex-direction: column;
  padding: 12px 0;
  border-bottom: 1px solid #ddd;
}

.conditions-list li:last-child {
  border-bottom: none;
}

.condition-type {
  font-weight: 700;
  color: #007ac2;
  font-size: 15px;
  margin-bottom: 5px;
}

.condition-detail {
  font-size: 14px;
  color: #333;
}

/* 応募方法 */
.campaign-howto {
  background: #fff;
  border: 2px solid #007ac2;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 25px;
}

.howto-title {
  font-size: 18px;
  font-weight: 700;
  color: #007ac2;
  margin-bottom: 15px;
}

.howto-list {
  padding-left: 25px;
  margin: 0;
}

.howto-list li {
  font-size: 14px;
  line-height: 1.8;
  color: #333;
  margin-bottom: 10px;
  position: relative;
  text-align: left;
}

.howto-list li:last-child {
  margin-bottom: 0;
}
.apply-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #F073AD;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding: 15px 25px;
  border-radius: 30px;
  text-decoration: none;
  transition: all 0.3s;
}
/* 注意事項 */
.campaign-notes {
  background: #fff9e6;
  border-radius: 10px;
  padding: 15px 20px;
}

.campaign-notes p {
  font-size: 12px;
  color: #666;
  margin: 0 0 8px;
  line-height: 1.6;
}

.campaign-notes p:last-child {
  margin-bottom: 0;
}

.campaign-notes .note-important {
  color: #c00;
  font-weight: 700;
  font-size: 13px;
}

/* PC styles */
@media screen and (min-width: 768px) {
  .campaign-pay-info {
    font-size: 16px;
    margin-bottom: 40px;
  }

  .campaign-conditions {
    padding: 30px;
    margin-bottom: 30px;
  }

  .conditions-title {
    font-size: 20px;
  }

  .conditions-list li {
    flex-direction: row;
    align-items: center;
    padding: 15px 0;
  }

  .condition-type {
    min-width: 150px;
    margin-bottom: 0;
    font-size: 16px;
  }

  .condition-detail {
    font-size: 15px;
  }

  .campaign-howto {
    padding: 30px;
    margin-bottom: 30px;
  }

  .howto-title {
    font-size: 20px;
  }

  .howto-list li {
    font-size: 15px;
  }

  .campaign-notes {
    padding: 20px 30px;
  }

  .campaign-notes p {
    font-size: 13px;
  }

  .campaign-notes .note-important {
    font-size: 14px;
  }
  .apply-btn {
    font-size: 18px;
    padding: 18px 40px;
    max-width: 450px;
    margin: 16px auto;
}
}
