@charset "utf-8";

.sp {
	display: none;
}
@media screen and (max-width:640px) {
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
}
/*=====================================================================================
	
	Document    : medicine.css
	Description : 臨床指標（薬剤部）
 
=====================================================================================*/

.yakuzaibu-image {
	font-size: 23px;
    font-weight: bold;
	margin-bottom: 30px;
    padding-top: 30px;
}

