@charset "utf-8";

/* ========================================================
	terms.css => 参加規約ページ用CSS
======================================================== */

#contents.terms p + p,
#contents.terms p + ul,
#contents.terms p + ul,
#contents.terms dl + p,
#contents.terms ul + dl,
#contents.terms p + dl,
#contents.terms ul + p {
	margin-top: 15px;
}

#contents.terms div + section,
#contents.terms section + section {
	margin-top: 30px;
}

#contents.terms dl + dl {
	margin-top: 20px;
}


/* list
============================================================================================================ */

/* point_list
------------------------------------------------------------- */
#contents.terms .point_list li:before {
	content: "・";
}

/* point_list
------------------------------------------------------------- */
#contents.terms .note_list > li:before {
	content: "※";
}


/* color
============================================================================================================ */
.color {
	color: #003b83;
	font-weight: bold;
}


