/* --------------------
	company
---------------------*/
p {
	letter-spacing: 1px;
}

.s-spec-wrappert .s-spec {
	margin-top: 25px;
}
.s-spec-wrappert .s-spec__title {
	width: 100%;
	position: relative;
	box-shadow: 0 2px 0 0 #e6e6e6 inset;
	padding: 27px 0 20px;
	font-size: 16px;
	font-weight: bold;
}
.s-spec-wrappert .s-spec__title::before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	content: "";
	width: 15.151515152%;
	height: 2px;
	background: #4cbe06;
}
.s-spec-wrappert .s-spec__text {
	font-size: 13px;
}
.s-spec-wrappert .s-spec__text span {
	display: block;
}
@media (min-width: 768px) {
	.s-spec-wrappert .s-spec {
		width: 100%;
		margin-top: 40px;
	}
	.s-spec-wrappert .s-spec > dl {
		width: 100%;
	}
	.s-spec-wrappert .s-spec__title {
		padding: 36px 0 25px;
		font-size: 19px;
	}
	.s-spec-wrappert .s-spec__text {
		font-size: 15px;
	}
	.s-spec-wrappert .s-spec__text span {
		display: inline-block;
		margin-right: 1em;
	}
	.s-spec-wrappert .s-spec .col-box {
		display: flex;
	}
	.s-spec-wrappert .s-spec .col-box__2col {
		flex: 0 0 50%;
	}
	.s-spec-wrappert .s-spec .col-box__3col {
		flex: 0 0 33.3333%;
		text-align: center;
	}
	.s-spec-wrappert .s-spec .col-box__3col img {
		width: auto;
	}
}
.s-spec-wrappert .s-spec .col-box span {
	font-weight: bold;
}
.s-spec-wrappert .s-spec .col-box__2col {
	margin-top: 20px;
}
.s-spec-wrappert .s-spec .col-box__2col:first-child {
	margin-top: 0;
}
.s-spec-wrappert .s-spec .col-box__3col {
	margin-top: 20px;
}
.s-spec-wrappert .s-spec .col-box__3col:first-child {
	margin-top: 0;
}
.s-spec-wrappert .s-spec .col-box__3col img {
	width: auto;
}