@charset "UTF-8";

/* -------------------------- */
/* content */
/* -------------------------- */

.privacyBox {
	padding-bottom: 30px;
}
	.privacyList:not(:last-child) {
		padding-bottom: 30px;
	}


/* ================================================================================================================================================================================== */
/* pc */
/* ================================================================================================================================================================================== */

@media only screen and (min-width:1024px) {

/* -------------------------- */
/* content */
/* -------------------------- */

.privacyBox {
	padding-bottom: 60px;
}
	.privacyList:not(:last-child) {
		padding-bottom: 60px;
	}



}