/* ===================================================================
CSS
 file name  :  privacy.css
=================================================================== */
/* =====================================
ページタイトル
======================================== */
h2#page_title{
	background-image: url(../images/privacy/ttl_privacy.png);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
	h2#page_title{
		background-image: url(../images/privacy/ttl_privacy@2x.png);
	}
}
@media print, screen and (min-width: 769px) {
/* =====================================
プライバシーポリシー
======================================== */
  .s_wrap {
      font-size: 16px;
      line-height: 1.8;
  }
	#privacy dt{
		color: #00306D;
		font-weight: bold;
		padding-left: 90px;
		background: url(../images/common/line.png) no-repeat left 14px;
		margin-top: 50px;
	}
	#privacy dt:first-child{
		margin-top: 0px;
	}
	#privacy dd{
		margin-top: 40px;
	}
}
@media screen and (max-width: 768px) {
/* =====================================
プライバシーポリシー
======================================== */
  .s_wrap {
      width: a;
  }
	#privacy {
		margin: 20px;
	}
	#privacy dt{
		color: #00306D;
		font-weight: bold;
		padding-left: 30px;
		background: url(../images/common/line_sp.png) no-repeat left 10px;
		margin-top: 20px;
	}
	#privacy dt:first-child{
		margin-top: 0px;
	}
	#privacy dd{
		margin-top: 20px;
	}
}