@charset "UTF-8";

/*----------------------------------------------------
	Title
----------------------------------------------------*/
#mainTtlBox{
	background-image:url(../images/privacy/ttl_bg.png);
}


/*----------------------------------------------------
	Layout
----------------------------------------------------*/
.contentsInr h2{
	margin-bottom:30px;
}
.contentsInr p{
	padding-bottom:15px;
}
.contentsInr div:last-of-type{
	padding-top:80px;
}

@media only screen and (max-width: 767px){
	.contentsInr div:last-of-type{
		padding-top:10px;
	}
}