@charset "utf-8";
/* CSS Document */
/*before解除*/

img{
  height: auto;
}
.someclass:before {
  content: none;
}
/*border解除*/
.release_border {
  border-bottom: initial;
}
.change_line {
  line-height: 1;
}
.t_align_center {
  text-align: center;
}
.bg_white {
  background-color: white !important;
}

.change_th{
	color:#45494b;
	background-color: #f7f7f7;
}
.lit_size{
	font-size: 0.7em;
}
.mt30 {
  margin-top: 30px;
}
.mt50 {
  margin-top: 50px;
}
.mt80 {
  margin-top: 80px;
}

.H02-001-03{
  text-indent: -1.8em;
  padding-left: 1.8em;
}
.H02-001-03 + .H02-001-03{
  margin-top: 0;
}

.scroll-table{
  overflow-x: auto;
  margin-bottom: 50px;
}

.H02-001-01 span{
  color: #c89713;
}

.skil_table{
  width: 1200px;
  color: #45494b;
  font-family: "Helvetica Neue", Arial, "BIZ UDPGothic", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans W3", Meiryo, NotoSansJapanese, sans-serif;
  font-size: 14px;
  border:solid #005c55;
  border-width: 1px 1px 0 0;
  margin-top: 10px;
}

.skil_table thead th{
  width: 11.25%;
  text-align: center;
  color:#fff;
  background: #005c55;
  border:solid #fff;
  border-width: 0 0 1px 1px;
  padding: 10px;
  font-size: 12px;
}

.skil_table tbody th{
  width: 10%;
  background: #f7efd8;
  color:#005c55;
  border:solid #005c55;
  border-width: 0 0 1px 1px;
  padding: 10px;
  font-size: 11px;
  font-weight: bold;
}

.skil_table td{
  width: 10%;
  text-align: center;
  border:solid #005c55;
  border-width: 0 0 1px 1px;
  padding: 10px;
  font-size: 18px;
  color: #c89713;
}

.concept_movie{
  margin: 25px 0 50px;
}

.table_01{
  border:solid #005c55;
  border-width: 1px 0 0 0;
  margin-bottom: 50px;
}

.table_01 th{
  color:#005c55;
  border:solid #005c55;
  border-width: 0 0 1px 0;
  padding: 10px 40px;
  font-size: 18px;
  text-align: center;
}
.table_01 th:nth-child(2){
  background: #f7efd8;
  font-weight: bold;
}
.table_01 td{
  color:#005c55;
  border:solid #005c55;
  border-width: 0 0 1px 0;
  padding: 10px 40px;
  font-size: 18px;
  text-align: center;
}
.table_01 td:nth-child(2){
  background: #f7efd8;
  font-weight: bold;
}

.table_02{
  margin-bottom: 50px;
  border:solid #005c55;
  border-width: 1px 0 0 0;
}

.table_02 thead th{
  color:#005c55;
  font-weight: bold;
  border:solid #005c55;
  border-width: 0 0 1px 0;
  padding: 10px 0;
  font-size: 18px;
  text-align: center;
}

.table_02 tbody th{
  color:#005c55;
  border:solid #005c55;
  border-width: 0 0 1px 0;
  padding: 15px 10px;
  font-size: 16px;
  text-align: center;
}
.table_02 tbody th:nth-child(1){
  width: 70%;
}
.table_02 tbody th:nth-child(2){
  background: #f6efd9;
  width: 15%;
}
.table_02 tbody th:nth-child(3){
  background: #e3d6ae;
  font-weight: bold;
  width: 15%;
}
.table_02 tbody td{
  color:#005c55;
  border:solid #005c55;
  border-width: 0 0 1px 0;
  padding: 15px 10px;
  font-size: 18px;
  text-align: center;
}
.table_02 tbody td:nth-child(1){
  text-align: left;
}
.table_02 tbody td:nth-child(2){
  background: #f6efd9;
}
.table_02 tbody td:nth-child(3){
  background: #e3d6ae;
  font-weight: bold;
}

.table_03{
  border:solid #005c55;
  border-width: 0 1px 0 0;
}

.table_03 thead th{
  font-weight: bold;
  border:solid #fff;
  border-width: 0 1px 0 0;
  padding: 10px 0;
  font-size: 18px;
  text-align: center;
  background: #005c55;
  color:#fff;
}

.table_03 thead th:last-child{
  border:none;
}

.table_03 tbody th{
  color:#005c55;
  padding: 15px 20px;
  font-size: 16px;
  text-align: center;
}
.table_03 tbody th:nth-child(1){
  width: 60%;
}
.table_03 tbody th:nth-child(2){
  width: 13.3333%;
}
.table_03 tbody th:nth-child(3){
  font-weight: bold;
  width: 13.3333%;
}
.table_03 tbody th:nth-child(4){
  font-weight: bold;
  width: 13.3333%;
}
.table_03 tbody td{
  color:#005c55;
  border:solid #005c55;
  border-width: 0 0 1px 1px;
  padding: 15px 20px;
  font-size: 18px;
  text-align: center;
}
.table_03 tbody td:nth-child(1){
  text-align: left;
}
.table_03 tbody td:nth-child(2){
  background: #f6efd9;
}
.table_03 tbody td:nth-child(3){
  background: #f6efd9;
}
.table_03 tbody td:nth-child(4){
  background: #f6efd9;
}

.pdf_download a{
  margin-left: 30px;
}


/*画像・表のサイドスクロール*/
.side_scroll {
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  padding: 0 0 12px 8px;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .side_scroll {
    overflow-x: inherit;
    padding: 0 8px 6px;
  }
}

.side_scroll-gov {
  overflow-x: inherit;
  padding: 0 0 6px;
  margin: 20px 0 50px;
}

.side_scroll > li {
  width: 100%;
  min-width: 140px;
}
@media screen and (min-width: 768px) {
  .side_scroll > li {
    min-width: inherit;
  }
}
.side_scroll > li:not(:last-child) {
  margin-right: 5px;
}
.side_scroll > li:last-child {
  padding-right: 5px;
}
@media screen and (min-width: 768px) {
  .side_scroll > li:last-child {
    padding-right: 0;
  }
}
.side_scroll img {
  vertical-align: middle;
  max-width: 100%
}
@media screen and (max-width: 767px) {
  .side_scroll img {
    max-width: initial;
  }
  .height_ch {
    max-width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .H06-001-01 {
    width: initial;
  }
  .scroll-table table {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  .concept_movie iframe{
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
  }
  .table_03 tbody td,
  .table_03 thead th{
    font-size: 14px;
  }
  .pdf_download a{
    margin-left: 0px;
    margin-top: 30px;
  }
}

/*画像・表のサイドスクロール end*/


/*サステナビリティESGデータ 表調整*/
.sustina-table .H06-001-01-inner__title:first-child {
  width:25%;
}

.sustina-table .H06-001-01-inner__text {
  padding: 15px 5px;
}
.sustina-table .H06-001-01-inner__text sup{
  font-size: 10px;
}