@charset "UTF-8";
#sb-site-main {
  transform: unset;
}

#contents > .container,
#main {
  padding: 0 !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

#special-content {
  border: none;
  padding: 0 !important;
  max-width: 1600px;
  margin: auto;
}
#special-content a:focus {
  text-decoration: none;
  outline: none;
}
#special-content > section {
  padding: 50px 15px 60px;
}
@media screen and (max-width: 599px) {
  #special-content > section {
    padding: 35px 15px 40px;
  }
}

#top {
  background-color: #1a8a3c;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  bottom: 10px;
  right: 10px;
  position: fixed;
  line-height: 1;
  padding: 6px 0 0;
  z-index: 100;
  border: 2px solid #fff;
  transition: 0.3s;
  font-weight: bold;
  color: #fff;
  font-size: 13px;
  text-align: center;
}
#top.btn-hidden {
  right: -50px;
}
#top:hover {
  background-color: #4caf50;
  transform: translateY(-5px);
}
#top span {
  display: block;
  margin-bottom: 2px;
}

#hero {
  background: linear-gradient(rgba(255, 255, 255, 0.5), rgba(56, 152, 230, 0.5)), url("img/AdobeStock_485239132.jpeg") center/cover no-repeat;
  color: #fff;
  text-align: center;
  padding: 60px 20px 70px !important;
}

.hero__logo {
  display: block;
  max-width: 260px;
  width: 80%;
  margin: 0 auto 24px;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.3));
}
@media screen and (max-width: 599px) {
  .hero__logo {
    max-width: 180px;
    margin-bottom: 18px;
  }
}

.hero__badge {
  display: inline-block;
  background: #ff8100;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  padding: 5px 20px;
  border-radius: 30px;
  margin-bottom: 20px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 599px) {
  .hero__badge {
    font-size: 13px;
  }
}

.hero__title {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 auto 20px;
  max-width: 800px;
  text-shadow: 1px 2px 6px rgba(54, 29, 29, 0.3);
  text-shadow: 1px 2px 6px rgba(0, 0, 0, 0.3);
}
.hero__title em {
  font-weight: 700;
  color: #ffe066;
  font-size: 1.1em;
}
@media screen and (max-width: 767px) {
  .hero__title {
    font-size: 26px;
  }
}
@media screen and (max-width: 599px) {
  .hero__title {
    font-size: 22px;
  }
}

.hero__lead {
  font-size: 16px;
  max-width: 700px;
  font-weight: 700;
  margin: 0 auto 35px;
  line-height: 1.8;
  opacity: 0.95;
  text-shadow: 1px 2px 6px rgba(0, 0, 0, 0.3);
  text-shadow: 1px 2px 6px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 599px) {
  .hero__lead {
    font-size: 14px;
  }
}

a.mainbtn {
  display: block;
  width: 500px;
  max-width: 90%;
  margin: 0 auto;
  background: #ff8100;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding: 18px 15px;
  border-radius: 50px;
  box-shadow: 0 5px 0 #9e4e00;
  transition: 0.2s;
  text-align: center;
  line-height: 1.5;
}
a.mainbtn:hover {
  background: #e06d00;
  transform: translateY(4px);
  box-shadow: 0 1px 0 #9e4e00;
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 599px) {
  a.mainbtn {
    font-size: 16px;
  }
}
a.mainbtn.green {
  background: #1a8a3c;
  box-shadow: 0 5px 0 #0a5c28;
}
a.mainbtn.green:hover {
  background: #147830;
  box-shadow: 0 1px 0 #0a5c28;
}
a.mainbtn.cta-btn {
  background: #ff8100;
  box-shadow: 0 5px 0 #9e4e00;
  font-size: 22px;
  padding: 20px 15px;
  width: 560px;
}
a.mainbtn.cta-btn:hover {
  background: #e06d00;
  box-shadow: 0 1px 0 #9e4e00;
}
@media screen and (max-width: 599px) {
  a.mainbtn.cta-btn {
    font-size: 17px;
  }
}

