#timeBox,
#staffVoiceBox {
	margin: 48px 0 0;
}

/* Time */
#timeBox ul li {
	line-height: 184%;
}
#timeBox ul li span {
	width: 120px;
	display: inline-block;
}

/* Staff Voice */
#staffVoiceBox .voiceBoxes {
	margin: 24px 0 0;
}
#staffVoiceBox .voiceBox {
	height: 100%;
	border: solid 1px #afafaf;
	border-radius: 8px;
	margin: 16px 0 0;
	padding: 16px 40px;
}
#staffVoiceBox .voiceBox p {
	margin: 0;
}
#staffVoiceBox .voiceBox p:first-of-type {
	padding: 0 0 8px;
}
#staffVoiceBox .voiceBox p:nth-of-type(2),
#staffVoiceBox .voiceBox p:nth-of-type(3) {
	text-align: right;
	line-height: 168%;
	margin: 0;
}
#staffVoiceBox .voiceBox p:nth-of-type(2) span,
#staffVoiceBox .voiceBox p:nth-of-type(3) span {
	font-size: 1.1rem;
	margin: 0 16px 0 0;
}

@media screen and (max-width: 520px) {
	#timeBox,
	#staffVoiceBox {
		margin: 32px 0 0;
	}
	/* Time */
	#timeBox ul li {
		padding: 0 0 16px 16px;
	}
	#timeBox ul li span {
		display: block;
	}
	
	/* Staff Voice */
	#staffVoiceBox .voiceBoxes {
		margin: 16px 0 0;
	}
	#staffVoiceBox  .voiceBox {
		margin: 8px 0 0;
		padding: 16px;
	}
	#staffVoiceBox .voiceBox:first-of-type p:nth-of-type(2) span,
	#staffVoiceBox .voiceBox:nth-of-type(3) p:nth-of-type(2) span {
		margin: 0;
		display: block;
	}
}