/* body {
  padding-top: 0 !important;
} */

.price-p01 {
  font-size: 20px;
  text-align: center;
  margin: 0 auto 30px;
  font-weight: bold;
}

.price-table {
  width: 100%;
  max-width: 700px;
  margin: 0 auto 60px;
}

.price-table th,
.price-table td {
  box-sizing: border-box;
  padding: 20px 0;
  line-height: 1.5;
}

.price-table th {
  font-size: 20px;
}

.price-table td {
  width: 70%;
}

.price-table #price {
  font-size: 20px;
  font-weight: bold;
}

.price-table select,
.price-table input[type='text'] {
  display: block;
  width: 100%;
  box-sizing: border-box;
  background-color: #efefef;
  border: 1px solid #efefef;
  padding: 10px 10px;
  font-weight: bold;
  font-size: 20px;
}

.price-table input[type='button'] {
  display: inline-block;
  margin: 0 10px 10px;
  font-size: 20px;
  padding: 10px 20px;
}

.price-table input[type='button'].goInput {
  width: 200px;
}

.price-table input[type='button'].goInput:hover {
  background-color: #000;
  color: #fff;
  cursor: pointer;
}
.price-table input[type='button'].clearInput:hover {
  background-color: #000;
  color: #fff;
  cursor: pointer;
}

@media screen and (max-width: 760px) {
  .price-p01 {
    font-size: 13px;
    text-align: left;
  }
  .price-table th,
  .price-table td {
    display: block;
    width: 100% !important;
    font-size: 13px;
    padding: 10px 0px;
  }

  .price-table th {
    text-align: left;
    font-size: 14px;
    padding-bottom: 0;
  }

  .price-table td {
    border-bottom: 2px dotted #ccc;
  }

  .price-table select,
  .price-table input[type='text'] {
    font-size: 14px;
  }

  .price-table input[type='button'] {
    font-size: 15px;
  }

  .price-table input[type='button'].goInput {
    width: 160px;
  }
}