.sec__inner {
  max-width: 900px;
  margin: 0 auto;
}

.sec__ttl {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin: 0 auto 10px;
  line-height: 1.4;
}
@media screen and (max-width: 599px) {
  .sec__ttl {
    font-size: 22px;
  }
}
.sec__ttl--green {
  color: #1a8a3c;
}
.sec__ttl--white {
  color: #fff;
}

.sec__sub {
  text-align: center;
  color: #666;
  font-size: 15px;
  margin-bottom: 40px;
}

.sec__deco {
  display: block;
  width: 50px;
  height: 4px;
  background: #1a8a3c;
  margin: 12px auto 35px;
  border-radius: 2px;
}

#example {
  background: linear-gradient(135deg, #0a5c28 0%, #1a8a3c 60%, #2db35c 100%);
  padding: 50px 15px 60px !important;
}
#example .sec__ttl--white {
  font-size: 36px;
  text-align: center;
  margin-bottom: 6px;
}
@media screen and (max-width: 599px) {
  #example .sec__ttl--white {
    font-size: 28px;
  }
}

.example__eyecatch {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.85);
  letter-spacing: 0.1em;
  margin-bottom: 8px;
  font-weight: bold;
  text-align: center;
}

.example__amount {
  font-style: normal;
  font-family: impact;
  color: #ffe066;
  font-size: 1.4em;
  line-height: 1;
}
.example__amount span {
  font-size: 0.6em;
  vertical-align: baseline;
}

.example__cond-note {
  text-align: center;
  color: rgba(255, 255, 255, 0.85);
  font-size: 13px;
  margin-bottom: 30px;
}
.example__cond-note strong {
  color: #ffe066;
}

.example__card {
  background: #fff;
  border-radius: 16px;
  max-width: 820px;
  margin: 0 auto 20px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  position: relative;
}

.example__card-badge {
  background: #1a8a3c;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.08em;
  padding: 6px 20px;
  margin: 0;
}

.example__card-inner {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 24px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .example__card-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    padding: 18px 16px 70px;
  }
}

.example__card-img {
  flex-shrink: 0;
  width: 140px;
  height: 140px;
  background: #f5f5f5;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.example__card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .example__card-img {
    width: 100px;
    height: 100px;
  }
}

.example__card-noimg {
  font-size: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.example__card-info {
  flex: 1;
  text-align: left;
}

.example__card-tag {
  display: inline-block;
  background: #e8f5e9;
  color: #1a8a3c;
  font-size: 12px;
  font-weight: bold;
  padding: 3px 10px;
  border-radius: 20px;
  margin-bottom: 8px;
}

.example__card-name {
  font-size: 18px;
  font-weight: bold;
  color: #222;
  line-height: 1.5;
  margin-bottom: 14px;
}
.example__card-name span {
  font-size: 14px;
  color: #555;
  font-weight: normal;
}
@media screen and (max-width: 599px) {
  .example__card-name {
    font-size: 15px;
  }
}

.example__price-wrap {
  margin-bottom: 16px;
}

.example__price-before {
  font-size: 14px;
  color: #999;
  margin-bottom: 2px;
}
.example__price-before s {
  font-size: 16px;
}

.example__price-arrow {
  font-size: 13px;
  color: #1a8a3c;
  font-weight: bold;
  margin-bottom: 4px;
}

.example__price-after {
  font-size: 16px;
  color: #e65100;
  font-weight: bold;
  margin: 0;
}
.example__price-after strong {
  font-size: 32px;
  font-family: impact;
  line-height: 1.2;
}
.example__price-after span {
  font-size: 13px;
  color: #888;
  font-weight: normal;
  margin-left: 4px;
}

.example__card-btn {
  display: inline-block;
  background: #1a8a3c;
  color: #fff !important;
  font-size: 14px;
  font-weight: bold;
  padding: 10px 20px;
  border-radius: 30px;
  transition: 0.2s;
  text-decoration: none !important;
}
.example__card-btn:hover, .example__card-btn:visited, .example__card-btn:focus {
  background: #147830;
  color: #fff !important;
  text-decoration: none !important;
  opacity: 0.9;
}

.example__discount-badge {
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  width: 110px;
  height: 110px;
  background: #e65100;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  box-shadow: 0 4px 12px rgba(230, 81, 0, 0.4);
  line-height: 1.2;
}
.example__discount-badge span {
  font-size: 12px;
  font-weight: bold;
}
.example__discount-badge strong {
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .example__discount-badge {
    top: auto;
    bottom: 16px;
    right: 16px;
    transform: none;
    width: 90px;
    height: 90px;
  }
  .example__discount-badge strong {
    font-size: 22px;
  }
}

.example__caution {
  max-width: 820px;
}
.example__caution li {
  color: #555 !important;
}
.example__caution li::before {
  color: #e65100 !important;
}

#about {
  background: #fff;
}

