.table_01 th {
  position: relative;
}

.table_01 thead th::after {
  content: none;
}

.cta_btm_sp {
  display: none;
  pointer-events: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  line-height: 1.5;
  text-align: center;
  opacity: 0;
}
.cta_btm_inner {
  background-color: rgba(41, 41, 41, 0.8);
  padding: 7px 0 12px;
}
.cta_btm_text {
  display: block;
}
.cta_btm_btn {
  appearance: none;
  -webkit-appearance: none;
  display: block;
  background-color: #5fb761;
  font-size: 18px;
  text-align: center;
  color: #fff;
  border-radius: 25px;
  overflow: hidden;
  padding: 8px 0 10px;
  position: relative;
  font-weight: 700;
  border: none;
  outline: none;
  width: 90%;
  margin: 5px auto 0;
}
.cta_btm_close {
  position: absolute;
  right: 0;
  top: 3px;
  width: 30px;
  height: 24px;
  color: transparent;
}
.cta_btm_close::before, .cta_btm_close::after {
  content: "";
  width: 2px;
  height: 16px;
  background-color: #fff;
  position: absolute;
  top: 4px;
  left: calc(50% - 1px);
  transform: rotate(45deg);
}
.cta_btm_close::after {
  transform: rotate(135deg);
}
.device_sp .cta_btm_sp {
  z-index: 100;
  pointer-events: initial;
  display: block;
  opacity: 1;
}
.close_cta .cta_btm_sp {
  transform: translateY(100%);
  opacity: 0;
  pointer-events: none;
  z-index: -1;
  transition: transform 0.5s, opacity 0.5s, z-index 0.1s 0.5s;
}

.device_sp #footer {
  padding-bottom: 100px;
}
.device_sp #page-top {
  bottom: 110px;
}

.close_cta #footer {
  padding-bottom: 60px;
}
.close_cta #page-top {
  bottom: 20px;
}/*# sourceMappingURL=add.css.map */