.page-rule{
  position: relative;
}
.finger--btn.on {
  position: absolute; 
  top:0; 
  left:0;
  z-index: 1;
  width: 6rem;
}

.ex2-wrap.n1 b[data-n] {
  color: #000;
  font-weight: 700;
  opacity: 1;
}
[data-toggle-state="true"] .guide-link--main {
  display: flex;
}
.guide-link--main {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  display: none;
}
.finger--btn[data-toggle-state="true"]{display: none;}
.page-rule--title {
  color: #078C23;
}

.page-rule .guide-link--head:before {
  display: none;

}
.page-rule .guide-link--head {
  margin-bottom: 0.8rem;
  width: auto;
}
.guide-link--head {
  padding-left: 0;
}
.page-rule.guide-link{
  gap:2rem;

}
.btn-green {         
  background-color: #078C23;
  color: #fff;
  height: 3.7rem;
  border-radius: .6rem;
  padding:0 2rem;
}

.page-rule--list-item > div .num:first-child{position: relative; top:0;}
.page-rule--list-item.n4 > div{ transform: translateY(-.1rem);}
.page-rule--list-item{opacity: 0; display: none;}
.page-rule--list-item.on{ 
  display: flex;
  opacity: 0;
  animation-name:textShow;
  animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  animation-duration: 300ms;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
.ex-img {
  position: relative;
  width: 100%;
  height: 28rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ex-img .ex1{
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%, -50%);
  display: none;
}
.finger--btn {
  z-index: 3;
  pointer-events:visible
}
.page-rule--list-item{padding-left: 2.7rem;}


.img1{width: 31rem;}
.img1 svg{width: 100% !important;}

.page-rule--list{min-height: 14rem;}

