@charset "UTF-8";

/********************************
 * override
********************************/
body {
  font-family: "Roboto", "YakuHanJP", "Subset-NotoSansJP", Meiryo, sans-serif;
  color:#0a1f33;
}
.m-note-list-v2 li {
  color: #999;
}
.m-list.-note li {
  color: #848484;
}

.l-main {
  -ms-grid-row: 3;
  grid-row: 3;
  width: 100%;
  padding: 32px 16px;
}
@media only screen and (max-width: 767.98px) {
  .l-main {
    width: 100%;
    padding: 24px 16px 32px;
  }
  .m-cta_panel {
    margin: 0 -16px;
    padding: 24px;
  }
}
@media print, screen and (min-width: 768px) {
  .l-main {
    padding: 0 16px 32px;
  }
  .m-cta_panel {
    margin: 0 auto;
  }
}
.step-wrap {
  position: relative;
  overflow: hidden;
}
.step-wrap + .step-wrap {
  margin-top: 32px;
}
.step-wrap h3,
.step-wrap p {
  margin: 0;
}
.step-wrap h3 {
  font-weight: bold;
  margin-bottom: 8px;
  text-indent: 0;
}
.step-wrap ._item > span {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  background-color: #0067c3;
}
.step-wrap > ._badge {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  color: #0067c3;
}
.step-wrap::after {
  position: absolute;
  display: block;
  content: "";
  margin: auto;
  top: 0;
  width: 4px;
  height: 100%;
  background-color: rgba(0, 103, 195, 0.2);
  z-index: -1;
}
@media (max-width: 767.98px) {
  .step-wrap {
    padding: 36px 8px 0 64px;
  }
  .step-wrap ._item + ._item {
    width: 256px;
    margin: 24px auto 0;
  }
  .step-wrap ._item > span {
    font-size: 1.2rem;
    width: 86.8px;
    height: 20px;
    border-radius: 2px;
    border: solid 1px #0067c3;
    margin-bottom: 8px;
  }
  .step-wrap > ._badge {
    width: 68px;
    height: 20px;
    font-size: 10px;
    border-radius: 10px;
    border: solid 1px #0067c3;
  }
  .step-wrap::after {
    top: 36px;
    left: 32px;
  }
  .step-wrap h3 {
    font-size: 1.8rem;
    margin-bottom: 8px;
    text-indent: 0;
  }
  .step-wrap p {
    line-height: 1.75;
    margin-bottom: 24px;
  }
}
@media (min-width: 768px) {
  .step-wrap {
    width: 808px;
    margin: auto;
    padding: 46px 0 0 132px;
    display: flex;
    gap: 40px;
  }
  .step-wrap > ._badge {
    width: 108px;
    height: 30px;
    font-size: 15px;
    border-radius: 15px;
    border: solid 1.5px #0067c3;
    border: solid 2px #0067c3;
  }
  .step-wrap::after {
    top: 46px;
    left: 52px;
  }
  .step-wrap ._item {
    width: calc(100% - 310px);
  }
  .step-wrap ._item + ._item {
    width: 270px;
  }
  .step-wrap ._item > span {
    font-size: 1.5rem;
    letter-spacing: 1.36px;
    width: 118.3px;
    height: 27.3px;
    border-radius: 2.7px;
    border: solid 1.4px #0067c3;
    margin-bottom: 12px;
  }
  .step-wrap h3 {
    font-size: 2.4rem;
    margin-bottom: 8px;
  }
  .step-wrap p {
    line-height: 1.75;
  }
}

/********************************
 * 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;
}



/********************************
 * arrow-wrap
********************************/
.arrow-wrap {
  position: relative;
  padding-bottom: 40px;
}
.arrow-wrap::after {
  position: absolute;
  content: "";
  display: block;
  background: url(/corp/kouza/entry_add/images/icon-arrow@2x.webp) no-repeat center;
  background-size: 100%;
  left: 0;
  right: 0;
  margin: auto;
}
@media only screen and (max-width: 767.98px) {
  .arrow-wrap {
    padding-bottom: 31px;
  }
  .arrow-wrap::after {
    bottom: 0;
    width: 24px;
    height: 13px;
  }
}
@media print, screen and (min-width: 768px) {
  .arrow-wrap {
    padding-bottom: 65px;
    padding-bottom: 64px;
  }
  .arrow-wrap::after {
    width: 55px;
    height: 32px;
    bottom: 0;
  }
}

