
.section {
	margin-top: 30px;
}

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

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

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

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

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

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

.staff-voice .title .title-text {
	text-align: center;
}

.staff-voice .title .title-text h3 {
	display: inline-block;
	text-align: left;
	font-weight: bold;
	color: #fff;
	line-height: 1.4;
	padding: 1em 0 0;
}

.voice .voice-body-function .bg-sub-color {
	background-color: rgb(164, 161, 231);
}

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

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

.voice .voice-body-function .function-detail ul {
	text-align: justify;
}

.staff-voice-matome .wrapper p {
	margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
	.voice img.XsImg-layout {
		max-width: 200px;
		margin: 0 auto;
	}
	
	.voice .voice-body-function .function-detail ul  {
		padding-left: 2rem;
	}
	
	.voice .staff-voice-matome .title {
		font-size: 1.85rem;
	}
}

@media screen and (min-width: 768px) {
	
	.staff-voice .title .row {
		display: flex;
		align-items: center;
	}

	.staff-voice .title .title-text h3 {
		padding-top: 0;
	}
	
	.staff-voice-matome .wrapper p {
		margin-bottom: 30px;
	}
		
}
