@charset "utf-8";
@import url("./curebell_search_medicine_type.css?20240808");

#symptom_list a
{
	justify-content: start;
	width: calc(33.3% - 10px);
}

@media screen and (max-width: 640px)
{
	#symptom_list a
	{
		width: calc(100% - 10px);
		padding-left: 1.5em;
	}
}
