@charset "utf-8";

/*コンテンツ共通*/
.c_cont h2 {
	font-size: 24px;
	font-weight: normal;
	line-height: 1em;
	letter-spacing: 0.05em;
	text-align: center;
}

/*コンテンツヘッダー*/
#com_cont_hdr_navi {
	background-color: #d4d4d4;
	line-height: 0;
	padding: 14px calc(50% - 230px) 10px;
}
#com_cont_hdr_navi li a:hover {
	color: #ab000a;
}

/*コンテンツ1（代表挨拶）*/
#com_cont_1 {
	background-color: #f7f3ed;
	padding-top: 117px;
	margin-top: -117px;
}
#com_cont_1_ttl {
	padding: 47px 0 44px;
}
#com_cont_1_img img {
	width: 100%;
}
#com_cont_1_txt {
	width: 1240px;
	padding: 47px 175px 44px;
	margin: 0 auto;
	line-height: 1.6em;
	letter-spacing: 0.05em;
}

/*コンテンツ2（会社概要）*/
#com_cont_2 {
	padding-top: 117px;
	margin-top: -117px;
}
#com_cont_2_inr {
	margin-top: 65px;
}
.com_cont_2_tbl {
	margin: 45px auto 0;
	width: 800px;
	border-bottom: 1px solid #d4d4d4;
}
.com_cont_2_tbl tr {
	border-top: 1px solid #d4d4d4;
}
.com_cont_2_tbl tr th {
	width: 199px;
	border-left: 1px solid #d4d4d4;
	text-align: center;
	background-color: #e0e0e0;
	vertical-align: top;
	padding: 10px;
}
.com_cont_2_tbl tr td {
	border-left: 1px solid #d4d4d4;
	border-right: 1px solid #d4d4d4;
	vertical-align: top;
	padding: 10px 30px;
}
.com_cont_2_tbl tr td span {
	display: block;
	font-size: 13px;
	line-height: 19px;
}

/*コンテンツ3（沿革）*/
#com_cont_3 {
	padding-top: 117px;
	margin-top: -117px;
	padding-bottom: 72px;
}
#com_cont_3_inr {
	margin-top: 108px;
}
#com_cont_3_tbl {
	margin: 45px auto 0;
	width: 800px;
}
#com_cont_3_tbl tr {
	border-top: 1px solid #d4d4d4;
}
#com_cont_3_tbl tr:first-of-type {
	border-top: none;
}
#com_cont_3_tbl tr th {
	width: 199px;
	text-align: center;
	vertical-align: top;
	padding: 10px;
}
#com_cont_3_tbl tr td {
	vertical-align: top;
	padding: 10px 30px;
}
