@charset 'UTF-8';



/*------------------------------------------------------------
	MAIN VIS 画像
------------------------------------------------------------*/

#main-vis {
	background-image: url('../img/company/main_sp.jpg') ;
}

@media only screen and (min-width: 813px) {
	
	#main-vis {
		background-image: url('../img/company/main_pc.jpg') ;
	}
	
	#main-vis-area h1 {
		font-size: 4.3rem;
		letter-spacing: 0;
	}

}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/

@media only screen and (min-width: 1081px) {
	
	.container .contents {
		max-width: 900px!important;
	}

}

/*------------------------------------------------------------
	プライバシーポリシー
------------------------------------------------------------*/

.pp-intro {
	margin-bottom: 30px;
}

@media only screen and (min-width: 1081px) {
	
	.pp-intro {
		font-size: 1.5rem;
		text-align: center;
		margin-bottom: 60px;
	}
	
}

dl.clause {
	border-bottom: 1px solid #ddd;
	padding-bottom: 26px;
	margin-bottom: 25px;
}

@media only screen and (min-width: 1081px) {
	
	dl.clause {
		padding-bottom: 50px;
		margin-bottom: 40px;
	}
		
}

dl.clause dt {
	font-size: 1.6rem;
	font-weight: 600;
	color: #000;
	margin-bottom: 10px;
}

@media only screen and (min-width: 1081px) {
	
	dl.clause dt {
		font-size: 1.7rem;
		margin-bottom: 15px;
	}
	
}

dl.clause dd p:not(:last-child) {
	margin-bottom: 5px;
}

dl.clause dd p + ol,
dl.clause dd p + ul {
	margin: 15px 0 0 0;
}

dl.clause dd ul li {
	line-height: 1.7;
	text-indent: -1em;
	padding-left: 1em;
}

dl.clause dd ol li {
	line-height: 1.7;
    text-indent: -3.2rem;
    padding-left: 2rem;
}

dl.clause dd ol li:not(:last-child),
dl.clause dd ul li:not(:last-child) {
	margin-bottom: 10px;
}

@media only screen and (min-width: 1081px) {

	dl.clause dd {
		font-size: 1.5rem;
	}

	dl.clause dd p:not(:last-child) {
		margin-bottom: 10px;
	}

	dl.clause dd p + ol,
	dl.clause dd p + ul {
		margin: 25px 0 0 5px;
	}
	
	dl.clause dd ol + p,
	dl.clause dd ul + p {
		margin-top: 20px;
	}

}


