.b-article-content__list + p {
	margin-top: 24px;
}

.b-article__content .b-article-content__list li {
	margin-bottom: 0;
}

h3.b-article__subtitle {
	margin-top: 24px;
	color: #ff8300;
}
h2.b-article__subtitle--orange {
	color: #ff8300;
}

.sign-tags-wrapper {
	margin-top: 24px;
	margin-bottom: -16px;
	padding-bottom: 16px;
}

.sign-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.sign-tags__item {
	padding: 27px 24px;
	font-size: 16px;
	line-height: 22.4px;
	color: #404040;
	border: 1px solid #FF8300;
	border-radius: 30px;
}

.sign-tags-wrapper .b-article-content__list li::before {
	content: none;
}

@media screen and (max-width: 767px) {
	.sign-tags-wrapper {
		overflow-x: auto;
		width: calc(100vw - 18px);
	}
	.sign-tags-1 {
		width: 1125px;
	}
	.sign-tags-2 {
		width: 910px;
	}
	.sign-tags__item {
		padding: 16px 24px;
	}
}



.excreta {
	margin-top: 24px;
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
}
.excreta-item {
	width: calc(100% / 4 - 14px);
}
.excreta-item__img {
	position: relative;
	padding: 24px 0;
	background: #fff;
	box-shadow: 0 6px 14px rgba(163, 163, 163, 0.25);
	border-radius: 16px;
	text-align: center;
}
.excreta-item__img::after {
	content: '';
	position: absolute;
	bottom: -7px;
	left: 50%;
	width: 13px;
	height: 13px;
	background: #fff;
	transform: translateX(-50%) rotate(45deg);
}
.excreta-item__title {
	margin-top: 24px;
	font-size: 16px;
	line-height: 16px;
	font-weight: 700;
	color: #27388A;
	text-align: center;
}
.excreta-item__text {
	margin-top: 4px;
	font-size: 14px;
	line-height: 20.72px;
	color: #404040;
	text-align: center;
}

.slick-track {
	gap: 24px;
}
.excreta .slick-slide img {
	display: inline;
}

@media screen and (max-width: 920px) {
	.excreta-item {
		width: calc(100% / 2 - 9px);
	}
}


@media screen and (max-width: 767px) {
	.slider-article-1 {
		margin: 0 -24px;
	}
}