/*EDKDS001-03_add*/
@charset "utf-8";

#catalogDeatilSearch {
  margin-bottom: 40px;
}
#catalogDeatilSearch .left_navi_box {
  margin-bottom: 40px;
  padding: 0;
}
#catalogDeatilSearch .left_navi_box:last-child {
  margin-bottom: 0;
}
#catalogDeatilSearch h4 {
  position: relative;
  margin-bottom: 24px;
  padding-left: 28px;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
}
#catalogDeatilSearch h4::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 16px;
  height: 16px;
  transform: translateY(-50%);
}
#catalogDeatilSearch h4:first-of-type::before {
  background: url("../../commonfiles/images/keyword_green.svg") no-repeat center/contain;
}
#catalogDeatilSearch h4:nth-of-type(2)::before {
  background: url("../../commonfiles/images/sort_green.svg") no-repeat center/contain;
}
#catalogDeatilSearch .left_navi_box .btn {
  margin-top: 24px;
}
.detailSearchSearchWord {
  margin-bottom: 16px;
}
.selectSearchShopArea,
.selectSearchCategoryArea,
.selectSearchCampaignArea {
  margin-bottom: 24px;
}
#catalogDetailSearchSearchMethod,
.selectSearchBrandArea {
  margin-bottom: 0;
}

.selectSearchCategoryArea p,
.selectSearchShopArea p,
.selectSearchCampaignArea p,
.selectSearchBrandArea p {
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: bold;
}
.left_navi_box input,
.left_navi_box select {
  width: 100%;
}

/*992pxから1199pxまでのcss*/
@media only screen and (min-width:992px) and (max-width:1199px) {
    input, select {
        width: 100%;
    }
}

/*1200px以上のcss*/
@media only screen and (min-width:1200px){
    .left_navi_box input,
    .left_navi_box select {
        width: 100%;
    }
}

@media screen and (min-width: 769px) {
  /* 画面サイズが769pxからはここを読み込む */
  #catalogDeatilSearch.d-none {
    display: block !important;
  }
}