a {
  color: #0B88DC;
}
h2 {
  margin-top: 0;
}
.margin-btm {
  margin-bottom: 30px;
}
#headerimage {
  background: #0BB292;
  height: auto;
}
#headerimage img {
  display: block;
  margin: auto;
}
.common-section {
  font-size: 18px;
  color: #000;
  padding: 40px 0;
  background: #fff;
}
.common-section .container {
  max-width: 1002px;
}
.common-section ul li {
  font-size: 14px;
}
.yellow-bg {
  background: #F5FED3;
}
.btn-wrapper {
  text-align: center;
}
.btn {
  font-size: 32px;
  font-weight: bold;
  padding: 22px 170px 22px 88px;
  border-radius: 16px;
  color: #fff;
  position: relative;
}
.btn:hover {
  color: #fff;
}
.btn:focus {
  color: #fff;
}
.btn:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 20px solid #fff;
  position: absolute;
  top: 50%;
  right: 50px;
  transform: translateY(-50%);
}
.btngreen {
  background: #FF7125;
}
.btngreen:hover {
  background: #FF7125;
}
.btngrey {
  background: #A6A6A6;
}
.btngrey:hover {
  color: #fff;
}
.sec-ttl {
  text-align: center;
}
.sec-ttl > span {
  background: #0AB291;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  padding: 12px 45px 10px;
  display: inline-block;
  position: relative;
  min-width: 386px;
}
.sec-ttl > span:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  border: 2px dotted #0AB291;
  position: absolute;
  left: 7px;
  bottom: -7px;
}
.sec-ttl > span:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  border: 2px dotted #0AB291;
  position: absolute;
  left: 2px;
  bottom: -2px;
}
.sec-ctn {
  text-align: center;
}
.sec-ctn ul.campaign-details {
  padding-left: 20px;
}
.sec-ctn ul.campaign-details > li {
  font-size: 14px;
  color: #5E5E5E;
  text-align: left;
  padding-left: 20px;
  position: relative;
}
.sec-ctn ul.campaign-details > li:before {
  content: "•";
  display: block;
  position: absolute;
  top: 0;
  left: 5px;
}
.sec-ctn ul.campaign-details + p {
  text-align: left;
  font-size: 14px;
}
.big-text {
  font-size: 28px;
  font-weight: bold;
}
.text-important {
  color: #D10A14;
}
.steps {
  display: flex;
}
.step {
  margin-bottom: 30px;
  width: 32%;
  margin-right: 2%;
}
.step:last-child {
  margin-right: 0;
}
.step-box {
  display: block;
  padding: 1px;
  background: #fe4f5c;
  background: linear-gradient(90deg, #2eca9a 0%, #aee48b 100%);
}
.step-heading {
  font-family: 'gothic';
  text-transform: uppercase;
  text-align: left;
  background: #fe4f5c;
  background: linear-gradient(90deg, #2eca9a 0%, #aee48b 100%);
  color: #fff;
  height: 40px;
  line-height: 40px;
  font-size: 23.5px;
  padding-left: 10px;
}
.step-heading span {
  font-size: 30px;
  font-weight: bold;
  vertical-align: top;
}
.step-ctn {
  background: #fff;
  display: table;
  width: 100%;
  min-height: 220px;
}
@media screen and (max-width: 1200px) {
  .step-ctn {
    min-height: 230px;
  }
}
@media screen and (max-width: 960px) {
  .step-ctn {
    min-height: 250px;
  }
}
@media screen and (max-width: 767px) {
  .step-ctn {
    min-height: auto;
  }
}
.step-txt {
  font-weight: bold;
  padding: 0 15px;
}
.step-txt .note {
  font-size: 13px;
  font-weight: 400;
  color: #5E5E5E;
}
.depcashback {
  text-align: center;
  background: url('../../../../images/campaign/norikae202508/lfx_newopen_bg.webp');
  font-size: 26px;
  font-weight: bold;
}
.depcashback a {
  font-size: 16px;
  font-weight: normal;
}
.campaign-wrapper {
  background: #fff;
  padding: 40px 100px;
  border-radius: 16px;
}
.campaign-notes {
  background: #fff;
  text-align: left;
  padding: 30px 15px;
}
.campaign-notes .sec-ttl {
  color: #0AB291;
  font-weight: bold;
}
.campaign-notes p {
  text-align: left;
  font-size: 14px;
}
.campaign-notes ul {
  padding-left: 20px;
}
.campaign-notes ul li {
  position: relative;
  color: #000;
  font-size: 14px;
  text-align: left;
}
.campaign-notes ul li:before {
  content: "•";
  position: absolute;
  left: -15px;
  top: 0;
}
.floating-btn {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 110px;
  padding: 0;
  z-index: 100;
}
.floating-btn .overlay-bg {
  background: #000;
  opacity: .5;
  display: block;
  width: 100%;
  height: 100%;
}
.floating-btn .cta-btn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15px;
  max-width: 560px;
  display: block;
  margin: auto;
  border-radius: 15px;
}
.floating-btn .cta-btn > span {
  display: block;
  width: 100%;
  height: 80px;
  color: #fff;
  background-color: #ff6107;
  text-align: center;
  line-height: 80px;
  font-size: 32px;
  font-weight: bold;
}
.floating-btn .cta-btn > span:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 20px solid #fff;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}
@media screen and (max-width: 1023px) {
  #headerimage {
    margin-top: 62px;
  }
}
@media screen and (max-width: 768px) {
  .steps {
    display: block;
  }
  .step {
    display: block;
    width: 100%;
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .floating-btn .cta-btn {
    width: 90%;
  }
  .floating-btn .cta-btn > span {
    font-size: 24px;
  }
  .floating-btn .cta-btn > span:after {
    right: 10px;
  }
  #headerimage img {
    width: 100% !important;
  }
  .btn {
    font-size: 24px !important;
    padding: 16px 100px 16px 48px;
  }
  .btn:after {
    border-top: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
  }
  .campaign-wrapper {
    padding: 20px 15px;
  }
  .campaign-wrapper p.margin-btm {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .campaign-wrapper img.margin-btm {
    margin-bottom: 0;
  }
  .big-text {
    font-size: 20px;
  }
}
@media screen and (max-width: 518px) {
  .depcashback {
    font-size: 20px;
  }
}
@media screen and (max-width: 417px) {
  .btn {
    padding-right: 62px;
  }
  .btn:after {
    right: 15px;
  }
}
@media screen and (max-width: 381px) {
  .sec-ttl > span {
    min-width: auto;
  }
  .btn {
    padding: 15px;
    display: block;
  }
  .btn:after {
    right: 5px;
  }
}
