.pad_2x5 {
  padding: 2px 5px;
}
.pad_5x5 {
  padding: 5px;
}
.txt_height {
  line-height:1.4;
}
.col-lng {
    margin: 0 5px 10px;
    background-color: #f4f2f5;
    border-radius: 3px;
}
li.productlist-unit a,
li.history-unit a,
li.recommend-unit a {
  display:block;
}

/* テキストカラー */
.text_nokensaku {
  color:#ff0000;
  margin-top: 50px;
  margin-bottom: 50px;
  text-align:center;  
}
.shipping_cost { background:#eeeeee; text-align:center; margin: 10px auto 15px; font-size:14px;line-height: 2.1875;}
.text_bold {font-weight:bold;}
.money_red { font-size:18px; color:#e5004f; }
.text_red { color:#e5004f; }

/* カテゴリ */
.list-style{
  display: flex;
  flex-wrap: wrap;
  align-content: center;
 }
.list-style li{
  width: 31.8%;
}
.list-style li a{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.list-style li .img_sam{
  width: 20%;
}
.list-style li .item_cate{
  width: 77%;
  padding-left: 5px;
}
.list-style li .img_sam img{
 width:100%;
}
@media screen and (max-width:768px){
  .col-lng {font-size: 15px;width:47%; padding:5px;}
  ul.category-list li.col-lng:nth-child(2n+1) {
   /* clear: both;
    float: left;*/
    margin-left: 0;
  }
  ul.category-list li.col-lng:nth-child(2n) {
    /*float: right;*/
    margin-right: 0;
  }
  
.list-style li{
  width: 48%;
}
.list-style li a{
  display: flex;
  align-items: center;
}
.list-style li .img_sam{
  width: 28%;
}
.list-style li .item_cate{
  width: 70%;
  font-size:13px;
  padding-left: 3px;
}
.list-style li .img_sam img{
 width:100%;
}
  
  
  ul.series li {
	font-size:87.5%;
	float: left;
    padding: 0 5px;
  }
 
  ul.series {
    zoom: 100%;
  }
  ul.series:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
  
}

/*トップのバナー*/
.h_banner {
  display: flex;
  justify-content: space-between;
  margin-bottom:20px;
}
.h_banner .banner50 {
  width:49%;
}
.h_banner .banner50 img {
  width:100%;
}
.text_red { color:#e5004f; }
.text_black { color:#333; }
.text_center {text-align:center;}
/*.gisito { display:block; text-align:center; padding: 3px 0; color:#fff; background-color:#1647c5;font-size:20px;margin:5px auto;  }*/
.tyuui {  font-size:13px; border:1px solid #ccc; padding:10px; margin: 20px auto 0; line-height:1.2;}
.tyuui3 {  font-size:14px; border:1px solid #ccc; padding:10px; margin: 0 auto 20px; line-height:1.4; text-align:center;}
.mar_b_20 { margin-bottom:20px;}
.mar_b_30 { margin-bottom:30px;}

.sale_banner2 {margin: 20px auto;}
.sale_banner2 img {
    width: 100%;
    height: auto;
}
.pc_ok {
    display: block;
}
.sp_ok {
    display: none;
}
@media screen and (max-width:768px){
/*トップのバナー*/
.h_banner {
  display: block;
}
.h_banner .banner50 {
  width:98%;
  margin: 0 auto 20px;
}
 .tyuui3 {box-sizing: border-box;text-align:left;}
 
 .sp_detail03{
   margin-left:-10px !important;
  }
  
 /*カテゴリ*/
/*.list-style{
  display: block;
}
.list-style li{
  width: 100%;
}*/
.sale_banner2 {margin: 20px auto;}
 .pc_ok {
    display: none;
}
.sp_ok {
    display: block;
}
}
@media screen and (max-width:768px){
.sale_banner { padding: 0px;}
}