@charset "utf-8";
.price {
  margin-top: 1em;
}
.price h2 {
  text-align: left;
  font-size: 1em;
  letter-spacing: 0.1em;
  margin-bottom: 1em;
  line-height: 1.4em;
}
.price table {
  width: 100%;
  margin-top: 0;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 2em;
  border: 1px solid;
  font-size: 0.9em;
}
.price table th {
  padding: 10px;
  text-align: left;
  background-color: #D3E8D5;
  letter-spacing: 0.1em;
  border: 1px solid;
  display: block;
}
.price table td {
  padding: 10px;
  width: 100%;
  display: block;
}
.price-price {
  text-align: right;
}
@media screen and (min-width:768px) {
  .price h2 {
    font-size: 1.1em;
    text-align: center;
  }
  .price table {
    font-size: 1em;
  }
  .price table th {
    display: table-cell;
    padding: 15px;
  }
  .price table td {
    display: table-cell;
    padding: 15px;
    width: 35%;
  }
}
@media screen and (min-width:1000px) {
  .price {
    margin-top: 2em;
  }
  .price h2 {
    font-size: 1.2em;
  }
  .price table {
    width: 85%;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 2em;
    border: 1px solid;
  }
}