/* --------------------
	company
---------------------*/
p {
	letter-spacing: 1px;
}

.s-sns-wrappert .s-sns {
	margin-top: 25px;
}
.s-sns-wrappert .s-sns__title {
	width: 100%;
	position: relative;
	box-shadow: 0 2px 0 0 #e6e6e6 inset;
	padding: 27px 0 20px;
	font-size: 16px;
	font-weight: bold;
}
.s-sns-wrappert .s-sns__title::before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	content: "";
	width: 15.151515152%;
	height: 2px;
	background: #4cbe06;
}
.s-sns-wrappert .s-sns__text {
	font-size: 13px;
}
.s-sns-wrappert .s-sns__text span {
	display: block;
}
@media (min-width: 768px) {
	.s-sns-wrappert .s-sns {
		width: 100%;
		margin-top: 0;
	}
	.s-sns-wrappert .s-sns:nth-child(n+2) {
		margin-top: 40px;
	}
	.s-sns-wrappert .s-sns > dl {
		width: 100%;
	}
	.s-sns-wrappert .s-sns__title {
		padding: 36px 0 25px;
		font-size: 19px;
	}
	.s-sns-wrappert .s-sns__text {
		font-size: 15px;
	}
	.s-sns-wrappert .s-sns__text span {
		display: inline-block;
		margin-right: 1em;
	}
	.s-sns-wrappert .s-sns .col-box {
		display: flex;
		flex-wrap: wrap;
	}
	.s-sns-wrappert .s-sns .col-box span {
		font-weight: bold;
	}
	.s-sns-wrappert .s-sns .col-box__2col {
		flex: 0 0 48%;
		display: flex;
		align-items: center;
	}
	.s-sns-wrappert .s-sns .col-box__2col:nth-child(even) {
		margin-left: 40px;
	}
	.s-sns-wrappert .s-sns .col-box__2col:nth-child(n+3) {
		margin-top: 20px;
	}
	.s-sns-wrappert .s-sns .col-box__2col .col-img {
		max-width: 100px !important;
	}
	.s-sns-wrappert .s-sns .col-box__3col {
		flex: 0 0 33.3333%;
	}
}
.s-sns-wrappert .s-sns .col-box span {
	font-weight: bold;
}
.s-sns-wrappert .s-sns .col-box__2col {
	flex: 0 0 48%;
	display: flex;
}
.s-sns-wrappert .s-sns .col-box__2col .col-img {
	margin-right: 20px;
	max-width: 60px;
}
.s-sns-wrappert .s-sns .col-box__2col a {
	word-break: break-all;
}

@media (max-width: 768px) {
	.s-sns-wrappert .s-sns .col-box__2col:nth-child(n+2) {
		margin-top: 20px;
	}
}