section.time {
  padding-top: 25px;
  background: url(/lp/madamejuju/sp/assets/img/voice/bg_flowers.png) no-repeat top center #f0bfd2;
  background-size: contain;
}
section.time h2 {
  font-size: 16px;
  color: #222;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.6;
  margin-bottom: 32px;
}
section.time .listItems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
  margin-top: -30px;
  margin-bottom: 40px;
}
section.time .listItems .item {
  width: 49%;
  margin-top: 30px;
  position: relative;
  background: url(/lp/madamejuju/sp/assets/img/voice/bg_frame.png) repeat-y center top/100%;
  padding: 20px 20px 30px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
section.time .listItems .item:before {
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  position: absolute;
  top: -1px;
  left: 0;
  background: url(/lp/madamejuju/sp/assets/img/voice/bg_frame_top.png) no-repeat center top/100%;
}
section.time .listItems .item:after {
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: -1px;
  left: 0;
  background: url(/lp/madamejuju/sp/assets/img/voice/bg_frame_btm.png) no-repeat center bottom/100%;
}
section.time .listItems .item:nth-child(even) {
  margin-left: 2%;
}
section.time .listItems .item p {
  font-size: 14px;
  line-height: 1.4;
  min-height: 125px;
  font-family: 'Noto Sans JP', sans-serif;
  position: relative;
  z-index: 2;
}
section.time .listItems .item p b {
  font-size: 18px;
  color: #9a2f70;
  font-family: 'KokoroMinchoutai', sans-serif;
  letter-spacing: -0.1em;
}
section.time .listItems .item .image {
  position: absolute;
  bottom: -21px;
  right: -5px;
  z-index: 2;
  width: 55px;
}
section.time .note {
  font-size: 11px;
  color: #222;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.5;
  text-align: center;
}

.infoProduct.voice .listItems .text {
  margin-bottom: 18px;
}
.infoProduct.voice .listItems .item.types {
  padding-bottom: 32px;
}
.infoProduct.voice .listItems .item.history {
  background-image: url(/lp/madamejuju/sp/assets/img/voice/bg_history.png);
}
