@charset "UTF-8";
/* CSS Document */

/* header */
header {
	width: 100%;
	position: relative;
}
#top {
	width: 90%;
	height: auto;
	max-width: 1000px;
	margin: 0 auto;
	padding: 19px 0 16px 0;
	position: relative;
}
header h1 img {
	width: 70%;
	height: auto;
	max-width: 334px;
}
#top address {
	display: none;
}
@media print, screen and (min-width: 768px) {
	header h1 {
		float: left;
		width: 50%;
		padding-top: 25px;
	}
	#top {
		padding: 0 0 40px 0;
		overflow: hidden;
	}
	#top address {
		float: right;
		border-left: solid 1px #a4bd1d;
		padding: 25px 0 0 25px;
		height: 75px;
		display: block;
	}
	#top address div span {
		font-size: 3.2rem;
		line-height: 1;
		color: #a4bd1d;
		vertical-align: middle;
	}
	#top address strong {
		font-size: 1.6rem;
		line-height: 1;
		color: #a4bd1d;
		border: solid 1px #a4bd1d;
		border-radius: 6px;
		display: inline;
		padding: 3px;
		vertical-align: middle;
		margin-right: 3px;
	}
	#top address p {
		font-size: 1.1rem;
		line-height: 2;
	}
}

/* #main-image */
#main-image img {
	width: 100%;
	height: auto;
	position: relative;
}
@media print, screen and (min-width: 768px) {
	#main-image img {
		margin-top: 5px;
	}
}

h2#pagetitle {
	color: #a4bd1d;
	font-size: 2.2rem;
	text-align: center;
	margin: 30px 0;
	line-height: 1.2;
}
h2#pagetitle i {
	display: block;
	width: 60px;
	margin: 0 auto;
}
h2#pagetitle i img {
	width: 100%;
	height: auto;
}
@media print, screen and (min-width: 768px) {
	h2#pagetitle {
		font-size: 4rem;
		margin: 60px 0;
	}
	h2#pagetitle i {
		width: 94px;
	}
}

section#medical-safety {
	font-size: 1.4rem;
	width: 90%;
	max-width: 680px;
	margin: 20px auto 50px auto;
	text-align: justify;
}
section#medical-safety h3 {
	font-size: 1.6rem;
	font-weight: 700;
	text-align: center;
	color: #a4bd1d;
	line-height: 1.5;
	border: solid 1px #a4bd1d;
	margin: 20px auto;
	display: table;
	padding: 20px 10px;
}
@media print, screen and (min-width: 768px) {
	section#medical-safety p.ms-txt {
		text-align: center;
	}
}
section#medical-safety dl.ms-contents dt {
	font-size: 1.6rem;
	font-weight: 700;
	color: #a4bd1d;
	line-height: 1.5;
	border-bottom: solid 1px #a4bd1d;
	margin: 50px 0 7px;
}
section#medical-safety ul li,
section#medical-safety p.mt14 {
	margin-top: 14px;
}
section#medical-safety ul.kiki li {
	margin: 0 0 0 28px;
}
section#medical-safety ul.cerec li {
	margin: 0 0 0 28px;
}

section#medical-safety dl.shisetuskijyun dt {
	font-size: 1.6rem;
	margin: 28px 0 0;
	font-weight: 700;
}
