.list-flow li.step>div:first-child {
  background: var(--beige);
  border-top: 2px solid var(--dark-gold);
}

.list-flow li.step>div:first-child>span {
  display: block;
  width: fit-content;
  text-transform: uppercase;
  font-family: var(--inter);
  font-size: var(--fz12);
  font-weight: 700;
  padding: 0 23px;
  clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
  background: var(--gold);
  color: #fff;
}

@media (min-width:768px) {
  .list-flow li.step {
    display: flex;
  }

  .list-flow li.step>div:first-child {
    width: 200px;
    display: flex;
    flex-direction: column;
  }

  .list-flow li.step>div:first-child .img-wrapper {
    flex: 1;
    display: grid;
    place-items: center;
  }

  .list-flow li.step>div:last-child {
    flex: 1;
  }
}

.annual_fee {
  text-align: center;
  vertical-align: middle;
}
.annual_fee thead {
  background: var(--gold);
  color: var(--white);
  height: 50px;
}
.annual_fee thead th {
  text-align: center;
  vertical-align: middle;
  font-weight: bold;

}
.annual_fee tbody tr {
  background: var(--beige);
  height: 80px;
  text-align: center;
  border-bottom: 1px solid #E0DECF;
}
.annual_fee tbody th,
td {
  text-align: center;
  vertical-align: middle;
}
.annual_fee tbody th {
  border-right: 1px solid #E0DECF;
}

/* ダウンロードボタン（gold） */
.link-download-gold {
  display: block;
  width: fit-content;
}
.link-download-gold::after {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 2px;
  background: #FFF;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
  background: url(/assets/img/arrow_gold_right.svg) no-repeat center center / 100% 100%;
  background: url(/assets/img/icon_download_gold.svg) no-repeat center center / 100% 100%;
  margin-left: 8px;
  position: relative;
  top: 4px;
}

.list-flow.join_us {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.list-border-gold>li {
  height: 340px;
}
.list-border-gold>li:last-child {
  border: none !important;
}
.list-flow.join_us li.step>div:first-child {
  width: 240px;
}
.list-flow.join_us li.step>div:first-child .img-wrapper {
  flex: initial;
  height: 200px;
}
.step-arrow {
  width: 2%;
  height: 56px !important;
  aspect-ratio: 1 / 1;
  background: var(--dark-gold);
  clip-path: polygon(0 0, 0 100%, 100% 50%);
}
.list-flow.join_us li.step p {
  text-align: center;
  font-weight: bold;
}
.a_block {
  display: block;
}
@media screen and (max-width: 768px) {
  .list-flow.join_us {
    flex-direction: column;
    gap: 25px;
  }
  .list-border-gold>li {
    height: auto !important;
  }
  .list-border-gold>li:nth-child(2),
  .list-border-gold>li:nth-child(4),
  .list-border-gold>li:nth-child(6) {
    height: 32px !important;
  }
  .step-arrow {
    width: 56px;
    height: 32px !important;
  }
  .list-flow.join_us li.step>div:first-child .img-wrapper {
    height: auto !important;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .list-flow.join_us li.step>div:first-child .img-wrapper {
    flex: initial;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .step-arrow {
    width: 56px;
    height: 32px !important;
    clip-path: polygon(0 0, 0 50%, 100% 50%);
    clip-path: polygon(0 0,
        100% 0,
        50% 100%);
  }
}