#page .js-toggle.is-open .js-toggle__panel {
  max-height: none;
}

#page .campaign-detail__table td {
  display: flex;
  flex-direction: column;
  gap: 1em;
}

#page .l-content .bg-light.bg-green {
  background: #F0F9F0;
}

#page .l-content .bg-light.bg-green>.bg-light-txt,
#page .l-content .bg-light.bg-white>.bg-light-txt {
  color: rgba(35, 123, 7, 0.04);
}

#page .l-content .bg-light.bg-green .ttl-group sub,
#page .l-content .bg-light.bg-white .ttl-group sub {
  color: #237B07;
}

#page .btn-secondary {
  display: flex;
  padding: 16px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 72px;
  border: 1px solid #237B07;
  background: white;
  color: #237B07;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  /* 19.6px */
}

#page .campaign-hero__schedule {
  padding: 12px 0px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

#page .campaign-hero__schedule__note {
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}

#page .campaign-hero__schedule__note a {
  color: white;
  text-decoration-line: underline;
}

#page .btn-pc {
  display: flex;
  padding: 12px 16px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  align-self: stretch;
  border-radius: 8px;
  border: 1px solid #237B07;
  background: white;
  color: #237B07;
  text-align: center;
  /* JP Body Large 16px/Bold */
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 150% */
  transition: all 0.2s ease-in;
}

#page .btn-pc:hover {
  cursor: pointer;
  background: #F0F9F0;
}

#page ul.referral-btn-list {
  padding: 0 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  align-self: stretch;
}

#page ul.referral-btn-list>li {
  align-self: stretch;
}

#page ul.referral-btn-list>li a {
  display: flex;
  padding: 12px 16px;
  align-items: center;
  gap: 16px;
  align-self: stretch;
  border-radius: 8px;
  border: 1px solid #237B07;
  background: white;
}

#page ul.referral-btn-list>li a img.icon {
  width: 32px;
  height: 32px;
}

#page ul.referral-btn-list>li a span.txt {
  flex: 1 0 0;
  color: #237B07;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}

#page ul.referral-btn-list>li a img.icon_external_link {
  width: 16px;
  height: 16px;
}

#page #anchor-link ul {
  display: flex;
  padding: 24px;
  justify-content: center;
  align-items: center;
  align-content: center;
  gap: 8px;
  align-self: stretch;
  flex-wrap: wrap;
}

#page #anchor-link ul li a {
  display: flex;
  width: 150px;
  padding: 12px 16px;
  justify-content: center;
  align-items: center;
  border-radius: 60px;
  background: #F0F9F0;
  color: #237B07;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
}

#page #section-referral h3 {
  color: #000;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 28px */
}

#page #section-step .tabs {
  display: flex;
  flex-direction: column;
  width: 100%;
}

#page #section-step .tabs .tab-buttons {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 4px;
  align-self: stretch;
  border-bottom: 2px solid #237B07;
}

#page #section-step .tabs .tab-buttons .tab-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 8px 8px 0px 0px;
  background: #F0F9F0;
  color: #237B07;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  /* 150% */
  border: none;
  padding: 8px 12px;
}

#page #section-step .tabs .tab-buttons .tab-button.active {
  background: #237B07;
  color: #F0F9F0;
}

#page #section-step .tabs .tab-content {
  display: none;
  padding: 24px 0;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
  background: #F0F9F0;
}

#page #section-step .tabs .tab-content.active {
  display: flex;
}

#page #section-step .tabs .tab-content>div {
  align-self: stretch;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

#page #section-step .tabs .tab-content div.step-list-frame {
  width: 100%;
  overflow-x: scroll;
  padding: 0 24px;
}

#page #section-step .tabs .tab-content div.step-list-frame ul.step-list {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  width: -moz-fit-content;
  width: fit-content;
}

#page #section-step .tabs .tab-content div.step-list-frame ul.step-list>li {
  display: flex;
  width: 250px;
  padding: 16px;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  align-self: stretch;
  border-radius: 8px;
  background: white;
}

#page #section-step .tabs .tab-content div.step-list-frame ul.step-list>li>img {
  width: 150px;
}

#page #section-step .tabs .tab-content div.step-list-frame ul.step-list>li p {
  color: #000;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  /* 142.857% */
}

