@charset "utf-8";

.bio_frame {
	position: relative;
	text-align: center;
	float: right;
	width: 77%;
	margin-right: 2%;
}
.bio_frame img {
	width: 100%;
}
.bio_con {
	width: 87%;
	color: #000;
	position: absolute;
	font-family: cursive;
	top: 4%;
	left: 0;
	text-align: left;
	font-size: 2vw;
	padding: 0 5% 0% 6%;
}

.bio_img1 {
	width: 32%;
	float: right;
	display: inline-block;
}
.bio_img2 {
	width: 32%;
	float: left;
	display: inline-block;
}
