@charset "UTF-8";
/* 
Theme Name:豊中庄内ヴェルデデンタルクリニック
*/
.pricetable {
  border-left: 1px solid #B5B0AC;
  border-top: 1px solid #B5B0AC;
  letter-spacing: .05em;
  line-height: 1.2;
  margin: 30px 0;
}
.pricetable caption {
  caption-side: bottom;
  text-align: right;
  font-size: 2.0rem;
  padding-top: 1rem;
}
.pricetable thead {
  background: #F4ECE6;
}
.pricetable thead th {
  font-weight: 500;
  padding: .5em 1em;
  text-align: center;
  white-space: nowrap;
  border-right: 1px solid #B5B0AC;
}
.pricetable tbody {
  background: #fff;
}
.pricetable tbody th {
  border-bottom: 1px solid #B5B0AC;
  border-right: 1px solid #B5B0AC;
  background: #FCFDF8;
  font-weight: 500;
  padding: .5em 1em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .pricetable tbody th {
    width: 100%;
    text-align: left;
  }
}
.pricetable tbody td {
  border-bottom: 1px solid #B5B0AC;
  border-right: 1px solid #B5B0AC;
  padding: .5em 1em;
  text-align: right;
  white-space: nowrap;
}
.pricetable tbody td.p_c {
  text-align: center;
}
