.guide-link--main {
  display: flex;
  width: 100%;
  padding-left:0.8rem;
  flex-direction: column;
}
.bul-dot li {
  gap:.8rem;
}
.page-rule {
  gap: 1.2rem;
}

.bul-dot {
  gap: 0.8rem;
}

.bul-dot li>div {
  font-size: 1.8rem;
}
.img1 {
  width: 100%;
}

.finger.on .finger--btn {
  width: 4rem;
}

[data-toggle-state="true"] {display: none;}

.page-example {
  transform: translateY(-4rem);
}

.page-rule--list{
  min-height: 15rem;
}

.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;
}
.bubble.on{display: block;}
.bubble {
  border-radius: 2rem;
  padding:1rem 2rem;
  border: 1px solid #000;
  font-size: 1.6rem;
  font-weight: 500;
  position: absolute;
  right:0;
  background-color: #fff;
  bottom:20rem;
  display: none;
}
.img1-wrap{
  position: relative;
  width: 100%;

}
.bubble::after {
  content:"";
  display: block;
  position: absolute;
  bottom: -1.5rem;
  right: 6rem;
  width: 1.6rem;
  height: 2rem;
  background: url(./images/tail.svg) no-repeat 50% 100% / 1.6rem;
}

.finger[data-toggle-target="example"] {
  display: none;
}
.finger[data-toggle-target="example"][data-toggle-state="true"] {
  display: flex;
}

[data-toggle-state="true"][data-toggle-object="example2"].on,
[data-toggle-object="example2"] {display: none;}

[data-toggle-object="example2"].on {display: flex;}


