header {
	background: url("images/company/pc_header_bg.jpg") center top no-repeat;
	background-size: cover;
	width: 100%;
}

h1 {
	margin-bottom: 60px;
	background: url("images/company/pc_company.png") top center no-repeat;
}
h1 img {
	display: block;
	margin: 0 auto;
	opacity: 0;
}

article section {
	margin-bottom: 65px;
}
article section h2 {
	font-size: 19px;
	font-weight: normal;
	line-height: 1.777;
}
article section table {
	width: 100%;
	line-height: 2.4615;
}
article section table tr th,
article section table tr td {
	border-bottom: 1px solid #c8c8c8;
}
article section table tr th {
	width: 124px;
	font-weight: normal;
	text-align: left;
}
article section p.memo {
	text-align: right;
	font-size: 12px;
}

/* smart phone */
@media only screen and ( max-width: 768px ){

	h1 {
		background-image: none;
		width: 21.1940%;
		margin: 0 auto 8.9552%;
	}
	h1 img {
		opacity: 1;
		width: 100%;
		display: block;
	}

	article section h2 {
		font-size: 1.4rem;
		line-height: 1.1428;
		margin-bottom: 2.686%;
	}
	article section table {
		line-height: 1.333;
	}
	article section table tr th,
	article section table tr td {
		border-bottom: 2px solid #c8c8c8;
	}
	article section table tr th {
		width: 28.9552%;
		padding: 2.3880% 0;
	}
	article section table tr td {
		padding: 2.3880% 0;
	}
	article section p.memo {
		text-align: left;
		font-size: 1.0rem;
		text-indent: -1.0em;
		padding-left: 1.0em;
	}
}