@charset "utf-8";

.widget {
	counter-reset: number 0;
}
.widget-hot .widget-content {
	position: relative;
}
.widget-hot .widget-content::before {
	counter-increment: number 1;
	content: counter(number);
	position: absolute;
	left: 0px;
	padding: 6px;
	line-height: 1;
	z-index: 10;
	margin: 0 auto;
	text-align: center;
	color: #fff;
}
.widget-hot .widget-content:nth-child(10)::before {
	padding: 6px 2px 3px;
	letter-spacing: -1px;
}
.widget-hot .widget-content::after {
	border-top: 0px solid transparent;
	border-left-width: 2.75em;
	border-left-style: solid;
	border-right: 0px solid transparent;
	border-bottom: 2.75em solid transparent;
	position: absolute;
	content: "";
	z-index: 5;
}

.widget.sns h3{
	text-align: center;
	border: none;
}

.sns-icons {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom: 15px;
}

.sns-icon, .sns-icon:visited {
	color: #fff;
	font-size: 22px;
	border-radius: 5px;
}

.sns-icon:hover {
	text-decoration: none;
}
.sns-icon.line {
	background: #00B900;
	padding: 0px 12px;
	position: relative;
	height: 36px;
}
.sns-icon.line i {
	font-size: 25px;
	position: relative;
	top: 2px;
}
.sns-icon.line span {
	font-size: 14px;
	line-height: 1;
	position: relative;
	top: -3px;
	padding-left: 4px;
}

.sns-icon.twitter {
	background: #1DA1F2;
}


.sns-icon.instagram {
	background: linear-gradient(214deg, #c1039f 0%, #ed0218 100%);
}

.sns-icon.twitter, .sns-icon.instagram {
	width: 36px;
	height: 36px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	margin-left: 15px;
}

.widget-recruit .create-cat-btn { text-align: left; }
.widget-recruit .create-cat-btn p { margin: .3em 0 -.3em; }
.widget-recruit .create-cat-btn a { margin:0; }

@media (max-width: 767px) {
	.sns-icon {
		font-size: 30px;
	}

	.sns-icon.line {
		height: 48px;
		padding: 0 13px;
	}
	.sns-icon.line i {
	font-size: 34px;
		top: 3px;
	}
	.sns-icon.line span {
		font-size: 15px;
		top: -5px;
		padding-left: 6px;
	}
	.sns-icon.twitter, .sns-icon.instagram {
		width: 48px;
		height: 48px;
	}
	.widget-recruit .create-cat-btn p { margin-bottom: .3em; }
}