@charset "UTF-8";

/* override ++++++++++++++++ */
.m-cta_panel {
  margin-bottom: 0;
}

.m-accordion details,
.m-accordion details > .m-accordion_content {
  border-color: var(--color-gray-secondary);
}

/* ++++++++++++++++ */
.u-bgc_tbl_pink {
  background-color: var(--color-pale-pink);
}

.fbond-fee-compare {
  line-height: 140%;
}
.fbond-fee-compare thead th,
.fbond-fee-compare td {
  text-align: center;
}
.fbond-fee-compare tbody th {
  font-weight: normal;
  word-break: break-all;
}
.fbond-fee-compare tbody .u-bgc_tbl_pink {
  line-height: 1;
}
@media (max-width: 767.98px) {
  .m-table_basic > table.fbond-fee-compare {
    min-width: 690px
  }
  .fbond-fee-compare tbody th {
    padding: 8px 12px;
  }
  .fbond-fee-compare th,
  .fbond-fee-compare td {
    padding: 16px 12px;
  }
  .fbond-fee-compare colgroup col {
    width: 15%;
    min-width: 104px;
  }
  .fbond-fee-compare colgroup col:nth-child(1) {
    width: 25%;
    min-width: 140px;
  }
}
@media (min-width: 768px) {
  .fbond-fee-compare colgroup col {
    width: 13%;
  }
  .fbond-fee-compare colgroup col:nth-child(1) {
    width: 29%;
  }
  .fbond-fee-compare colgroup col:nth-child(2) {
    width: 19%;
  }
  .fbond-fee-compare th,
  .fbond-fee-compare td {
    padding: 16px;
  }
}

.fbond-issued img {
  max-width: 60px;
}
.fbond-issued colgroup col {
  width: 11%;
}
.fbond-issued colgroup col:nth-child(1) {
  width: 16%;
}
.fbond-issued colgroup col:nth-child(2) {
  width: 25%;
}
.fbond-issued colgroup col:nth-child(3) {
  width: 15%;
}

.fbond-annotation {
  display: block;
  margin: 16px auto 0;
  color: var(--color-gray-quaternary);
}

.usd-receive ._img01 {
  max-width: 244px;
}

.fx-example ._img01 {
  max-width: 460px;
}
.fx-sample-dl  >dt {
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .fx-example-figure {
    display: flex;
    flex-direction: column-reverse;  }
}
