@charset "UTF-8";
/**
 * メールマガジン
 */
@media (max-width: 767px) {	
	div.lead {
    	margin: 30px 0;
		padding: 0 20px;
		font-size: 13px;
    	line-height: 1.6;
    	color: #313131;
	}
	
	div.lead p {
    	margin-bottom: 15px;
	}
	
	iframe {
		height: 1165px;
	}
	
	iframe.unsubscribe {
		height: 300px;
	}
	
	/** 完了画面 **/
    div.complete {
	    padding: 30px 20px;	
	}
	
    div.complete > p {
        font-size: 13px;
        line-height: 1.6;
        color: #313131;
        margin-bottom: 0!important;
    }
	
    div.complete div.complete-image {
        display: block;
        height: 143px;
        margin: 30px 0;
        background: url("assets/images/pc/common/mailmagazine-img.png") no-repeat center;
		background-size: 100%;
    }
	
	div.complete a.link-btn {
		margin-top: 30px;
	}
}

@media (min-width: 768px) {	
	div.lead {
    	margin-bottom: 60px;
		font-size: 18px;
        line-height: 1.77;
        color: #313131;
	}

	div.lead p {
    	margin-bottom: 30px;
	}

	div.form-wrapper {
		margin-bottom: 80px;
	}
	
	iframe {
		height: 1200px;
	}
	
	iframe.unsubscribe {
		height: 460px;
	}
	
	/** 完了画面 **/
	div.main-content {
        margin: 0 auto;	
	}
	
    div.complete {
        margin: 0 auto;
        text-align: center;
		margin-bottom: 60px;
    }

    div.complete p {
        margin-bottom: 40px;
        font-size: 16px;
        line-height: 1.77;
        color: #313131;
    }

    div.complete div.complete-image {
        background: url("assets/images/pc/common/mailmagazine-img.png") no-repeat center;
        width: 100%;
        height: 286px;
        margin: 40px auto;
    }
}
