@media only screen and (max-width: 480px) {



/*======================================

	common
	
========================================*/

.page-header {
	background: transparent url(../i/h2_privacy.jpg) no-repeat center center ;
	background-size: cover;
}




h3{
	text-align: center;
	font-size:27px;
	font-weight: 500;
	line-height: 1;
	padding: 0;
	margin: 0 0 30px 0;
	font-weight: 400;
	letter-spacing: 3px;
}
h3 span{
	display: block;
	font-size:14px;
	line-height: 1;
	padding: 0;
	margin: 10px 0 0 0;
	color: #2ea7e0;
}


h4{
	margin: 20px 0 15px 0;
	font-size:16px;
	font-weight: 400;
}





/*======================================

	index
	
========================================*/
.lead{
	width:100%;
	margin: 0px auto 30px auto;
}
.lead h3{
	width:90%;
	margin: 30px auto 20px auto;
	color:#00a0e9;
}
.lead p span{
	font-weight: 600;
}










}
@media only screen and (min-width: 481px) {


/*======================================

	common
	
========================================*/

.page-header {
	background: transparent url(../i/h2_privacy.jpg) no-repeat center center ;
	background-size: cover;
}




h3{
	text-align: center;
	font-size:27px;
	font-weight: 400;
	letter-spacing: 3px;
	line-height: 1;
	padding: 0;
	margin: 0 0 0px 0;
}
h3 span{
	display: block;
	font-size:14px;
	line-height: 1;
	padding: 0;
	margin: 15px 0 0 0;
	color: #2ea7e0;
}


h4{
	margin: 20px 0 15px 0;
	font-size:16px;
	font-weight: 400;
}

/*======================================

	index
	
========================================*/
.lead{
	width:680px;
	margin: 30px auto 40px auto;
}
.lead h3{
	margin: 30px auto 40px auto;
	color:#00a0e9;
	font-size:27px;
	font-weight: 400;
	letter-spacing: 3px;
}

.lead p span{
	font-weight: 600;
}




}