@charset "utf-8";

/* ==================================================================
	medical.css
=================================================================== */

/* common ******************************/
.description{
	font-size:170%;
	font-family: "Sawarabi Mincho"; 
	font-weight:bold;
}

.main section h3{
	font-size:145%;
	font-family: "Noto Sans Japanese";
}


section .image{
	float:right;
	margin-left:1em;
}

section dl.list dt{
	margin-bottom:0.5em;
	font-size:116%;
	font-family: "Noto Sans Japanese";
	font-weight:bold;
	color:#00695c;
}

section dl.list dd{
	margin-bottom:1.5em;
}


/* smartPhone */
@media screen and (max-width: 640px) {
	section .image{
		float:none;
		margin-left:0;
		text-align:center;
	}
}