@charset "UTF-8";

/*202309 支払総額*/
.bbRecommendCard--totalprice {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.bbRecommendCard--totalprice .bb-spec--title {
  /* margin-right: 15px; */
}

.bbRecommendCard--totalprice .bb-spec__item{
 width: 100%; 
}
.bbRecommendCard--totalprice .bb-spec--deta{
  text-align: center;
  font-weight: bold;
  font-size: 21px;
}
.bbRecommendCard--totalprice .bb-spec--deta.no-price{
  font-weight: normal;
}

@media (max-width: 767px) {
  .bbRecommendCard--totalprice{
    margin-bottom: 15px;
  }
  .bbRecommendCard--totalprice .bb-spec--deta {
    display: inline-block;
    font-family: "Noto Sans JP",sans-serif;
    font-weight: 700;
    margin-right: 7px;
    color: #000000;
    font-size: 17px;
    /* line-height: 1; */
    flex: initial;
    word-wrap: initial;
  }
  .bbRecommendCard--totalprice .bb-spec--deta.no-price{
    font-weight: normal;
    font-size: 14px;
  }
}