.sp {
  display: none;
}
.py-300 {
  padding: 300px 0;
}
.text-main {
  color: #29b46e;
}
.text-top {
  color: #29b46e;
}
.bg-main {
  background-color: #29b46e;
}
.bg-sub {
  background-color: #f0f9f5;
}
.bg-btn {
  background-color: #ff7007;
}
.price {
  font-size: 1.1em;
  font-weight: bold;
  margin-top: 20px;
}
.px-80s {
  padding-left: 80px;
  padding-right: 80px;
}
footer {
  background-color: #337ab7;
}

.fs-text-md02 {
  font-size: 0.9rem;
}
.txt {
  width: fit-content;
  margin: 0 auto;
  position: relative;
  color: #fff;
  &:before {
    content: "";
    width: 1px;
    height: 32px;
    background-color: #fff;
    position: absolute;
    bottom: -5px;
    left: -20px;
    rotate: -24deg;
  }
  &:after {
    content: "";
    width: 1px;
    height: 32px;
    background-color: #fff;
    position: absolute;
    bottom: -5px;
    right: -20px;
    rotate: 24deg;
  }
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
  .nayami_come {
    font-size: 1.5em;
  }
  .px-80s {
    padding-left: 50px;
    padding-right: 50px;
  }
}
