@charset "UTF-8";


/*=======================================================
MV
=======================================================*/
.el_lower_mv_ttl::after{
	content: 'Bylaws';
}

/*=======================================================
main
=======================================================*/
.bl_bylaws {
	padding: 56px 0 80px;
	font-size: 16px;
}
.el_bylaws_ttl{
	font-size: 20px;
	margin-bottom: 12px;
}
.el_bylaws_ttl:not(:first-of-type){
	margin-top: 24px;
}
.bl_bylaws_list {
	display: flex;
	flex-direction: column;
	gap: 0.8em;
}
.el_other_ttl{
	margin-top: 1em;
}
.bl_bylaws .el_cta_sTtl{
	margin-top: 1em;
}
.bl_bylaws .el_link.under{
	font-size: 16px;
}
/* dr */
.bl_doctor_def{
	margin-top: 40px;
}
.bl_doctor_item{
	font-size: 15px;
	padding: 24px 0;
	border-bottom: 1px solid #383838;
	display: flex;
	flex-wrap: wrap;
	color: #383838;
}
.bl_doctor_item:first-of-type{
	border-top: 1px solid #383838;
}
.bl_doctor_dttl{
	flex: 0 1 230px;
	font-weight: bold;
}
.bl_doctor_ddata{
	flex: 1;
}
.bl_doctor_ddata > dl > div{
	display: flex;
	flex-wrap: wrap;
}
.bl_doctor_ddata > dl > div dt{
	flex: 0 1 180px;
}
.bl_doctor_ddata > dl > div dd{
	flex: 1;
}
@media screen and (max-width : 750px){
	.bl_bylaws {
		padding: 80px 0 120px;
		font-size: 26px;
	}
	.el_bylaws_ttl{
		font-size: 30px;
		margin-bottom: 24px;
	}
	.bl_bylaws .el_link.under{
		font-size: 26px;
	}
	.bl_doctor_item{
		font-size: 26px;
	}
	.bl_doctor_dttl{
		flex: 0 1 100%;
		margin-bottom: 16px;
	}
	.bl_doctor_ddata > dl > div dt{
		flex: 0 1 280px;
	}
	.bl_drList{
		display: flex;
		flex-direction: column;
		gap: 16px;
	}
	.bl_drList > li{
		flex-direction: column;
		gap: 0;
	}
	.bl_drList > li > .el_name{
		flex: 0 1 100%;
		font-weight: bold;
	}
}
