
.free_page .contents{
	background:#efefef;
	padding-bottom:20px;
	margin-bottom:50px;
}
	.free_page .contents:first-child,
	.free_page .contents:last-child{
		background:#fff;
	}
.free_page .text-area,
h3.ttl_sub{
	background:none;
}
h3.ttl_sub{
	font-family: 'Noto Serif JP', serif;
}
.free_page .contents:first-child a{
	font-family: 'Noto Serif JP', serif;
	font-size:18px;
	text-decoration:none;
}

ul.decimal{
	margin-left:10px;
}
ul.decimal li{
	list-style-type: decimal;
	font-family: 'Noto Serif JP', serif;
	font-size: 18px;
	color:#2B00FD;
	margin-bottom:15px;
}


@media screen and ( max-width:899px) {

	#page-top{
		display: block !important;
		bottom: 0px;
		background: #fff;
	}

}

@media screen and (max-width:400px){
	
	.free_page .contents{
		padding:0 10px 20px;
	}
	ul.decimal{
		margin-left:20px;
	}
	
}