
/*** 強み、解決事例のリンク***/
.factory .content_area .content .kochira{
	text-align: center;
}
.factory .content_area .content .strong,
.factory .content_area .content .example {
    width: 150px;
    padding: 5px;
    background-color: #2B4A78;
    color: white;
    border-radius: 5px;
	margin:5px auto;
	align-items: center;
	justify-content: space-between;
	display: flex;
}

.factory .content_area .content a::after {
	content: "";
	background: url(sankaku.svg);
	background-size: contain;
	background-repeat: no-repeat;
	width: 15px;
	height: 15px;
	display: block;
}