@charset "UTF-8";
/* privacy_policy style.css */
#privacy .heading01 {
	background-image:url(../img/privacy_main_bg.png);
	background-image:url(../img/privacy_main_bg.jpg);
}
.box_section dl dt {
	font-size:2.4rem;
	font-weight:500;
}
.box_section dl * + dt {
	margin-top:50px;
}
.box_section dl dd {
	margin-top:10px;
}
.box_section dl dd > p:nth-child(n+2) {
	margin-top:1.5em;
}



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


/*SP Layout
------------------------------------------------------ */
@media only screen and (max-width: 768px) {
	#main .box_section {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.box_section dl * + dt {
		margin-top:25px;
	}
	.box_section dl dt {
		font-size:1.4rem;
	}
	.box_section dl dd {
		margin-top:5px;
	}
}

