@charset "UTF-8";
/* CSS Document */

@media print, screen and (min-width: 769px){
/*--------OFF----------*/

.chkbox{
	display:none;
}

/*-----------------*/

/*-------------特定------------*/
.contBox{
	width:1024px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}

.tit_gaiyou{
	width:728px;
	height:40px;
	margin-left:auto;
	margin-right:auto;
	
	margin-top:80px;
	font-size:16px;
	padding-left:20px;
	line-height:42px;
		margin-bottom:13px;
		background-color:#333333;
		color:#ffffff;
		text-align:center;
	}
	
	.privacy_text{
	width:748px;
	margin-left:auto;
		margin-right:auto;
		margin-bottom:40px;
}
.privacy_text h2{
	font-size:16px;
	margin-top:10px;
	}
	.privacyDl dt{
		float:left;
	}


	
}


/*--------------------------------------*/
/*--------------------------------------*/
/*--------------------------------------*/

@media screen and (max-width: 768px){
/*--------OFF----------*/

	
	.tit_gaiyou{
	width:94vw;
	height:40px;
	margin-left:2vw;
	
	margin-top:80px;
	font-size:16px;
	padding-left:20px;
	line-height:42px;
		margin-bottom:13px;
		background-color:#333333;
		color:#ffffff;
		text-align:center;
	}

.privacy_text{
	width:90vw;
	height:auto;
	margin-left:3vw;
}
.privacy_text h2{
	font-size:15px;
	margin-top:10px;
}


}	