@charset "utf-8";
/* CSS Document */

.generalblock a:not([class*="button"])[href$=".xls"]:after,
.generalblock a:not([class*="button"])[href$=".xlsx"]:after {
	background-image: url(../img/common/anchor_icon_excel.svg);
}

/* サステナビリティデータ集テーブル用 20260729追記 */
.esg-table-wrap {
  margin: 40px 0;
}
.table-scroll {
  overflow: auto;
  max-height: 50vh;
  border: 1px solid #ddd;
  /* iOSのスクロール慣性 */
  -webkit-overflow-scrolling: touch;
}
.esg-table {
  width: 100%;
  border-collapse: collapse;
  letter-spacing: 0.075em;
  line-height: 1.6em;
}
.esg-table th,
.esg-table td {
  padding: 12px;
  border: 1px solid #ddd;
}
.esg-table thead th {
  background: #f5f5f5;
  text-align: center;
}
.esg-table tbody th {
  text-align: left;
  background: #fafafa;
}
.esg-table td {
  text-align: right;
}

.esg-table .column-width-10 {
  width: 10%;
}
.esg-table .column-width-12 {
  width: 12%;
}
.esg-table .column-width-15 {
  width: 15%;
}
.esg-table .column-width-20 {
  width: 20%;
}
.esg-table .column-width-30 {
  width: 30%;
}

@media print, screen and (min-width:1000px) {
}

@media only screen and (max-width:999px) {
  .generalblock h2 + h3 {
    margin-top: 25px;
  }
  .generalblock h2,
	.generalblock .h2,
	.h2 {
		margin: 80px 0 0;
		font-size: 23px;
	}
	.generalblock h3,
	.generalblock .h3,
	.h3 {
		margin: 45px 0 0;
		font-size: 23px;
	}
/* サステナビリティデータ集テーブル用 20260729追記 */
  .table-scroll {
    max-height: 30vh;
  }
  .esg-table thead {
    display: none;
  }
  .esg-table,
  .esg-table tbody,
  .esg-table tr,
  .esg-table th,
  .esg-table td {
    display: block;
  }
  .esg-table tr {
    margin-bottom: 16px;
    border: 1px solid #ddd;
    overflow: scroll;
  }
  .esg-table tbody th {
    border: none;
    border-bottom: 1px solid #ddd;
    background: #f5f5f5;
  }
  .esg-table td {
    display: flex;
    justify-content: space-between;

    text-align: left;
    border: none;
    border-bottom: 1px solid #eee;
  }
  .esg-table td:last-child {
    border-bottom: none;
  }
  .esg-table td::before {
    content: attr(data-label);
    font-weight: bold;
    color: #666;
    margin-right: 20px;
  }
  .esg-table .column-width-10,
  .esg-table .column-width-12,
  .esg-table .column-width-15,
  .esg-table .column-width-20,
  .esg-table .column-width-30 {
    width: auto;
  }
}

@media only screen and (max-width:640px) {
}
