 /** =======================
 * slidet &  infomation 
 ===========================*/
.swiper-container{
	width: 100%; 
	padding: 0; 
	overflow: hidden; 
	box-sizing: border-box; 
}

.swiper-container {
	width: 100%; /* 親ブロックのコンテンツ領域いっぱいに広がる */
	position: relative; /* ページネーションの配置基準のため */
}

.swiper-slide {
 	padding: 15px 0  20px 0 !important; /* 中央寄せと上下の余白 */
	height: auto !important;
}

.swiper-pagination-bullet {
	background: #fff; 
	opacity: 1; 
}

.swiper-pagination-bullet-active {
	background: var(--red); 
}

.info_main{
	background-color: #fff;
	box-sizing: border-box;
	padding:0.2rem 0.2rem;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 1.5rem;
}

.info_flex{
	display:flex;
}

.info_txt{
	font-size:0.7rem;
	text-decoration: none;
	margin-left:4px;
}

.info_omission{
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}

.new{
	font-size: 0.5rem;
	padding:3px 3px;
	color:#fff;
	background-color:#E41D24;
	border-radius: 5px;
}

