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

/* Highlight text for QUO card */
.highlight-large {
  font-size: 1.3em;
  display: block;
  margin: 10px 0;
}

.prize-info {
  font-size: 0.9em;
  color: #333;
}

/* Campaign Period */
.campaign-period {
  background: linear-gradient(135deg, #007ac2, #00a0e9);
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 25px;
  text-align: center;
  color: #fff;
}

h2.period-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #fff;
}

.period-date {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
}

/* Target Product */
.target-product {
  font-size: 16px;
  font-weight: 700;
  color: #007ac2;
  margin-bottom: 20px;
}

/* Course Section */
.campaign-courses {
  background: #e8f4fc;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 25px;
}

.courses-title {
  font-size: 18px;
  font-weight: 700;
  color: #333;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 2px solid #007ac2;
}

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

.courses-list li {
  display: flex;
  flex-direction: column;
  padding: 12px 0;
  border-bottom: 1px solid rgba(0, 122, 194, 0.2);
}

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

.course-name {
  font-weight: 700;
  color: #007ac2;
  font-size: 16px;
  margin-bottom: 5px;
}

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

/* Apply Button */
.howto-desc {
  font-size: 14px;
  color: #333;
  margin-bottom: 15px;
}

.apply-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #011647;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding: 15px 25px;
  border-radius: 30px;
  text-decoration: none;
  transition: all 0.3s;
}

.apply-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(230, 81, 0, 0.4);
}

/* CTA Section Updates */
.cta-container {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.cta-block {
  text-align: center;
}

.cta-btn-secondary {
  background: linear-gradient(135deg, #43a047, #66bb6a);
}

.cta-btn-secondary:hover {
  box-shadow: 0 4px 15px rgba(67, 160, 71, 0.4);
}

/* 対象条件と製品 */
.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;
}

/* 注意事項 */
.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;
}
.cta-section .cta-title.sec{
  font-size: 1rem;
  letter-spacing: 2px;
}
.campaign-section .highlight-accent{
  color: #011647;
  background: #ffeb02;
}
@media (min-width: 768px) {
  .campaign-section .campaign-title {
    line-height: 1.8;
  }
}
/* PC styles */
@media screen and (min-width: 768px) {
  .campaign-pay-info {
    font-size: 16px;
    margin-bottom: 40px;
  }

  .highlight-large {
    font-size: 1.5em;
    margin: 15px 0;
  }

  .prize-info {
    font-size: 1em;
  }

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

  .period-title {
    font-size: 18px;
  }

  .period-date {
    font-size: 22px;
  }

  .target-product {
    font-size: 18px;
  }

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

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

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

  .course-name {
    min-width: 150px;
    margin-bottom: 0;
    font-size: 17px;
  }

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

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

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

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

  .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-desc {
    font-size: 15px;
  }

  .apply-btn {
    font-size: 18px;
    padding: 18px 40px;
  }

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

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

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

  .campaign-notes .note-important {
    font-size: 14px;
  }

  .cta-container {
    flex-direction: row;
    justify-content: center;
    gap: 40px;
  }

  .cta-block {
    flex: 1;
    max-width: 400px;
  }
}
