@charset "utf-8";

/* for Common & Smartphone*/

#privacy{}

.priCopy01{
	font-size:153%;
	color:#534741;
	text-align:center;
	line-height:1.75;
	margin-bottom:30px;
}









/* for Smartphone*/
/*横向きの際に適用*/
@media screen and (orientation : landscape) { 

}
	
/* for PC*/
@media screen and (min-width:768px) {

#company{}











}


/*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) { 

}

