@charset "UTF-8";
/* sp(320px) */

#pagePrivacy {}

#pagePrivacy #headline {
	background-image: url(../img/privacy/bg_headline.jpg);
}

	@media (-webkit-min-device-pixel-ratio: 2){
		#pagePrivacy #headline {
			background-image: url(../img/privacy/bg_headline@2x.jpg);
		}
	/* end of media query(retina) */	
	}


#pagePrivacy .list_privacy {}

#pagePrivacy .list_privacy dt {
	font-size: 19px;
	border-bottom: 1px solid #e9e9e9;
	padding-left: 5px;
	padding-bottom: 10px;
	margin-bottom: 15px;
	font-weight: normal;
}

#pagePrivacy .list_privacy dd {
	margin-left: 0;
	margin-bottom: 40px;
	padding-left: 5px;
}




@media handheld, print, screen and (min-width: 374px) {
/* iphone6 */


/* end of media query(iphone6) */	
}



@media handheld, print, screen and (min-width: 413px) {
/*  iPhone6 Plus */

/* end of media query(iPhone6 Plus) */	
}



@media handheld, print, screen and (min-width: 481px) {
/* tablet */


#pagePrivacy .list_privacy dt {
	font-size: 22px;
	padding-left: 10px;
	padding-bottom: 15px;
	margin-bottom: 20px;
}

#pagePrivacy .list_privacy dd {
	margin-bottom: 60px;
	padding-left: 10px;
}



/* end of media query(tablet) */	
}



@media handheld, print, screen and (min-width: 621px) {
/* iPad */


/* end of media query(iPad) */	
}



@media handheld, print, screen and (min-width: 801px) {
/* pc */



/* end of media query(pc) */
}