@charset "UTF-8";

.lead{
	margin-bottom: 64px;
	
}
	
	
/*--------------------------------------------------
**************************************************
  PC用
**************************************************
--------------------------------------------------*/
@media screen and (min-width: 768px) {
	.privacy_list > li{
		margin-bottom: 56px;
	}
	
	.privacy_contents dt{
		font-size: 3.0rem;
		font-weight: 700;
		color: #56B3E7;
		margin-bottom: 24px;
	}
	
	.privacy_contents dd{
		line-height: 2.25;
		
	}
	.privacy_contents dd ul{
		margin: 24px 0 40px 40px;
	}
	
	.privacy_contents dd ul li{
		line-height: 2;
	}
}/* End PC */



/*--------------------------------------------------
**************************************************
  SP用
**************************************************
--------------------------------------------------*/
@media screen and (max-width: 767px) {
		.privacy_list > li{
		margin-bottom: 32px;
	}
	
	.privacy_contents dt{
		font-size: 2.0rem;
		font-weight: 700;
		color: #56B3E7;
		margin-bottom: 16px;
	}
	
	.privacy_contents dd{
		font-size: 1.4rem;
		line-height: 2;
		
	}
	.privacy_contents dd ul{
		margin: 24px 0 40px 32px;
	}
	
	.privacy_contents dd ul li{
		line-height: 2;
	}
}/* End SP */
