h1.nopage{
  display:none !important;
}
ul.unstyled, ol.unstyled{
  display:inline;
}
.check ul {
    display: flex !important;
    justify-content: space-around;
}
#contents .topicpath-nav {
    margin-top: 15px;
    font-size: 0.8em;
}
#contents div.first-child h2{
  display:none;
}
#side input {
    background: #fff;
    border: 1px solid #eee;
    float: left;
}
#side form.mar_b_50{
  margin: 10px 0 30px;
}
.btn-xs {
    border: none;
  background: transparent;
}
p.txt_r.mar_t_30.mar_b_30 {
    font-size: 0.9em;
    letter-spacing: 0.2em;
}
.pro_list li a:last-child {
    color: #666;
    width: 100% !important;
    font-size: 0.9em;
  font-weight: 300;
    display: block;
  padding:0 0 0.5em;
}
ul.pro_list li a {
    font-size: 0.8em;
  width: 100%;
    display: block;
}
.pro_list li.col.col-xs-12.col-lg-4.productlist-unit.pad_20.mar_b_30.txt_c {
    color: #dc143c !important;
    font-size: 1.1em !important;
    font-weight: 300;
}
  .visible-phone ul.unstyled.pad_10.bgc_gray.txt_12, .hidden-phone ul.unstyled.pad_10.bgc_gray.txt_12 {
    display: block;
}
@media screen and (max-width: 480px) {
  #contents {
    box-sizing:border-box;
    padding: 0 1em;
}
  p.txt_r.mar_t_30.mar_b_30 {
    font-size: 0.9em;
}
  .input-append, .input-prepend {
    display: flex !important
  }
  .p_list{
    padding:0 ;
  }
  .pro_list{
    display: flex;
  flex-wrap: wrap;
  gap: 20px;
  }
  ul.pro_list li {
   width: 48%; /* 必ず px か % で固定幅を指定 */
  display: flex;
  flex-direction: column;
    margin-bottom:0;
}
  .product-box {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 10px;
}
  #header{
    margin-bottom:10px;
  }
  #delivery h2 {
    font-size: 1.5em !important;
    margin: 0 10px;
}
  .p_list h2 {
    font-size: 1.5em;
    font-weight: 300;
    border-bottom: 1px solid #eee;
}
  #delivery dl{
    padding: 10px 20px 20px;
text-align: justify;
} 
  li.col.col-xs-4.col-sm-3.col-lg-2.history-unit.pad_10.txt_10.mar_b_20.txt_c {
    padding: 5px;
}
  .pager{
clear: both;
  }

  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {

    .pad_20 {
        padding: 0 !important; 
    }
}