/* キャンペーンのメッセージ */
.campaign-box {
  background-color: #f9f9f9;
  padding: 16px 12px;
  margin: 10px 20px;
  border: 2px solid #ed6103;
  border-radius: 4px;
  position: relative;
  max-width: 740px;
}
.campaign-catch {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 6px 12px;
  position: absolute;
  left: 0;
  right: 0;
  top: -18px;
  z-index: 1;
}
.catch-text {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ed6103;
  border-radius: 13px;
  font-size: 14px;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  width: 136px;
  height: 26px;
}
.campaign-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 16px 12px;
}
.campaign-text {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}
.campaign-amount {
  margin-top: 12px;
  display: block;
}
.campaign-detail {
  border-top: 1px dashed #ed6103;
  padding: 16px 0 8px;
}
.campaign-list {
  width: fit-content;
  margin: auto;
  padding-left: 28px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
  position: relative;
  list-style: none;
}
.campaign-list li {
  position: relative;
}
.campaign-list li::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  left: -14px;
  top: 6px;
  background: #ffab00;
  border-radius: 50%;
}
.campaign-list li + li {
  margin-top: 4px;
}
.campaign-link {
  display: block;
  width: fit-content;
  margin: 8px auto 0;
  font-size: 12px;
  line-height: 1.2;
  font-weight: bold;
  text-decoration-line: underline;
  color: #ed6103;
}

@media screen and (min-width: 769px) {
  .campaign-box {
    display: flex;
    padding: 28px;
    margin: 80px auto 0;
    gap: 28px;
    width: 740px;
  }
  .campaign-catch {
    top: -25px;
  }
  .catch-text {
    width: 208px;
    height: 38px;
    border-radius: 19px;
    font-size: 22px;
  }
  .campaign-title {
    width: 400px;
    padding: 0;
  }
  .campaign-detail {
    width: 250px;
    border-top: none;
    border-left: 1px dashed #ed6103;
    padding: 0 0 0 12px;
  }
  .campaign-list li::before {
    left: -16px;
  }
  .campaign-link {
    margin-left: 28px;
    margin-bottom: 8px;
  }
}

/* キャンペーンの注意事項 */
.section-title {
  font-size: 20px;
  line-height: 1.3;
  font-weight: bold;
  text-align: center;
}
.toggle-area {
  margin-top: 2px;
  text-align: right;
}
.toggle-button {
  font-size: 12px;
  line-height: 1.5;
  color: #ed6103;
  border: none;
  background: none;
  text-decoration-line: underline;
  cursor: pointer;
  outline: none;
}
.toggle-content {
  margin-top: 16px;
  display: none;
  font-size: 12px;
  line-height: 1.5;
  color: #1f1f1f;
}

.presentcampaign__box {
  border-radius: 4px;
  margin: 30px 0 0;
  padding: 30px 34px;
  background-color: #fff;
  border-radius: 4px;
}
.presentcampaign-detail {
  font-size: 12px;
  line-height: 1.5;
  color: #1f1f1f;
  padding: 8px 0;
}
.presentcampaign-list {
  list-style: disc;
  padding-left: 20px;
}
.presentcampaign-list a {
  color: inherit;
}

@media screen and (min-width: 769px) {
  .section-title {
    font-size: 30px;
    line-height: 1.4;
    scroll-margin-top: 80px;
  }
  .presentcampaign__box {
    margin: 30px 0 40px;
    padding: 40px 34px;
  }
  .presentcampaign-area {
    margin: 30px 20px 40px;
    padding: 30px 34px;
    background-color: #fff;
    border-radius: 4px;
  }
  .presentcampaign-list {
    padding-left: 28px;
  }
}
