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

/* =====================================================
  ・ #secPrivacy (SP)
======================================================== */
#secPrivacy {
	padding-top: 80px;
	padding-bottom: 80px;
	background: #f1e5d4;
}
#secPrivacy .secInner {
	max-width: 800px;
}
#secPrivacy h1 {
	margin-bottom: 50px;
	font-size: 2.4rem;
	color: #6a3906;
	font-weight: bold;
}
#secPrivacy .boxLead {
	margin-bottom: 50px;
	text-align: justify;
}
#secPrivacy h2 {
	margin-bottom: 15px;
	padding-left: 1em;
	padding-bottom: 15px;
	border-bottom: 1px solid #6a3906;
	font-size: 1.8rem;
	text-align: left;
	color: #6a3906;
	text-indent: -1em;
}
#secPrivacy .secInner section {
	margin-bottom: 50px;
}
#secPrivacy .secInner section p {
	line-height: 2;
	text-align: justify;
}
#secPrivacy .secInner section li {
	margin-left: 1em;
	padding-left: 1em;
	line-height: 2;
	text-align: left;
	text-indent: -1em;
}


@media screen and (min-width:960px) {
  /*　for PC　*/
	/* =====================================================
		・ #secPrivacy  (min-width:960px)
	======================================================== */
	#secPrivacy .boxLead {
		text-align: center;
	}
	#secPrivacy .secInner section li {
		margin-left: 2em;
	}

}