a {
  color: #0B88DC;
}
h2 {
  margin-top: 0;
}
.margin-btm {
  margin-bottom: 30px;
}
#headerimage {
  background: #fff;
  height: auto;
}
#headerimage img {
  width: auto !important;
  display: block;
  margin: auto;
}
.common-section {
  font-size: 18px;
  color: #000;
  padding: 40px 0;
  background: #fff;
}
.common-section .container {
  max-width: 1002px;
}
.yellow-bg {
  background: #FFF6E7;
}
.pink-bg {
  background: #EEF5FF;
}
.green-bg {
  background: #2DC4CE;
}
.sec-ctn .btn-wrapper {
  text-align: center;
  margin-bottom: 10px;
}
.sec-ctn .btn-wrapper + ul.inlineblk {
  padding-left: 15px;
}
.sec-ctn .btn-wrapper + ul.inlineblk > li:before {
  left: 0;
}
.sec-ctn .btn {
  font-size: 32px;
  font-weight: bold;
  padding: 0 120px;
  border-radius: 16px;
  color: #fff;
  position: relative;
  height: 80px;
  line-height: 80px;
}
.sec-ctn .btn:hover {
  color: #fff;
}
.sec-ctn .btn:focus {
  color: #fff;
}
.sec-ctn .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: #FF7700;
}
.btngreen:hover {
  background: #83bb48;
}
.btnorange {
  background: #FF7700;
}
.btngrey {
  background: #A6A6A6;
}
.btngrey:hover {
  background: #808080;
  color: #fff;
}
.sec-ttl {
  text-align: center;
  margin-bottom: 30px;
}
.sec-ttl > span {
  background: url('../../../../images/campaign/yamawake202504/title-left.svg') no-repeat left top / auto 100%, url('../../../../images/campaign/yamawake202504/title-right.svg') no-repeat right top / auto 100%, #ffffff;
  color: #E40000;
  font-size: 34px;
  font-weight: bold;
  padding: 12px 65px 7px;
  display: inline-block;
  position: relative;
  background-color: #fff;
}
.sec-ctn {
  text-align: center;
}
.sec-ctn ul {
  position: relative;
  padding-left: 60px;
  text-align: left !important;
  font-size: 14px;
  color: #5E5E5E;
}
.sec-ctn ul.inlineblk {
  display: inline-block;
}
.sec-ctn ul li:before {
  content: "※";
  left: 45px;
  position: absolute;
}
.big-text {
  font-size: 28px;
  font-weight: bold;
}
.big-text > strong {
  font-size: 42px;
}
.text-important {
  color: #E40000;
}
.link-openacc > a {
  color: #E40000;
  text-decoration: underline;
}
.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, #fe4f5c 0%, #ff939b 100%);
}
.step-heading {
  font-family: 'gothic';
  text-transform: uppercase;
  text-align: left;
  background: #fe4f5c;
  background: linear-gradient(90deg, #fe4f5c 0%, #ff939b 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;
}
.step-txt {
  font-weight: bold;
  padding: 0 15px;
}
.step-txt .note {
  font-size: 14px;
  font-weight: 400;
  color: #5E5E5E;
}
.depcashback {
  text-align: center;
  background: url('../../../../images/campaign/fxdebut202503/dep_cashback-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: #ED0711;
  font-weight: bold;
}
.campaign-notes p {
  text-align: left;
  font-size: 14px;
}
.campaign-notes ul {
  padding-left: 30px;
}
.campaign-notes ul li {
  position: relative;
  color: #000;
}
.campaign-notes ul li:before {
  content: "•";
  position: absolute;
  left: -15px;
  top: 0;
}
.box-example {
  border: 3px solid #2DC4CE;
  padding: 30px;
}
.ex-wrapper {
  padding-left: 40px;
  color: #5E5E5E;
}
.text-explain {
  margin-bottom: 10px;
  position: relative;
  font-weight: bold;
  font-size: 16px;
}
.text-explain.ex01:before {
  content: "※¹";
}
.text-explain.ex02:before {
  content: "※²";
}
.text-explain:before {
  position: absolute;
  left: -30px;
}
.ex-ctn > div {
  margin-bottom: 20px;
  padding-left: 20px;
  position: relative;
  font-size: 14px;
}
.ex-ctn > div:before {
  color: #E40000;
  font-weight: bold;
  position: absolute;
  font-size: 20px;
  -webkit-text-stroke: 1px #E40000;
}
.ex-ctn > div.yes:before {
  content: "╳";
  font-size: 28px;
  left: -15px;
}
.ex-ctn > div.no:before {
  content: "⃝";
  left: -10px;
}
.target-currencies ul {
  display: inline-block;
  padding-left: 30px;
  position: relative;
  font-size: 18px;
  color: #000;
}
.target-currencies ul > li:before {
  content: "※²";
  position: absolute;
  left: 0;
}
.subblock-underline {
  display: inline;
  background: linear-gradient(transparent 70%, #fff18b 40%);
}
.subblock-underline--style02:after {
  background-color: #fbbd6d;
}
.steps {
  display: flex;
  justify-content: center;
}
.steps .arrow {
  display: flex;
}
.text-heading {
  font-size: 20px;
  font-weight: bold;
}
.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%);
}
ul.offer-limit {
  color: #000;
}
ul.offer-limit > li:before {
  content: "";
}
@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;
  }
  .arrow {
    justify-content: center;
  }
  .arrow img {
    transform: rotate(90deg);
  }
  ul.offer-limit {
    padding-left: 15px;
  }
}
@media screen and (max-width: 767px) {
  .sec-ctn ul {
    padding-left: 15px;
  }
  .sec-ctn ul > li:before {
    left: 0;
  }
  .campaign-notes .sec-ctn ul > li:before {
    left: -15px;
  }
  .target-currencies ul {
    padding-left: 30px;
  }
  #headerimage img {
    width: 100% !important;
  }
  .sec-ctn .btn {
    font-size: 24px !important;
    padding: 0;
    width: 100%;
  }
  .sec-ctn .btn:after {
    border-top: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    right: 20px;
  }
  .campaign-wrapper {
    padding: 40px 15px;
  }
  .sec-ttl > span {
    font-size: 24px;
    padding: 12px 35px 7px;
  }
  .floating-btn .cta-btn {
    max-width: 90%;
  }
  .floating-btn .cta-btn > span {
    font-size: 24px;
  }
  .floating-btn .cta-btn > span:after {
    border-top: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    right: 15px;
  }
}
@media screen and (max-width: 381px) {
  .sec-ttl > span {
    min-width: auto;
  }
}
/*# sourceMappingURL=style.css.map */