@charset "UTF-8";

.iziModal { left: auto; margin: 0; }
.iziModal-overlay { display: none; }

#modal { background-color: #37AF78; }

#modal.iziModal{
    position: absolute;
    top: 195px;
    right: 1%;
    width: 100%;
}

#modal .iziModal-content {
    width: 310px;
}
		
#modal .btn-close {
    width: 50px;
    margin: 0 10px 12px auto;
}
		
#modal .btn-close a {
    width: 100%;
    cursor: pointer;
}

#modal .btn-close a img { width: 100%; }

#modal h3.tl_popup {
    width: 285px;
    height: 39px;
    background: url("../images/popup/tx_line1.png") left top no-repeat;
    background-size: contain;
    margin: 0 auto 10px auto;
    font-size: 0;
	line-height: 0;
	text-indent: -9999px;
}

#modal .illust {
    width: 280px;
    margin: 0 auto 10px auto;
}

#modal p.tx_popup {
    width: 283px;
    height: 45px;
    background: url("../images/popup/tx_line2.png") left top no-repeat;
    background-size: contain;
    margin: 0 auto 13px auto;
    font-size: 0;
	line-height: 0;
	text-indent: -9999px;
}		
		
#modal a.btn_popup {
    display: block;
    width: 190px;
    margin: 0 auto 15px auto;
}		
		
#modal a.btn_popup img { width: 100%; }


@media screen and (max-width:767px) {
    
.iziModal { left: 0; margin: 0 auto; }
.iziModal-overlay { display: block; }

#modal.iziModal{
    position: absolute;
    top: 150px;
    right: 0;
    width: 100%;
}
    
}
