@charset "utf-8";

h2.head_company {
	text-align: center;
	font-size: 30px;
}
section.block-company {
	border-top: 1px solid #000000;
	margin-top: 70px;
	text-align: center;
}
.block-company dt {
	font-size: 18px;
	font-weight: bold;
	padding-top: 30px;
	margin-bottom: 15px;
}
.block-company dd {
	font-size: 18px;
	border-bottom: 1px solid #000000;
	padding-bottom: 30px;
}
.block-company dd:last-child {
	border-bottom: 0;
}


/**********************************************************
  responsive
**********************************************************/
@media screen and (max-width:768px) {

	h2.head_company {
		padding-top: 30px;
	}
	section.block-company {
		margin-top: 30px;
	}

}