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


/******************************************************

PC設定 1200px以上の場合に適用 

*******************************************************/

/* mv */
.mv {
	background-image: linear-gradient(rgba(0,0,0,.3), rgba(0,0,0,.3)),url("/img/privacypolicy/mv.jpg");
}



/* main */
.main__h2 {
	margin-bottom: 40px;
}

.main__txt {
	margin-bottom: 30px;
}

.main__txt:last-child {
	margin-bottom: 0;
}

.main__box {
	margin-bottom: 30px;
}

.main__item {
	padding-left: 1em;
	text-indent: -1em;
	line-height: 1.8;
}




/******************************************************

タブレットの設定 960px~1199pxの場合に適用 

*******************************************************/

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


	
	
	
	
}



/******************************************************

タブレットの設定 768px~959pxの場合に適用 

*******************************************************/

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


	
	
}


/******************************************************

SPの設定 767px以下の場合に適用 

*******************************************************/

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

/* main */
.main__h2 {
	margin-bottom: 20px;
}
	
.main__txt {
	font-size: 14px;
	margin-bottom: 20px;
}

.main__box {
	margin-bottom: 20px;
}
	
	
	
}