@charset "UTF-8";

/********************************
 * override
********************************/
.m-note-list-v2 li {
  color: #999;
}

/********************************
 * common
********************************/

/* sp */
@media (max-width: 767.98px) {
  .client01 {
    margin-top: 40px;
  }
  .client02,
  .client03 {
    margin-top: 74px;
  }
  h2 {
    font-size: 1.8rem;
    line-height: 1.75;
    margin-bottom: 18px;
  }
  h3 {
    text-indent: -1em;
    margin-left: 1em;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.75;
    margin-top: 24px;
    margin-bottom: 16px;
  }
  h3 > span {
    color: #024f95;
    padding-right: 2px;
  }
  .client01 ._pc,
  .client02 ._pc,
  .client03 ._pc {
    display: none;
  }
  .client01 ._sp,
  .client02 ._sp,
  .client03 ._sp {
    display: block;
  }
  figure {
    margin: 0;
  }
}
/* pc */
@media (min-width: 768px) {
  .client01 {
    margin-top: 59px;
  }
  .client02,
  .client03 {
    margin-top: 72px;
  }
  h2 {
    font-size: 2.4rem;
    line-height: 1.5;
    margin-bottom: 16px;
  }
  .client01 ._pc,
  .client02 ._pc,
  .client03 ._pc {
    display: block;
  }
  .client01 ._sp,
  .client02 ._sp,
  .client03 ._sp {
    display: none;
  }
}

/********************************
 * module arrow
********************************/
.download-app,
.step-imgwrap,
.step-img {
  position: relative;
  margin-bottom: 52px;
}
.download-app::after,
.step-imgwrap::after,
.step-img::after {
  position: absolute;
  content: "";
  display: block;
  background: url(/corp/guide/kabu/stock_lending/images/application/icon-arrow.svg) no-repeat center;
  background-size: auto;
  width: 24px;
  height: 15px;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -35px;
}

/********************************
 * figcaption
********************************/
.step-img-form {
}
.step-img-form figcaption {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 16px;
}

/********************************
 * sp download-app
********************************/
.download-app {
  max-width: 460px;
  margin: 16px auto 52px;
  padding: 20px 18px 24px;
  border-radius: 8px;
}
.download-app > dt {
  margin: 0 8px 12px;
  text-align: center;
}
.download-app > dd {
  display: flex;
  margin: 0;
  justify-content: center;
}
.download-app > dd > a {
  margin: 0 4px;
  max-width: 120px;
}
.download-app.-kabu {
  background-color: #dce8f4;
}
.download-app.-fx {
  background-color: #fff4e1;
}
