@charset "UTF-8";

.nezumi {
	max-width: 800px;
	margin: 0 auto;
}

.nezumi_mainImage {
	margin: 0 0 29px;
}

.nezumi_mainImage>img {}

.nezumi_headline01 {
	color: #3A261D;
	font-size: 26px;
	line-height: 1.5;
	font-weight: bold;
	margin: 0 0 20px;
}

html[lang="en"] .nezumi_headline01 {
	font-size: 20px;
}

.nezumi_text {}

.nezumi_text-no1 {}

.nezumi_text-no2 {
	margin-bottom: 28px;
}

.nezumi_image {
	margin: 30px 0;
}

.nezumi_image.-flex {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: flex-start;
}

.nezumi_image.-flex figure {
	width: 47.5%;
}

.nezumi_image>figure img {
	max-width: 100%;
	width: 100%;
}

.nezumi_image figcaption {
	font-size: 10px;
	text-align: right;
}

.nezumi_image.-investigation {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: flex-start;
}

.nezumi_image .-investigation_main {
	padding: 0 5px;
	order: 2;
}

.nezumi_image .-investigation_sub {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
}

.nezumi_image .-investigation_sub.-left {
	order: 1;
}

.nezumi_image .-investigation_sub.-right {
	order: 3;
}

.nezumi_table {
	margin: 25px auto;
	border-width: 2px 0;
	border-style: solid;
	border-color: #000000;
	position: relative;
}

.nezumi_table caption {
	padding: 0 5px;
	display: inline-block;
	background-color: #3A261D;
	color: #ffffff;
	position: absolute;
	transform: translate(-50%, -50%);
	top: 0;
	left: 50%;
}

.nezumi_table th,
.nezumi_table td {
	border-width: 0 0 1px;
	border-style: solid;
}

.nezumi_table tbody tr:last-child th,
.nezumi_table tbody tr:last-child td {
	border-bottom-width: 0;
}

.nezumi_table th {
	min-width: 150px;
	padding: 5px 10px;
	background-color: #d4ba99;
	white-space: nowrap;
	border-color: #e5d5c2;
}

html[lang="en"] .nezumi_table th {
	min-width: 100px;
}

.nezumi_table td {
	padding: 5px 10px;
	background-color: #e5d5c2;
	border-color: #d4ba99;
}

html[lang="en"] .nezumi_table th small {
	display: block;
}

.nezumi_table th small::before {
	content: "[";
}

.nezumi_table th small::after {
	content: "]";
}

.nezumi_table.-investigation {
	border-width: 2px;
}

.nezumi_table.-investigation thead th {
	background-color: #A16A3A;
	color: #ffffff;
}

.nezumi_table.-investigation th {
	min-width: auto;
}

.nezumi_table.-investigation th,
.nezumi_table.-investigation td {
	border-width: 0 1px 1px 0;
	border-style: solid;
	border-color: #000000;
}

.nezumi_table.-investigation tbody tr:last-child th,
.nezumi_table.-investigation tbody tr:last-child td {
	border-bottom-width: 0;
}

.nezumi_table.-investigation thead tr th:last-child,
.nezumi_table.-investigation tbody tr td:last-child {
	border-right-width: 0;
}

.doc_title {}

.spec_title {}

.research_cnt {
	display: flex;
}

.research_cnt img {
	padding-left: 10px;
}

/* タブレット以下設定 */
@media screen and (max-width:999px) {
	.nezumi {}

	.nezumi_mainImage {}

	.nezumi_mainImage>img {}

	.nezumi_headline01 {
		font-size: 20px;
	}

	.nezumi_text {}

	.nezumi_text-no1 {}

	.nezumi_image {
		margin: 20px 0;
	}

	.nezumi_table {}

	.nezumi_table caption {
		padding: 5px;
		display: table-caption;
		position: static;
		transform: none;
	}

	.doc_title {}

	.spec_title {}
}

/* All SP */
@media screen and (max-width:639px) {
	.nezumi {}

	.nezumi_mainImage {}

	.nezumi_mainImage>img {}

	.nezumi_headline01 {
		font-size: 16px;
	}

	.nezumi_text {}

	.nezumi_text-no1 {}

	.nezumi_image {}

	.nezumi_table {}

	.nezumi_table thead {
		display: none;
	}

	.nezumi_table th,
	.nezumi_table td {
		min-width: auto;
		display: block;
	}

	.nezumi_table th {
		min-width: auto;
		border: none;
	}

	html[lang=en] .nezumi_table th small {
		display: inline;
	}

	.nezumi_table td {
		border-color: #3a261d;
	}

	.doc_title {}

	.spec_title {}

	.research_cnt {
		display: block;
	}

	.nezumi_table.-investigation th,
	.nezumi_table.-investigation td {
		border-width: 0 0 1px 0;
		border-style: solid;
		border-color: #000000;
	}

	.nezumi_table.-investigation tbody tr td:last-child {
		border-bottom-width: 2px;
	}

	.nezumi_table.-investigation tbody tr:last-child td {
		border-bottom-width: 1px;
	}

	.nezumi_table.-investigation tbody tr:last-child td:last-child {
		border-bottom-width: 0;
	}
}