@charset "utf-8";


/*------------------------------------------------------------
	
	
	pp.css


------------------------------------------------------------*/



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

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

@media only screen and (min-width: 813px) {
	
	.pp-intro {
		margin-bottom: 40px;
		padding: 0 40px;
	}
	
}

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

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

.pp-layout:first-of-type {
	border-top: 1px solid #ccc;
	padding-top: 35px;
}

.pp-layout:last-of-type {
	margin-bottom: 15px;
}

@media only screen and (min-width: 813px) {
	
	.pp-layout {
		padding: 0 40px;
		margin-bottom: 45px;
	}
	
	.pp-layout:first-of-type {
		padding-top: 40px;
	}
	
	.pp-layout:last-of-type {
		margin-bottom: 0;
	}
		
}

.pp-layout dt {
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 1.6;
	color: #000;
	text-indent: -2em;
	padding-left: 2em;
	margin-bottom: 10px;
}

@media only screen and (min-width: 813px) {
	
	.pp-layout dt {
		font-size: 1.7rem;
		letter-spacing: 0.5px;
	}
	
}

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

.pp-layout dd p + ul {
	margin-top: 15px;
	margin: 15px 0 0 -7px;
}

.pp-layout dd ul + p {
	margin-top: 15px;
}

.pp-layout dd ul li {
	line-height: 1.8;
	text-indent: -1em;
	padding-left: 1em;
}

.pp-layout dd ul li:not(:last-child) {
	margin-bottom: 10px;
}

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

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

	.pp-layout dd p + ul {
		margin: 10px 0 0 -5px;
	}
	
	.pp-layout dd ul + p {
		margin-top: 10px;
	}

}

