.style__h1 {
  background-image: url("../img/overview/overview_h1_bg_sp.webp");
}

@media only screen and (min-width: 561px) {
  .style__h1 {
    background-image: url("../img/overview/overview_h1_bg.webp");
  }
}

#lead {
  padding: 60px 0;
}

@media only screen and (min-width: 561px) {
  #lead {
    padding: 80px 0;
  }
}

#trading_performance {
  padding: 60px 0;
  background: #F4F8FB;
}

#trading_performance .set {
  margin-top: 40px;
}

#trading_performance .set .txtbox {
  margin-top: 30px;
  font-size: 16px;
  letter-spacing: 0.05em;
}

@media only screen and (min-width: 561px) {
  #trading_performance {
    padding: 80px 0;
  }
}

.footer-contact {
  margin-top: 0;
}
@media only screen and (max-width: 560px) {
  #lead {
    padding: 10.71vw 0;
  }
  #trading_performance {
    padding: 10.71vw 0;
  }
  #trading_performance .set {
    margin-top: 7.14vw;
  }
  #trading_performance .set .txtbox {
    margin-top: 5.36vw;
    font-size: 2.86vw;
  }
}