@charset "utf-8";

#rules{
	padding:50px 0 50px 0;
	position:relative;
	overflow: hidden;
}

#rules h3.title{
	font-size:36px;
	color: #000;
	margin-bottom:50px;
}

#rules h3.title span{
	font-size: 15px;
	font-family:"mozaic-geo-variable","游ゴシック体","YuGothic","游ゴシック","Yu Gothic","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,Verdana,sans-serif;
	color: #989898;
}

@media only screen and (min-width: 825px) {


}

@media (max-width: 825px) {


}
@media (max-width: 600px) {

	#rules h3.title {
		font-size: 24px;
	}

}