.about__lead {
  background: #f0f9f4;
  border-left: 5px solid #1a8a3c;
  padding: 20px 25px;
  font-size: 17px;
  line-height: 1.9;
  margin-bottom: 35px;
  border-radius: 0 8px 8px 0;
}
@media screen and (max-width: 599px) {
  .about__lead {
    font-size: 14px;
    padding: 15px;
  }
}

.about__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
}

.about__card {
  background: #fff;
  border: 2px solid #c8e6c9;
  border-radius: 12px;
  padding: 22px 20px;
  width: calc(50% - 8px);
  text-align: center;
  box-shadow: 0 3px 10px rgba(26, 138, 60, 0.08);
}
@media screen and (max-width: 599px) {
  .about__card {
    width: 100%;
  }
}

.about__card-icon {
  font-size: 36px;
  display: block;
  margin-bottom: 10px;
  line-height: 1;
}
.about__card-icon img {
  width: 48px;
  height: 48px;
}

.about__card-ttl {
  font-size: 14px;
  color: #1a8a3c;
  font-weight: bold;
  margin-bottom: 6px;
}

.about__card-body {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  line-height: 1.6;
}

#points {
  background: #f0f9f4;
}

.points__cards {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
  margin-bottom: 30px;
}

.points__card {
  background: #fff;
  border-radius: 16px;
  padding: 35px 25px;
  width: calc(50% - 12px);
  text-align: center;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  border-top: 6px solid #1a8a3c;
  max-width: 380px;
}
@media screen and (max-width: 767px) {
  .points__card {
    width: 100%;
  }
}
.points__card--highlight {
  border-top-color: #e65100;
  box-shadow: 0 6px 24px rgba(230, 81, 0, 0.13);
}

.points__card-icon {
  font-size: 50px;
  display: block;
  margin-bottom: 12px;
}
.points__card-icon img {
  width: 64px;
  height: 64px;
}

.points__card-name {
  font-size: 22px;
  font-weight: bold;
  color: #1a8a3c;
  margin-bottom: 16px;
}
@media screen and (max-width: 599px) {
  .points__card-name {
    font-size: 20px;
  }
}

.points__card-max-badge {
  display: inline-block;
  background: #e65100;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 4px 14px;
  border-radius: 20px;
  margin-bottom: 10px;
}

.points__card-body {
  text-align: left;
}

.points__card-cond {
  font-size: 15px;
  color: #444;
  margin-bottom: 6px;
  line-height: 1.6;
}
.points__card-cond strong {
  color: #1a8a3c;
}

.points__card-cond-sub {
  font-size: 14px;
  color: #555;
  margin-bottom: 10px;
  line-height: 1.6;
}
.points__card-cond-sub em {
  font-style: normal;
  font-weight: bold;
  color: #e65100;
}

.points__card-mechanism {
  font-size: 14px;
  color: #444;
  background: #f0f9f4;
  border-left: 3px solid #1a8a3c;
  padding: 8px 12px;
  border-radius: 0 6px 6px 0;
  line-height: 1.8;
  margin-top: 6px;
}
.points__card-mechanism strong {
  color: #1a8a3c;
}
.points__card-mechanism .fas {
  color: #1a8a3c;
  margin-right: 4px;
}

