h1.block-goods-request--header {
  text-align: center;
}

.intro_request {
  width: 100%;
  padding: 0 0 80px;
}

.lead {
  margin-top: 30px;
  font-size: 18px;
  text-align: center;
  font-weight: 500;
  line-height: 1.8;
}

.zipsearch_unit {
  width: 1000px;
  margin: 40px auto 80px;
  padding: 40px;
  background: #fff;
  border: 2px solid #fe0200;
  border-radius: 4px;
}

.zipsearch_form {
  width: auto;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.zipsearch_form_label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 500;
}

.zipsearch_form_label:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("/img/usr/icon/icon_post.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

#zipsearch_input {
  width: 575px;
  height: 50px;
  padding: 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 30px;
  line-height: 30px;
  font-weight: 500;
  border: 1px solid #dadada;
  outline: none;
  letter-spacing: 2px;
}

#zipsearch_input::-webkit-input-placeholder {
  font-size: 30px;
  line-height: 30px;
  letter-spacing: 2px;
  color: #ccc;
}

#zipsearch_input::-moz-placeholder {
  font-size: 30px;
  line-height: 30px;
  letter-spacing: 2px;
  color: #ccc;
}

#zipsearch_input:-ms-input-placeholder {
  font-size: 30px;
  line-height: 30px;
  letter-spacing: 2px;
  color: #ccc;
}

#zipsearch_input::-ms-input-placeholder {
  font-size: 30px;
  line-height: 30px;
  letter-spacing: 2px;
  color: #ccc;
}

#zipsearch_input::placeholder {
  font-size: 30px;
  line-height: 30px;
  letter-spacing: 2px;
  color: #ccc;
}

button.zipsearch_form_btn {
  width: 220px;
  height: 50px;
  padding: 0;
  margin: 0;
  background-color: #333;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

button.zipsearch_form_btn::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  -webkit-transition: left 0.3s ease;
  transition: left 0.3s ease;
}

button.zipsearch_form_btn:hover::after {
  left: 0;
}

.zipsearch_result_container {
  display: none;
}

.zipsearch_result_arrow {
  width: 40px;
  height: 40px;
  aspact-ratio: 1/1;
  margin: 20px auto;
}

.zipsearch_result_arrow img {
  width: 100%;
}

.zipsearch_result_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 500;
}

.zipsearch_result_head:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("/img/usr/icon/icon_location.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.zipsearch_result_body {
  width: 100%;
  margin-top: 10px;
  padding: 30px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-grid-columns: 360px auto;
  grid-template-columns: 360px auto;
  gap: 10px;
  background: #fdfbed;
  border-radius: 4px;
}

.zipsearch_result_body.is_error .zipsearch_result_right {
  display: none;
}

