@charset "UTF-8";
/* ===================================================================
CSS Document

 file name  :style.css
 style info  products
=================================================================== */
/*-------------------------------------

 共通

-------------------------------------*/
#breadCrumb h1:before {
  background: url(../img/products/bread_icon_csr.png) no-repeat 0 0;
}

/*-------------------------------------

 products

-------------------------------------*/
.products #catImg {
  background: #f8f4f1 url(../img/products/img_main.jpg) no-repeat center 0;
}

.products #section01 {
  margin: 70px 0 30px;
}

.products-set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.products-set .message {
  border: 4px solid #CAB9AD;
  padding: 30px;
  font-size: 16px;
  font-weight: bold;
}

.products-box {
  width: 50%;
  margin-bottom: 50px;
  padding: 0 15px;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 1.6;
}
.products-box .img {
  min-height: 280px;
}
.products-box .img.sml {
  min-height: 1px;
  margin-bottom: 20px;
}
.products-box .img-set {
  margin-bottom: 20px;
}
.products-box .catch {
  margin-bottom: 25px;
}
.products-box .name {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
}
.products-box .spec li {
  padding: 2px 0;
}
.products-box:nth-child(1) .img {
  min-height: 290px;
}
.products-box:nth-child(2) .img {
  min-height: 290px;
}
.products-box:last-child .img {
  min-height: 200px;
}
.products-box .message {
  border: 4px solid #CAB9AD;
  padding: 30px;
  font-size: 16px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  #content .conteInr {
    width: 100%;
  }

  #breadCrumb h1:before {
    background: url(../img/products/bread_icon_csr.png) no-repeat 0 0/52px auto;
  }

  .products #section01 {
    margin: 40px 0 10px;
  }

  .products-set {
    display: block;
  }

  .products-box {
    width: 100%;
    margin-bottom: 40px;
    padding: 0 20px;
  }
  .products-box .img {
    min-height: 1px;
    padding-bottom: 15px;
  }
  .products-box .img.sml {
    margin-bottom: 0;
  }
  .products-box .img img {
    width: 85%;
    height: auto;
  }
  .products-box .img-set {
    margin-bottom: 20px;
  }
  .products-box .img-set img {
    width: 100%;
    height: auto;
  }
  .products-box .catch {
    margin-bottom: 15px;
  }
  .products-box .name {
    margin-bottom: 7px;
  }
  .products-box:nth-child(1) .img {
    min-height: 1px;
  }
  .products-box:nth-child(2) .img {
    min-height: 1px;
  }
  .products-box:last-child .img {
    min-height: 1px;
  }
}