.points__card-link {
  display: block;
  margin-top: 16px;
  padding: 10px 16px;
  background: #1a8a3c;
  color: #fff !important;
  font-size: 14px;
  font-weight: bold;
  border-radius: 30px;
  text-align: center;
  text-decoration: none !important;
  transition: 0.2s;
  box-shadow: 0 3px 0 #0b4a1e;
}
.points__card-link:hover {
  background: #147830;
  transform: translateY(2px);
  box-shadow: 0 1px 0 #0b4a1e;
  color: #fff !important;
}
.points__card-link--orange {
  background: #e65100;
  box-shadow: 0 3px 0 #8a2e00;
}
.points__card-link--orange:hover {
  background: #bf360c;
  box-shadow: 0 1px 0 #8a2e00;
}

.points__note {
  max-width: 700px;
  margin: 0 auto 30px;
  padding: 15px 20px;
  background: #fff8e1;
  border-radius: 8px;
  font-size: 14px;
  color: #555;
  line-height: 1.8;
  text-align: left;
}
.points__note li {
  margin-left: 1.2em;
  text-indent: -1.2em;
}
.points__note li::before {
  content: "※ ";
  color: #e65100;
}

.points__btns {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 10px;
}
.points__btns .mainbtn {
  flex: 1;
  max-width: 380px;
}
@media screen and (max-width: 599px) {
  .points__btns {
    flex-direction: column;
    align-items: center;
  }
  .points__btns .mainbtn {
    width: 90%;
  }
}

#merits {
  background: #fff;
}

.merit__list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.merit__item {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  padding: 28px 22px;
  width: calc(33.333% - 14px);
  text-align: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  transition: 0.2s;
}
.merit__item:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(26, 138, 60, 0.12);
  border-color: #a5d6a7;
}
@media screen and (max-width: 767px) {
  .merit__item {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 599px) {
  .merit__item {
    width: 100%;
  }
}

.merit__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #1a8a3c;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  border-radius: 50%;
  margin-bottom: 14px;
}

.merit__icon {
  font-size: 40px;
  display: block;
  margin-bottom: 12px;
}
.merit__icon img {
  width: 52px;
  height: 52px;
}

.icon-inline {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-right: 5px;
  display: inline-block;
}

.merit__ttl {
  font-size: 17px;
  font-weight: bold;
  color: #1a8a3c;
  margin-bottom: 10px;
}

.merit__body {
  font-size: 14px;
  color: #555;
  line-height: 1.8;
  text-align: left;
}

#coupon {
  background: #fff;
}

