@charset "utf-8";
/* =======================================================
	CSS構成	: /privacy/ ページレイアウト
	Editor	: DOTCOM MARKETING
	-----------------------------------------------------
	【TOC】
	01 : #main
	-----------------------------------------------------
	■基本骨格
	#header
		#wrapper
	#footer
======================================================= */




/* -------------------------------------------------------------
	01 : #main
------------------------------------------------------------- */
#main { margin-bottom: 25px; }
#main h1 { margin-bottom: 25px; }

.p-privacy-about p,
.p-privacy-block p {
	font-size: 14px;
	font-size: 1.166em;
}

.p-privacy-about {
	margin-bottom: 30px;
}

.p-privacy-block {}
.p-privacy-item {
	margin-bottom: 30px;
}
.p-privacy-item:last-child {
	margin-bottom: 0;
}
.p-privacy-item h3 {
	border-bottom: 1px solid #E7E7E7;
	padding-bottom: 10px;
	padding-left: 15px;
	margin-bottom: 15px;
	font-size: 16px;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	font-weight: bold;
	position: relative;
}
.p-privacy-item h3::after {
	content: "";
	display: block;
	width: 4px;
	height: 12px;
	position: absolute;
	left: 0;
	top: 0;
	background: #1AA7A4;
}
.p-privacy-item h3::before {
	content: "";
	display: block;
	width: 4px;
	height: 24px;
	position: absolute;
	left: 0;
	top: 0;
	background: #F2C81C;
}
.p-privacy-item__access {
	margin-top: 20px;
}
.p-privacy-item ul {
	list-style: disc;
    padding-left: 1.0em;
}
.p-privacy-item ul li {
	font-size: 14px;
	font-size: 1.166em;
	margin: 7px 0;
}


/*													end:#main
------------------------------------------------------------- */