@charset "shift_jis";
/* Updated 2025/12/24.T */

.guide-stepBoxImg {
  max-width: 220px;
  margin: auto;
}
.guide-stepBtn {
  margin-top: 24px;
  text-align: center;
}

.guide-stepBoxTxt {
  color: #004831;
}

.guide-caution .list-notice01 > .item:not(:first-child) {
  margin-top: 4px;
}

/*-------------------------------------
.guide-card01
-------------------------------------*/
.guide-card01 {
  padding: 40px 16px;
  background: #FDFBF7;
  border-radius: 16px;
}
.guide-card01 > .ttl01 {
  color: #004831;
  font-size: 2.0rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: center;
}
.guide-card01 > .text-block01 {
  margin-top: 24px;
  color: #004831;
  line-height: 1.5;
}
.guide-card01 + * {
  margin-top: 56px;
}
