@charset "utf-8";
.mobile {
	display: none;
}

#contents h3:not(.g_title){
	font-size: 1rem;
	font-weight: normal;
}

#contents section > section{
	margin-left: 1em;
}

#contents a{
	display: inline-block;
}

@media (max-width: 640px) {
	.pc {
		display: none;
	}
	.mobile {
		display: block;
	}
	#contents ol{
		padding-left: 1em;
	}
}

	

