@charset "utf-8";

/***********************************************************************

------------------------------------------------------------------------
会社概要
***********************************************************************/

#main #about {
}
#main #about table {
	width: calc(100% - 30px);
	margin: 15px 0 0 auto;
}
#main #about table tbody tr th,
#main #about table tbody tr td {
	padding: 20px 0;
	line-height: 1.6;
	font-size: 18px;
	letter-spacing: 0;
}
#main #about table tbody tr + tr th,
#main #about table tbody tr + tr td {
	border-top: 1px solid #b4b4b5;
}
#main #about table tbody tr th {
	font-weight: 700;
	width: 215px;
}
#main #about table tbody tr td {
	font-weight: 400;
}
#main #about table tbody tr td ul.officer {
}
#main #about table tbody tr td ul.officer li {
	font-weight: 400;
}
#main #about table tbody tr td ul.officer li em {
	display: inline-block;
	font-weight: 700;
	width: 215px;
}
#main #about table tbody tr td dl.office {	
}
#main #about table tbody tr td dl.office dt,
#main #about table tbody tr td ul.kyoka li {
	font-weight: 400;
	position: relative;
	padding-left: 1em;
}
#main #about table tbody tr td dl.office dt::before,
#main #about table tbody tr td ul.kyoka li::before {
	content: "";
	display: block;
	position: absolute;
	top: 8px;
	left: 0;
	width: 14px;
	height: 14px;
	background-color: #000;
}
#main #about table tbody tr td dl.office dd + dt {
	margin-top: 20px;
}
#main #about table tbody tr td dl.office dd {
}
#main #about table tbody tr td dl.office dd .add {
	margin-left: 1em;
}
#main #about table tbody tr td dl.office dd .gMap {
	width: 100%;
	max-width: 610px;
	margin-top: 15px;
}
#main #about table tbody tr td dl.office dd .gMap iframe {
	width: 100%;
}
#main #about table tbody tr td span {
	display: inline-block;
	font-weight: 400;
}
@media only screen and (max-width: 767px) {
	#main #about table {
		width: 100%;
		margin: 30px auto 0;
		border-top: 1px solid #b4b4b5;
		border-bottom: 1px solid #b4b4b5;
	}
	#main #about table tbody tr th,
	#main #about table tbody tr td {
		display: block;
		width: 100%;
		padding: 10px 15px;
		font-size: 16px;
	}
	#main #about table tbody tr th {
		background-color: #f9f9f9;
	}
	#main #about table tbody tr:first-of-type td {
		border-top: 1px solid #b4b4b5;
	}
	#main #about table tbody tr td ul.officer li em {
		width: 145px;
	}
	#main #about table tbody tr td dl.office dt::before,
	#main #about table tbody tr td ul.kyoka li::before {
		width: 12px;
		height: 12px;
		top: 7px;
	}
}
@media only screen and (max-width: 500px) {
	#main #about table tbody tr td dl.office dd .gMap iframe {
		height: 250px;
	}
}

/***********************************************************************

------------------------------------------------------------------------
沿革
***********************************************************************/

#main #history {
	background: url("../img/corporate/bg_history.jpg") center / cover no-repeat;
	min-height: 825px;
	padding: 1px 0 40px;
	margin-top: 60px;
}
#main #history h2 {
	margin-top: 30px;
}
#main #history img.photo {
	position: absolute;
	top: 90px;
	right: 0;
}
#main #history table {
	width: 620px;
	margin: 15px 0 auto 30px;
	border-bottom: 1px solid #000;
}
#main #history table tbody tr th,
#main #history table tbody tr td {
	padding: 15px 0;
	line-height: 1.2;
	font-size: 18px;
	vertical-align: middle;
	letter-spacing: 0;
}
#main #history table tbody tr + tr th,
#main #history table tbody tr + tr td {
	border-top: 1px solid #000;
}
#main #history table tbody tr th {
	font-weight: 700;
	width: 160px;
}
#main #history table tbody tr td {
}
#main #history table tbody tr td ul {
}
#main #history table tbody tr td ul li {
	position: relative;
	padding-left: 25px;
}
#main #history table tbody tr td ul li::before {
	content: "";
	width: 5px;
	height: 1px;
	background-color: #000;
	position: absolute;
	top: 10px;
	left: 10px;
}
#main #history table tbody tr td ul li + li {
	margin-top: 5px;
}
@media only screen and (max-width: 767px) {
	#main #history {
		margin-top: 40px;
	}
	#main #history img.photo {
		position: static;
		display: block;
		margin: 30px auto 0;
	}
	#main #history table {
		width: 100%;
		margin: 30px auto 0;
		border-top: 1px solid #000;
	}
	#main #history table tbody tr th,
	#main #history table tbody tr td {
		display: block;
		width: 100%;
		padding: 10px 15px;
		font-size: 16px;
	}
	#main #history table tbody tr td {
		border-top: 1px dotted #000!important;
	}
}

/***********************************************************************

------------------------------------------------------------------------
DENZAIグループ
***********************************************************************/

#main #group {
}
main #group img.group_map {
	display: block;
	margin: 30px auto 0;
}