.price {
  table-layout: auto !important;
}
.price thead th {
  text-align: left;
  padding-left: 10px;
}
.price tbody th {
  width: 80%;
  text-align: left;
  line-height: 1.5 !important;
  vertical-align: middle;
  font-weight: normal;
}
.price tbody td:nth-child(2) {
  width: 20%;
}
.price tbody + thead th {
  padding-top: 30px;
}

.point {
  padding-bottom: 50px;
}
.point figure img {
  opacity: 0;
}
.point figure.on img {
  opacity: 1;
  transition: all 1s ease 0.5s;
  backface-visibility: hidden;
}
.point h4 {
  padding: 20px 0;
}

/******************************************************

sp

******************************************************/
@media screen and (max-width: 740px) {
  .price tbody th {
    padding: 10px;
  }
  .price tbody td:nth-child(2) {
    white-space: nowrap;
  }
  .price tbody + thead th {
    padding-top: 30px;
  }
  .point {
    padding-bottom: 20px;
  }
  .point h4 {
    padding: 10px 0;
    line-height: 1;
  }
}/*# sourceMappingURL=style.css.map */