.p-ac-press_release .c-section__content {
	margin-bottom: 0;
}

.p-pressReleaseFilters {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 62px;
	height: 174px;
	margin: 0;
	padding: 34px 0;
	background-color: rgb(241, 241, 241);
	box-sizing: border-box;
}

.p-pressReleaseFilters__item {
	display: flex;
	align-items: center;
	width: 503px;
	height: 106px;
	padding: 18px;
	background-color: #fff;
	box-sizing: border-box;
}

.c-pressReleaseSelect,
.c-pressReleaseSearch {
	position: relative;
	display: block;
	width: 100%;
	height: 70px;
}

.c-pressReleaseSelect__control,
.c-pressReleaseSearch__input {
	width: 100%;
	height: 100%;
	border: 1px solid #cfcfcf;
	border-radius: 6px;
	background-color: rgb(248, 248, 248);
	font-size: 17px;
	font-weight: bold;
	line-height: 1;
	box-sizing: border-box;
}

.c-pressReleaseSelect__control {
	padding: 0 48px 0 13px;
	color: rgb(135, 135, 135);
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	cursor: pointer;
}

.c-pressReleaseSelect__control:has(option:checked:not([value=""])) {
	color: var(--color-text);
}

.c-pressReleaseSelect__control option:not(:first-child) {
	color: var(--color-text);
}

.c-pressReleaseSelect__control::-ms-expand {
	display: none;
}

.c-pressReleaseSelect__icon {
	position: absolute;
	top: 50%;
	right: 16px;
	width: 20px;
	height: 12px;
	background-color: var(--color-text);
	transform: translateY(-50%);
	pointer-events: none;
	-webkit-mask: url("/hp/common_image/icon/icon_arrow4.svg") center / contain no-repeat;
	mask: url("/hp/common_image/icon/icon_arrow4.svg") center / contain no-repeat;
}

.c-pressReleaseSearch__input {
	padding: 0 48px 0 13px;
	color: var(--color-text);
}

.c-pressReleaseSearch__input::placeholder {
	color: rgb(135, 135, 135);
	opacity: 1;
}

.c-pressReleaseSelect__control:focus,
.c-pressReleaseSearch__input:focus {
	border-color: var(--color-text);
	border-width: 2px;
	outline: none;
}

.c-pressReleaseSearch__button {
	position: absolute;
	top: 50%;
	right: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	padding: 0;
	border: 0;
	background: transparent;
	transform: translateY(-50%);
	cursor: pointer;
}

.c-pressReleaseSearch__button img {
	display: block;
	width: 31px;
	height: 31px;
}

.p-pressReleaseResults {
	padding: 42px 0 24px;
	background-color: #fff;
}

.p-pressReleaseResults h3.u-marker-none {
	margin: 0 0 20px;
}


.p-pressReleaseResults .c-resultCount {
	margin: 0 0 34px 16px;
}

@media screen and (max-width: 1199px) {
	.p-pressReleaseFilters {
		gap: 24px;
		height: 116px;
		padding: 20px 0;
	}

	.p-pressReleaseFilters__item {
		width: 372px;
		height: 76px;
		padding: 17px;
	}

	.c-pressReleaseSelect,
	.c-pressReleaseSearch {
		height: 42px;
	}

	.c-pressReleaseSelect__control,
	.c-pressReleaseSearch__input {
		font-size: 14px;
	}
}

@media screen and (max-width: 899px) {
	.p-pressReleaseFilters {
		flex-direction: column;
		gap: 16px;
		height: auto;
		padding: 20px 10px;
	}

	.p-pressReleaseFilters__item {
		width: 100%;
		max-width: 372px;
	}

	.p-pressReleaseResults {
		padding: 28px 0 20px;
	}

	.c-pressReleaseSearch__button {
		right: 12px;
		width: 30px;
		height: 30px;
	}

	.c-pressReleaseSearch__button img {
		width: 24px;
		height: 24px;
	}

	.p-pressReleaseResults .c-resultCount {
		margin-left: 0;
	}

}
