@charset "utf-8";
/* -----------------------------
 privacy.css
----------------------------- */

.content p {
	margin-bottom: 15px;
}

.content h3 {
	margin-top: 40px;
	margin-bottom: 5px;
	font-size: large;
	font-weight: bold;
}

.content ul {
	padding-left: 30px;
	list-style-type: disc;
}

.content a {
	text-decoration: underline;
}

/* -----------------------------
 PC
----------------------------- */
@media screen and (min-width:1000px) {
}

/* -----------------------------
 SP
----------------------------- */
@media screen and (max-width:999px) {
}
