@media screen and (max-width: 639px) {
.SP-area{
  width: 100%;
  height: auto;
  padding-top: 80px;
}

.text-area{
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 20px;
  text-align: center;
  font-size: 15px;
  border: 3px solid #FF8000;
  border-radius: 20px;
}


.price-title {
  margin-top: 30px;
  text-align: center;
  font-size: 34px;
  color: #FF8000;
}
.price-title  img{
  vertical-align: middle;
}
.border-orange{
  border-top: 3px solid #FF8000;
}


.table{
  width: 100%;
  height: auto;
  margin-top: 30px;
  margin-bottom: 60px;
}
.table th{
  width: 202px;
  height: 100px;
  text-align: center;
  background: #FF8000;
  border: 1px solid #000;
}
.table td{
  border: 1px solid #000;
  padding-left: 10px;
}


.sche-btn{
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  cursor: pointer;
}
.mfp-bg {
    top: 0;
    left: 0;
    min-width: 639px;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
}

.white-popup img{
  margin-top: 5%;
  margin-left: 40%;
}
.mfp-close{
  margin-top: 5%;
}



}
