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

#privacy {
	width: 1000px;
	margin: auto auto 80px;
	text-align: left;
}

.link {
	border-bottom: #53585a 1px dashed;
}

@media only screen and (max-width: 750px) {
#privacy {
	width: 90%;
}
.tel-link {
	border-bottom: #53585a 1px dashed;
}

}
#privacy p.tar {
	text-align: right;
}

#privacy h1 {
	font-size: 24px;
	text-align: center;
	margin-top: 120px;
	margin-bottom: 40px;
}
#privacy h2 {
	font-size: 18px;
	margin-top: 100px;
	margin-bottom: 20px;
}

#privacy h3 {
	font-size: 18px;
	margin-top: 40px;
	margin-bottom: 20px;
}

#privacy p {
	line-height: 1.4;
	margin-top: 1em;
	margin-bottom: 1em;
}
#privacy ul {
	margin-top: 10px;
}
#privacy ul.num_list li {
	line-height: 1.4;
	text-indent:-.8em;
	padding-left:1em;
	padding-bottom:.5em;
}
#privacy ul.bra_list li {
	line-height: 1.4;
	text-indent:-2.5em;
	padding-left: 2em;
	padding-bottom:.5em;
}
#privacy ul.cir_list li {
	line-height: 1.4;
	text-indent:-1em;
	padding-left:1em;
	padding-bottom:.5em;
}
#privacy ul.sub_list li {
	line-height: 1.4;
	text-indent:-1.5em;
	padding-left:1.5em;
	padding-bottom:.5em;
}