@charset "UTF-8";

/*=======================================================
MV
=======================================================*/
.bl_breadcrumbs {
    position: relative;
    z-index: 2;
}
.bl_lower_mv{
	background-image: url("../images/privacy/mv_bg.jpg");
}
.bl_lower_mv_ttl::after{
	width: 76px;
	height: 34px;
	background: url("../images/privacy/mv_ttl__en.svg") center / 76px 19px 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: 40px;
		background-size: 100px 25px;
	}
}
/*=======================================================
内容
=======================================================*/
#info .ly_cont_inner {
	padding-bottom: 80px;
}
#info .el_mainTtl {
	height: 54px; 
	background: #f36d20;
	color: #fff; 
	font-size: 24px;
	font-weight: bold;
	display: flex;
	justify-content: center; 
	align-items: center;
	padding-top: 3px;
	margin-bottom: 30px;
	margin-top: 40px;
}
#info .bl_intro {
	line-height: 1.5;
	margin-bottom: 30px;
	padding-right: 20px;
}
#info .bl_privacy_list {
	margin-bottom: 30px;
	padding-right: 20px;
}
#info .bl_privacy_list dt {
	font-size: 18px; 
	font-weight: bold;
	margin-bottom: 5px;
}
#info .bl_privacy_list dd {
	line-height: 1.5;
	margin-bottom: 30px;
}
#info .el_txt .hp_tel,
#info a {
	color: #242424;
}
@media screen and (max-width : 750px){
	#info .el_mainTtl {
		font-size: 30px;
		height: 70px;
		margin-bottom: 35px;
	}
	#info .bl_intro {
		margin-bottom: 35px;
		padding-right: 0;
	}
	#info .bl_privacy_list {
		padding-right: 0;
	}
	#info .bl_privacy_list dt {
		font-size: 28px;
		line-height: 1.4;
		padding-left: 1em;
		text-indent: -1em;
	}
	#info .bl_privacy + .bl_privacy {
		margin-top: 45px;
	}
}