  body {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
}
th,
td {
    padding: 12px;
    line-height: 1.5;
    text-align: center;
    color: #333333;
}

.finance-paragraph {
  margin-top: 4em;
  margin-bottom: 1em;
  font-size: 1rem;
  line-height: 1.7;
}
[lang="en"] .finance-paragraph {
  line-height: 1.5;
}
.finance-list-wrapper {
  padding-top: 31px;
  padding-bottom: 38px;
  background-color: #002c45;
  color: #ffffff;
}

.finance-list-header {
  margin: 0;
  font-size: 24px;
  font-weight: bold;
}

.finance-link-system {
  margin-top: 10px;
  margin-bottom: 20px;
}

.finance-link-system a::after {
  content: url('/images/icons/file-pdf-solid-white.svg');
  margin-left: 8px;
  vertical-align: middle;
}

.finance-link-system :link,
.finance-link-system :visited {
  color: inherit;
}
.finance-link-list-container {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}

.finance-item,
.finance-company-item {
  display: flex;
  align-items: center;
  margin: 10px;
  border: solid 1px;
  border-radius: 3px;
  background-color: #ffffff;
  transition: background-color 0.3s;
}

.finance-item:hover,
.finance-company-item:link:hover,
.finance-company-item:visited:hover {
  background-color: #dae8fa;
}

.finance-item {
  flex-basis: calc(33.3% - 66px);
  padding: 2px;
  padding-left: 16px;
  padding-right: 28px;
  min-height: 54px;
  background-image: url(/css/'data:image/svg+xml,<svg xmlns="http:/www.w3.org/2000/svg" width="14" height="8" viewBox="0 0 14 8"><path d="M7,168a1,1,0,0,1-.707-.293l-6-6a1,1,0,0,1,1.414-1.414L7,165.587l5.294-5.294a1,1,0,1,1,1.414,1.414l-6,6A1,1,0,0,1,7,168Z" transform="translate(-0.005 -160)" fill="%23818181"/></svg>');
  background-repeat: no-repeat;
  background-position: center right 10px;
  font-size: 16px;
  font-weight: bold;
}

.finance-company-item {
  flex-basis: calc(25% - 38px);
  border-color: #c4c4c4;
  padding: 2px;
  padding-left: 14px;
  min-height: 45px;
  color: #002c45;
  font-size: 14px;
}

.finance-company-item:link,
.finance-company-item:visited {
  flex-basis: calc(25% - 68px);
  border-color: #466f86;
  padding-right: 32px;
  background-image: url(/css/'data:image/svg+xml,<svg xmlns="http:/www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12"><path d="M6.857,32.857A.857.857,0,0,1,7.714,32h3.4a.878.878,0,0,1,.351.065,1.235,1.235,0,0,1,.279.184s0,0,0,0a.966.966,0,0,1,.249.6v3.431a.857.857,0,1,1-1.714,0V34.928L5.748,39.463a.856.856,0,0,1-1.211-1.211l4.535-4.537H7.714a.857.857,0,0,1-.857-.857ZM0,34.571a1.714,1.714,0,0,1,1.714-1.714H4.286a.857.857,0,0,1,0,1.714H1.714v7.714H9.429V39.714a.857.857,0,1,1,1.714,0v2.571A1.716,1.716,0,0,1,9.429,44H1.714A1.715,1.715,0,0,1,0,42.286Z" transform="translate(0 -32)" fill="%23466f86"/></svg>');
  background-repeat: no-repeat;
  background-position: center right 16px;
}

.finance-item-wrapper {
  margin-top: -80px;
  margin-bottom: 40px;
  padding-top: 100px;
  padding-bottom: 20px;
}

.finance-item-wrapper:first-child {
  padding-top: 140px;
}

.finance-item-wrapper:last-child {
  margin-bottom: 75px;
}

.finance-item-header {
  position: relative;
  /* border-bottom: solid 1px #c4c4c4; */
  padding-bottom: 7px;
  font-size: 27px;
  font-weight: 500;
  color: var(--blue);
  margin-bottom: 1rem;
}

.finance-item-header-icon {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -20px;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}

.finance-company-list-header {
  margin-top: 24px;
  margin-bottom: 13px;
  border-left: solid 5px #dae000;
  padding-left: 10px;
}
.sustainability-layout {
  margin-bottom: 4rem;
}
.common-page-header-title span{
font-size: 16px;
}
.finance table{
  table-layout: fixed;
  border-top: solid 1px #333333;
  margin-bottom: 24px;
  font-size:15px;
}
.finance th{
  border-top: solid 1px #333333;
  background: #F0F0F0;
  text-align: center;
}
.finance .report-sub-heading{
  font-size: 28px;
  margin-bottom: 30px;
}

