@charset "UTF-8";

/*=======================================================
MV
=======================================================*/
.bl_lower_mv_ttl::after {
	background: url(../images/legal/mv_ttl.svg) top center/contain no-repeat;
	width: 100%;
	height: 18px;
}
@media screen and (max-width : 750px){
	.bl_lower_mv_ttl::after {
		height: 34px;
	}
}

/*=======================================================
company
=======================================================*/
.bl_company {
	padding: 40px 0 80px;
}
.bl_company .ly_cont_inner{
	width: 944px;
}
.bl_company_item {
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid #D2C3BC;
	padding-bottom: 16px;
}
.bl_company_item:not(:first-of-type) {
	padding-top: 16px;
}
.bl_company_dttl {
	flex: 0 1 230px;
}
.bl_company_ddata {
	flex: 1;
}
@media screen and (max-width : 750px){
	.bl_company .ly_cont_inner{
		width: 690px;
	}
	.bl_company_item {
		padding-bottom: 24px;
	}
	.bl_company_item:not(:first-of-type) {
		padding-top: 24px;
	}
	.bl_company_dttl {
		flex: 0 1 264px;
		padding-right: 16px;
	}
}
