.com_mv {
	background: url('/medical_questionnaire/img/img_mv_medical_questionnaire.png') no-repeat top center;
	-webkit-background-size: 100% auto;
	-o-background-size: 100% auto;
	background-size: 100% auto;
}

.ttl_top_com {
	padding-top: 70px;
}

.ttl_top_com:before {
	content: '';
	position: absolute;
	width: 80px;
	height: 66px;
	background: url('/outpatient/img/kenshin//icon_gmenu_03.svg') no-repeat top center;
	background-size: contain;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

/*For SmartPhone --------------------------------------------------*/
@media only screen and (max-width: 767px) {
	body {
		margin-bottom: .16rem;
	}

	.com_mv {
		margin-top: .4rem;
	}

	.ttl_top_com {
		padding-top: 0.85rem;
		margin: 0.2rem 0 0.4rem;
	}

	.ttl_top_com:before {
		content: '';
		position: absolute;
		width: 0.8rem;
		height: 0.6rem;
		background: url('/technology/img/icon_gmenu_05.svg') no-repeat top center;
		background-size: contain;
	}
}