@charset "UTF-8";
/* CSS Document */

/* ダミー　*/
.dummy {
	color: #FF0066 !important;
}

/* ------------------------------ PC ------------------------------ */

/* ---------- 会社概要 ---------- */
/* タイトル */
.mainContents__Sec-company-title {
	width: 100%;
	background: url(../../images/mainContents__Sec-company-title-bg.jpg) no-repeat;
	background-position: center bottom;
	background-size: cover;
}
	.company-title-head {
		margin: 0 auto;
		width: 1280px;
		padding: 99px 0;
		font-size: calc(37rem / 16);
		line-height: calc(42em / 37);
		letter-spacing: 0.165em;
		text-align: center;
		color: #FFF;
	}

/* 会社概要 */
.mainContents__Sec-company {
	margin: 120px auto;
	width: 1280px;
}
	.company-head {
		font-size: calc(28rem / 16);
		line-height: calc(51em / 28);
		text-align: center;
	}
	/* 会社情報 */
	.company-information-table {
		margin: 42px auto 0;
		width: 800px;
		font-size: calc(16rem / 16);
		line-height: calc(33em / 16);
		background: #FFF;
		border-collapse: collapse;
	}
		.company-information-table th,
		.company-information-table td {
			padding: 15px 25px;
			vertical-align: middle;
			border: 1px solid #999;
		}
		/* セル幅 */
		.company-information-table .cell-a {
			width: 170px;
			text-align: center;
			color: #FFF;
			background: #2E5075;
		}
		.company-information-table .cell-b {
			width: 630px;
		}
		/* テキスト装飾 */
		.company-information-list {
			padding-left: 17.5px;
			font-size: calc(16rem / 16);
			line-height: calc(33em / 16);
			list-style-type: disc;
		}