@charset "utf-8";

/* privacyContents
----------------------------------------------*/
#privacyContents h2 {
	font-size: 1.2em;
	color: #947054;
	font-weight: bold;
	line-height: 30px;
}
#privacyContents ul li {
	line-height: 1.7;
	text-indent: -1.2em;
	margin-left: 1.2em;
}
#privacyContents #redFont {color: red;}
#privacyContents section:nth-child(4) p {margin-bottom: 0.5em;}

/*===============================================
●画面の横幅が769px以下(スマホ)
===============================================*/
@media only screen and (max-width: 769px) {
	
	/* privacyContents
	----------------------------------------------*/
	#privacyContents {margin-bottom: 3em;}
	#privacyContents section {margin-bottom: 1.5em;}
}

/*===============================================
●画面の横幅が770px以上(PC)
===============================================*/
@media only screen and (min-width: 770px) {
	
	/* privacyContents
	----------------------------------------------*/
	#privacyContents section {margin-bottom: 1.5em;}
	
}