/* --------------------
	company
---------------------*/
p {
	letter-spacing: 1px;
}

.s-map-wrapper .l-section-bg .c-heading-seco {
	position: relative;
}
.s-map-wrapper .l-section-bg .c-heading-seco a, .s-map-wrapper .l-section-bg .c-heading-seco .icon-cir-arrow-r {
	color: #fff;
}
.s-map-wrapper .l-section-bg .icon-cir-arrow-r {
	position: absolute;
	right: 4%;
}
.s-map-wrapper .l-section-bg .icon-outer {
	margin-left: 10px;
}
.s-map-wrapper .l-section-bg .col-box span {
	font-weight: bold;
}
.s-map-wrapper .l-section-bg .col-box__3col {
	position: relative;
	text-align: center;
	width: 100%;
	border: 2px solid #049b32;
	border-radius: 10px;
	background: #fff;
	margin: 10px 0;
}
.s-map-wrapper .l-section-bg .col-box__3col img {
	width: auto;
}
.s-map-wrapper .l-section-bg .col-box__3col a {
	display: block;
	border-radius: 10px;
	height: 60px;
}
.s-map-wrapper .l-section-bg .col-box__3col a:hover {
	background-color: #f5feed;
}
.s-map-wrapper .l-section-bg .col-box__3col a .col-box__inner {
	border-radius: 10px;
	padding: 20px;
}
.s-map-wrapper .l-section-bg .col-box__3colinner {
	font-weight: bold;
	display: flex;
	text-align: center;
	align-items: center;
	justify-content: center;
	height: 100%;
}

@media (min-width: 768px) {
	.s-map-wrapper .l-section-bg .col-box {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-items: center;
	}
	.s-map-wrapper .l-section-bg .col-box__3col {
		margin: 5px;
		flex: 0 0 32.3%;
	}
}