
/*▼company_info▼*/
#company-sub-area h2.title-point {
	color: #000;
	font-size: 1.3em;
	position: relative;
	display: inline-block;
	margin: 50px 0 100px 0;
	width: 100%;
	text-align: center;
}
@media screen and (max-width:767px) {
	#company-sub-area h2.title-point {
		margin: 50px 0 50px 0;
	}
}
#company-sub-area h2.title-point:before {
	content: '';
	position: absolute;
	bottom: -15px;
	display: inline-block;
	width: 60px;
	height: 3px;
	left: 50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: black;
}

h2.general_title01 {
	color: #000;
	font-size: 1.3em;
	position: relative;
	display: inline-block;
	margin: 50px 0 100px 0;
	width: 100%;
	text-align: center;
}
h2.general_title01:before {
	content: '';
	position: absolute;
	bottom: -15px;
	display: inline-block;
	width: 60px;
	height: 3px;
	left: 50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: black;
}


#company-sub-area {
	max-width: 1240px;
	padding: 0px;
	background-color: #fff;
	margin: 0 auto
}

#company-sub-area #staff-list img {
	width: 100%;
	height: 220px;
	object-fit: cover;
}

#company-sub-area .about-left {
	width: 55%;
	line-height: 2em;
	margin: 0 5%;
	float: left;
}
#company-sub-area .about-right {
	width: 25%;
	margin: 0 5%;
	float: right;
}
#company-sub-area .about-center {
	width: 70%;
	margin:0 15% 100px 15%;
	text-align: left;
	float: left;
}
#company-sub-area img.about-main-photo {
	width: 100%;
	height: 260px;
	object-fit: cover;
}
#company-sub-area .about-photo-name {
	margin:20px 0 0 0;
	border-left: solid 3px #ddd;
	padding-left: 20px;
}
#company-sub-area span.about-yaku {
	font-size: 14px;
	line-height: 2em;
	color: #888;
}
#company-sub-area span.about-name {
	font-size: 21px;
	color: #000;
}

figure {
	width: calc(94%/3);
	margin: 1%;
	float: left;
}

.my-gallery img {
	width: 100%;
	height:  130px;
	object-fit: cover;
	background-color: #f1f1f1;
}

figcaption {
	font-size: 14px;
	line-height: 1.5em;
	text-align: left;
	padding: 10px;
	height: 90px;
	display: none;
}

.dl-multi-table{width: 100%; float: left; margin:30px auto;}
.dl-multi-table dt, .dl-multi-table dd{padding: 12px 0; border-top: 1px solid #EEE;}
.dl-multi-table dt{width: 30%; float: left;}
.dl-multi-table dd{width: 70%; margin-left: 30%; line-height: 1.5em;}

.dl-multi-table dl{margin: -8px 0;}
.dl-multi-table dd dl dt{font-weight: normal; color: #999;font-size: 12px;}

.dl-multi-table dd dl dt:first-child, .dl-multi-table dd dl dd:nth-child(2){border-top: none;}



/*----------------------ここからレスポンシブ--------------------------*/
@media screen and (max-width: 768px) {

	#company-sub-area {
		max-width: 100%;
		padding: 0;
		background-color: #fff;
	}
	#company-sub-area .about-left {
		width: 90%;
		line-height: 2em;
		margin: 5%;
		float: left;
	}
	#company-sub-area .about-right {
		width: 100%;
		margin: 0 0 20px 0;
		float: left;
	}
	#company-sub-area .about-center {
		width: 100%;
		height: 100%;
		float: left;
		margin: 0 0 50px 0;
		padding: 10px;
	}
	#company-sub-area img.about-main-photo {
		width: 100%;
		height:  300px;
		object-fit: cover;
	}
	#company-sub-area .about-photo-name {
		margin: 20px 0 0 0;
		border-left: 0;
		padding-left: 20px;
		padding-bottom: 40px;
		text-align: center;
		border-bottom: solid 1px #ddd;
	}
	#company-sub-area span.about-yaku {
		font-size: 14px;
		line-height: 2em;
		color: #888;
	}
	#company-sub-area span.about-name {
		font-size: 21px;
		color: #000;
	}



	figure {
		width: calc(99.333%/3);
		margin: 0.1%;
		float: left;
	}
	.my-gallery img {
		width: 100%;
		height: 150px;
		object-fit: cover;
		background-color: #f1f1f1;
	}
	figcaption {
		display: none;
		font-size: 12px;
		line-height: 1.5em;
		text-align: left;
		padding: 5px;
		height: 90px;
	}
	.dl-multi-table{width: 100%;}
	.dl-multi-table dt, .dl-multi-table dd{padding: 8px 0; border-top: 1px solid #EEE;}
	.dl-multi-table dt{width: 20%; float: left; font-size: 10px;}
	.dl-multi-table dd{width: 80%; margin-left: 20%; font-size: 3.5vw;}
	.dl-multi-table dl{margin: -8px 0;}
	.dl-multi-table dd dl dt{font-weight: normal; color: #999;font-size: 10px; width: 30%;}
	.dl-multi-table dd dl dt:first-child, .dl-multi-table dd dl dd:nth-child(2){border-top: none;}

}
