.line {
  position: fixed;
  padding: 0.8rem;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  bottom: 1.6rem;
  right: 3.2rem;
  box-shadow: 0 0 0.8rem rgba(0, 0, 0, 0.1);
  background: #fff;
  justify-content: center;
  align-items: center;
  z-index: 999;
}
.line .line__close {
  position: absolute;
  top: -0.4rem;
  right: -0.4rem;
  font-size: 1.2rem;
  color: #fff;
  background: #8b7567;
  cursor: pointer;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  border-radius: 50%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .line {
    gap: 0.4rem;
    bottom: 0rem;
    right: 0rem;
  }
}
.line .line__text1 {
  font-size: 1.7rem;
  font-weight: 500;
  color: #8b7567;
  margin: 0;
  padding-bottom: 0.4rem;
  border-bottom: 1px solid #8b7567;
  line-height: normal !important;
  line-height: initial !important;
}
@media screen and (max-width: 767px) {
  .line .line__text1 {
    font-size: 1.6rem;
  }
}
.line .line__text2 {
  font-size: 1.4rem !important;
  font-weight: 500;
  margin: 0;
  line-height: normal !important;
  line-height: initial !important;
  color: #3a2d25 !important;
}
@media screen and (max-width: 767px) {
  .line .line__text2 {
    font-size: 1.2rem !important;
  }
}
.line .line__point {
  display: flex;
  gap: 0.8rem;
}
@media screen and (max-width: 767px) {
  .line .line__point {
    gap: 0.4rem;
  }
}
.line .line__point .line__point-number {
  display: flex;
  gap: 0.4rem;
  color: #2bac38;
  font-size: 4.8rem;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  margin: 0;
  align-items: baseline;
  line-height: normal !important;
  line-height: initial !important;
}
@media screen and (max-width: 767px) {
  .line .line__point .line__point-number {
    font-size: 4rem;
  }
}
.line .line__point .line__point-number span {
  font-size: 2.4rem;
  line-height: normal !important;
  line-height: initial !important;
}
@media screen and (max-width: 767px) {
  .line .line__point .line__point-number span {
    font-size: 2rem;
  }
}
.line .line__text3 {
  font-size: 3.3rem;
  font-weight: 500;
  font-family: "Marcellus", serif;
  margin: 0;
  color: #8b7567;
  line-height: normal !important;
  line-height: initial !important;
}
@media screen and (max-width: 767px) {
  .line .line__text3 {
    font-size: 2.4rem;
  }
}
.line .line__link {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background: #2bac38;
  color: #fff;
  font-size: 1.2rem;
  padding: 0.8rem 0rem;
  line-height: normal !important;
  line-height: initial !important;
}
.line .line__point-bubble {
  position: relative;
}
.line .line__point-bubble img {
  width: 6rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .line .line__point-bubble img {
    width: 5rem;
  }
}
.line .line__point-bubble span {
  position: absolute;
  content: "";
  left: 46%;
  top: 10px;
  transform: translateX(-50%);
  font-weight: 700;
  font-size: 1rem;
  color: #8b7567;
  width: 3.2rem;
  line-height: normal !important;
  line-height: initial !important;
}
@media screen and (max-width: 767px) {
  .line .line__point-bubble span {
    scale: 0.9;
    left: 44%;
    top: 7px;
  }
}