@charset "UTF-8";

/* 利用規約ページ  */
@media (min-width: 768px) {
	.main_title{ font-weight: bold; text-align: center; margin: 0 0 70px 0;}
	p{ font-weight: 500;}
	ul{ list-style: decimal; font-weight: 500;}
}
@media (max-width: 767.98px) {
	.main_title{ font-weight: bold; text-align: center; margin: 0 0 20px 0; font-size: 24px;}
	p{ font-weight: 500;}
	ul{ list-style: decimal; font-weight: 500; padding: 0 0 0 25px;}
}

