  /* CSS Document */
.p-main_image{
	position: relative;
}
.p-main_image .c-caption{
	position: absolute;
	right: 1rem;
	bottom: -0.5rem;
	width: auto;
	white-space: nowrap;
}

#main h2.p-bio_tech.c-line_heading{
	text-align: center;
	padding: 1.75rem 1.25rem 1.5rem 1rem;
}
#main h3.p-biotech_title{
	font-size: 1.25rem;
	border-bottom: #e6e6e6 1px solid;
	padding-bottom: 1.125rem;
}

/*sp*/
.sp .p-main_image .c-caption{
	position: static;
}