@charset "utf-8";
#coupon_contents{
	display: none;
	z-index: 40;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    overflow-y: auto;
    background-color: #fff;
}

#coupon_contents iframe{
    position: absolute;
    width: 100%;
    height: calc(100% - 82px);
    top: 0px;
}