@charset "UTF-8";
#bpm .d-col--navy {
  color: #1A2792;
}
#bpm .d-bg--navy {
  background: #1A2792;
}
#bpm .d-bg--bluegray {
  background: #ebedf7;
}
#bpm .d-bg--blue01 {
  background: #EBEDF7;
}
#bpm .d-col--blue01 {
  color: #4F59AB;
}
#bpm .d-bd-radius--05 {
  border-radius: 5px;
}
#bpm .d-bd-radius--10 {
  border-radius: 10px;
}
#bpm .d-bd-radius--20 {
  border-radius: 20px;
}
#bpm .d-flx-ai--center {
  align-items: center;
}
#bpm .d-flx-jc--center {
  justify-content: center;
}
#bpm .height23 {
  height: 23px;
}

div.flex-table .ft-th,
div.flex-table-nb .ft-th {
  font-weight: bold;
  width: 20%;
}

div.flex-table .ft-td,
div.flex-table-nb .ft-td {
  width: 80%;
}

/* レスポンシブ対応 */
@media screen and (max-width: 768px) and (min-width: 1px) {
  .d-sp-w100-min100 {
    width: calc(100% - 100px);
  }
  .d-sp-w100-min120 {
    width: calc(100% - 120px);
  }
}
.sp-br {
  display: inline;
}

.pc-br {
  display: block;
}

@media screen and (max-width: 768px) and (min-width: 1px) {
  .sp-br {
    display: block;
  }
  .pc-br {
    display: inline;
  }
}/*# sourceMappingURL=detail.css.map */