@charset "UTF-8";

.wrapper{
    width: 300%;
    height: 100vh;
}

/* +++#sec01+++ */
.privacy-area h2{
	font-size: 2.2rem;
	margin-bottom: 1.8rem;
	font-weight: 500;
	line-height: 1.4;
}
.privacy-area h3{
	font-size: 1.8rem;
	margin-bottom: 1.2rem;
	font-weight: 500;
	line-height: 1.4;
}
.privacy-area p,
.privacy-area ol{
	line-height: 2;
}
.privacy-area ol{
	margin-bottom: 1.5em;
}
.privacy-area li{
	padding-left: 1.1em;
	text-indent: -1.1em;
	margin-bottom: .5em;
}
.privacy-area p:not(:last-of-type){
	margin-bottom: 2em;
}
.privacy-area{
	max-width: 120rem;
	width: 100%;
	background: rgba(255,255,255,.6);
	backdrop-filter: blur(20px);
	box-shadow: 0 2.1rem 3rem #197CB1;
	border: 1px solid rgba(255,255,255,.6);
	border-radius: 2rem;
	padding: 3rem 3rem;
	margin: 2rem auto 0;
	overflow: hidden;
	height: 48rem;
}
.mCSB_scrollTools .mCSB_draggerRail{
	display: none;
}