.section {
	margin-top: 30px;
}

.hospital .voice-header {
	text-align: center;
}

.hospital .voice-header h2 {
	line-height: 1.2;
	padding: 10px 0;
}

.hospital .hospital-image  {
	margin: 0 0 30px;
}

.hospital .hospital-image img {
	border-radius: 15px;
	border: 10px solid #d8d8d8;
	margin: 0 0 20px;
}

.hospital .hospital-staff-voice .title {
	background: #d8d8d8;
	padding: 30px;
}

.hospital .hospital-staff-voice .title img {
	border-radius: 5px;
}

.hospital .hospital-staff-voice .title h3 {
	font-weight: bold;
	color: #fff;
	line-height: 1.2;
	padding: 1em 0 0;
	text-align: center;
}

.voice .voice-body-function .function-detail {
	padding: 0;
}

.voice .voice-body-function .function-detail .voice-functions {
	text-align: center;
}

.hospital .staff-voice-matome .matome-img {
	padding: 0 0 20px;
	text-align: center;
}

.hospital .staff-voice-matome .matome-img figcaption {
	margin-top: 10px;
}

.hospital .voice .logo {
	padding: 0 30px 30px;
	text-align: center;
}

@media screen and (min-width: 768px) {

	.hospital .hospital-staff-voice .title h3 {
		padding-top: 2.5em;
	}
	
	.hospital .voice .logo img {
		max-width: 60%;
	}
	
}

@media screen and (min-width: 992px) {

	.hospital .hospital-staff-voice .title h3 {
		padding-top: 3.5em;
	}

}

