.c-snsItem__head {
	display: flex;
	align-items: center;
	gap: 1rem;
}

.c-snsItem__head img {
	width: 64px;
	height: 64px;
	object-fit: contain;
}

.c-snsItem__title {
	margin-left:1.5rem;
	font-size: 1.5rem;
	font-weight: bold;
}

.c-snsItem__detail {
	margin: 0.5rem 0 2rem;
	text-align: left;
}

.c-snsItem__detail a {
	display: inline-flex;
	align-items: center;
	gap: 0.25em;
	margin-bottom: 0.25em;
	font-weight: bold;
}

.p-snsList .c-snsItem {
	margin-top:40px;

}

@media screen and (max-width: 600px) {
	.c-snsItem__head img {
		width: 48px;
		height: 48px;
	}
	.c-snsItem__title {
		font-size: 1.25rem;
	}
}