@charset "UTF-8";
/* /conservation/ ==================== */
.conservation a {
	color: #0F6744;
}
.conservation a:hover, .conservation a:active {
	text-decoration: underline;
	color: #4d3e39;
}
.conservation .page-bg-box {
	background-image: url(../page_bg01.png);
}

/* /conservation/ , index ------ */
.conservation .conservation-table-box table {
	width: 100%;
	border: none;
	display: block;
}
.conservation .conservation-table-box table caption {
	display: block;
	text-align: center;
	font-size: 1.2em;
	margin-bottom: 0.2em;
}
.conservation .conservation-table-box table tbody, .conservation .conservation-table-box table tr {
	display: block;
}
.conservation .conservation-table-box table tr {
	border-bottom: 2px solid #fff;
}
.conservation .conservation-table-box table tr th {
	display: block;
	background-color: #CCC5B0;
	white-space: nowrap;
	text-align: left;
	padding: 0 0.5em;
}
.conservation .conservation-table-box table tr th:first-child {
	padding-top: 0.2em;
}
.conservation .conservation-table-box table tr th:last-child {
	padding-bottom: 0.2em;
}
.conservation .conservation-table-box table tr td {
	display: block;
	padding: 0.5em;
}
.conservation .conservation-table-box table tr.sdgs1 .title {
	color: #fff;
	background-color: #D5001E;
}
.conservation .conservation-table-box table tr.sdgs1 td {
	background-color: #FBE5E8;
}
.conservation .conservation-table-box table tr.sdgs1 .ico {
	color: #D5001E;
}
.conservation .conservation-table-box table tr.sdgs14 .title {
	color: #fff;
	background-color: #0075BA;
}
.conservation .conservation-table-box table tr.sdgs14 td {
	background-color: #E5F1F8;
}
.conservation .conservation-table-box table tr.sdgs14 .ico {
	color: #0075BA;
}
.conservation .conservation-table-box table tr.sdgs15 .title {
	color: #fff;
	background-color: #28A838;
}
.conservation .conservation-table-box table tr.sdgs15 td {
	background-color: #EAF6EB;
}
.conservation .conservation-table-box table tr.sdgs15 .ico {
	color: #28A838;
}
.conservation .conservation-table-box table tr.sdgs16 .title {
	color: #fff;
	background-color: #004C88;
}
.conservation .conservation-table-box table tr.sdgs16 td {
	background-color: #E5EDF3;
}
.conservation .conservation-table-box table tr.sdgs16 .ico {
	color: #004C88;
}
.conservation .conservation-table-box table tr.sdgs17 .title {
	color: #fff;
	background-color: #003067;
}
.conservation .conservation-table-box table tr.sdgs17 td {
	background-color: #E5EAF0;
}
.conservation .conservation-table-box table tr.sdgs17 .ico {
	color: #003067;
}
@media screen and (min-width: 768px) { /* tab pc */
	div.conservation .conservation-table-box table {
		display: table;
		border: none;
	}
	div.conservation .conservation-table-box table caption {
		display: table-caption;
		font-size: 1.5em;
		text-align: center;
	}
	div.conservation .conservation-table-box table tbody {
		display: table-row-group;
	}
	div.conservation .conservation-table-box table tr {
		display: table-row;
	}
	div.conservation .conservation-table-box table tr th {
		display: table-cell;
		background-color: #CCC5B0;
		padding: 0.5em;
		text-align: center;
	}
	div.conservation .conservation-table-box table tr th:first-child {
		padding: 0.5em;
	}
	div.conservation .conservation-table-box table tr th:last-child {
		padding: 0.5em;
	}
	div.conservation .conservation-table-box table tr .title {}
	div.conservation .conservation-table-box table tr td {
		display: table-cell;
		width: auto;
		vertical-align: top;
		padding: 1em;
		border: none;
	}
}

/* /conservation/ivory/about/ ------ */
.conservation .about-img02-box {
	max-width: 480px;
	margin: 0 auto;
}
.conservation .about-table-box {}
.conservation .about-table-box table {
	border: 1px solid #666;
	border-collapse: collapse;
	border-spacing: 0;
}
.conservation .about-table-box table th {
	white-space: nowrap;
	text-align: left;
}
.conservation .about-table-box table td {
	background-color: #fff;
}
.conservation .about-table-box table th.title {
	background-color: #43703A;
	color: #fff;
}
.conservation .about-table-box table th, .conservation .about-table-box table td {
	padding: 0.5em 1em;
	border: 1px solid #666;
}
.conservation .about-table-box table th.border-bottom-white {
	border-bottom: 1px solid #fff;
}
.conservation .about-table-box table th.title-sub {
	background-color: #e9efdf;
	text-align: right;
}
@media screen and (min-width: 768px) { /* tab pc */
	div.conservation .about-table-box table td.iucn {
		white-space: nowrap;
	}
}

/*
/conservation/ivory/contribution/,
/conservation/ivory/african/
------ */
.conservation .pc-flex2-box {}
.conservation .pc-flex2-box .flex-item-box + .flex-item-box {
	margin-top: 2em;
}
@media screen and (min-width: 768px) { /* tab pc */
	div.conservation .pc-flex2-box {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	div.conservation .pc-flex2-box .flex-item-box {
		-ms-flex-preferred-size: 48%;
		flex-basis: 48%;
	}
	div.conservation .pc-flex2-box .flex-item-box + .flex-item-box {
		margin-top: 0;
	}
}

/*
/conservation/ivory/general/
/conservation/ivory/general/cs/
/conservation/ivory/general/ct/
*/
.banner-box {
	max-width: 680px;
	border: 1px solid #0F6744;
	border-radius: 6px;
	padding: 1em;
}

.banner-box a:hover {
	opacity: 0.8;
}

.banner-box .banner-caption {
	text-align: center;
	font-size: 0.875rem;
	font-weight: bold;
	padding-top: 0.5em;
}
