@charset "UTF-8";

/*----------------------------komatopi--------------------------------*/
/*#lvイメージ無し*/
#lv .lv-title{
	border-bottom:1px solid var(--border);
	padding-bottom: 4vh;
}
#lv .lv-img{
	display: none;
}

#news-main .komatopi-list{
	display: flex;
	justify-content: space-between;
	flex-wrap:wrap;
}
#news-main .komatopi-list:after {
    content: "";
    display: block;
    width: 30%;
    height: 0;
}
#news-main .komatopi-list a{
	display: block;
	width:30%;
	margin-bottom:calc(var(--spacer)*5);
}
#news-main .komatopi-list a dt{
margin-bottom:calc(var(--spacer)*2);
}
#news-main .komatopi-list a .ratio{
	overflow: hidden;
}
#news-main .komatopi-list a figure img{
	object-position: 0% 50%;
	transition: 0.6s ease-in-out;
	overflow: hidden;
	border-radius: 8px;
}
#news-main .komatopi-list a:hover figure img{
	transform: scale(1.1);
}
#news-main .komatopi-list .article-title{
	line-height:1.6;
}

@media screen and (max-width: 1000px){
	#news-main .komatopi-list:after {
		content: "";
		display: block;
		width: 48%;
		height: 0;
	}
	#news-main .komatopi-list a{
		width:48%;
	}
}
@media screen and (max-width: 768px){
	#news-main .komatopi-list a{
		width:100%;
	}
}
#news-main .article-meta{
	margin-bottom:calc(var(--spacer)*1);
	display: flex;
	align-items: center;
	font-size:calc(var(--font-size-base)*.84);/*1.4rem*/
	line-height:1;
	color:var(--darkgray)
}
#news-main .article-meta span{
	border:1px solid var(--border);
	padding:5px;
	margin-left:10px;
}
#news-main .article-header .article-meta a{
	padding-left:0;
}