@charset "utf-8";
/*------------------------------------------------------------
	outline
------------------------------------------------------------*/
#gNavi > ul > li.navi03 > a::after {
	opacity: 1;
}
.pageTitle {
	background-image: url("../images/company/bg_outline.jpg");
}
#main table {
	width: 100%;
	border-collapse: collapse;
}
#main th, #main td {
	padding: 19px 10px 18px;
	width: 76%;
	vertical-align: top;
	text-align: left;
	font-size: 1.6rem;
	letter-spacing: 0.05em;
	line-height: 2;
	border-top: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
}
#main th {
	width: 24%;
	font-weight: 700;
}
#main td {
	padding-right: 0;
}
#main .redTxt {
	color: #e60012;
}
#main .link {
	color: #e60012;
	text-decoration: underline;
}
#main .link:hover {
	text-decoration: none;
}
#main .photo {
	margin-bottom: 42px;
}
#main .photo img {
    width: 100%;
    max-width: 100%;
}
#main .txtList {
	margin-bottom: 43px;
}
#main .txtList dt {
	font-weight: 700;
	line-height: 1.8;
}
#main .txtList dd {
	margin-bottom: 34px;
}
#main .txtList dd:last-child {
	margin-bottom: 0;
}
#main .map {
	margin-bottom: 12px;
	padding-bottom: 49.3%;
	position: relative;
}
#main .map iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
#main .text01 {
	margin-bottom: 60px;
}
#main .imgList {
	margin-top: -35px;
	margin-bottom: 9px;
}
#main .imgList li {
	margin-top: 35px;
	margin-right: 30px;
	width: 300px;
	float: left;
	text-align: center;
}
#main .imgList li .pho {
	margin-bottom: 10px;
}
#main .imgList li .pho01 {
	border: 1px #dadada solid;
}
#main .imgList li .pho a:hover {
    opacity: 0.7;
}
#main .imgList li .ttl {
	margin-bottom: 12px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0;
}
#main .imgList li .text {
	line-height: 1.5;
	letter-spacing: 0;
}
#main .staffList dt {
	float: left;
}
#main .staffList dd {
	padding-left: 20em;
}
@media all and (max-width: 896px) {
	.pageTitle {
		background-image: url("../images/company/bg_outline_sp.jpg");
	}
	#main table {
		border-top: 1px solid #dadada;
	}
	#main th, #main td {
		padding: 2px 0 9px;
		width: 100%;
		display: block;
		box-sizing: border-box;
		font-size: 1.2rem;
		letter-spacing: 0.05em;
		border-top: none;
	}
	#main th {
		padding: 7px 0 0;
		width: 100%;
		border-bottom: none;
	}
	#main .link:hover {
		text-decoration: underline;
	}
	#main .photo {
		margin-bottom: 13px;
		padding-top: 9px;
		text-align: center;
	}
	#main .txtList {
		margin-bottom: 14px;
	}
	#main .txtList dt {
		margin-bottom: 4px;
	}
	#main .txtList dd {
		margin-bottom: 8px;
	}
	#main .txtList dd:last-child {
		margin-bottom: 0;
	}
	#main .txtList dd p {
		margin-bottom: 9px;
	}
	#main .txtList dd p:last-child {
		margin-bottom: 0;
	}
	#main .map {
		margin-bottom: 6px;
	}
	#main .text01 {
		margin-bottom: 0;
	}
	#main .imgList {
		margin-top: -12px;
		margin-bottom: 4px;
	}
	#main .imgList li {
		margin-top: 19px;
		margin-right: 0;
		width: 48.2%;
		text-align: left;
	}
	#main .imgList li:nth-child(2n) {
		float: right;
	}
	#main .imgList li .pho {
		margin-bottom: 5px;
	}
	#main .imgList li .ttl {
		margin-bottom: 4px;
		line-height: 1.4;
	}
	#main .imgList li .text {
		font-size: 1rem;
		letter-spacing: 0.05em;
	}
}