.section-step .content .slide_step{
  z-index: 0;
}
.fix-btn{
  position: fixed;
  z-index: 2;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 20px;
}
.fix-btn .content{
  position: relative;
}
.fix-btn .btn-top{
  position: absolute;
  right: 20px;
  /* top: calc(50% - 18px); */
  top: -80px;

  width: 40px;
  aspect-ratio: 1/1;
  display: block;
  background-color: #EEE;
  overflow: hidden;
  text-indent: 100%;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.fix-btn .btn-top:after{
  content: "";
  display: block;
  position: absolute;
  top: 36%;
  left: calc(50% - 8px);
  width: 16px;
  aspect-ratio: 1/1;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center;
}





.fix-modal .btn-chg-back{
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
  color: #fff;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
}
.fix-modal .btn-chg-back:before {
  display: block;
  content: "";
  background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024.5%2024.5%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23fff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M24.5%2C12.25c0%2C6.77-5.48%2C12.25-12.25%2C12.25S0%2C19.02%2C0%2C12.25%2C5.48%2C0%2C12.25%2C0s12.25%2C5.48%2C12.25%2C12.25ZM14.08%2C7.99l-6.39%2C4.29%2C6.39%2C4.29V7.99Z%22%2F%3E%3C%2Fsvg%3E);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  margin-right: 0.4em;
  width: 1.2em;
  aspect-ratio: 1/1;
}
.fix-modal [data-chg-cont="2"]{
  display: none;
}
.fix-modal .btn_block__notes ul.notes{
  font-size: 11px;
  margin-top: 1em;

}
.fix-modal .modal-in{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 30px;
}
.fix-modal .modal-in .modal-cont{
  background-color: #fff;
}
@media screen and (max-width: 640px) {
  .fix-btn{
    padding: 3vw 5vw;
  }
  .fix-btn .btn_block__item{
    padding: 0;
  }
  /* .fix-btn .content .btn_block{
    padding-right: 12vw;
  } */
  .fix-btn .content .btn_block .entry_btn {
    border-radius: 5px;
    padding: 3px;
    line-height: 1.4;
  }
  .fix-btn .btn_block__item:not(:first-child) {
    margin-top: 10px;
  }
  .fix-btn .btn-top{
    width: 10vw;
    top: -60px;
    right: -1.5vw;
  }
}