@charset "UTF-8";
.profile_box{
	display: flex;
	max-width: 600px;
	margin: 6vw auto 10vw;
	align-items: center;
}
.profile_img{
	width:246px;
	margin-right: 40px;
}
.profile_name{
	width: 126px;
	margin-bottom: 8px;
}
.profile_job{
	width:99px;
	margin-bottom: 8px;
}
.profile_txt_wrap{
	width: 50%;
}
@media (max-width: 480px)  {
	.profile_box{
		display: block;
	}
	.profile_img{
		width:80%;
		margin: 0 auto;
		margin-right: auto;
	}
	.profile_txt_wrap{
		width: 100%;
	}
	.profile_name{
		margin: 20px auto 10px;
	}
	.profile_job{
		margin: 0 auto 10px;
	}
}