@charset "UTF-8";
/*=======================================
包丁回収
=========================================*/
.p-collect {
  padding-bottom: 180px;
}
.p-collect__block1 .box1 {
  margin-top: 96px;
}
.p-collect__block1 .box1:first-child {
  margin-top: 0;
}
.p-collect__block1 .box1 h2 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 150%;
  border-bottom: 1px solid #DADADA;
  padding-bottom: 25px;
  margin-bottom: 35px;
  position: relative;
  margin-top: 50px;
  font-weight: 500;
}
.p-collect__block1 .box1 h2:after {
  display: block;
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 180px;
  border-bottom: 4px solid #383B4E;
}
.p-collect__block1 .box1 h3 {
  font-size: 19px;
  font-size: 1.9rem;
  line-height: 150%;
  font-weight: 500;
  margin-top: 56px;
}
.p-collect__block1 .box1 p {
  margin-top: 20px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 210%;
}
.p-collect__block1 .box1 ul {
  margin-top: 20px;
  line-height: 200%;
  font-size: 16px;
  font-size: 1.6rem;
}
.p-collect__block1 .box1 ul li {
  margin-left: 1.1em;
  text-indent: -1.1em;
}
.p-collect__block1 .box1 ul li::before {
  content: '■';
  margin-right: 5px;
  font-size: 1.2rem;
}
.p-collect__block1 .box1 ul ul {
  margin-top: 0;
}
.p-collect__block1 .box1 .bg_gray {
  background: #fafafa;
  border: 1px solid #ccc;
  padding: 15px 25px 25px;
  font-size: 16px;
  font-size: 1.6rem;
}
.p-collect__block1 .box1 .bg_gray span {
  font-weight: bold;
}
.p-collect .btn {
  text-align: center;
}
.p-collect .btn:nth-of-type(1) {
  margin: 50px 0 35px;
}
.p-collect .btn a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  border: 1px solid #383B4E;
  background: #383B4E;
  text-decoration: none;
  padding: 18px 38px 17px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 300px;
  width: 100%;
  position: relative;
  overflow: hidden;
  color: #fff;
}
.p-collect .btn a span {
  position: relative;
  z-index: 2;
}
.p-collect .btn a:hover {
  background: #fff;
  color: #383B4E;
}
@-webkit-keyframes bgdraw {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  100% {
    -webkit-transform: scaleX(1) translateX(100%);
            transform: scaleX(1) translateX(100%);
  }
}
@keyframes bgdraw {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  100% {
    -webkit-transform: scaleX(1) translateX(100%);
            transform: scaleX(1) translateX(100%);
  }
}
.p-collect .btn.white a {
  border-color: #fff;
  color: #fff;
}
.p-collect .btn.white a:before {
  background: #fff;
}
.p-collect .btn.white a:hover {
  color: #383B4E;
}

/* ----------------------------- スマホ（～767px） */

/*# sourceMappingURL=collect.css.map */