@charset "UTF-8";

/* -------------------------- */
/* content */
/* -------------------------- */

.privacyBox {
}
	.privacyBox:not(:last-child) .container {
		padding-bottom: 30px;
	}
		.privacyBox .list_decimel {
			margin-top: 15px;
		}

/* ================================================================================================================================================================================== */
/* pc */
/* ================================================================================================================================================================================== */

@media only screen and (min-width:1024px) {

/* -------------------------- */
/* content */
/* -------------------------- */

.privacyBox {
}
	.privacyBox:not(:last-child) .container {
		padding-bottom: 60px;
	}


}