/* CSS Document */

.privacy-policy{
	padding-left: 4%;
	padding-right: 4%;
	margin: auto;
	margin-bottom: 100px;
}
.privacy-policy h1{
	font-size: 1.4rem;
    padding-top: 30px;
    padding-bottom: 10px;
    text-align: center;
}
.privacy-policy h2{
	font-size: 2.6rem;
    margin-bottom: 30px;
    text-align: center;
}
.privacy-policy h3{
	font-size: 1.6rem;
	text-indent: 0.5em;
	border-top: #CBCBCB 1px solid;
	border-bottom: #CBCBCB 1px solid;
	padding-top: 10px;
    padding-bottom: 10px;
	margin-bottom: 15px;
	margin-top: 15px;
}
.otoiawase h3{
	letter-spacing: -1px;
}
.privacy-policy p,.privacy-policy ol{
	font-size: 1.4rem;
	max-width: 300px;
    margin: auto;
	margin-bottom: 25px;
}
.privacy-policy ol{
	padding-left: 20px;
}
.privacy-policy li{
	margin-bottom: 15px;
	text-indent: -1em;
}

@media screen and (max-width: 320px) {
	
	.privacy-policy p,.privacy-policy ol{
		max-width: 250px;
	}
}

@media screen and (min-width: 768px) {
	
	.privacy-policy{
		max-width: 730px;
		margin-bottom: 150px;
	}
	.privacy-policy h2{
		font-size: 3rem;
		margin-bottom: 50px;
	}
	.privacy-policy h3{
		margin-bottom: 30px;
   		margin-top: 30px;
	}
	.privacy-policy p,.privacy-policy ol{
		max-width: 600px;
		margin-bottom: 40px;
	}
}