#page #section-step .tabs .tab-content div.step-list-frame ul.step-list>li p.small {
  color: #686868;
  text-align: center;
  /* JP Body Small 12px/Regular */
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* 133.333% */
}

#page #section-step .tabs .tab-content div.step-list-frame ul.step-list>li a.btn-app-dl {
  display: flex;
  padding: 12px 16px;
  align-items: center;
  justify-content: center;
  gap: 16px;
  align-self: stretch;
  border-radius: 8px;
  border: 1px solid #237B07;
  background: white;
  color: #237B07;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 150% */
}

#page #section-step .tabs h3 {
  align-self: stretch;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

#page #section-step .tabs h4 {
  color: #000;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
}

#page #section-step ul.referral-btn-list {
  padding: 0;
}

#page #section-step ul.referral-btn-list>li a span.txt {
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  /* 133.333% */
}

#page #section-overview ul#incentive-overview {
  display: flex;
  gap: 8px;
  width: calc(100% - 48px);
}

#page #section-overview ul#incentive-overview>li {
  display: flex;
  padding-bottom: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
  flex: 1 0 0;
  border-radius: 16px;
  background: white;
  overflow: hidden;
}

#page #section-overview ul#incentive-overview>li h4 {
  display: flex;
  padding: 12px 0px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  background: #237B07;
  color: white;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  /* 19.6px */
}

#page #section-overview ul#incentive-overview>li .incentive-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
  flex: 1 0 0;
}

#page #section-overview ul#incentive-overview>li .incentive-content img.icon-profile {
  width: 48px;
  height: 48px;
}

#page #section-overview ul#incentive-overview>li .incentive-content img.incentive-txt-img {
  width: auto;
  height: 64px;
}

#page #section-overview ul#incentive-overview>li .incentive-content p {
  color: #000;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  /* 19.6px */
}

#page #section-overview ul#incentive-overview>li .incentive-content p.small {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 16.8px */
}

#page #section-overview ul#incentive-overview+p.small {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 16.8px */
}

#page #section-group-banner {
  display: flex;
  padding: 32px 24px;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  align-self: stretch;
  background: #F7F7F7;
  border-top: 2px solid #237B07;
}

#page #section-group-banner .group-banner a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}

#page #section-group-banner .group-banner a span {
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 19.6px */
}

/*告知用*/
#page .warning {
  display: flex;
  width: 343px;
  margin: 24px auto 0 auto;
  padding: 8px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: #FEF0DD;
  border: 1px solid #A35E04;
  border-radius: 4px;
}

#page .warning .white-box--small {
  width: 327px;
  color: var(--warning-text, #A35E04);
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}

