@charset "UTF-8";


.species-list .name dt,
.species-note dt,
.species-list .category .icon,
.factor-list dt {
	 font-family: "SST W55 Bold", sans-serif;
}

.text-box em {
	font-style: italic;
}







/* ---------------------------------------------------------------------------------------------------- */
/* Endangered Species */

.content-lang-menu ul {
	display: flex;
	flex-wrap: wrap;
	max-width: 1000px;
	margin-bottom: -15px;
}
.content-lang-menu li {
	display: inline-flex;
	align-items: center;
	margin: 0 0 15px;
	font-size: 0.75rem;
}
.content-lang-menu li a {
	text-decoration: underline;
	transition: opacity 200ms ease-out;
}
.content-lang-menu li a:hover {
	text-decoration: none;
	opacity: 0.55;
}
.content-lang-menu li.active a {
	text-decoration: none;
	pointer-events: none;
}
.content-lang-menu li::after {
	display: inline-block;
	content: "";
	width: 1px;
	height: 0.75rem;
	margin: 0 10px;
	background: #000;
}
.content-lang-menu li:last-child::after {
	display: none !important;
	margin: 0 !important;
}


.content-lang-menu + .column {
	margin-top: 20px !important;
	padding-top: 0 !important;
}
.content-lang-menu + .column .inner {
	margin-top: 0px !important;
	padding-top: 40px !important;
}





.species-list {
	position: relative;
	margin: 40px -17px 0;
}
.species-list > ul > li {
	box-sizing: border-box;
	position: relative;
}
.species-list > ul > li + li {
	margin-top: 40px;
}
.species-list > ul > li::after {
	box-sizing: border-box;
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 100;
	pointer-events: none;
}

.species-list .animal {
	box-sizing: border-box;
	width: 100%;
	height: calc(100vw / 7 * 10);
	padding: 1px;
	background: url(/img/activity/pre_002/grid.png) 0 0 repeat;
	background-size: calc(100vw / 7) auto;
}
.species-list .animal {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: left bottom;
}

.species-list .text-box {
	padding: 20px 20px 30px;
}

.species-list dl.name dt {
	font-size: 1.5rem;
	line-height: 1.5;
}
.species-list dl.name dd {
	margin: 5px 0 0;
	font-size: 1.0rem;
	line-height: 1.5;
}
.species-list .category {
	margin: 12px 0 0;
	font-size: 1.0rem;
}
.species-list .category .icon {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	margin-left: 10px;
	font-size: 1.0rem;
	border-radius: 20px;
	color: #fff;
	background: #000;
}

.species-list .text-box dl.feature {
	display: flex;
	flex-wrap: wrap;
	margin: 20px 0 0;
}
.species-list .text-box dl.feature dt,
.species-list .text-box dl.feature dd {
	font-size: 1.0rem;
	line-height: 1.65;
}
.species-list .text-box dl.feature dt {
	width: 6.5em;
}
.species-list .text-box dl.feature dd {
	width: calc(100% - 6.5em);
}

.species-list .text-box .caption {
	margin: 20px 0 0;
}
.species-list .text-box .caption p {
	font-size: 0.9375rem;
	line-height: 1.7;
}



.species-note {
	margin: 30px 0 0;
}
.species-note dt {
	font-size: 1.25rem;
	line-height: 1.7;
}
.species-note dd {
	margin-top: 5px;
	font-size: 0.9375rem;
	line-height: 1.7;
}




.factor-list {
	margin-top: 30px;
}
.factor-list ul {
	display: flex;
	flex-wrap: wrap;
}
.factor-list li {
}
.factor-list li:nth-child(n + 2) {
	margin-top: 30px;
}

.factor-list dt {
	font-size: 1.125rem;
	line-height: 1.5;
}
.factor-list dd {
	margin: 10px 0 0;
	font-size: 1.0rem;
	line-height: 1.8;
}

.factor-list .note {
	margin: 25px 0 0;
	font-size: 0.875rem;
	line-height: 1.7;
}











html:not(.east-asia) .species-list .text-box dl.feature {
	display: block;
}
html:not(.east-asia) .species-list .text-box dl.feature dt {
	width: 100%;
	font-size: 0.9375rem;
}
html:not(.east-asia) .species-list .text-box dl.feature dd {
	width: 100%;
	font-size: 0.9375rem;
}
html:not(.east-asia) .species-list .text-box dl.feature dd + dt {
	margin-top: 10px;
}






