@charset "utf-8";

/*PRIVACY POLICY------------------------------------------------*/

#privacy {
	width:100%;
	background: #ffffff;
	text-align: left;
}
#privacy .ttl {
    background: url(../img/ttl_pp_bg.png) repeat-x center top;
	width: 100%;
	height: 70px;
}
#privacy h1 {
	width: 100%;
    max-width: 1050px;
	margin: 0 auto;
    padding: 0 25px;
}
#privacy h1 img{
	margin: 0;
	padding: 22px 0 0 0;
	width: 302px;
}
#privacy .inner {
	width: 100%;
	max-width: 1050px;
	padding: 50px 20px 80px;
	margin: 0 auto;
}
#privacy .inner section {
    margin: 0 0 30px;
}

#privacy .inner a {
	text-decoration: underline;
}

#privacy .inner a:hover {
	text-decoration: none;
}

footer {
    background: #f5f5f5;
}

/*スマホ用-----------------------------------------------------------------------------------------------*/

@media screen and (max-width: 768px) {

}