@charset "utf-8";




@media screen and (min-width:768px){
/*pc・タブレットcss*/

#privacy .ttl{
	padding-bottom:20px;
	margin-bottom:20px;
	font-size:24px;
	line-height:1.4;
	font-weight:700;
	border-bottom: solid 1px #707070;
}



}

@media screen and (min-width:768px) and ( max-width:1366px) {
	


}
@media (max-width: 768px) {

		
	#privacy .ttl{
		padding-bottom:3vw;
		margin-bottom:3vw;
		font-size:18px;
		line-height:1.4;
		font-weight:700;
		border-bottom: solid 1px #707070;
	}
		
		
	
				
}

