.hc-sns {
	display: flex;
}

.hc-sns__item {
	width: 32px;
}

.hc-sns__item:not(:last-child) {
	margin-right: 32px;
}

.hc-sns__item a {
	display: block;
}

.hc-sns__item img {
	width: 100%;
	height: auto;
}