@charset "UTF-8";
#page-title{
	margin-top:-22px;
	margin-bottom:30px;
	position:relative;
	background:url(/hp-pack/img/design/page-title_bg.png) top left no-repeat;
	width:960px;
	height:264px;
}
#page-title h1{
	position:absolute;
	top:50px;
	left:25px;
}
#page-title p{
	position: absolute;
	top: 150px;
	left: 75px;
}
.content{
	padding: 10px 20px 0;
	font-size: 14px;
}
.block{
	margin-bottom: 35px;
	}
.block h2{
	position: relative;
	font-size: 22px;
	line-height: 1;
	font-weight: bold;
	margin-bottom: 15px;
	padding: 4px 0 4px 15px;
}
.block h2::before{
	content: '';
	position: absolute;
	display: inline-block;
	background: #008cd6;
	width: 8px;
	border-radius: 3px;
	left: 0;
	top: 3px;
	bottom: 3px;
}
.block .text{
	line-height: 1.85;
}
.block .text p{
	margin-bottom: 10px;
}
.block .text a {
	color: #2b6a9c;
	text-decoration: underline;
}

/*個人情報の第三者への非開示リスト*/
.disclosure {
	margin: 0;
	counter-reset: number 0;
	padding-left: 2em;
}
.disclosure li{
	text-indent: -2em;
}
.disclosure li::before {
	counter-increment: number 1;
	content: counter(number,decimal-leading-zero)".";
	padding-right: 5px;
}
