@charset "utf-8";

/*■ PC : 641px < Window Size ■*/
@media print,screen and (min-width: 641px) {
	/* ------ Body ------ */
	article{
		background-color:#f5f2e9;
	}
	#privacy{
		border-bottom:3px solid #d6cdaf;
		padding-bottom:100px;
	}
	#privacy > p{
		margin-bottom:55px;
	}
	#privacy h3{
		color:#6b3c30;
		font-size:24px;
		margin-bottom:30px;
	}
	#privacy .privacy > p{
		margin-bottom:55px;
	}
	#privacy ul li{
		margin-bottom:35px;
	}
	#privacy ul li:last-child{
		margin-bottom:0;
	}
	#privacy ul li h4{
		font-size:18px;
		line-height:1.2em;
		margin-bottom:15px;
	}
	#privacy ul li p{
		line-height:1.6em;
	}
	#privacy ul li p.sub{
		margin-left:2em;
	}
}

/*■ Mobile (Low Res) : 640px > 0 ■*/
@media only screen and (max-width: 640px) {
	/* ------ Body ------ */
	article{
		background-color:#f5f2e9;
	}
	#privacy > p{
		margin-bottom:7.8vw;
	}
	#privacy h3{
		font-size:1.42em;
		color:#6b3c30;
		padding-bottom:0.29em;
		line-height:1.2em;
	}
	#privacy .privacy > p{
		margin-bottom:7.8vw;
	}
	#privacy ul li{
		margin-bottom:1.25em;
	}
	#privacy ul li:last-child{
		margin-bottom:0;
	}
	#privacy ul li h4{
		font-size:1.17em;
		padding-bottom:0.36em;
		line-height:1.3em;
	}
	#privacy ul li p.sub{
		margin-left:2em;
	}
}
