@charset "utf-8";
.info-restock-wrapper {
  background: #eee;
  padding: 1rem 0;
}
.info-restock {
  padding: 10px;
  margin: 0 auto;
  background: #fff;
  box-shadow: 0 2px 5px 1px rgb(50 50 50 / 10%);
  box-sizing: border-box;
  width:min(94%,960px);
}
.info-restock-pkg {
  padding-top: 0.5rem;
  display: flex;
  justify-content: space-evenly;
}
.info-restock-pkg > * {
  height: 180px;
}
.info-restock-pkg img {
  max-width: 100%;
  max-height: 100%;
}
.info-restock > h3 {
  padding: 0.5em;
  background: #cf121b;
  color: #fff;
  text-align: center;
}
.info-restock p {
  line-height: 1.5;
}
.info-restock > p {
  margin-top: 0.8rem;
  font-size: 125%;
  text-align: center;
}
.info-restock-cont > li {
  min-width: 40%;
  padding: 0 5px;
  line-height: 1.5;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
}
.info-restock-lineup {
  padding: 10px;
  border: 5px solid #eee;
}
.info-restock-lineup > dt {
  padding-bottom: 3px;
  border-bottom: 2px solid #eee;
  font-weight: bold;
}
.info-restock-lineup > dd {
  margin-top: 0.5em;
  margin-right: 1em;
  display: inline-block;
}