@charset "UTF-8";
/* ********************************************************************** */
/* For Contact */
/* ********************************************************************** */

/* ---------------------------------------------------------------------- */
/* PC */
/* ---------------------------------------------------------------------- */

	/* privacyunit */
	/* ---------------------------------------------------------------------- */
	.privacyunit {
		margin-bottom: 50px;
	}

	.privacyunit h3 {
		font-size: 40px;
		line-height: 1.45;
		font-weight: 700;
		margin-bottom: 20px;
	}

	.privacyunit h4 {
		font-size: 24px;
		line-height: 1.45;
		font-weight: 700;
		margin-bottom: 20px;
	}

	.privacyunit ol li {
		margin-left: 1em;
	}

	.privacyunit ul li {
		margin-left: 1em;
	}

	.num>li {
		list-style-type: decimal;
	}
	.num_l>li {
		list-style-type: lower-roman;
	}
	.alp>li {
		list-style-type: lower-alpha;
	}
	.mv_p{
		height: 360px;
		position: relative;
	}



/* End PC */
/* ---------------------------------------------------------------------- */

/* ---------------------------------------------------------------------- */
/* SP */
/* ---------------------------------------------------------------------- */
@media (max-width: 1000px) {
	/* privacyunit */
	/* ---------------------------------------------------------------------- */
	.privacyunit {
		margin-bottom: 8vw;
	}

	.privacyunit h3 {
		font-size: 5vw;
		line-height: 1.15;
		font-weight: 700;
		margin-bottom: 4vw;
	}

	.privacyunit h4 {
		font-size: 4.6vw;
		line-height: 1.15;
		font-weight: 700;
		margin-bottom: 4vw;
	}


}
/* End @media (max-width:1000px) */
