@charset "utf-8";


#pageTtl {
	background: url(../../img/privacy/pic_main.jpg) no-repeat 50% 0;
	background-size: cover;
}

.db {
	display: block;
}

/* =========================
   article
========================= */

.wrapper {
	margin-bottom: 65px;
}

.read {
	margin-bottom: 25px;
}

.privacyContent {
	font-size: 120%;
	color: #404040;
}

.privacyContent section {
	margin-bottom: 65px;
}

h3.subttlBase {
	height: 48px;
	line-height: 48px;
	margin-bottom: 20px;
	padding-left: 20px;
	border: solid 1px #bebebe;
	border-left: solid 6px #00acc0;
	font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ヒラギノ明朝 Pro W6","HGS明朝E","HG明朝E","ＭＳ Ｐ明朝",serif;
	font-size: 200%;
	color: #7e7e7e;
}

.listIndent li {
	padding-left: 2em;
	text-indent: -1em;
}

.btnDetail {
	margin: 70px auto 55px;
	text-align: center;
}

.btnDetail a {
	display: inline-block;
	font: left;
	width: 275px;
	height: 50px;
	line-height: 50px;
	margin: 0 7px;
	background-color: #fff;
	border: solid 1px #bebebe;
	text-align: center;
	box-sizing: border-box;
}

.btnDetail a:hover {
	text-decoration: underline;
	opacity: .9;
}

.btnDetail a span {
	display: inline-block;
	padding: 0 60px;
	font-size: 120%;
	font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ヒラギノ明朝 Pro W6","HGS明朝E","HG明朝E","ＭＳ Ｐ明朝",serif;
	background: url(../../img/common/list_icon.png),url(../../img/topics/icn_pdf.png);
	background-position: left center, right center;
	background-repeat: no-repeat;
	background-size: 12px 12px, 12px 11px;
	color: #7e7e7e;
	box-sizing: border-box;
}

.btnDetail a:hover span {
	text-decoration: underline;
}