/*============================
#price
============================*/
article#price section div.post_body h2.wp-block-heading {
  text-align: center;
  color: #807575;
  font-size: 2.4rem;
  letter-spacing: 2px;
  padding-bottom: 20px;
}

article#price section div.post_body h3.wp-block-heading {
  text-align: center;
  color: #807575;
  font-size: 2rem;
  letter-spacing: 2px;
}

article#price section div.post_body p {
  font-size: 1.4rem;
  letter-spacing: 2px;
  line-height: 2;
  max-width: 800px;
  text-align: center;
  margin: auto;
}

article#price section div.post_body figure {
  padding: 20px;
  background: #F3EDE7;
  border-radius: 10px;
}

@media screen and (max-width: 768px) {
  article#price section div.post_body figure {
    padding: 0;
    background: #F3EDE7;
    border-radius: 4px;
  }
}

article#price section div.post_body figure table {
  border-collapse: separate;
  border-spacing: 10px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  article#price section div.post_body figure table {
    border-collapse: separate;
    border-spacing: 4px;
    width: 100%;
  }
}

article#price section div.post_body figure table tbody tr td {
  border-radius: 10px;
  padding: 20px;
  font-size: 2rem;
  font-weight: 300;
  background: rgba(255, 255, 255, 0.5);
  border: none;
}

@media screen and (max-width: 768px) {
  article#price section div.post_body figure table tbody tr td {
    border-radius: 4px;
    line-height: 1.4;
    padding: 10px;
    font-size: 1.4rem;
    font-weight: 300;
    background: rgba(255, 255, 255, 0.5);
    border: none;
  }
}

article#price section div.post_body figure table tbody tr:first-child td {
  background: #fff;
}
/*# sourceMappingURL=price.css.map */