@charset "UTF-8";

.base-style table th,
.base-style table td {
	padding: 10px 15px;
	line-height: 1.6;
}
.base-style.swipe table th,
.base-style.swipe table td,
.base-style.auto table th,
.base-style.auto table td {
	border: 1px solid #CCCCCC;
}
.base-style.swipe table th:first-child,
.base-style.swipe table td:first-child,
.base-style.auto table th:first-child,
.base-style.auto table td:first-child {
	border-left: none;
}
.base-style.swipe table th:last-child,
.base-style.swipe table td:last-child,
.base-style.auto table th:last-child,
.base-style.auto table td:last-child {
	border-right: none;
}

/*  base-en
------------------------------------------------*/

.base-en .b-o-moduleLinkAccordion_image {
	border-bottom: 1px solid #d8d8d8;
}
.base-en .b-o-moduleLinkAccordion_image img {
	width: 100%;
}
.base-en .b-o-moduleLinkAccordion_heading {
	padding-bottom: 43px;
}

@media (max-width: 767px) {
	.base-en .b-o-moduleLinkAccordion_image {
		border-bottom: none;
	}
	.base-en .b-o-moduleLinkAccordion_heading {
		padding-bottom: 15px;
	}
}

.base-en .b-a-plainText.b-is-note::before {
	content: "* ";
}
.base-en .b-page-sustainable-environment-decarbonization1_notes .b-a-plainText:before {
	content: "* " counter(note_i);
}
