@charset "UTF-8";

/* 20221212銘柄詳細
*****************************************/
.m-figure__frame {
  position: relative;
  display: block;
  max-width: 698px;
  margin: 0 auto;
  padding: 0;
  font-size: 40px;
  line-height: 1;
}
.m-figure__frame > img {
  width: 100%;
  height: auto;
}
.m-figure__frame > a {
  display: block;
  max-width: 698px;
  margin: 0 auto;
}
.m-figure__frame > .yield-rate {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: flex-end;
  width: 100%;
  margin: 0;
  padding: 0 0.45em 0.25em 0;
  color: #fff;
  pointer-events: none;
}
.m-figure__frame > .yield-rate > .ttl {
  font-size: 0.65em;
  line-height: 1.8;
  letter-spacing: -0.02em;
}
.m-figure__frame > .yield-rate.jpy > .ttl {
  font-size: 0.55em;
  margin-right: 5px;
}
.m-figure__frame > .yield-rate > .period {
  margin-left: 0.2em;
  margin-right: 0.2em;
  font-size: 1em;
  line-height: 1.3;
}
.m-figure__frame > .yield-rate > .period {
  font-size: 1em;
}
.m-figure__frame > .yield-rate > .value {
  font-size: 1em;
  font-weight: bold;
}
.m-figure__frame > .yield-rate > .value > b {
  margin-right: 0.12em;
  font-size: 2em;
  letter-spacing: -0.05em;
}
.m-figure__frame > .yield-rate.fz-small > .value > span {
  padding: 0 5px;
  font-weight: normal;
}
.m-figure__frame > .yield-rate.fz-small > .value > b {
  font-size: 1.625em;
}
.m-figure__frame > .close-message {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255,255,255,0.5);
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
}
.m-figure__frame > .close-message > p {
  margin: 0;
  padding: 1.4em;
  border: 1px solid #fff;
  background-color: rgba(255, 240, 208, 0.8);
  color: #a72424;
  font-size: 0.5em;
}

@media (max-width: 767.98px) {
  .m-figure__frame {
    font-size: 5.73vw;
    font-size: 5.27vw;
  }
  .m-figure__frame > .close-message > p {
    font-size: 0.8em;
  }
}

/**************/
.m-table__cell--lv2.fbond-detail_thead {
  background-repeat: no-repeat;
  background-position: right 6px center;
  background-color: #f1f1f1;
  background-size: 40px;

  --bgi-national_flag: none;
  background-image: var(--bgi-national_flag);
}

/**************/
.fbond-btn-purchase {
  display: flex;
  margin: 48px auto 72px;
  background-color: #0046A0;
}
@media (max-width: 767.98px) {
  .fbond-btn-purchase {
    max-width: 304px;
  }
  .fbond-btn-purchase.-pc {
    display: none;
  }
}
@media (min-width: 768px) {
  .fbond-btn-purchase {
    max-width: 284px;
  }
  .fbond-btn-purchase.-sp {
    display: none;
  }
}

/**************/
.fbond-txt-note {
  color: #999;
}

.fbond-strips_example {
  border-radius: 8px;
  background-color: #f9f9f9;
}
.fbond-strips_example > dt {
  font-weight: bold;
}
.fbond-strips_example > dd {
  margin: 0;
}
.fbond-strips_example > ._itemize {
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #e0e0e2;
}

@media (max-width: 767.98px) {
  .fbond-strips_example {
    padding: 16px;
  }
  .fbond-strips_example > ._itemize > span {
    display: block;
  }
}
@media (min-width: 768px) {
  .fbond-strips_example {
    padding: 24px;
  }
  .fbond-strips_example > ._itemize {
    display: flex;
    flex-wrap: wrap;
    border-bottom-width: 2px;
  }
  .fbond-strips_example > ._itemize > span:nth-child(odd) {
    width: 12em;
  }
  .fbond-strips_example > ._itemize > span:nth-child(even) {
    flex-grow: 1;
    width: 60%;
  }
}
