/* Privacy Policty ページ
=========================================================================
=========================================================================*/
/* ページタイトル
-----------------------------------------------------------*/
#page_title_privacy {
	position: relative;
	width: 100%;
	height: 150px;
	margin-top: 100px;
	margin-bottom: 20px;
	background: #f3f3f8;
}

#page_title_privacy h1.privacy {
	overflow: hidden;
	position: relative;
	display: block;
	margin: 0 auto;
	height: 100%;
	text-indent: 100%;
	white-space: nowrap;
	background-image: url(../img/privacy/title.png);
	background-position: center center;
	background-size: auto 39px;
	background-repeat: no-repeat;
}

/* コンテンツ
-----------------------------------------------------------*/
#contents.privacy {
	overflow: hidden;
	position: relative;
	margin-bottom: 70px;
}
/* ----- コンテンツタイトル ----- */
#contents.privacy h1.page_title {
	margin-bottom: 30px;
	padding-bottom: 6px;
	font-size: 26px;
	font-size: 2.6rem;
	font-weight: bold;
	line-height: 1.2em;
	border-bottom: 1px solid #ababab;	
}
/* タイトル */
#contents.privacy h2 {
	position: relative;
	margin-bottom: 35px;
	padding-left: 25px;
	height: 34px;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 34px;
	font-weight: bold;
	background-image: url(../img/privacy/h2_bg.png);
	background-position: left center;
	background-size: auto;
}
#contents.privacy h2::before {
	position: absolute;
	content: "";
	top: 50%;
	left: 0;
	width: 14px;
	height: 8px;
	margin-top: -4px;
	background-color: #2259b6
}
#contents.privacy p {
	margin-bottom: 30px;
}
#contents.privacy p.no_margin {
	margin: 0;
}
#contents.privacy ul,
#contents.privacy ol li ul {
	margin-bottom: 40px;
	padding-left: 2em;
}
#contents.privacy ol {
	position: relative;
	padding-left: 2em;
	margin-bottom: 40px;
}
 
#contents.privacy ol li {
	position: relative;
	list-style-type: decimal
}
#contents.privacy ol li ul li {
	position: relative;
	list-style-type: disc;
	padding: 0;
}


/*  デスクトップ&タブレット（741px〜980px）
=========================================================================
=========================================================================*/
@media (max-width:980px) {
	/* ページタイトル
	-----------------------------------------------------------*/
	#page_title_privacy {
		margin-top: 80px;
		height: 100px;
	}
	#page_title_privacy h1.privacy {
		background-image: url(../img/privacy/title@2x.png);
		background-size: auto 22px;
	}	

}

/*  デスクトップ&タブレット（780px以下）
=========================================================================
=========================================================================*/
@media (max-width:780px) {


}		

/*  スマホ（740px以下）
=========================================================================
=========================================================================*/
@media (max-width:740px) {
	/* コンテンツ
	-----------------------------------------------------------*/
	#contents.privacy {
		margin-bottom: 50px;
	}
	/* ----- コンテンツタイトル ----- */
	#contents.privacy h1.page_title {
		margin-bottom: 20px;
		font-size: 20px;
		font-size: 2.0rem;
	}
	/* タイトル */
	#contents.privacy h2  {
		margin-bottom: 20px;
		padding-left: 20px;
		height: 25px;
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 25px;
		background-image: url(../img/privacy/h2_bg.png);
		background-position: left center;
		background-size: auto;
	}
	##contents.privacy h2 ::before {
		position: absolute;
		content: "";
		top: 50%;
		left: 0;
		width: 10px;
		height: 5px;
		margin-top: -2px;
		background-color: #2259b6
	}
	/* コンテンツ
	-----------------------------------------------------------*/

}

/*  スマホ（480px以下）
=========================================================================
=========================================================================*/
@media (max-width:480px) {

}


