@charset "UTF-8";

/* CSS Document */

/*===================================================
    各画面作成用CSS
===================================================*/

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

/* --------------------------------------------------
    キービジュアル
-------------------------------------------------- */
.kv {
	background: url("../image/privacy/privacy_kv.png") center no-repeat;
    background-size: cover;
}

/* --------------------------------------------------
    コンテンツ
-------------------------------------------------- */
#privacy .contBox > p {
	font-size: 16px;
}
#privacy section {
	margin-top: 50px;
	font-size: 14px;
}

#privacy section:last-child {
	margin-top: 100px;
}
	#privacy section h3 {
		position: relative;
		margin-bottom: 20px;
		padding: 0 0 8px 30px;
		font-family: Meiryo,"メイリオ";
		font-weight: bold;
		font-size: 18px;
		background-image: linear-gradient(to right, #cccccc, #cccccc 2px, transparent 1px, transparent 4px);
		background-size: 8px 2px;
		background-position: bottom;
		background-repeat: repeat-x;
	}
	.setOs #privacy section h3 {
		font-family: 'Rounded Mplus 1c';
		font-weight: 700;
	}
		#privacy section h3 span {
			position: absolute;
			top: 0;
			left: 0;
		}
	#privacy section .listBox,
	#privacy section:last-child p + p {
		margin-top: 20px;
	}
		#privacy section .listBox li {
			position: relative;
			padding-left: 50px;
			line-height: 1.7;
		}
			#privacy section .listBox li span {
				position: absolute;
				left: 0;
			}
	#privacy section dl dt {
		margin-top: 1em;
		font-size: 16px;
		font-weight: bold;
	}

	#privacy section:last-child .textRight {
		text-align: right;
	}

	#privacy section:last-child .textRight + p {
		margin-top: 100px;
	}






