/*メインコンテンツの余白をなくすCSS*/
#coupon_area > #main_contents {
  padding-left: 0;
}

/*フッターの余白を調整するCSS*/
@media (max-width: 767px) {
  .footer_backgroud {
      position: relative;
  }
}
 

/* 検索窓オープン状態固定 */

.fs-p-productSearch__search { 
  max-height: initial; 
} 

.fs-p-productSearch__form { 
  transform: translateY(0); 
} 

.fs-p-productSearch__formSwitch { 
  display: none; 
}




p.per_off {
margin:0;
padding:3px 7px;
line-height:1em;
border:1px solid #c6041a;
font-size:16px;
color:#c6041a;
font-weight:bold;
letter-spacing:0.03em;
}
p.per_off span {
font-size:0.8em;
}
@media (min-width: 766px) {
p.per_off + div.fs-c-productListItem__prices  {
margin-top:-10px;
}
}




section.lremind-insole {border-top: 2px solid #0e0e0e;padding: 20px 0 0 330px;background: url(https://golgoda13.itembox.design/item/img/pc_ichioshi_libtech.jpg) no-repeat left 20px;min-height: 220px;margin-bottom: 80px;}
section.remind-insole h2 {
font-size: 160%;
font-weight: bold;
margin-bottom: 30px;
}
section.libtech p {
line-height: 2.4;
}








