.mr_none{
margin-right:0;
}

h2{
  width: 100%;
}

.top_price{
color:#fe0000;
  font-weight:bold;
  margin:5px auto 5px auto;
  text-align:center;
}

.p-items-article-list{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  list-style: none;
  margin: 2em auto;
  padding: 0;
}

.p-items-article-list li{
  width: calc(96% / 4);
  margin-right: .5%;
  margin-left: .5%;
  margin-bottom: 2%;
}

.p-items-article-list li figure{
  margin: auto;
}

.c-item-article-icon--new {
  background-color: #e3f1e0;
  color: #4fb140;
  vertical-align: top;
}

.c-item-article-icon {
  padding: 1px 4px;
  width: 26px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  vertical-align: baseline;
  font-size: 9px;
  -webkit-transform-origin: 0% 0%;
  -ms-transform: scale(0.9);
  -ms-transform-origin: 0% 0%;
  transform: scale(0.9);
  transform-origin: 0% 0%;
  zoom: .9;
  line-height: 18px;
}

@media screen and (max-width: 767px) {
  .p-items-article-list li{
    width:calc(98% / 2);
    margin-bottom: 2em;
  }

  .p-items-article-list li:nth-of-type(even){
    margin-right: 0;
  }

  .top_small_banner, .top_small_banner_right{
    text-align: center;
  }

  #head_bt_menu{
    display: none !important;
  }

}

#infscr-loading {
  width:100%;
  text-align:center;
  margin:20px auto;
  }
  
  #infscr-loading img{
    width:30px;/*ローディング画像のサイズ*/
  }

  .navigation {
    width: 90%;
    margin: 20px auto;
    text-align: center;
}

.navigation a {
  display: block;
  text-decoration: none;
  background: #332424;
  padding: 20px;
  color:#fff;
  font-weight: bold;
}