@charset "utf-8";

/*privacy
--------------------------------------------*/

/*mv
--------------------------------------------*/
.privacy #lp_mainv {
	position: relative;
	/* padding-top: 120px; */
	overflow: hidden;
}

.privacy #lp_mainv .lp_mainv-img {
	background-position: center;
	width: 100%;
	height: 420px;
	min-height: auto;
	max-height: auto;
}


.privacy #lp_mainv .lp_mainv-img{
	background: url(../img/cmn/lp_cmn.jpg);
	background-position: center;
}

.privacy .main-copy_wrapper{
	display: flex;
	align-items: center;
	height: 420px;
}

.privacy .main-copy_wrapper .main-copy{
	font-weight: 700;
	color: #fff;
	font-size: 3.4rem;
	text-shadow: 0 0 10px var(--black-color);
}

#privacy {
	padding:126px 2% 120px;
}

#privacy .lead {
	margin: 0 0 100px;
}

#privacy dl + dl {
	margin: 50px 0 0;
}

#privacy dl dt {
	font-size: 18px;
}

#privacy dl dd {
	margin-top: 15px;
}
#privacy .midashi_02{
font-size: 2rem;
font-weight: 700;
margin-bottom: 10px;
position: relative;
padding: 0px 20px 0px 15px;
border-left: 4px solid #111;
}