.finance .bg-777{
  background: #002c45;
  border-top: solid 1px #333;
}
.finance td.bg-777 span{
  color: #fff;
}
.finance td{
  border-top: solid 1px #333333;
  border-left: solid 1px #333333;
}
.finance .border-ccc td,
.finance td.bg_gray{
  border-top: solid 1px #333333;
}
.finance td.bg_gray{
  background: #9aa9b8;
}
.finance a.common-link-underline{
  color: #333333;
}
.sustainability-section :link,.sustainability-section :visited {
  color: #1374c1;
  text-decoration: none;
}
.sustainability-section a.common-link-underline {
  color: #1374c1;

}
.sustainability-section {
  padding-bottom: 3rem;
}
.finance td a.link-icon::after {
  content: url(/css/'data:image/svg+xml,<svg xmlns="http:/www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 14 14"><path d="M8,33a1,1,0,0,1,1-1h3.972a1.024,1.024,0,0,1,.409.076,1.441,1.441,0,0,1,.325.215s0,0,0,0A1.127,1.127,0,0,1,14,33v4a1,1,0,1,1-2,0V35.416L6.706,40.706a1,1,0,0,1-1.412-1.413L10.584,34H9a1,1,0,0,1-1-1ZM0,35a2,2,0,0,1,2-2H5a1,1,0,1,1,0,2H2v9h9V41a1,1,0,1,1,2,0v3a2,2,0,0,1-2,2H2a2,2,0,0,1-2-2Z" transform="translate(0 -32)" fill="%23466f86"/></svg>');
  margin-left: 7px;
  vertical-align: -1px;
}

.finance-agreement-text {
  border: solid 1px #c4c4c4;
  padding: 1.5rem;
  height: 320px;
  overflow: auto;
  font-feature-settings: "palt";
  line-height: 1.8;
}
[lang="en"] .finance-agreement-text {
  height: 340px;
  line-height: 1.5;
}
.finance-agreement-text p span {
  display: block; 
  /* text-align: center; */
  font-weight: bold; 
}
.finance-link-button {
  margin: 42px auto 0;
  padding: 1rem ;
  border-color: #466f86;
  background-color: #002c45;
  color: #ffffff;
  font-weight: bold;
  border: solid 1px #466f86;
  width: 433px;
  text-align: center;
  font-size: 18px;
  cursor: pointer;
  transition: opacity 0.3s;

}

.finance-link-button:hover {
  opacity: 0.8;
}

.finance-link-button::after {
  content: url(/css/'data:image/svg+xml,<svg xmlns="http:/www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12"><path d="M6.857,32.857A.857.857,0,0,1,7.714,32h3.4a.878.878,0,0,1,.351.065,1.235,1.235,0,0,1,.279.184s0,0,0,0a.966.966,0,0,1,.249.6v3.431a.857.857,0,1,1-1.714,0V34.928L5.748,39.463a.856.856,0,0,1-1.211-1.211l4.535-4.537H7.714a.857.857,0,0,1-.857-.857ZM0,34.571a1.714,1.714,0,0,1,1.714-1.714H4.286a.857.857,0,0,1,0,1.714H1.714v7.714H9.429V39.714a.857.857,0,1,1,1.714,0v2.571A1.716,1.716,0,0,1,9.429,44H1.714A1.715,1.715,0,0,1,0,42.286Z" transform="translate(0 -32)" fill="white"/></svg>');
  margin-left: 6px;
}
@media (max-width: 1200px){
  .report-table-sticky::before{
      display: none;
  }
  .report-table-sticky.whilte:after{
      border-top: 1px solid #fff
  }
  .report-table-sticky.border-top-none::before{
      border-top: none;
  }
  .finance .materiality-table table:nth-child(1){
      border-top: none;
  }
  .finance .materiality-table tr:not(.border-ccc) td{
      border-top: solid 1px #333333;
  }
  .finance .border-ccc td,
  .finance .materiality-table{
      border-top: solid 1px #333333;
  }
  .report-table-sticky{
      width: 120px!important;
      left: 0;
  }
  .finance .materiality-table th {
      border-top: solid 1px #333333;
  }
}
@media (max-width: 767px) {
  .finance-link-button {
    width: 90%;
  }
  .common-page-header-title {
    font-size: 20px;
  }
  .finance-header-container {
    padding-top: 0;
    padding-bottom: 33px;
  }

  .finance-header-text-main {
    font-size: 22px;
  }

  .finance-header-text-description {
    margin-top: 30px;
  }

  .finance-link-list-container {
    display: block;
    margin: 0;
  }

  .finance-item,
  .finance-company-item {
    margin: 20px 0;
  }
  .finance-item-header {
    font-size: 20px;
  }
  .finance-agreement-text, [lang="en"] .finance-agreement-text {
    height: 240px;
  }

}
@media(min-width: 550px){
  .finance table{
      min-width: 960px;
  }
}
