@charset "utf-8";
.contents_ttl {
  background: #f4f2ec;
}
.contents_ttl h2 {
  font-size: 2.8rem;
  text-align: left;
  padding: 40px 0;
}
.lead_txt {
  margin-top: 40px;
  margin-bottom: 100px;
  text-align: left;
}
/*製品を探す*/
.tab-target {
  display: none;
}
.tab-target.current {
  display: block;
}
.tab {
  display: flex;
  justify-content: space-between;
  margin: 30px auto;
}
.tab li {
  width: 25%;
  border: 1px solid #fff;
  background: #c8c8c8;
  color: #fff;
  padding: 15px;
  cursor: pointer;
  font-weight: bold;
}
.tab li.current {
  border: 1px solid #b3b3b3;
  border-bottom: none;
  width: 25%;
  background: #fff;
  color: #505050;
  padding: 15px;
  cursor: pointer;
  font-weight: bold;
}
.cate ul {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.cate ul:last-child {
  border-bottom: none;
}
.cate ul li {
  width: 20%;
  border-bottom: 1px solid #848484;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.cate ul li:nth-child(5n) a {
  border-right: 1px solid #b3b3b3;
}
.cate ul li:last-child a {
  border-right: 1px solid #b3b3b3;
}
.cate ul li.bdnone {
  border-bottom: none;
}
.cate ul li img {
  width: 100%;
  height: 100px;
  object-fit: contain;
}
.cate ul li span {
  margin: 10px auto 0;
  display: block;
  font-weight: bold;
}
.cate ul li a {
  padding: 10px;
  display: block;
  transition: 0.5s ease;
  border-left: 1px solid #b3b3b3;
}
.cate ul li a:hover {
  opacity: 0.6;
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .sec01 .inner > div {
    width: 70%;
    margin-right: 10px;
  }
}
@media only screen and (max-width: 767px) {
  section {
    margin-bottom: 40px;
  }
  .sec01 .inner {
    margin: 0 auto 40px;
  }
  .sec01 .inner > div {
    width: 100%;
    margin-right: 0;
  }
  .sec01 .inner {
    display: block;
  }
  .sec01 .inner > figure {
    margin: 30px 0;
  }
  .sec01 .inner > div .lead_txt {
    font-size: 20px;
  }
  .tab {
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .tab li {
    font-size: 14px;
  }
  .tab li, .tab li.current {
    width: 50%;
    padding: 10px 5px;
  }
  .tab li.current {
    border: 1px solid #b3b3b3;
  }
  .cate ul li {
    width: 33.333333%;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .cate ul li:nth-child(5n) a {
    border-right: none;
  }
  .cate ul li:nth-child(3n) a {
    border-right: 1px solid #b3b3b3;
  }
  .cate ul li img {
    height: 80px;
  }
  .cate ul li span {
    font-size: 2.8vw;
  }
}
body .sec02 .cate:nth-of-type(n+2) a {
  display: flex;
  justify-content: center;
  align-items: stretch;
  height: 100%;
}
body .sec02 .cate:nth-of-type(n+2) a span {
  background-color: #F4F2ED;
  width: 100%;
  margin: auto;
  padding: 0.6em;
  line-height: 1.5em;
}
.cate ul li:last-child a {
  /*	border-right:none; */
}