.coupon__em {
  font-style: normal;
  font-family: inherit;
  font-weight: inherit;
  color: #e65100;
  background: linear-gradient(transparent 60%, #ffe082 60%);
  padding: 0 4px;
}

.coupon__compare {
  display: flex;
  align-items: stretch;
  width: 100%;
  max-width: 520px;
  margin: 0 auto 35px;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #ddd;
}
@media screen and (max-width: 599px) {
  .coupon__compare {
    flex-direction: column;
  }
}

.coupon__col {
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.coupon__col-hd {
  padding: 12px 16px;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.04em;
  text-align: center;
  color: #888;
  background: #f5f5f5;
  border-bottom: 1px solid #ddd;
}
.coupon__col-hd--xprice {
  background: #e8f5e9;
  color: #1a8a3c;
  font-size: 14px;
}
@media screen and (max-width: 599px) {
  .coupon__col-hd {
    font-size: 12px;
    padding: 10px;
  }
}

.coupon__vs-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  flex-shrink: 0;
  font-size: 13px;
  font-weight: bold;
  color: #aaa;
  background: #f5f5f5;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
@media screen and (max-width: 599px) {
  .coupon__vs-bar {
    width: auto;
    height: 36px;
    border-left: none;
    border-right: none;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
  }
}

.coupon__cell {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  line-height: 1.6;
  color: #555;
  padding: 12px 14px;
  border-top: 1px solid #e8e8e8;
  flex: 1;
}
.coupon__cell--general {
  background: #fafafa;
}
.coupon__cell--xprice {
  background: #f0f9f4;
  border-left: 3px solid #1a8a3c;
}
.coupon__cell--highlight {
  background: #fff8f0;
  border-left-color: #e65100;
  color: #e65100;
  font-weight: bold;
}
.coupon__cell--done {
  background: #f0f9f4;
  border-left-color: #1a8a3c;
  color: #1a8a3c;
  font-weight: bold;
  font-size: 13px;
  justify-content: center;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .coupon__cell {
    flex: none;
    font-size: 13px;
    padding: 10px;
    gap: 7px;
  }
}

.coupon__num {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #bbb;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
}
.coupon__num--green {
  background: #1a8a3c;
}
.coupon__num--orange {
  background: #e65100;
}
@media screen and (max-width: 599px) {
  .coupon__num {
    width: 18px;
    height: 18px;
    font-size: 10px;
  }
}

.coupon__merit-box {
  background: #fff8e1;
  border: 2px solid #ffe082;
  border-radius: 12px;
  padding: 24px 28px;
  max-width: 700px;
  margin: 0 auto 35px;
  text-align: left;
}
@media screen and (max-width: 599px) {
  .coupon__merit-box {
    padding: 18px 16px;
  }
}

.coupon__merit-ttl {
  font-size: 17px;
  font-weight: bold;
  color: #e65100;
  margin-bottom: 14px;
}

.coupon__merit-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.coupon__merit-list li {
  font-size: 15px;
  color: #444;
  line-height: 1.8;
  padding: 8px 0 8px 28px;
  border-bottom: 1px solid #fce4a0;
  position: relative;
}
.coupon__merit-list li:last-child {
  border-bottom: none;
}
.coupon__merit-list li::before {
  content: "✓";
  position: absolute;
  left: 4px;
  color: #1a8a3c;
  font-weight: bold;
  font-size: 16px;
}
@media screen and (max-width: 599px) {
  .coupon__merit-list li {
    font-size: 14px;
  }
}

#flow {
  background: #f0f9f4;
}

.flow__steps {
  max-width: 700px;
  margin: 0 auto 35px;
}

.flow__step {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 24px;
  background: #fff;
  border-radius: 12px;
  padding: 20px 22px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.06);
  position: relative;
}
.flow__step:not(:last-child)::after {
  content: "";
  display: block;
  width: 2px;
  height: 28px;
  background: #a5d6a7;
  position: absolute;
  bottom: -26px;
  left: 31px;
}
@media screen and (max-width: 599px) {
  .flow__step {
    padding: 15px;
  }
}

.flow__num {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background: #1a8a3c;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  border-radius: 50%;
}

.flow__content-ttl {
  font-size: 17px;
  font-weight: bold;
  color: #333;
  margin-bottom: 5px;
}
@media screen and (max-width: 599px) {
  .flow__content-ttl {
    font-size: 15px;
  }
}

.flow__content-body {
  font-size: 14px;
  color: #666;
  line-height: 1.8;
}

#cta {
  background: linear-gradient(135deg, #0a5c28 0%, #1a8a3c 60%, #2db35c 100%);
  text-align: center;
  color: #fff;
}

.cta__ttl {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 12px;
  line-height: 1.5;
}
@media screen and (max-width: 599px) {
  .cta__ttl {
    font-size: 20px;
  }
}

.cta__lead {
  font-size: 16px;
  opacity: 0.9;
  margin-bottom: 35px;
  line-height: 1.8;
}

.caution__list {
  max-width: 800px;
  margin: 0 auto;
  text-align: left;
  padding: 20px 25px;
  background: #f5f5f5;
  border-radius: 8px;
}
.caution__list li {
  font-size: 13px;
  color: #666;
  margin-left: 2rem;
  text-indent: -1.5rem;
  line-height: 1.8;
  margin-bottom: 4px;
}
.caution__list li::before {
  content: "※ ";
  color: #e65100;
}/*# sourceMappingURL=st.css.map */