/* プライバシーポリシー
=========================================================================*/
main .title {
	padding: 10px 15px;
	width: 100%;
	background-color: #71B9FB;
}

main .title h1 img {
	margin: 0 auto;
	width: auto;
	height: 110px;
}

.inner {
	position: relative;
	margin: 0 auto;
	width: 1100px;
}

@media screen and (max-width:1140px) {
	.inner {
		padding: 0 15px;
		width: 100%;
	}
}

.pp {
	margin-bottom: 100px;
	color: #060708;
	line-height: 1.7;
}

.pp p.pp_intro {
	margin: 60px 0;
}

.pp h2 {
	margin-bottom: .5em;
	font-weight: 600;
	font-size: 20px;
}

.pp h3 {
	font-weight: 600;
}

.pp p {
	margin-bottom: 1em;
}

.pp p.end {
	margin-bottom: 4em;
}

.pp ul {
	margin-bottom: 4em;
	padding-left: 1.5em;
	list-style: disc;
}

.pp dl div {
	display: flex;
	margin-bottom: .5em;
}

.pp dl dt {
	font-weight: 600;
	width: 100px;
}

.pp dl dd {
	width: calc(100% - 100px);
}

.pp dl img {
	width: auto;
	height: 24px;
}

/*  767px以下
=========================================================================
=========================================================================*/
@media screen and (max-width:767px) {

	main .title h1 img {
		height: 50px;
	}

	.pp {
		margin-bottom: 60px;
	}

	.pp p.pp_intro {
		margin: 30px 0;
	}

	.pp h2 {
		font-size: 17px;
	}

	.pp p.end {
		margin-bottom: 3em;
	}

	.pp dl dt {
		width: 100px;
	}

	.pp dl img {
		height: 20px;
	}

}

/*  480px以下
=========================================================================
=========================================================================*/
@media screen and (max-width:480px) {

}

/*  375px以下
=========================================================================
=========================================================================*/
@media screen and (max-width:375px) {}
