@charset "UTF-8";

/*=======================================================
MV
=======================================================*/
.bl_breadcrumbs {
    position: relative;
    z-index: 2;
}
.bl_lower_mv{
	background-image: url("../images/legal/mv_bg.jpg");
}
.bl_lower_mv_ttl::after{
	width: 76px;
	height: 34px;
	background: url("../images/legal/mv_ttl__en.svg") center / 53px 18px no-repeat;
}
@media screen and (max-width : 750px){
	.bl_lower_mv {
		background-image: url(../images/schools/mv_bg_sp.jpg);
	}
	.bl_lower_mv_ttl::after{
		width: 100px;
		height: 46px;
		background-size: 100px 33px;
	}
}
/*=======================================================
内容
=======================================================*/
.bl_legal {
	padding: 54px 0 98px;
}
.bl_legal_list > div {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding-bottom: 26px;
	border-bottom: 1px solid #DDDDDD;
	line-height: 1.57;
}
.bl_legal_list > div:not(:first-child) {
	padding-top: 26px;
}
.bl_legal_dttl {
	flex: 0 1 290px;
	font-size: 18px;
	font-weight: bold;
}
.bl_legal_dttl .txt_sm {
	font-size: 15px;
}
.bl_legal_ddata {
	flex: 1;
}
@media screen and (max-width : 750px){
	.bl_legal {
		padding: 64px 0 120px;
	}
	.bl_legal_list > div {
		gap: 4px;
		padding-bottom: 40px;
	}
	.bl_legal_list > div:not(:first-child) {
		padding-top: 40px;
	}
	.bl_legal_dttl {
		flex: 100%;
		font-size: 30px;
	}
	.bl_legal_dttl .txt_sm {
		font-size: 24px;
	}
}