:root {
	--dist-tall-gap: calc(var(--grid-gutter)*2.5);
}
.gendist {
	display: flex;
	flex-wrap: wrap;
	margin: calc(0vw - var(--dist-tall-gap)) -0.7em;
}
.gendist > li {
	width: 50%;
	margin: 0;
	padding: var(--dist-tall-gap) 0.7em;
}

/**/
.gendist > li .tags {
	display: flex;
	flex-wrap: wrap;
	gap: 0.4em;
}
.gendist > li .tags .cell {
	display: inline-block;
	line-height: 1.0em;
	white-space: nowrap;
	padding: 0.5em 0.5em;
	border: solid 1px rgba(0, 0, 0, 0.2);
	border-radius: 0.1em;
}

/**/
.gendist > li a.im-cover {
	display: block;
	position: relative;
	z-index: 0;
}
.gendist > li .im[src="/share/im/ui_dummy.png"] {
	width: 100%;
	height: 100%;
	aspect-ratio: 16/9;
	opacity: 0.5;
}

/**/
.gendist > li .head {
	font-size: 0.9em;
	padding: 1.6em 0;
	margin-bottom: -0.6em;
	display: flex;
	justify-content: space-between;
}
.gendist > li .info-wrap {
	font-family: "Manrope", sans-serif;
	color: rgba(74,74,74,1.0);
}
.gendist > li .info-wrap > * {
	color: inherit;
}
.gendist > li .date {
	display: none;
}
.gendist > li .title {
	font-size: 1.3em;
	line-height: 1.5em;
	margin-bottom: 0.9em;
	font-family: "Manrope", sans-serif;
	letter-spacing: -0.01em;
}
.gendist > li .title a {
	display: block;
	line-height: inherit;
	color: inherit;
}
.gendist > li .category {
	font-size: 0.75em;
}
.gendist > li .content-wrap {
	font-size: 1.0em;
	margin-top: 1.5em;
}
.gendist > li .content-wrap > * {
	margin: 0;
}
.gendist > li .bizType {
	font-size: 0.96em;
	display: flex;
}
.gendist > li .bizType .cell {
	display: flex;
}
.gendist > li .bizType .cell::after {
	content: "/";
	margin: 0 0.3em;
	opacity: 0.35;
}
.gendist > li .bizType .cell:last-child::after {
	content: "";
}
.gendist > li .region {
	display: flex;
}
.gendist > li .region .cell {
	padding: 0 1em;
}
.gendist[data-lang="jp"][data-displaymode=""] > li .comp-year::after {
	content: "\05e74";
}

/**/
.gendist > li .im[data-loaded="true"] {
	
}
.gendist > li[data-enablepin="true"] .title {
	font-size: 1.9em;
}

/*control*/
.gendist-control {
	text-align: center;
	margin-top: calc(var(--grid-gutter)*2.5);
	display: none;
}
.gendist-control[data-enable="true"] {
	display: block;
}
.gendist-control .ankerlink.more::after {
	background-image: url(/share/im/nv_simar-down-wh.svg);
}
.gendist-control > .bt {
	width: 100%;
	margin: 0 auto;
	max-width: 60%;
}
@media only screen and (max-width:640px) {
	.gendist-control > .bt {
		max-width: 100%;
	}
}

/*nothing*/
[data-isnonecells="true"] .gendist-control {
	display: none;
}
[data-isnonecells="true"]::before {
	content: "Nothing";
	font-size: 2em;
	line-height: 1.6em;
	text-align: center;
	display: block;
	opacity: 0.25;
}

/*resp*/
@media only screen and (max-width:640px) {
    .gendist > li {
		font-size: 3.0vw;
	}
	.gendist > li .title {
		font-size: 3.4vw;
	}
	.gendist > li[data-enablepin="true"] .title {
		font-size: 4vw;
	}
}
.gendist > li[data-enablepin="true"] {
	width: 100%;
}