/* List Main */

.list-main {
  padding-bottom: 30px;}
.list-main__block-anchor {
  background: #a6a6a6;
  padding: 25px 15px 20px;}
.list-main .list-main__container {
  max-width: 1100px;
  margin: 0 auto;}
.block-anchor__heading {
  border-bottom: 1px solid #d8d8d8;
  color: #fff;
  font-size: 2rem;
  font-weight: normal;
  line-height: 1.3em;
  margin-bottom: 22px;
  padding-bottom: 10px;}
.list-main_anchor-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  margin-right: -2%;}
  .list-main_anchor-list li {
    margin-bottom: 10px;
    margin-right: 2%;
    flex-basis: 48%;}
    .list-main_anchor-list li a {
      background: url(../images/list-main_anchor-list__icon-arrow.png) no-repeat right bottom 5px;
      -ms-background-size: 25px 25px;
      background-size: 25px 25px;
      border: 1px solid #fff;
      -ms-box-sizing: border-box;
      box-sizing: border-box;
      color: #fff;
      display: block;
      font-weight: bold;
      font-size: 1.3rem;
      height: 100%;
      padding: 10px;
      -ms-transition: all ease 0.5s;
      transition: all ease 0.5s;
      text-decoration: none;}

.list-main__category-heading {
  background: #808080;
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.3em;
  margin: 30px 0 20px;
  padding: 12px 15px;}
.list-main__count {
  color: #595757;
  font-weight: bold;
  font-size: 1.83rem;
  line-height: 1.3em;
  margin-bottom: 20px;
  padding: 0 15px;}
.list-main__count em {
  color: #f00;
  font-style: normal;}
.list-main__panel {
  border-bottom: 1px solid #595959;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin: auto;
  padding: 0 15px 13px;
  width: 100%;}
.list-main__panel2 {
  margin-top: 20px;}
.list-main__panel .list-main__panel-pager {
  margin-bottom: 20px;}
.list-main__panel .list-main__panel-pager li {
  display: inline-block;
  margin-right: 4px;
  color: #595757;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.3em;}
   .list-main__panel .list-main__panel-pager li a {
      color: #595757;}
.list-main__panel .list-main__panel-link {
  margin: 0 -10px;
  text-align: center;}
  .list-main__panel .list-main__panel-link li {
    color: #595757;
    display: inline-block;
    font-size: 1.4rem;
    line-height: 1.3em;
    padding: 0 2%;}
    .list-main__panel .list-main__panel-link li i {
      color: #595757;}
.list-main__panel-link_number-wrap {
  background: #fff url(../images/list-main__icon-selector.png) no-repeat right center;
  background-size: 20px 20px;
  display: inline-block;
  position: relative;
  top: -3px;}
.list-main__panel-link_number {
  background: none;
  border: 1px solid #909090;
  -ms-border-radius: 5px;
  border-radius: 5px;
  color: #000;
  font-size: 1.375rem;
  height: 29px;
  width: 74px;
  padding-left: 4px;
  visibility: visible!important;
  -webkit-appearance: none;
  outline: none;}
.list-main__product {
  border-bottom: 1px solid #a6a6a6;
  padding: 25px 15px;}
.list-main__product:after {
  content: "";
  clear: both;
  display: block;}
.list-main__product-image {
  max-width: 320px;
  margin: 0 auto 20px;}
  .list-main__product-image img {
    max-width: 100%;}
.list-main__product-image .list-main__product-zoom {
  color: #595757;
  clear: both;
  display: block;
  font-size: 1.58rem;
  font-weight: bold;
  line-height: 1.3em;
  margin-top: 8px;} 
.list-main__product-paragraph {
  background: #e6e6e6;
  color: #000;
  font-size: 1.6rem;
  line-height: 1.6em;
  margin-bottom: 25px;
  padding: 15px;}
.list-main__product-paragraph2 {
  position: relative;}
.list-main__product-paragraph2 > span {
  display: block;}
.list-main__product-paragraph2 .list-main__product-type {
  background: #46a8ff;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.3em;
  min-width: 87px;
  padding: 5px;
  position: absolute;
  right: 0;
  top: -10px;
  text-align: center;}
.list-main__product-paragraph2 .list-main__product-id {
  color: #333;
  font-size: 1.7rem;
  line-height: 1.3em;}
.list-main__product-paragraph2 .list-main__product-name {
  color: #333;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.3em;
  margin-bottom: 20px;
  padding-top: 10px;}
.list-main__product-paragraph2 .list-main__product-price {
  color: #595757;
  font-size: 1.65rem;
  line-height: 1.3em;}
.list-main__product-more {
  margin-top: 20px;
  text-align: center;}
  .list-main__product-more a {
    background: #ff9500;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 2rem;
    font-weight: bold;
    max-width: 320px;
    margin: 0 auto;
    padding: 14px 10px;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    text-align: center;
    width: 100%;}
    .list-main__product-more a i {
      font-size: 1.5rem;
      position: relative;
      top: -2px;}
      .list-main__product-paragraph2 .detail-main__related-type {
        margin-bottom: 10px;
        float: right;}
        .list-main__product-paragraph2 .detail-main__related-type li {
        color: #fff;
        display: inline-block;
        font-size: 1.3rem;
        font-weight: bold;
        line-height: 1.3em;
        min-width: 48px;
        margin: 0 2px 5px 0;
        padding: 3px 5px;
        text-align: center;}
        .list-main__product-paragraph2 .detail-main__related-type li.blue {
        background: #46a8ff;}
        .list-main__product-paragraph2 .detail-main__related-type li.gray {
        background: #808080;}
        .list-main__product-paragraph2 .detail-main__related-type li.orange {
        background: #ff7800;}
        .list-main__product-paragraph2 .detail-main__related-type li.green {
        background: #28b3b3;}
        .list-main__product-paragraph2 .detail-main__related-type li.purple {
        background: #a078d2;}