.mv {
  background: none #f2e0ca;
}

.mv:before {
  height: 50px;
  background-image: url(/brand/madamejuju/assets/img/voice/bg_mv_top.png);
}

.mv:after {
  content: '';
  bottom: 0;
  right: 0;
  position: absolute;
  left: 0;
  height: 50px;
  background: url(/brand/madamejuju/assets/img/voice/bg_mv_bottom.png) repeat-x bottom;
}

section.time {
  padding-bottom: 25px;
  background-color: #f0bfd2;
  background-size: contain;
}

section.time h2 {
  font-size: 18px;
  color: #222;
  font-family: 'Noto Sans JP', sans-serif;
  margin-bottom: 55px;
  text-shadow: none;
}

section.time .inner {
  padding-top: 45px;
  background: url(/brand/madamejuju/assets/img/voice/bg_flowers.png) no-repeat top center;
}

section.time .listItems {
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
  margin-top: -17px;
}

section.time .listItems .item {
  width: 455px;
  margin-top: 17px;
  position: relative;
  background: url(/brand/madamejuju/assets/img/voice/bg_frame.png) repeat-y center top;
  padding: 30px 45px 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

section.time .listItems .item:before {
  content: "";
  display: block;
  width: 100%;
  height: 30px;
  position: absolute;
  top: -1px;
  left: 0;
  background: url(/brand/madamejuju/assets/img/voice/bg_frame_top.png) no-repeat center bottom;
}

section.time .listItems .item:after {
  content: "";
  display: block;
  width: 100%;
  height: 50px;
  position: absolute;
  bottom: -1px;
  left: 0;
  background: url(/brand/madamejuju/assets/img/voice/bg_frame_btm.png) no-repeat center top;
}

section.time .listItems .item:nth-child(even) {
  margin-left: 25px;
}

section.time .listItems .item p {
  font-size: 16px;
  line-height: 1.4;
  height: 70px;
  vertical-align: middle;
  display: table-cell;
  font-family: 'Noto Sans JP', sans-serif;
}

section.time .listItems .item p b {
  font-size: 20px;
  color: #9a2f70;
  font-family: 'KokoroMinchoutai', sans-serif;
  letter-spacing: -0.1em;
}

section.time .listItems .item .image {
  position: absolute;
  bottom: -18px;
  right: -13px;
  z-index: 2;
}

section.time .note {
  font-size: 12px;
  color: #222;
  font-family: 'Noto Sans JP', sans-serif;
  text-align: center;
  margin-top: 40px;
}

#wrapper main > .infoProduct.voice {
  padding-top: 80px;
  padding-bottom: 20px;
}

#wrapper main > .infoProduct.voice .listItems .text {
  font-size: 18px;
}

#wrapper main > .infoProduct.voice .listItems .item.history {
  background-image: url(/brand/madamejuju/assets/img/voice/bg_history.png);
}
