.voucher_wrap .item-cont {
  margin: auto;
  box-sizing: border-box;
  background: #fff;
}
.voucher_wrap .item-cont img {
  width: 100%;
}
.voucher_wrap .item-cont h2 {
  border: 5px solid #ccc;
  background: #fff;
  text-align: center;
  box-sizing: border-box;
  padding: 20px;
  font-size: 21px;
  margin-top: 60px;
}
.voucher_wrap .item-cont h3 {
  font-size: 21px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
}
.voucher_wrap .item-cont h4 {
  font-size: 18px;
  margin-bottom: 20px;
  position: relative;
  padding-left: 1.5em;
}
.voucher_wrap .item-cont h4::before {
  content: "●";
  position: absolute;
  left: 0;
}
.voucher_wrap .item-cont p {
  position: relative;
  padding-left: 1.5em;
  font-size: 14px;
  margin-top: 0.5em;
  margin-left: 0.5em;
}
.voucher_wrap .item-cont p::before {
  content: "※";
  position: absolute;
  left: 0;
}
.voucher_wrap .item-cont .gift_wrap {
  margin-top: 40px;
}
.voucher_wrap .item-cont .gift_text {
  margin-top: 60px;
}
@media (max-width: 780px) {
.voucher_wrap .item-cont {
    padding: 5% 2.5%;
  }
.voucher_wrap .item-cont h2 {
    margin-top: 8%;
    font-size: 18px;
    padding: 5%;
  }
.voucher_wrap .item-cont h3 {
    margin-bottom: 4%;
    font-size: 18px;
  }
.voucher_wrap .item-cont h4 {
    margin-bottom: 4%;
    font-size: 16px;
  }
.voucher_wrap .item-cont p {
    font-size: 13px;
  }
.voucher_wrap .item-cont .gift_wrap {
    margin-top: 6%;
  }
.voucher_wrap .item-cont .gift_text {
    margin-top: 8%;
  }
}