@charset "UTF-8";
/*-----------------------------------

	profile_block

-----------------------------------*/
#profile_block {
	background: #efefef;
	padding: 0 0 89px;
	margin-top: 38px;
}
#profile_block .img_mv_box {
	width: 100vw;
	margin: 0 calc(50% - 50vw) 121px;
}
#profile_block .profile_wrapper table {
	width: 100%;
}
#profile_block .profile_wrapper th,
#profile_block .profile_wrapper td {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.6875;
	letter-spacing: 0.005em;
	text-align: left;
	background: #ffffff;
	padding: 10.5px 10px;
}
#profile_block .profile_wrapper tr:not(:last-child) th,
#profile_block .profile_wrapper tr:not(:last-child) td {
	border-bottom: 12px solid #efefef;
}
#profile_block .profile_wrapper th {
	width: 251px;
	padding-left: 63px;
}
#profile_block .profile_wrapper td {
	width: calc(100% - 251px);
}
#profile_block .profile_wrapper td .branch {
	padding-bottom: 7px;
	border-bottom: 1px solid rgba(35, 24, 21, 0.3);
	margin-right: 152px;
	margin-bottom: 14px;
}
#profile_block .profile_wrapper td .branch:first-of-type {
	padding-top: 2.5px;
}
#profile_block .profile_wrapper td .branch_detail {
	margin-bottom: 33px;
}
#profile_block .profile_wrapper td .branch_other {
	margin: 32px 0 14.5px;
}
#profile_block .profile_wrapper .btm_img {
	margin-top: 20px;
}
@media screen and (max-width: 640px) {
	#profile_block {
		padding: 0 0 69px;
		margin-top: 28px;
	}
	#profile_block .img_mv_box {
		margin: 0 calc(50% - 50vw) 41px;
	}
	#profile_block .profile_wrapper th,
	#profile_block .profile_wrapper td {
		display: block;
		font-size: 15px;
		width: 100%;
	}
	#profile_block .profile_wrapper th {
		padding-left: 10px;
		padding-bottom: 0;
	}
	#profile_block .profile_wrapper td {
		padding-left: 25px;
	}
	#profile_block .profile_wrapper tr:not(:last-child) th {
		border-bottom: none;
	}
	#profile_block .profile_wrapper tr:not(:last-child) td {
		border-width: 6px;
	}
	#profile_block .profile_wrapper td .branch {
		margin-right: 0;
	}
	#profile_block .profile_wrapper .btm_img {
		margin-top: 12px;
	}
}
