/* フッター　news*/
.news-banner-swiper {
	position: relative;
	height: 1.5em;
	overflow: hidden;
}

.news-banner-slide {
	height: 1.5em;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.news-banner-slide a {
	color: #333;
	text-decoration: none;
	display: block;
	width: 100%;
	text-align: left;
	padding: 0 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.news-banner-slide a:hover {
	text-decoration: underline;
}

.news-banner-arrow {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background: none;
	border: none;
	cursor: pointer;
	padding: 4px 8px;
	color: #000000;
	z-index: 10;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 0;
}

.news-banner-arrow:hover {
	opacity: 0.8;
}

/* スマホ表示時のニュースタイトル省略 */
.news-title-truncated {
	display: none;
}

@media only screen and (max-width: 750px) {
	.news-title-full {
		display: none;
	}
	
	.news-title-truncated {
		display: inline;
	}
}
