
sub {
	margin-left: 0.5em;
	display: inline;
	vertical-align: baseline;
	font-size: 0.73em;
}

.block-title sub {
	margin-left: 1em;
	font-size: 0.5em;
}

/* -----------------------------------------------
= block
----------------------------------------------- */
.block {
	margin-top: 60px;
	scroll-margin-top: 90px;
}
.block:first-child {
	margin-top: 0;
}
.block a {
	text-decoration: underline;
}
.block .block-title {
	margin-left: 14px;
	margin-right: 14px;
}
.block .item {
	padding-left: 14px;
	padding-right: 14px;
	position: relative;
}
.block .item::before {
	content: " ";
	width: 34px;
	height: 100%;
	background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	display: block;
	right: -20px;
	top: 0;
	z-index: 1;
	position: absolute;
}
.block .item::after {
	content: " ";
	width: 36px;
	height: 36px;
	background: url(../../img/sustainability/achievements-data-arr.svg) no-repeat center center / contain;
	display: block;
	right: -4px;
	top: 160px;
	z-index: 2;
	position: absolute;
}
.block .item .table-frame {
	margin-right: -34px;
	overflow-y: auto;
}
.block .item .table-box {
	width: 894px;
}
.block .item .att-scl {
	margin-top: 10px;
	color: #393939;
	font-size: calc(1.2rem / 1.6);
	line-height: calc(20 / 12);
	font-weight: 500;
	text-align: center;
}
.block .item .att-scl span {
	padding-left: 24px;
	background: url(../../img/sustainability/achievements-data-scl.svg) no-repeat left center / 16px auto;
	display: inline-block;
}
.block .item table {
	margin: 0;
	width: 860px;
	border-collapse: collapse;
	border: 1px solid var(--border-gray);
	box-sizing: border-box;
}
.block .item .section-table table {
	width: 830px;
}
.block .item table tr th,
.block .item table tr td {
	border: 1px solid var(--border-gray);
	box-sizing: border-box;
	vertical-align: middle;
}
.block .item table tr th {
	padding: 13px 3px;
	background: #6c6c6c;
	color: #fff;
	font-size: calc(1.5rem / 1.6);
	line-height: calc(20 / 15);
	font-weight: 600;
	text-align: center;
}
.block .item table tr td {
	background: #fff;
	color: #393939;
	font-size: calc(1.4rem / 1.6);
	line-height: calc(20 / 14);
	font-weight: 500;
}
#table01 .item table tr th:first-of-type {
	padding: 13px 23px;
	text-align: left;
}
#table01 .item table tr td {
	padding: 16px 20px;
	width: 14.5%;
	text-align: right;
}
#table01 .item table tr td:first-of-type {
	padding: 16px 23px;
	text-align: left;
}
#table01 .item table .separator td:first-of-type {
	padding: 0;
	height: 10px;
	border: none;
}
#table02 .item table.table-h tr:nth-of-type(2) th {
	width: 9%;
}
#table02 .item .section-table {
	padding: 0 0 0 30px;
	background: var(--bg-gray);
}
#table02 .item .section-table h3 {
	margin-left: -10px;
	padding: 16px 0;
	font-size: calc(1.5rem / 1.6);
	line-height: calc(21 / 15);
	font-weight: 500;
}
#table02 .item .section-table h3 span {
	font-size: calc(1.1rem / 1.6);
}
#table02 .item .table-a tr td {
	padding: 16px 0;
	text-align: center;
}
#table02 .item .table-a tr td:not(:first-of-type) {
	width: 9.4%;
}
#table02 .item .table-b tr td:first-of-type {
	padding: 16px 0;
	text-align: center;
}
#table02 .item .table-b tr td:not(:first-of-type) {
	padding: 16px 20px;
	width: 18.7%;
	text-align: right;
}
#table02 .item .table-c {
	margin-top: 20px;
}
.block .item .table-c tr th:not(:first-of-type) {
	width: 15%;
}
.block .item .table-c tr td {
	padding: 16px 20px;
	text-align: right;
}
.block .item .table-c tr td.sub {
	width: 13%;
	text-align: center;
}
.block .item .table-c tr td.left {
	text-align: left;
}
.block .notes {
	margin-top: 20px;
}
.block .notes li {
	font-size: calc(1.1rem / 1.6);
	line-height: calc(20 / 11);
	font-weight: normal;
}
@media print, screen and (min-width: 768px) {/* PC */
.block {
	margin-top: 100px;
	scroll-margin-top: 118px;
}
.block a:hover {
	text-decoration: none;
}
.block .block-title {
	margin-left: 0;
	margin-right: 0;
}
.block .item {
	padding-left: 0;
	padding-right: 0;
}
.block .item::before,
.block .item::after {
	display: none;
}
.block .item .table-frame {
	margin-right: 0;
	overflow-y: visible;
}
.block .item .table-box {
	width: 100%;
}
.block .item .att-scl {
	display: none;
}
.block .item table,
.block .item .section-table table {
	width: 100%;
}
.block .notes li {
	font-size: calc(1.2rem / 1.6);
	line-height: calc(23 / 12);
}
}/* @media */
/* -----------------------------------------------
= summary
----------------------------------------------- */
.block .summary {
	margin-top: 30px;
	padding: 15px;
	background: #f7f7f7;
	border: 1px solid var(--border-gray);
	border-radius: 4px;
}
.block .summary h3 {
	margin-bottom: 20px;
	padding-bottom: 16px;
	border-bottom: 1px solid var(--border-gray);
	font-size: calc(1.4rem / 1.6);
	line-height: calc(20 / 14);
	font-weight: 500;
}
.block .summary ul li,
.block .summary p {
	font-size: calc(1.2rem / 1.6);
	line-height: calc(25 / 12);
}
.block .summary p {
	margin-top: 20px;
}
.block .summary ul li {
	padding-left: 1em;
	text-indent: -1em;
}
@media print, screen and (min-width: 768px) {/* PC */
.block .summary {
	margin-top: 40px;
	padding: 30px;
}
.block .summary h3 {
	margin-bottom: 20px;
	padding-bottom: 20px;
	font-size: calc(1.7rem / 1.6);
	line-height: calc(25 / 17);
}
.block .summary ul li,
.block .summary p {
	font-size: calc(1.5rem / 1.6);
	line-height: calc(34 / 15);
}
}/* @media */
