@charset "utf-8";
/* -----------------------------------------
page.css
主要サステナビリティデータ用css
----------------------------------------- */
.dataList {
	display: block;
	width: 100%;
}
.dataList > li {
	display: block;
	width: 48.9130%;
	float: left;
	margin-left: 2.1739%;
	margin-top: 40px;
}
.dataList > li:nth-child(2n+1) {
	clear: both;
	margin-left: 0;
}
.dataListTitle {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 6px;
}
.dataListImg img {
	max-width: 100%;
}
.m_table.setTable th, .m_table.setTable td {
	padding: 10px 8px;
}
@media screen and (max-width: 768px){
	.dataList > li {
		width: 100%;
		float: none;
		margin: 30px auto 0;
	}
	.dataList > li:nth-child(2n+1) {
		clear: none;
		margin-left: auto;
	}
}
.t_w1130 {
  min-width: 1130px;
}
.m_table th.bgwhite {
  background-color: #fff;
}
.m_table .twoline {
  border-left: double #d6d6d6;
}
.m_table td.boNoneTB {
  border-bottom: none;
  border-top: none;
}
.m_table th.boNoneLT {
  border-left: none;
  border-top: none;
}
.table-note.w712 {
  max-width: 712px;
}