@charset "UTF-8";

/*レスポンシブ対応　767px以下*/

/*メインイメージ▼*/

.mainImg {
	background-image: url("../../img/privacypolicy/privacypolicy-main.png");
	background-repeat: no-repeat;
	background-position: center;
	max-width: 100%;
	height: 300px;
	position: relative;
}

.mainImg-title {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%);
	color: #F3F3F3;
	font-size: 1.8rem;
	padding-bottom: 5px;
	white-space: nowrap;
}

.subtitle {
	display: block;
	color: #fff;
	font-size: 0.8rem;
	border-top: 1px solid #1131C4;
	text-align: center;
	margin-top: 5px;
	padding-top: 5px;
}

/*コンテンツ▼*/

#inner {
	max-width: 1030px;
	margin: 100px auto;
	width: 90%;
}

#privacy dl p {
	font-size: 1rem;
}

#privacy dt {
	font-size: 1.2rem;
	font-weight: bold;
	margin-top: 50px;
	margin-bottom: 10px;
}

#privacy dd {
	line-height: 1.5;
}