@charset "UTF-8";
.products-lead-block {
  margin: 0 5px 25px;
}

.products-lead-block > p {
  margin: 0 0 15px;
}

.products-lead-block > p.sort-title {
  font-family: -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
  margin: 0 0 5px;
}

.products-lead-block > p.sort-title _:-ms-fullscreen, :root .products-lead-block > p.sort-title {
  font-family: -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}

.products-lead {
  margin: 0 0 15px;
}

.sort-detail {
  margin: 0 0 6px;
  padding: 3px 0 0 150px;
  font-size: 14px;
  font-size: 1.4rem;
  position: relative;
}

.sort-detail .sort-type {
  display: inline-block;
  padding: 5px 5px 3px;
  margin: 0 10px 0 0;
  background-color: #05A8E7;
  color: #FFFFFF;
  width: 130px;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
}

.sort-detail .sort-type _:-ms-fullscreen, :root .sort-detail .sort-type {
  font-family: -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}

@media only screen and (max-width: 767px) {
  .sort-detail {
    padding: 5px 0;
  }
  .sort-detail .sort-type {
    position: static;
    margin-bottom: 10px;
  }
}
