
/***********************************************************************************************************************

privacy.css

***********************************************************************************************************************/
.privacy .wrapper{
	overflow: hidden;
}

.privacy .contents{
	/*padding-top: 0;*/
}



/* sec *************************************************************/
.sec_hd{
	position: relative;
}

.sec_privacy{
	padding: 8% 0 0;
}


@media screen and (max-width: 639px) {
.sec_privacy{
	padding: 12% 0 0;
}
}




/* line *************************************************************/
.line01{
	position: absolute;
	transform: skewX(15deg); /*elements.cssで設定 animate付ける時は非表示*/
	mix-blend-mode: multiply;
}

.line01{
	top: -30%;
	left: -2%;
	width: 3.8%;
	height: 140%;
	background-color: rgba(20,39,77,0.1);
}


@media screen and (max-width: 639px) {
.line01{
	top: -30%;
	left: -2%;
	height: 140%;
}
}



/* h1〜 *************************************************************/
.h1_wrap{
	position: relative;
}
h1.h1_ttl{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-size: 20px;
	font-size: clamp(12px, 3vw, 20px);
	color: #1a274d;
}
h1.h1_ttl .en_wrap{
	display: block;
}
h1.h1_ttl .en{
	font-family: 'Lato', sans-serif;
	font-weight: 600;
	font-size: 50px;
	font-size: clamp(24px, 5vw, 50px); /*clamp(30px, 6vw, 65px)*/
  display: inline-block;
background: linear-gradient(to right, #1a274d, #00c8ef);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.privacy p{
	font-size: 14px;
	font-size: clamp(12px, 3vw, 14px);
}




/* privacy_box *************************************************************/
dl.privacy_box{
	margin: 5% 0 0;
}
dl.privacy_box dt{
	font-weight: 500;
	font-size: 18px;
	font-size: clamp(14px, 3vw, 18px);
	line-height: 1.6em;
	margin-bottom: 0.5em;
}
dl.privacy_box dd{
	font-size: 14px;
	font-size: clamp(12px, 3vw, 14px);
	line-height: 2em;
}
dl.privacy_box dd a{
	text-decoration: underline;
}
dl.privacy_box dd a:hover{
	text-decoration: none;
}


@media screen and (max-width: 767px) {
dl.privacy_box{
	margin: 10% 0 0;
}
}



/* level2 *************************************************************/
ul.level2{
	margin: 15px 0 0 30px;
}
ul.level2 li{
	line-height: 1.6em;
	padding: 5px 0 2px 36px;
	text-indent: -36px;
}

@media screen and (max-width: 767px) {
ul.level2{
	margin: 12px 0 0 15px;
}
ul.level2 li{
	padding-left: 31px;
	text-indent: -31px;
}
}



/* date *************************************************************/
.date{
	margin: 50px 0 0;
	text-align: right;
}