.m-tab {}
.m-tab__body {
  margin-top: 40px;
  padding-top: 0;
}
.m-tab__body h2 {
  font-weight: bold;
  text-align: center;
  color: #0067c3;
  line-height: 1.6;
}
.m-tab .m-tab__button ._caution {
  color: #d90016;
}
@media only screen and (max-width: 767.98px) {
  .m-tab {
    margin-top: 72px;
  }
  .m-tab .m-tab__button {
    font-size: 1.3rem;
  }
  .m-tab .m-tab__button ._second {
    font-size: 1rem;
  }
  .m-tab li .m-tab__button {
    padding: 12px 1.2em 6px;
    line-height: 1.2;
  }
  .m-tab__body h2 {
    font-size: 2rem;
    margin: 40px auto;
  }
}
@media print, screen and (min-width: 768px) {
  .m-tab {
    width: 808px;
    margin: 42px auto 0;
  }
  .m-tab .m-tab__button {
    font-size: 1.6rem;
  }
  .m-tab .m-tab__button ._second {
    font-size: 1.4rem;
  }
  .m-tab li .m-tab__button {
    padding: 16px 1.2em 14px;
  }
  .m-tab__body h2 {
    font-size: 2.4rem;
    margin: 0 auto 32px;
  }
}


.complete {
  text-align: center;
  color: #0a1f33;
  font-weight: bold;
  line-height: 1.6;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f7f7f7;
}

@media only screen and (max-width: 767.98px) {
  .complete {
    width: 100%;
    height: 50px;
    margin: 16px auto;
    font-size: 1.8rem;
    gap: 8px;
  }
  .complete img {
    width: 24px;
  }
}
@media print, screen and (min-width: 768px) {
  .complete {
    width: 808px;
    height: 52px;
    margin: 32px auto;
    font-size: 2.4rem;
    gap: 16px;
  }
  .complete img {
    width: 30px;
  }
}

.service-list-wrap {
  border: solid 1px #dde0e5;
  background-color: #f4f9fb;
}
.service-list-wrap > p {
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
}
.m-list.-service-list,
.m-list.-service-listother {
  list-style-type: disc;
  list-style-position: inside;
}
.m-list.-service-list li,
.m-list.-service-listother li {
  padding-left: 0;
}
:where(ul,ol)>li {
  padding-inline-start: 0;
}
:where(ul,ol)>li::marker {
  padding-right: 0;
  margin-right: 0;
}
@media only screen and (max-width: 767.98px) {
  .service-list-wrap {
    margin: 16px auto 24px;
    padding: 16px;
  }
  .service-list-wrap > p {
    font-size: 1.8rem;
  }
  .m-list.-service-list {
    margin-top: 8px;
  }
  .m-list.-service-list li,
  .m-list.-service-listother li {
    line-height: 1.5;
  }
}
@media print, screen and (min-width: 768px) {
  .service-list-wrap {
    width: 808px;
    margin: 32px auto 24px;
    padding: 16px 48px 24px 45px;
  }
  .service-list-wrap.-other {
    display: flex;
    flex-wrap: wrap;
    gap: 16px 40px;
  }
  .service-list-wrap > p {
    font-size: 2rem;
    width: 100%;
  }
  .m-list.-service-list {
    margin-top: 16px;
    display: flex;
    justify-content: space-between;
  }
  .m-list.-service-listother {
    margin-top: 16px;
  }
  .m-list.-service-list li,
  .m-list.-service-listother li {
    line-height: 1.85;
  }
}

.m-table {
  margin: 24px auto 0;
}
.m-table [class*="__cell--lv1"] {
  font-weight: normal;
}
.m-table [class*="__cell--lv1"] span {
  color: #d90016;
}
@media print, screen and (min-width: 768px) {
  .m-table {
    width: 808px;
  }
}

section + section {
  overflow: hidden;
}
@media only screen and (max-width: 767.98px) {
  section + section {
    margin-top: 72px;
  }
}
@media print, screen and (min-width: 768px) {
  section + section {
    margin-top: 96px;
  }
}
.m-ttl-primary {
  margin: 0;
}

@media only screen and (max-width: 767.98px) {
}
@media print, screen and (min-width: 768px) {
}