@charset "utf-8";

/* メインビジュアル
--------------------------------------------------*/
#mainVisual{
	background: #ccc url("../img/bg_company.jpg") no-repeat center / cover;
}

#companyContainer{
	margin: 60px auto 95px;
	max-width: 1100px;
    width: calc(100% - 30px);
}

.tblStyle01 {
	border-spacing: 0;
	empty-cells: show;
	margin: 0 auto;
	width: 100%;
}

.tblStyle01 th,
.tblStyle01 td {
	text-align: left;
	border: solid 1px #dddddd;
	padding: 23px 40px;
}

.tblStyle01 th {
	background: #f5f5f7;
	border-right: none;
	vertical-align: baseline;
	width: 30%;
	min-width: 230px;
}

.tblStyle01 th span{
	display: inline-block;
}

.tblStyle01 td{
	border-left: none;
}


@media screen and (max-width: 900px){
	#companyContainer{
		margin-bottom: 88px;
	}
}
@media screen and (max-width: 767px) {
	.tblStyle01 th,
	.tblStyle01 td{
		padding: 10px;
	}
	.tblStyle01 th{
		min-width: inherit;
	}
}
