.hp-news-list {
	margin: 48px 0 0 0 !important;
	position: relative;
}

.hp-news-list__item {
	border-top: 1px solid #EDEDED;
}

.hp-news-list__item:last-of-type {
	border-bottom: 1px solid #EDEDED;
}

.hp-news-list__link {
	display: block;
	padding: 24px 0;
}

.hp-news-list__link::after {
	content: '';
	clear: both;
	display: block;
}

.hp-news-list__link:hover .hp-news-list__img img {
	transform: scale(1.1);
	opacity: 1;
}

@media screen and (max-width: 767px) {
	.hp-news-list__link:hover .hp-news-list__img img {
		transform: scale(1);
	}
}

.hp-news-list__link:hover,
.hp-news-list__link:hover .hp-news-list__date,
.hp-news-list__link:hover .hp-news-list__text-area,
.hp-news-list__link:hover .hp-news-list__text,
.hp-news-list__link:hover .hp-news-list__pdf {
	color: var(--link-color) !important;
}

@media screen and (max-width: 767px) {
	.hp-news-list__link:hover,
	.hp-news-list__link:hover .hp-news-list__date,
	.hp-news-list__link:hover .hp-news-list__text-area,
	.hp-news-list__link:hover .hp-news-list__text,
	.hp-news-list__link:hover .hp-news-list__pdf {
		color: var(--text-color) !important;
		text-decoration: none !important;
	}
}

.hp-news-list__link:hover .hp-news-list__text-area {
	text-decoration: underline;
}

.hp-news-list__date {
	float: right;
	width: calc(100% - 194px);
	font-size: var(--sp-font-size);
	font-weight: bold;
	color: var(--text-color);
	line-height: var(--sp-line-height);
	margin-bottom: 0;
}

@media screen and (max-width: 767px) {
	.hp-news-list__date {
		float: left;
		width: 100%;
		margin-bottom: 16px;
	}
}

.hp-news-list__img-area {
	float: left;
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 170px;
	width: 100%;
}

@media screen and (max-width: 767px) {
	.hp-news-list__img-area {
		max-width: 124px;
	}
}

.hp-news-list__img {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 95px;
	overflow: hidden;
}

@media screen and (max-width: 767px) {
	.hp-news-list__img {
		justify-content: flex-start;
		height: 124px;
	}
}

.hp-news-list__img img {
	max-height: 100%;
	width: auto;
	transition: 0.2s all;
}

.hp-news-list__text-area {
	float: right;
	width: calc(100% - 194px);
	margin-top: 8px;
	color: var(--text-color) !important;
}

@media screen and (max-width: 767px) {
	.hp-news-list__text-area {
		float: left;
		width: calc(100% - 140px);
		margin: -38px 0 0 16px;
	}
}

.hp-news-list__text {
	color: var(--text-color) !important;
	font-size: var(--pc-font-size);
	line-height: 1.5;
}

@media screen and (max-width: 767px) {
	.hp-news-list__text {
		font-size: var(--sp-font-size);
		line-height: 1.57;
	}
}

.hp-news-list__text {
	display: inline;
}

.hp-news-list.is-hiden::before {
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 143px;
    background-image: linear-gradient(180deg,rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 80%, rgba(255,255,255,1) 100%);
	z-index: 10;
}

