/* --------------------
	company
---------------------*/
p {
	letter-spacing: 1px;
}

.s-afs-wrapper .tx-center {
	text-align: center;
}
.s-afs-wrapper .l-section-bg .c-heading-seco p {
	font-size: 12px;
}
.s-afs-wrapper .l-section-bg .col-box span {
	font-weight: bold;
}
.s-afs-wrapper .l-section-bg .col-box__3col {
	width: 100%;
	border: 2px solid #049b32;
	border-radius: 10px;
	background: #fff;
	margin: 5px;
}
.s-afs-wrapper .l-section-bg .col-box__3col a {
	width: 100%;
	display: block;
	border-radius: 10px;
}
.s-afs-wrapper .l-section-bg .col-box__3col a:hover {
	background-color: #f5feed;
}
.s-afs-wrapper .l-section-bg .col-box__3colinner {
	border-radius: 10px;
	padding: 20px;
}
.s-afs-wrapper .l-section-bg .col-box__3colinner em {
	display: block;
	font-weight: bold;
}
.s-afs-wrapper .l-section-bg .col-box__2col.link__img {
	text-align: center;
	margin-bottom: 20px;
}
.s-afs-wrapper .l-section-bg .col-box__2col.link__img img {
	width: auto;
}
.s-afs-wrapper .l-section-bg .lead-txt {
	font-size: 14px;
	color: #666;
}

@media (min-width: 768px) {
	.s-afs-wrapper .l-section-bg .col-box {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-items: center;
	}
	.s-afs-wrapper .l-section-bg .col-box img {
		width: auto;
	}
	.s-afs-wrapper .l-section-bg .col-box__2col.link__img {
		flex: 0 0 1;
		margin-right: 30px;
		margin-bottom: 0;
		text-align: left;
	}
	.s-afs-wrapper .l-section-bg .col-box__3col {
		flex: 0 0 32.38%;
	}
}