@charset "UTF-8";


@media screen and (max-width: 767.9px) {
/* 画⾯サイズが767pxまではここを読み込む */

  span.u-red.u-bold {
    font-size: 1.9rem;
  }
  p.flow-small__title.box-border__tag{
    margin: 0 auto 0.5rem;
  }
  
  /*-- ranking --*/
  .trust-rank {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: -8px;
  }
  .trust-rank__rank {
    display: block;
    width: 34px;
    height: 34px;
    padding-top: 7px;
    background: url("/products/stock/yutai/rank/img/bg_rank.svg") no-repeat left top/contain;
    color: #8d8d8d;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
  }
  .trust-rank__rank--1 {
    background-image: url("/products/stock/yutai/rank/img/bg_rank1.svg");
    color: #876528;
  }
  .trust-rank__rank--2 {
    background-image: url("/products/stock/yutai/rank/img/bg_rank2.svg");
    color: #8d8d8d;
  }
  .trust-rank__rank--3 {
    background-image: url("/products/stock/yutai/rank/img/bg_rank3.svg");
    color: #b59f78;
  }
  .trust-rank__status {
    display: block;
    width: 13px;
    height: 15px;
    margin-left: 8px;
    padding-top: 8px;
  }
  .trust-rank__status.is-up {
    background: url("/products/trust/ranking/img/ico_up.svg") no-repeat left top/contain;
  }
  .trust-rank__status.is-flat {
    background: url("/products/trust/ranking/img/ico_flat.svg") no-repeat left top/contain;
  }
  .trust-rank__status.is-down {
    background: url("/products/trust/ranking/img/ico_down.svg") no-repeat left top/contain;
  }
  
}

@media screen and (min-width: 768px) , print {
/* 画⾯サイズが768pxからと印刷時はここを読み込む */
  
  span.u-red.u-bold {
    font-size: 20px;
  }
  p.flow-small__title.box-border__tag{
    margin: 0 auto 10px;
  }
  
  /*-- ranking --*/
  .trust-rank {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: -8px;
  }
  .trust-rank__rank {
    display: block;
    width: 45px;
    height: 45px;
    padding-top: 10px;
    background: url("/products/stock/yutai/rank/img/bg_rank.svg") no-repeat left top/contain;
    color: #8d8d8d;
    font-weight: bold;
    line-height: 1;
    text-align: center;
  }
  .trust-rank__rank--1 {
    background-image: url("/products/stock/yutai/rank/img/bg_rank1.svg");
    color: #876528;
  }
  .trust-rank__rank--2 {
    background-image: url("/products/stock/yutai/rank/img/bg_rank2.svg");
    color: #8d8d8d;
  }
  .trust-rank__rank--3 {
    background-image: url("/products/stock/yutai/rank/img/bg_rank3.svg");
    color: #b59f78;
  }
  .trust-rank__status {
    display: block;
    width: 13px;
    height: 15px;
    margin-left: 10px;
    padding-top: 8px;
  }
  .trust-rank__status.is-up {
    background: url("/products/trust/ranking/img/ico_up.svg") no-repeat left top/contain;
  }
  .trust-rank__status.is-flat {
    background: url("/products/trust/ranking/img/ico_flat.svg") no-repeat left top/contain;
  }
  .trust-rank__status.is-down {
    background: url("/products/trust/ranking/img/ico_down.svg") no-repeat left top/contain;
  }

}
