@charset "UTF-8";
.content-header h1 {
  background-image: url(../img/brew/kv.jpg);
}

.content .section.section-brew .brew-movie {
  position: relative;
  max-width: 560px;
  margin-bottom: 40px;
}

.content .section.section-brew .brew-movie::before {
  display: block;
  padding-top: 56.25%;
  content: "";
}

.content .section.section-brew .brew-movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.content .section.section-brew .brew-quantity {
  font-size: 13px;
  line-height: 24.75px;
}

.content .section.section-brew .brew-quantity-head {
  font-size: 15px;
  font-weight: normal;
  line-height: 24.75px;
}

.content .section.section-brew .brew-quantity-table caption {
  text-align: left;
}

.content .section.section-brew .brew-quantity-table th {
  font-weight: normal;
  text-align: left;
  text-align-last: justify;
  white-space: nowrap;
  vertical-align: top;
}

.content .section.section-brew .brew-quantity-table td {
  display: table-row;
}

.content .section.section-brew .brew-quantity-table td::before {
  display: table-cell;
  padding-right: 1em;
  padding-left: 1em;
  white-space: pre-wrap;
  content: "‥‥‥";
}

.content .section.section-brew .brew-procedure-head {
  margin-bottom: 0;
  font-size: 15px;
  font-weight: normal;
  line-height: 24.75px;
}

.content .section.section-brew .brew-procedure-list {
  padding-left: 1.5em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 24.75px;
  text-align: justify;
  text-justify: inter-ideograph;
  letter-spacing: 0.14em;
}
