.section-title-h2,
.try-section-title{
  margin: 0 0 20px;
  padding: 0 20px;
}
/* ソート　*/
.productlist-sort {
  background: #eee;
  border: 2px solid #ccc;
  margin: 40px 0 20px;
  padding: 15px 10px;
  font-size: .9em;
}
.productlist-sort-list {
  float: left;
  margin: 0;
}
.productlist-sort-totalnumber {
  float: right;
  margin: 0;
  padding-right: 5px;
}
.productlist-sort-totalnumber span { 
  padding: 0 5px;
}


/** ページネーション*/
/* モバイル時*/
.pagenation-sp__section {
  text-align: center;
}
.pagenation-sp-list {
  margin: 0;
}
.pagenation-sp-list__unit {
  display: inline;
  margin: 0 5px;
}
.pagenation-sp-info {
	padding: 1em 0 1.5em;
}
.btn-pn {
  padding: 10px 20px;
  border: 2px solid #333;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-color: #333;
  color: #fff;
  font-size: 1em;
}
.btn-pn:hover,
.btn-pn:focus {
  border: 2px solid #777;
  background-color: #777;
  color: #fff;
}
.btn-pn.disabled,
.btn-pn[disabled] {
  border: 2px solid #ccc;
  color: #cecece;
  background-color: #fff;
}
.pagenation__section {
  display: none;
}

@media(min-width:981px){
  .pagenation-sp__section{
    display: none;
  }
  .pagenation__section {
    display: block;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
  }
  .pagenation-list {
    text-align: right;
    padding-top: 15px;
  }
  .pagenation-list__unit {
    padding: 0 2px;
    text-align: center;
    line-height: 26px;
    display: inline-block;
  }
  .pagenation-list__unit a,
  .pagenation-list__unit span {
    display: block;
    float: left;
    min-width: 26px;
    height: 26px;
    box-sizing: border-box;
    padding: 0 .5em;
  }
  .pagenation-list__unit a {
    border: 2px solid #333;
    background-color: #fff;
    color: #333;
    text-decoration: none;
  }
  .pagenation-list__unit a:hover {
    border: 2px solid #333;
    background-color: #333;
    color: #fff;
  }
  .pagenation-list__unit span {
    border: 2px solid #ccc;
    background-color: #fff;
    color: #ccc;
  }
}


