/* ==========================================================================
   page - privacy
   ========================================================================== */
#privacy_area{
	border-bottom: 1px solid #e8e8e8;
}
#privacy_content{
    padding-bottom: 6%;
}
#privacy_content dl{
    width: 90%;
    margin: 0 auto;
}
#privacy_content dl dt{
    margin-bottom: 2.7%;
    margin-top: 8.4%;
    border-left: 3px solid #a7a7a7;
}
#privacy_content dl dt br.sp{
	display:none;
}
#privacy_content dl dt p{
    line-height: 1em;
    font-weight: bold;
    padding-left: 0.6em;
    padding-top: 0em;
    padding-bottom: 0.1em;
    letter-spacing: 0.05em;
    font-size: min(24px,1.9vw);
}
#privacy_content dl dd{}
#privacy_content dl dd p{
    margin-bottom: 2.7%;
    font-size: min(15px,1.2vw);
}
#privacy_content dl dd ul{
	margin-bottom: 2.7%;
}
#privacy_content dl dd ul li{
    margin-bottom: 0.6%;
    padding-left: 1.9em;
    position: relative;
	font-size: min(15px,1.2vw);
}
#privacy_content dl dd ul li::after{
	content: "1.";
	display: block;
	position: absolute;
	top: 50%;
	left: 0%;
	transform: translateY(-50%);
}
#privacy_content dl dd ul li:nth-of-type(2)::after{
	content: "2.";
}
#privacy_content dl dd ul li:nth-of-type(3)::after{
	content: "3.";
}
#privacy_content dl dd ul li:nth-of-type(4)::after{
	content: "4.";
}
#privacy_content dl dd ul li:nth-of-type(5)::after{
	content: "5.";
}
#privacy_content dl dd ul li:nth-of-type(6)::after{
	content: "6.";
}
#privacy_content dl dd ul li:nth-of-type(7)::after{
	content: "7.";
}
#privacy_content dl dd ul li:nth-of-type(8)::after{
	content: "8.";
}
#privacy_content dl dd ul li:nth-of-type(9)::after{
	content: "9.";
}
   
@media screen and (max-width: 750px) {
	#privacy_content{
    padding-top: 9%;
    padding-bottom: 11.9%;
	}
	#privacy_content dl{
		width: 100%;
	}
	#privacy_content dl dt{
        margin-bottom: 6%;
        margin-top: 8.5%;
        border-left: 0.5em solid #a7a7a7;
	}
	#privacy_content dl dt br.sp{
		display:block;
	}
	#privacy_content dl dt p{
    line-height: 1.5em;
    padding-left: 1em;
    font-size: 4.2vw;
	}
	#privacy_content dl dd{}
	#privacy_content dl dd p{
    margin-bottom: 6%;
    font-size: 3.2vw;
    line-height: 1.6em;
	}
	#privacy_content dl dd ul{
		margin-bottom: 6%;
	}
	#privacy_content dl dd ul li{
        margin-bottom: 2%;
		font-size: 3.2vw;
		line-height: 1.6em;
	}
	#privacy_content dl dd ul li::after{
        top: 0%;
        transform: none;
	}
}
