@charset "shift_jis";
/* Updated 2025/12/24.T */

.guide-stepBoxImg {
  max-width: 220px;
  margin: 0 auto;
  text-align: center;
}

/*-------------------------------------
.guide-moreBtn
-------------------------------------*/
.guide-moreBtn::before {
  display: none;
}
.guide-moreBtn > .ico01 {
  max-width: 72px;
  height: auto;
  position: absolute;
  left: 24px;
  top: 50%;
  transform: translateY(-50%);
}
/* PC Only */
@media screen and (min-width: 768px) {
  .guide-moreBtn {
    min-height: 102px;
  }
}
