@charset "UTF-8";
/*--- position ---*/
.tbl-tr-ttl-1col{
  left: 20px;
  position: relative;
  top: -100px;
}
.tbl-tr-ttl-5col{
  left: 20px;
  position: relative;
  top: -260px;
}
.btn-price{
  margin-bottom: 40px;
}
/*--- price ---*/
.price{
  height: auto;
  margin-top: 45px;
  margin-bottom: 45px;
  overflow: hidden;
}
.price-area{
  margin-top: 0;
  padding: 0 150px;
}
.price-area-ttl{
  text-align: center;
}
.price-tbl{
  justify-content: space-between;
}