@charset "UTF-8";
/* CSS Document */

/* ----------------------------------------------------------------------------------------------------
*  privacy
* --------------------------------------------------------------------------------------------------*/
.privacyList01 {
	text-indent: 0.5px;
}
.privacyList01 dt {
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px dotted #c9c9c9;
	padding-left: 21px;
}
.privacyList01 dd + dt {
	margin-top: 48px;
}
.privacyList01 dd {
	margin: 13px 21px 0 21px;
}
.privacyList01 dd p {
	margin-top: 40px;
}
.privacyList01 p:last-child {
	margin-top: 60px;
}

@media screen and (max-width:768px) {
	.privacyList01 dt {
		font-size: 14px;
		font-weight: bold;
		border-bottom: 1px dotted #c9c9c9;
		padding-left: 21px;
	}
}
