.fv {
  background: url("../img/drink/fv.jpg") no-repeat center center;
  background-size: cover;
}

.drinkList h4 {
  font-weight: bold;
  margin-bottom: 2%;
  font-size: 3.2vw;
  color: #314588;
}
.drinkList h4 small {
  color: #222;
  font-size: 0.6em;
  font-weight: normal;
  display: block;
}
.drinkList table {
  width: 100%;
  border-bottom: solid 1px #222;
  border-collapse: separate;
  border-spacing: 0;
  margin-bottom: 8%;
}
.drinkList table th, .drinkList table td {
  padding: 4% 0;
  display: block;
  width: 100%;
}
.drinkList table th {
  border-top: solid 1px #222;
  text-align: left;
}
.drinkList table td {
  text-align: right;
  padding: 0 0 4% 0;
}
.drinkList .mb0 table {
  border-bottom: none;
  margin-bottom: 0;
}
.drinkList .mb0 table th, .drinkList .mb0 table td {
  border-bottom: none;
}

.tab_content.all {
  margin-bottom: 8%;
}

@media screen and (min-width: 768px) {
  .drinkList h4 {
    font-size: 1.4285714286vw;
  }
  .drinkList table {
    margin-bottom: 6%;
  }
  .drinkList table th, .drinkList table td {
    padding: 2.5% 0;
  }
  .drinkList table tr{
    display: flex;
    align-items: center;
  }
  .drinkList table th {
    padding-bottom: 0;
    width: 70%;
    padding: 4% 0;
  }
  .drinkList table td {
    padding-top: 0;
    width: 30%;
    border-top: solid 1px #222;
    padding: 4% 0;
  }
  .drinkList li:first-child table {
    border-bottom: solid 1px #222;
  }
  .mb0 table {
    border-bottom: solid 1px #222;
  }
}