@media screen and (min-width: 767px) {
  #page .btn-secondary {
    display: flex;
    padding: 16px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    /* 22.4px */
    border-radius: 72px;
    transition: all 0.2s ease-in;
  }

  #page .btn-secondary:hover {
    background-color: #237B07;
    color: #F0F9F0;
    cursor: pointer;
  }

  #page .s-campaign-hero {
    background: url(/assets/campaign/referral/img/20250324/bg.png) no-repeat center top/auto 81.5% #237B07;
  }

  #page .campaign-hero__schedule {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
  }

  #page .campaign-hero__schedule__note {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    /* 133.333% */
  }

  #page .campaign-hero__schedule__note a:hover {
    text-decoration: none;
  }

  #page ul.referral-btn-list {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    width: 950px;
    margin: 0 auto;
    gap: 16px;
  }

  #page ul.referral-btn-list>li {
    align-self: stretch;
    flex: 1;
  }

  #page ul.referral-btn-list>li a {
    height: 100%;
    padding: 24px 16px;
    flex-direction: column;
    flex: 1 0 0;
    border-radius: 16px;
    border: none;
  }

  #page ul.referral-btn-list>li a:hover {
    cursor: default;
  }

  #page ul.referral-btn-list>li a img.icon {
    width: 64px;
    height: 64px;
  }

  #page ul.referral-btn-list>li a img.qr {
    width: 80px;
    height: 80px;
  }

  #page ul.referral-btn-list>li a span.txt {
    flex: 0;
  }

  #page #anchor-link ul {
    padding: 32px 0px;
  }

  #page #anchor-link ul li a {
    width: 200px;
    padding: 12px 16px;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    transition: all 0.2s ease-in;
  }

  #page #anchor-link ul li a:hover {
    background: #237B07;
    color: var(--color-wb-white, #FFF);
  }

  #page #section-referral h3 {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
  }

  #page #section-step .tabs {
    width: 950px;
  }

  #page #section-step .tabs h3 {
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }

  #page #section-step .tabs .tab-buttons {
    gap: 16px;
  }

  #page #section-step .tabs .tab-buttons .tab-button {
    flex: 1;
    padding: 12px 0;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    /* 131.25% */
    border-radius: 16px 16px 0px 0px;
    transition: all 0.2s ease-in;
  }

  #page #section-step .tabs .tab-buttons .tab-button:hover {
    cursor: pointer;
    background: #237B07;
    color: #F0F9F0;
  }

  #page #section-step .tabs .tab-content {
    padding: 32px;
    gap: 32px;
  }

  #page #section-step .tabs .tab-content>div {
    gap: 32px;
  }

  #page #section-step .tabs .tab-content div.step-list-frame {
    padding: 0;
  }

  #page #section-step .tabs .tab-content div.step-list-frame ul.step-list {
    width: 100%;
  }

  #page #section-step .tabs .tab-content div.step-list-frame ul.step-list>li {
    border-radius: 16px;
    flex: 1;
  }

  #page #section-step .tabs .tab-content div.step-list-frame ul.step-list>li>img {
    width: initial;
  }

  #page #section-step .tabs .tab-content div.step-list-frame ul.step-list>li>img.qr {
    width: 80px;
    height: 80px;
  }

  #page #section-step .tabs .tab-content div.step-list-frame ul.step-list>li ul.referral-btn-list {
    width: 100%;
    margin: 0;
  }

  #page #section-step .tabs .tab-content div.step-list-frame ul.step-list>li ul.referral-btn-list>li.mail a {
    display: flex;
    padding: 12px 16px;
    align-items: center;
    gap: 16px;
    align-self: stretch;
    flex-direction: row;
    border-radius: 8px;
    border: 1px solid #237B07;
    background: white;
    transition: all 0.2s ease-in;
  }

  #page #section-step .tabs .tab-content div.step-list-frame ul.step-list>li ul.referral-btn-list>li.mail a img.icon {
    width: 32px;
    height: 32px;
  }

  #page #section-step .tabs .tab-content div.step-list-frame ul.step-list>li ul.referral-btn-list>li.mail a span.txt {
    flex: 1;
  }

  #page #section-step .tabs .tab-content div.step-list-frame ul.step-list>li ul.referral-btn-list>li.mail a:hover {
    background: #F0F9F0;
    cursor: pointer;
  }

  #page #section-overview ul#incentive-overview {
    gap: 16px;
    justify-content: center;
  }

  #page #section-overview ul#incentive-overview>li {
    width: 350px;
    gap: 20px;
    flex: none;
  }

  #page #section-overview ul#incentive-overview>li h4 {
    padding: 16px 0px;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    /* 28px */
  }

  #page #section-overview ul#incentive-overview>li .incentive-content {
    gap: 20px;
  }

  #page #section-overview ul#incentive-overview>li .incentive-content img.icon-profile {
    width: 96px;
    height: 96px;
  }

  #page #section-overview ul#incentive-overview>li .incentive-content img.incentive-txt-img {
    height: 120px;
  }

  #page #section-overview ul#incentive-overview>li .incentive-content p {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    /* 22.4px */
  }

  #page #section-group-banner .group-banner a img {
    transition: all 0.2s ease-in;
  }

  #page #section-group-banner .group-banner a img:hover {
    opacity: 0.8;
  }

  /*告知系*/
  #page .warning {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 648px;
    margin: 32px auto 0 auto;
    padding: 8px;
    gap: 10px;
    background: #FEF0DD;
    border: 1px solid #A35E04;
    border-radius: 4px;
  }

  #page .warning .white-box--small {
    width: 632px;
    align-self: stretch;
    color: var(--warning-text, #A35E04);
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
  }

}

/*# sourceMappingURL=style.css.map */