.zipsearch_result_left {
  min-width: 360px;
  height: auto;
  font-size: 30px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.zipsearch_result_right {
  min-width: calc(100% - 360px);
}

.match_container {
  display: none;
}

.match_container.is_show {
  display: block;
}

a.zipsearch_btn i {
  font-size: 14px;
  position: absolute;
  top: calc(50% - 7px);
  right: 20px;
}

.nomatch_container {
  display: none;
  padding-left: 25px;
  position: relative;
}

.nomatch_container:before {
  position: absolute;
  top: 5px;
  left: 0;
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("/img/usr/icon/icon_coution__blk.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.nomatch_container.is_show {
  display: block;
}

.nomatch_container .nomatch {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
}

.nomatch_container .tell {
  font-size: 20px;
  font-weight: 500;
  color: #000;
}

.nomatch_container .tell a {
  text-decoration: none;
  pointer-events: none;
}

.outside_container {
  display: none;
  padding-left: 25px;
  position: relative;
}

.outside_container:before {
  position: absolute;
  top: 5px;
  left: 0;
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("/img/usr/icon/icon_coution.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.outside_container.is_show {
  display: block;
}

.outside_container .nomatch {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
  color: #fe0200;
}

.outside_container .tell {
  font-size: 20px;
  font-weight: 500;
  color: #000;
}

.outside_container .tell a {
  text-decoration: none;
  pointer-events: none;
}

.btn_prev {
  color: #fe0200;
  border: 1px solid #fe0200;
  background: #fff;
}

.btn {
  width: 240px;
  height: 50px;
  padding: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn_prev:hover {
  color: #fff !important;
}

.btn:hover {
  opacity: 1;
}

.btn_prev:before {
  background: #fe0200;
}

.btn:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -100%;
  border-radius: 25px;
  z-index: 0;
  -webkit-transition: left 0.3s ease;
  transition: left 0.3s ease;
}

.btn:hover:before {
  left: 0;
}

.btn .text {
  z-index: 1;
}

.btn_default {
  color: #000;
  border: 1px solid #000;
  background: #fff;
}

.header_menus {
  display: none;
}

.header_inner {
  justify-content: center;
}

.cart_flow_list {
  margin-top: 15px;
}

/* _zip_unit_pc.styl */

@media screen and (max-width:767px) {
  h1.block-goods-request--header {
    width: 100%;
    margin: 0;
    padding: 0;
    color: #000;
    font-size: 30px;
    font-weight: 900;
    text-align: center;
  }

  .zipsearch_unit {
    width: auto;
    margin: 8vw 4vw 0vw 4vw;
    padding: 5.866666666666666vw 0vw 5.866666666666666vw 0vw;
    background: #fff;
    border: 4px solid #fe0200;
    border-radius: 4px;
  }

  .zipsearch_form {
    width: 84vw;
    height: auto;
    margin: 0 auto;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    gap: 10px;
  }

  .zipsearch_form_label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 500;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    -ms-grid-row: 1;
    grid-row: 1;
  }

  .zipsearch_form_label:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background-image: url("/img/usr/icon/icon_post.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }

  #zipsearch_input {
    width: 45.33333333333333vw;
    height: 13.333333333333334vw;
    padding: 0.25em 0.5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 30px;
    line-height: 30px;
    font-weight: 500;
    border: 1px solid #dadada;
    border-radius: 4px;
    outline: none;
    letter-spacing: 2px;
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2;
  }

  #zipsearch_input::-webkit-input-placeholder {
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 2px;
    color: #ccc;
  }

  #zipsearch_input::-moz-placeholder {
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 2px;
    color: #ccc;
  }

  #zipsearch_input:-ms-input-placeholder {
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 2px;
    color: #ccc;
  }

  #zipsearch_input::-ms-input-placeholder {
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 2px;
    color: #ccc;
  }

  #zipsearch_input::placeholder {
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 2px;
    color: #ccc;
  }

  button.zipsearch_form_btn {
    width: 36vw;
    height: 13.333333333333334vw;
    padding: 0;
    margin: 0;
    background-color: #333;
    border: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 2;
    grid-row: 2;
  }

  button.zipsearch_form_btn::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    -webkit-transition: left 0.3s ease;
    transition: left 0.3s ease;
  }

  button.zipsearch_form_btn:hover::after {
    left: 0;
  }

  .zipsearch_result_container {
    width: 84vw;
    margin: 0 auto;
    display: none;
  }

  .zipsearch_result_arrow {
    width: 40px;
    height: 40px;
    aspact-ratio: 1/1;
    margin: 20px auto;
  }

  .zipsearch_result_arrow img {
    width: 100%;
  }

  .zipsearch_result_head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 500;
  }

  .zipsearch_result_head:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background-image: url("/img/usr/icon/icon_location.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }

  .zipsearch_result_body {
    width: 100%;
    margin-top: 10px;
    padding: 15px 5px 15px 10px;
    background: #fdfbed;
    border-radius: 4px;
    display: block;
  }

  .zipsearch_result_body.is_error .zipsearch_result_right {
    display: none;
  }

  .zipsearch_result_left {
    width: 100%;
    min-width: unset;
    height: auto;
    font-size: 20px;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .match_container {
    display: none;
  }

  .match_container.is_show {
    display: block;
  }

  a.zipsearch_btn i {
    font-size: 14px;
    position: absolute;
    top: calc(50% - 7px);
    right: 20px;
  }

  .nomatch_container {
    display: none;
    padding-left: 20px;
    position: relative;
  }

  .nomatch_container:before {
    position: absolute;
    top: 2px;
    left: 0;
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    background-image: url("/img/usr/icon/icon_coution__blk.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }

  .nomatch_container.is_show {
    display: block;
  }

  .nomatch_container .nomatch {
    margin: 10px 0;
    font-size: 12px;
    font-weight: 400;
  }

  .nomatch_container .tell {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #000;
  }

  .nomatch_container .tell a {
    font-weight: 500;
    text-decoration: none;
    pointer-events: none;
  }

  .outside_container {
    display: none;
    padding-left: 20px;
    position: relative;
  }

  .outside_container:before {
    position: absolute;
    top: 2px;
    left: 0;
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    background-image: url("/img/usr/icon/icon_coution__blk.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }

  .outside_container.is_show {
    display: block;
  }

  .outside_container .nomatch {
    margin: 10px 0;
    font-size: 12px;
    font-weight: 400;
    color: #fe0200;
  }

  .outside_container .tell {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #000;
  }

  .outside_container .tell a {
    font-weight: 500;
    text-decoration: none;
    pointer-events: none;
  }

  .btn_prev {
    color: #fe0200;
    border: 1px solid #fe0200;
    background: #fff;
  }

  .btn {
    width: 64vw;
    height: 13.333333333333334vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 6.666666666666667vw;
    font-size: 3.733333333333334vw;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .btn_prev:before {
    background: #fe0200;
  }

  .btn:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -100%;
    border-radius: 6.666666666666667vw;
    z-index: 0;
    -webkit-transition: left 0.3s ease;
    transition: left 0.3s ease;
  }

  .btn .text {
    z-index: 1;
  }

  .btn i {
    z-index: 1;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }

  .btn_default {
    color: #000;
    border: 1px solid #000;
    background: #fff;
  }

  .block-header {
    justify-content: center !important;
  }

  .menu_btn {
    display: none;
  }

  .cart_flow_list {
    margin-top: 0;
  }

  /* _zip_unit_sp.styl */
}