@charset "UTF-8";

.all-whole {
  margin-bottom: 9rem;
}
.period-area {
  display: block;
}
.period-box {
  min-width: auto;
}
.finance-trigger .period {
  font-size: 1.8rem;
}
.finance-trigger .year {
  font-size: 1.4rem;
  margin-left: 1rem;
}
.finance-trigger .history-title {
  font-size: 1.4rem;
  margin-left: 0;
  padding-left: 0;
  border-left: none;
  margin-top: 1rem;
  font-weight: bold;
}
.history-table {
  margin-bottom: 4rem;
}
.history-table th {
  height: 6rem;
}
.history-table td {
  font-size: 1.3rem;
  padding: 1rem;
  line-height: 1.5;
  padding: 1rem;
}
.history-table td:first-child {
  font-size: 1.4rem;
  background-color: #fff;
  line-height: 1.25;
  padding: 0.5rem;
}
.history-table td:first-child span {
  font-size: 1.1rem;
}

.history-table th:first-child {
  width: 7rem;
}

.history-table td li {
  margin: 0 0 1rem 1rem;
}
.history-table td p {
  font-size: 1.3rem;
}
.history-table td li a {
  margin-top: 1rem;
}
.history-table td li a::before {
  top: 0.7rem;
  width: 0.6rem;
}
.history-table td li a span {
margin-left: 1.2rem;
}
.history-table td figure {
  margin: 1rem 0 0;
}
.history-table td figure.many {
  margin: 1rem 0 2rem;
}
.history-table td figure img,
.history-table td figure img.h30{
  width: 100%;
  height: auto;
}
/* ----------------------------------------
accordion
---------------------------------------- */

.finance-trigger {
  height: 8rem;
  position: relative;
  z-index: 0;
}
.finance-trigger::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #e9ecee;
  z-index: 1;
}
.finance-trigger.last::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #e9ecee;
  z-index: 1;
}
.finance-trigger.is-close.last::after {
  background-color: #e9ecee;
}

.finance-trigger.is-active.last::after {
  background-color: transparent;
}
.finance-trigger .plus {
  width: 8rem;
  height: 8rem;
}
.anchor-link {
  height: auto;
  margin-bottom: 6rem;
  padding: 2rem 0;
  justify-content: flex-start;
}
.anchor-link li {
  width: 50%;
  border-right: none;
  margin-bottom: 2rem;
  padding: 0 2rem;
}
.anchor-link li:last-child {
  margin-bottom: 0;
}
.anchor-link li a {
  display: block;
  margin: 0 2rem;
}
.anchor-link li a::before {
  margin-top: -1.35rem;
}
.anchor-link li a .al-name {
  display: block;
  font-size: 1.8rem;
}
.anchor-link li a .al-year {
  display: block;
  margin: 0.5rem 0 0 0;
}
.anchor-link li a.hover .al-year {
  color: #0068b7;
}
