@charset "UTF-8";

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

.privacy {
}
	.privacy .privacyList:not(:last-of-type) {
		margin-bottom: 30px;
	}
	.privacy .privacyList:first-of-type {
		margin-top: 30px;
	}
		.privacy .privacyList .txtTitle {
			margin-bottom: 15px;
			padding: 10px 0;
			border-top: 1px dashed #d1d1d1;
			border-bottom: 1px dashed #d1d1d1;
			text-align: left;
		}




/* ================================================================================================================================================================================== */
/* tablet */
/* ================================================================================================================================================================================== */

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

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

.privacy {
}
	.privacy .privacyList:not(:last-of-type) {
		margin-bottom: 40px;
	}
	.privacy .privacyList:first-of-type {
		margin-top: 40px;
	}

}


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

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

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

.privacy {
}
	.privacy .privacyList:not(:last-of-type) {
		margin-bottom: 50px;
	}
	.privacy .privacyList:first-of-type {
		margin-top: 50px;
	}

}


/* ================================================================================================================================================================================== */
/* pc */
/* ================================================================================================================================================================================== */
@media only screen and (min-width:1280px) {

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

.privacy {
}
	.privacy .privacyList:not(:last-of-type) {
		margin-bottom: 70px;
	}
	.privacy .privacyList:first-of-type {
		margin-top: 70px;
	}
		.privacy .privacyList .txtTitle {
			margin-bottom: 25px;
		}

}