@charset "utf-8";

/* ------------------------------
	outline
------------------------------ */
.heading_figure {
	position: relative;
}

.heading_figure:before {
	content: "";
	display: block;
	background: url("../img/heading_figure.png") no-repeat center bottom;
	background-size: contain;
	position: absolute;
}

#medical_resrv {
    position: relative;
}

.table_wrap .table_data .button_wrap {
	display: block;
}

@media (max-width: 640px) {
	.heading_figure {
		padding-top: 80px;
	}
	
	.heading_figure:before {
		width: 129px;
		height: 141px;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
	}


}

@media (min-width: 641px) {
	.heading_figure:before {
		width: 229px;
		height: 250px;
		bottom: 0;
		right: 30px;
	}

	#medical_resrv .section_reserve_body {
		display: flex;
		align-items: center;
		padding: 20px 30px;
	}
		
}

