.shampoo_spec,
.rinse_spec {
  background-color: #fff;
}

.spec_title {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
  color: #333;
}

.spec_table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
  border-top: 1px dotted #333;
  border-bottom: 1px dotted #333;
  color: #333;
}

.shampoo_spec_text,
.rinse_spec_text {
  width: 90%;
  margin: 20px auto;
}

.spec_price_ippan {
  width: 50%;
  text-align: center;
  padding: 5px 0;
  background-color: #d6e8fd;
}

.spec_price_kaiin {
  width: 50%;
  text-align: center;
  padding: 5px 0;
  background-color: #fddec0;
}

.c-border_ippan {
  border-bottom: 1px dotted #333;
}

.c-price_intax {
  font-size: 10px;
  color: #666;
  display: block;
}

.c-price_figure {
  text-align: center;
  padding: 5px 0;
}

.c-price_figure_text {
  font-size: 20px;
  font-weight: bold;
  color: #333;
}

.spec_price_type {
  font-weight: bold;
}
