.b_shop-receive {
  width: 980px;
  margin: auto;
}

.b_shop-receive_mv {
  margin-bottom: 25px;
}

.b_shop-receive_mv img {
  width: 100%;
  height: auto;
}

.b_shop-receive_txt {
  margin-bottom: 65px;
}

.b_shop-receive_txt-ttl {
  font-size: 28px;
  margin-bottom: 25px;
  line-height: 1em;
}

.b_shop-receive_txt-desc {
  font-size: 17px;
  line-height: 1.8em;
  padding: 0 18px;
}

.b_shop-receive_txt-desc a {
  color: #039;
  text-decoration: underline;
}

.b_shop-receive_txt-desc a:hover {
  text-decoration: none;
}

.b_shop-receive_cnt {
  display: flex;
  justify-content: center;
}

.b_shop-receive_facet {
  width: 200px;
}

.b_shop-receive_main {
  width: 745px;
}

.b_shop-receive_facet_label {
  font-family: 'Noto Sans', sans-serif;
  font-size: 18px;
  margin-bottom: 12px;
}

.b_shop-receive_facet_list ul li {
  padding: 0 0 0 10px;
  position: relative;
}

.b_shop-receive_facet_list ul li a {
  padding: 7px 0 7px 30px;
  margin: 5px 0;
  display: block;
  position: relative;
}

.b_shop-receive_facet_list ul li a:hover {
  text-decoration: none;
  background: #f0f0f0;
  cursor: pointer;
}

.b_shop-receive_facet_list ul li a::before {
  content: '';
  position: absolute;
  left: 5px;
  top: 50%;
  width: 20px;
  height: 20px;
  border: solid 2px #c6c6c6;
  border-radius: 50%;
  transform: translate(0, -50%);
  background: #fff;
  box-sizing: border-box;
  display: block;
}

.b_shop-receive_facet_list ul li.is-active a::before {
  content: '';
  position: absolute;
  left: 15px;
  top: 50%;
  width: 19px;
  height: 19px;
  background: url('/res/p/coord/img/icon_check.png') center center / cover no-repeat;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.b_shop-receive_label {
  border: 1px solid #c6c6c6;
  background: #eee;
  padding: 0 30px;
  line-height: 60px;
  font-size: 13px;
  color: #5e5e5e;
  margin-top: -1px;
  box-sizing: border-box;
}

.b_shop-receive_list {
  padding: 25px 30px 25px;
  border: 1px solid #c6c6c6;
  border-top: none;
  line-height: 1.4;
  font-size: 15px;
  color: #5e5e5e;
  box-sizing: border-box;
  position: relative;
}

.b_shop-receive_list_store {
  padding-bottom: 15px;
  margin-bottom: 17px;
  border-bottom: 1px solid #c6c6c6;
  position: relative;
}

.b_shop-receive_list_store a {
  color: #0b3080;
  text-decoration: none;
  font-weight: bold;
}

.b_shop-receive_list_store a:hover {
  text-decoration: underline;
}

.b_shop-receive_list_store a span {
  display: block;
}

.b_shop-receive_list_addres span {
  display: block;
}