@charset "UTF-8";
/*----------
	release
	ニュースリリース
----------*/
/* 一覧　フリーワード検索 */
.release-freeword {
	margin-top: 40px;
	position: relative;
}
.release-freeword__input {
	position: relative;
}
.release-freeword__search {
	display: block;
	width: 50px;
	height: 50px;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
}
.release-freeword__search > span {
	display: inline-block;
	text-indent: -9999px;
}
.release-freeword__search::before {
	font-family: iconfont !important; /* stylelint-disable-line declaration-no-important,font-family-no-missing-generic-family-keyword */
	speak: none;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	content: "\ea17";
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 15px;
	right: 15px;
	font-size: 2rem;
	color: #222;
}
.release-freeword__toggle {
	margin-top: 20px;
	font-weight: 500;
	font-size: 1.8rem;
}
.release-freeword__toggle > label + label {
	margin-left: 24px;
}
@media (min-width: 768px) {
	.release-freeword {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin-top: 60px;
	}
	.release-freeword__input {
		flex: 0 1 600px;
	}
	.release-freeword__search {
		width: 60px;
		height: 60px;
	}
	.release-freeword__search::before {
		width: 24px;
		height: 24px;
		top: 18px;
		right: 18px;
		font-size: 2.4rem;
	}
	.release-freeword__toggle {
		margin-top: 0;
		margin-left: 40px;
	}
	.release-freeword__toggle > label + label {
		margin-left: 24px;
	}
}

/* 一覧　カテゴリー選択 */
.release-catselect {
	margin-top: 32px;
	padding-top: 40px;
	border-top: 1px solid var(--color-border);
}
@media (max-width: 767px) {
	.release-catselect__select + .release-catselect__select {
		margin-top: 20px;
	}
}
@media (min-width: 768px) {
	.release-catselect {
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
	.release-catselect__select {
		flex: 0 1 300px;
	}
	.release-catselect__select + .release-catselect__select {
		margin-left: 30px;
	}
}

/* FEED */
.release-feed {
	position: absolute;
	bottom: 0;
	right: 0;
}
.release-feed > a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 85px;
	height: 36px;
	border-radius: 4px;
	background-color: #FFA40C;
	font-weight: 500;
	font-size: 1.4rem;
	line-height: 1;
	color: var(--color-text);
}
.release-feed > a::before {
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	margin-right: 5px;
	background: url(/assets/images/icon-feed.svg) no-repeat center/contain;
}
@media (min-width: 768px) {
	.release-feed {
		bottom: calc(50% - 22px);
	}
	.release-feed > a {
		width: 105px;
		height: 44px;
		font-size: 1.8rem;
	}
	.release-feed > a::before {
		width: 16px;
		height: 16px;
		margin-right: 8px;
	}
}
@media (min-width: 768px) and (max-width: 1023px) {
	.release-feed {
		bottom: 85px;
	}
}

/* 詳細 */
.release-article-info {
	padding-bottom: 20px;
	border-bottom: 1px solid var(--color-border);
}
.release-article-info__date {
	margin-top: 20px;
	text-align: right;
	font-size: 1.6rem;
	line-height: 1;
}
@media (min-width: 768px) {
	.release-article-info {
		padding-bottom: 30px;
	}
}

/* コラム一覧 */
.release-column-date {
	margin-top: 12px;
	font-size: 1.4rem;
	line-height: var(--line-height-s);
	color: var(--color-text-caption);
}
@media (min-width: 768px) {
	.release-column-date {
		margin-top: 15px;
	}
}