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

/*==============================*/
/*  */
/*==============================*/
div.privacyWrap{
	max-width: 960px;
	margin: 0 auto;
}

div.privacy dl:not(:last-child){ margin-bottom: 44px;}
div.privacy dl dt{
	margin-bottom: 14px;
	color: #000;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.414em;
}

/* ======= TB =======*/
    @media screen and (min-width: 768px) and (max-width: 1024px) {
    }
    /* ======= SP =======*/
    @media (max-width: 767px) {

		div.privacy dl:not(:last-child){ margin-bottom: 36px;}
		div.privacy dl dt{
			margin-bottom: 10px;
			font-size: 20px;
			line-height: 1.3em;
		}
    }