/*メインビジュアル
==================================*/
.main-visual {
	background-image: url('../img/company/main.jpg');
}
@media screen and (max-width: 1024px) {
	.main-visual {
		background-image: url('../img/company/sp/main.jpg');
	}
}
/*.section-2
==================================*/
.section-2 .flex{
	justify-content: space-between;
	padding:30px;
	background-color: #fff;
}
.section-2 .detail,
.section-2 .g-map{
	width: 48%;
}
.section-2 .detail h3{
	background-color: #002252;
	color: #fff;
	text-align: center;
	padding: 20px;
}
.section-2  .detail table{
	width: 100%;
}
.section-2  .detail table th,
.section-2  .detail table td{
	border-top:none;
}
.section-2 .g-map{
	position: relative;
	height: 500px;
	overflow: hidden;
}
.g-map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
@media screen and (max-width: 1024px) {
	.section-2 .flex{
		display: block;
		padding:30px 4%;
	}
	.section-2 .detail,
	.section-2 .g-map{
		width: 100%;
	}
	.section-2  .detail table{
		margin-bottom:30px;
	}
	.section-2  .detail table th{
		background-color: transparent;
		padding:10px 0 0; 
	}
	.section-2 .detail table td{
		padding: 0 0 10px;
		text-align: center;
		border-bottom: 1px dotted #b5b0b0;
	}
	.section-2 .g-map{
		width: 100%;
		height: 370px;
	}
}
