@charset "UTF-8";
@media print, screen and (min-width: 750px){

    /*Section Contact----------------------------*/
    .section_wrap {
        margin: 0 auto;
        width: 800px;
        padding: 135px 80px;
    }
	.privacy_text{
		font-size: 16px;
		color: #8c8c8c;
		line-height: 1.8em;
		/* margin-bottom: 30px; */
	}
	h3{
		margin:30px 0;
	}
	
	    .section_wrap h3{
			font-size: 18px;
			color:#535353;
    }
	.privacy_remarks{
		margin-left: auto;
		text-align: right;
		margin-bottom: 150px;
	}
	
    .privacy_table {
        table-layout: fixed;
        width: 100%;
        font-size: 15px;
        margin-bottom: 20px;
    }
    .privacy_table th {
        text-align: center;
        background-color: #eee;
        padding: 5px;
        color:#535353;
        font-size: 17px;
    }
    .privacy_table td {
        padding: 5px;
		color: #8c8c8c;
    }
	.pdf_link{
		color:#b33c39;
		    display: inline!important;
	}
	h3.azm_name{
		margin-bottom: 0px;
	}
 .section_title_wrap p.comment {
    font-size: 17px;
    line-height: 1.5em;
    color: #8c8c8c;
    margin-bottom: 70px;
    }
    .section_title:first-child {
        margin-bottom: 10px;
    }
}