@charset "shift_jis";
/* Updated 2025/12/24.T */

/*-------------------------------------
.guide
-------------------------------------*/
.guide-stepBoxDetail .detail-list01:not(:first-child) {
  margin-top: 4px;
}
.guide-stepBoxDetail .detail-list01 > .title {
  font-weight: normal;
}
.guide-stepBoxDetail .detail-list01 > .detail:not(:first-child) {
  margin-top: 0;
}
.guide-stepBoxDetail .list-notice02 > .item.-wide01 {
  padding-left: calc(3.7em + 5px);
}
.guide-stepBoxDetail .list-notice02 > .item.-wide01 > .mark {
  width: 3.7em;
}

/*-------------------------------------
.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;
  }
}
