header {
	background: url("images/personaldata/pc_header_bg.jpg") center top no-repeat;
	background-size: cover;
	width: 100%;
}

h1 {
	margin-bottom: 60px;
	background: url("images/personaldata/pc_personaldata.png") top center no-repeat;
}
h1 img {
	display: block;
	margin: 0 auto;
	opacity: 0;
}

article > .wrap > p {
	margin-bottom: 36px;
	line-height: 1.5;
}
article > .wrap dl dt {
	font-size: 19px;
	line-height: 1.0;
	margin-bottom: 20px;
}
article > .wrap dl dd {
	margin-bottom: 40px;
	line-height: 1.75;
}
article > .wrap dl dd a {
	color: #000;
}
article > .wrap dl dd a:hover {
	text-decoration: none;
}
article > .wrap dl dd ul li {
	line-height: 1.75;
}
article > .wrap dl dd address {
	padding: 14px 0;
	font-style: normal;
}
article > .wrap dl dd ul.memo {
	padding-top: 10px;
}
article > .wrap dl dd ul.memo li {
	font-size: 12px;
}
article > .wrap dl dd address a {
	color: #000;
	text-decoration: none;
}
article > .wrap dl dd address a:hover {
	text-decoration: underline;
}


/* smart phone */
@media only screen and ( max-width: 768px ){

	h1 {
		background-image: none;
		width: 69.2537%;
		margin: 0 auto 8.9552%;
	}
	h1 img {
		opacity: 1;
		width: 100%;
		display: block;
	}

	article > .wrap > p {
		margin-bottom: 9.2537%;
		font-size: 1.2rem;
		line-height: 1.3333;
	}
	article > .wrap dl dt {
		margin-bottom: 5.8208%;
		font-size: 1.4rem;
		line-height: 1.1428;
	}
	article > .wrap dl dd {
		margin-bottom: 11.9402%;
		font-size: 1.2rem;
		line-height: 1.3333;
	}
	article > .wrap dl dd ul li {
		line-height: 1.3333;
	}
	article > .wrap dl dd address {
		padding: 4.9253% 0;
	}
	article > .wrap dl dd address a {
		text-decoration: underline;
	}
	article > .wrap dl dd ul.memo {
		padding-top: 2.9850%;
	}
	article > .wrap dl dd ul.memo li {
		font-size: 1.0rem;
		line-height: 1.4;
	}
}

li {
	margin-left: 2.0em;
	text-indent: -2.0em;
}
