@charset "UTF-8";

/* ----------------------------------------
accordion
---------------------------------------- */

.finance-trigger {
  position: relative;
  z-index: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
  font-size: 3rem;
  font-weight: bold;
  height: 8.8rem;
  position: relative;
  z-index: 0;
}

.finance-trigger span {
  display: inline-block;
  background-color: #f2f6f8;
  width: 10rem;
  height: 8.8rem;
  margin-left: auto;
  position: relative;
  z-index: 0;
}

.finance-trigger span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -1rem;
  background-color: #b8c2c8;
  width: 2rem;
  height: 2px;
  translate: 0 -50%;
  transition: 0.3s ease;
  z-index: 1;
}
.finance-trigger span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -1rem;
  background-color: #b8c2c8;
  width: 2rem;
  height: 2px;
  translate: 0 -50%;
  transition: 0.3s ease;
  z-index: 1;
  transform: rotate(-90deg);
}

.finance-trigger.is-close span::after {
  transform: rotate(-90deg);
}

.finance-trigger.is-active span::after {
  transform: rotate(0);
}

.finance-content {
  /* アコーディオンのコンテンツを非表示にする */
  display: none;
}

/* ----------------------------------------
.finance-area
---------------------------------------- */

.finance-area {
  margin-bottom: 12rem;
}

.finance-list {
  border-top: 1px solid #e9ecee;
}

.finance-list li {
  border-bottom: 1px solid #e9ecee;
}

.finance-box {
  margin-bottom: 8rem;
}

.WY .finance-table-area {
  overflow-y: hidden !important;
}

.WY .finance-table {
  width: 100% !important;
  height: auto !important;
  border-left: 1px solid #e9ecee;
  border-top: 1px solid #e9ecee;
  table-layout: fixed !important;
}

.WY .finance-table tr {
  width: auto !important;
  height: auto !important;
}

.WY .finance-table th,
.WY .finance-table td {
  border-bottom: 1px solid #e9ecee;
  border-right: 1px solid #e9ecee;
  line-height: 1.5;
  vertical-align: middle;
  width: auto !important;
  height: auto !important;
}

.WY .finance-table th:first-child {
  width: 21rem !important;
}
.WY .finance-table td:first-child {
  height: 11rem !important;
  background-color: #f2f6f8;
  font-weight: bold;
}
.WY .finance-table th {
  font-size: 1.4rem;
  text-align: center;
  font-weight: bold;
  background-color: #d0d5da;
  padding: 1.35rem 1rem;
}

.WY .finance-table td {
  padding: 0.88rem 2rem;
  font-size: 1.6rem;
}

.WY .finance-table td p {
  margin-top: 2rem;
}

.WY .finance-table td p:first-child {
  margin-top: 0;
}

.WY .finance-table td p a {
  display: inline-block;
  color: #0068b7;
  text-decoration: underline;
}

.WY .finance-table td p a.hover {
  text-decoration: none;
}

.WY .finance-table td p a.f-pdf {
  position: relative;
  z-index: 0;
  /* display: inline-flex;
  justify-content: center;
  align-items: flex-start; */
  color: #333;
  /* gap: 1rem; */
  text-decoration: none;
  text-indent: -1.75rem;
  padding-left: 1.75rem;
}

.WY .finance-table td p a.f-pdf::before {
  content: "";
  min-width: 0.7rem;
  margin-top: -0.1rem;
  display: inline-block;
  aspect-ratio: 1;
  border-bottom: 1px solid #0068b7;
  border-right: 1px solid #0068b7;
  /* transform-origin: right top; */
  vertical-align: middle;
  transform: rotate(-45deg);
  margin-right: 1rem;
}

.WY .finance-table td p a.f-pdf.hover {
  color: #0068b7;
  text-decoration: underline;
}

.WY .finance-table td p span.icon-pdf {
  /* text-indent: -1.75rem;
  padding-left: 1.75rem; */
}

.WY .finance-table td p span.icon-pdf::after {
  content: "";
  display: inline-block;
  width: 3.8rem;
  height: 1.6rem;
  background: url(/images3/common/icon-pdf.png) no-repeat;
  background-size: contain;
  margin: 0 0.5rem;
  vertical-align: middle;
}

.other-finance-area {
  margin-top: 3rem;
}

.other-finance-title {
  font-size: 2.4rem;
  font-weight: bold;
}

.report-news-list {
  margin-top: 1rem;
}

.report-news-list li {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  border-bottom: none !important;
  padding-block: 1rem;
}

.report-news-list li time {
  min-width: 10rem !important;
  font-size: 1.6rem;
  color: #555;
  font-weight: bold;
  line-height: 1.75;
}
.report-news-list li a {
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.75;
  margin-top: 1rem;
}
.report-news-list li a.hover {
  color: var(--color-main);
  text-decoration: underline;
}

.report-news-list li p {
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.75;
}

.report-news-list li a {
  font-weight: initial;
  transition: color 0.12s, text-decoration 0.12s;
}

.report-news-list li .icon-pdf::after {
  content: "";
  display: inline-block;
  width: 3.8rem;
  height: 1.6rem;
  background: url(/images3/common/icon-pdf.png) no-repeat;
  background-size: contain;
  margin: 0 0.5rem;
  vertical-align: middle;
}
