.separation-border {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #dbdbdb;
}
.three-promise-wrap {
  padding: 35px 15px 15px;
  background: #f5f8fa;
}
.three-promise-wrap h2 {
  text-align: center;
  color: #0070b6;
  font-size: 25px;
  font-weight: 700;
  position: relative;
  padding-bottom: 8px;
  margin-bottom: 35px;
}
.three-promise-wrap h2::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 65px;
  height: 3px;
  background: #0070b6; 
}
.promise-flex {
  display: flex;
  margin-bottom: 15px;
  background: #FFFFFF;
}
.promise-img {
  overflow: hidden;
}
.promise-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.three-promise-wrap h3 span {
  display: block;
  letter-spacing: -0.03em;
}
.promise-number {
  font-size: 22px;
  color: #5ba8d7;
  padding-bottom: 2px;
}
.promise-title {
  font-size: 15px;
  font-weight: 700;
  color: #606e77;
  margin-bottom: 10px;
}
.three-promise-wrap p {
  color: #7f8b92;
  font-size: 14px;
  line-height: 1.42;
  letter-spacing: 0.03em;
}
.promise-img-1, .promise-img-2 {
  width: 41%;
}
.promise-img-3 {
  width: 34%;
}
.promise-para-1, .promise-para-2, .promise-para-3 {
  padding: 15px;
}
.promise-para-1, .promise-para-2 {
  width: 59%;
}
.promise-para-3 {
  width: 66%;
}
/* ¸¡º÷ */
.search-title {
  text-align: center;
  width: 164px;
  color: #2f90cc;
  font-size: 18px;
  font-weight: 700;
  background: #f5f8fa;
  padding: 7px 5px 0px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  margin: 0;
}
.search-title span {
  position: relative;
  padding-right: 13px;
  padding-left: 23px;
}
.search-title span::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  left: 0;
  width: 16px;
  height: 16px;
  background: url(https://img21.shop-pro.jp/PA01441/894/etc/search.png) no-repeat center center/contain;
}
.search-wrap {
  padding: 15px;
  background: #f5f8fa;
}
.search-wrap input {
  border: 1px solid #cccccc;
}
.search-wrap input::placeholder {
  color: #cccccc;
}
.search-btn {
  color: #FFFFFF;
  background: #5ba8d7;
  font-weight: 700;
  border: none;
  height: 29px;
  width: 56px;
  border-radius: 3px;
  margin-left: 5px;
}
.search-wrap h3 {
  color: #606e77;
  padding-bottom: 4px;
  border-bottom: 1px solid #606e77;
  margin-top: 20px;
  margin-bottom: 15px;
}
.search-wrap h4.not-label {
  color: #0079b5;
  font-weight: 700;
  padding-left: 15px;
  position: relative;
  margin-bottom: 6px;
}
.search-wrap h4.not-label a {
  color: #0079b5;
}
.search-wrap h4.not-label::before {
  content: '';
  position: absolute;
  top: 6px;
  left: 0;
  border-top: solid 2px #0079b5;
  border-right: solid 2px #0079b5;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
}
.search-wrap h4.catlabel-parent {
  margin-bottom: 6px;
}
.search-wrap h4.catlabel-parent a {
  display: inline-block;
  padding: 4px 15px;
  text-align: center;
  background: #dcdff7;
}
.catlabels-wrap a {
  display: inline-block;
  padding: 3px 10px;
  background: #e2f0f8;
  margin-bottom: 5px;
}
.catlabels-wrap a:hover, .search-wrap h4.catlabel-parent a:hover {
  color: #333;
  opacity: 0.7;
}
.pickup-list {
  margin-top: 20px;
  margin-right: -4px;
  margin-left: -4px;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
@media (max-width: 768px) {
  .pickup-list {
    padding:0 10px 20px;
  }
}
.pickup-list > li {
  width: 33.3%;
  padding-right: 4px;
  padding-left: 4px;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.pickup-list > li h3 {
  color: #2f90cc;
  margin: 5px 0;
}
p.pickup-desc {
  margin-bottom: 5px;
}
.pickup-price {
  font-size: 10px;
}
/* //¸¡º÷ */
@media (max-width: 500px) {
  .promise-flex {
    flex-wrap: wrap;
  }
  .promise-para-1, .promise-para-2, .promise-para-3, .promise-img-1, .promise-img-2, .promise-img-3 {
    width: 100%;
  }
  .promise-para-2 {
    order: 1;
  }
  .promise-img-2 {
    order: 0;
  }
}