@charset "UTF-8";

/*=======================================================
MV
=======================================================*/
.el-lower-mv-ttl::before{
	background: url(../images/privacy/privacy.svg) top center / contain no-repeat;
	width: 287px;
}
@media screen and (max-width: 750px) {
	/* MV */
	.bl-lower-mv {
		padding: 152px 0 0 30px!important;
	}
}
/*=======================================================
main
=======================================================*/
.bl-privacy {
	padding: 80px 0 290px;
	background: url(../images/common/lower-bg01.jpg) top center / cover no-repeat;
	margin-top: -30px;
}
.bl-privacy-head{
	font-size: 16px;
	border: 2px solid #222;
	background: #fff;
	padding: 16px 24px;
}
.bl-privacy-list {
	margin-top: 40px;
}
.bl-privacy-item:not(:first-of-type) {
	margin-top: 40px;
}
.el-privacy-dttl {
	font-size: 20px;
	font-weight: bold;
	background: #fff;
	padding: 3px 26px 6px;
	line-height: 1.5;
	margin-bottom: 24px;
	position: relative;
}
.el-privacy-dttl::before {
	content: "";
	background: #FFDA5F;
	width: 8px;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.bl-privacy-ddata p + .bl-bullet-list {
	margin-top: 16px;
}
.bl-privacy-ddata .bl-bullet-list > li:not(:first-of-type){
	margin-top: 8px;
}

.bl-date {
	margin-top: 24px;
	text-align: right;
}
@media screen and (max-width: 1024px) {
	.bl-privacy .ly-cont-inner{
		padding: 0 30px;
	}
}
@media screen and (max-width: 750px) {
	/* MV */
	.el-lower-mv-ttl{
		font-size: 36px;
	}
	.bl-privacy {
		padding: 120px 0 214px;
		margin-top: -41px;
	}
	.bl-privacy .ly-cont-inner{
		padding: 0;
	}
	.bl-privacy-head{
		font-size: 26px;
	}
	.el-privacy-dttl {
		font-size: 32px;
		padding-top: 0;
		padding-left: 40px;
	}
	.el-privacy-dttl::before {
		width: 16px;
	}
	.bl-privacy-item:not(:first-of-type) {
		margin-top: 40px;
	}
	.bl-date {
		margin-top: 40px;
	}
}
