@charset "UTF-8";
/* CSS Document */
.coupon_block{
	border-bottom: 2px solid #000;
	position: relative;
    padding: 3em 0;
    margin-bottom: 2em;
}
.coupon_block:before {
    content: "";
    width: 25px;
    height: 12px;
    display: inline-block;
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: url(../../../img/flow/ico_flow_arrow.svg) center no-repeat;
    background-size: contain;
}
.coupon_block:last-child {
    border: none;
}
.coupon_block:last-child:before{
  content: none;
}











