@charset "utf-8";

/* for Common & Smartphone*/

#privacy{}


.ttlPri01{
	font-size:123%;
	line-height:2;
	margin-bottom:10px;
	text-align:left;
}
.ttlPri02{
	font-size:108%;
	margin-bottom:5px;
	text-align:left;
}


/* for Smartphone*/
/*横向きの際に適用*/
@media screen and (orientation : landscape) { 
}
	
/* for PC*/
@media print, screen and (min-width:768px) {

#privacy{}








}


/*for Retina common and SP*/
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
	}

/*for Retina PC*/
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width:768px) { 

}

