@charset "UTF-8";
@media screen and (max-width: 750px) {
  html.notIE main img {
    display: block;
    width: 100%;
  }
}

@media screen and (min-width: 751px) {
  html.notIE .list_main {
    width: 960px;
    margin: 50px auto 30px;
  }
  html.notIE h1 {
    font-size: 24px;
    font-style: normal;
    font-family: "Yu Gothic", "游ゴシック", YuGothic Pr6, "游ゴシック体 Pr6", YuGothic, "游ゴシック体", 'Noto Sans JP', sans-serif;
    font-weight: 700;
    margin-bottom: 30px;
  }
  html.notIE .search_header {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }
  html.notIE .search_header .result_display {
    font-size: 16px;
  }
  html.notIE .search_header .result_extract {
    display: none;
  }
  html.notIE .search_header .result_sort {
    width: 190px;
  }
  html.notIE .search_header .result_sort select {
    line-height: 1;
  }
}

html.msie .list_main {
  width: 960px;
  margin: 50px auto 30px;
}
html.msie h1 {
  font-size: 24px;
  font-style: normal;
  font-family: "Yu Gothic", "游ゴシック", YuGothic Pr6, "游ゴシック体 Pr6", YuGothic, "游ゴシック体", 'Noto Sans JP', sans-serif;
  font-weight: 700;
  margin-bottom: 30px;
}
html.msie .search_header {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
html.msie .search_header .result_display {
  font-size: 16px;
}
html.msie .search_header .result_extract {
  display: none;
}
html.msie .search_header .result_sort {
  width: 190px;
}
html.msie .search_header .result_sort select {
  line-height: 1;
}

@media screen and (max-width: 750px) {
  html.notIE .list_main {
    margin: calc(60 / 750 * 100vw) calc(40 / 750 * 100vw);
  }
  html.notIE h1 {
    font-size: 18px;
    font-style: normal;
    font-family: "Yu Gothic", "游ゴシック", YuGothic Pr6, "游ゴシック体 Pr6", YuGothic, "游ゴシック体", 'Noto Sans JP', sans-serif;
    font-weight: 700;
    margin-bottom: calc(40 / 750 * 100vw);
  }
  html.notIE .search_header {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  html.notIE .search_header .result_display {
    font-size: 13px;
    width: 100%;
    margin-bottom: calc(40 / 750 * 100vw);
  }
  html.notIE .search_header .result_extract .btn_extract {
    border: solid 1px #ccc;
    border-radius: 3px;
    background-color: #fff;
    padding: 8px 20px;
    font-size: 14px;
    line-height: 1;
  }
  html.notIE .search_header .result_extract .btn_extract span::before {
    content: '';
    display: inline-block;
    width: 21px;
    height: 21px;
    background: url(/elixir/shared/img/icn_extract.svg) no-repeat center center;
    background-size: contain;
    vertical-align: middle;
    margin-right: 10px;
  }
  html.notIE .search_header .result_sort {
    width: 157px;
  }
  html.notIE .search_header .result_sort select {
    line-height: 1;
  }
}

@media screen and (min-width: 751px) {
  html.notIE .content {
    width: 960px;
    display: flex;
    margin: auto;
  }
  html.notIE .content .extract_box {
    order: 1;
    background-color: #f7f7f7;
    width: 260px;
    padding: 10px 20px 80px;
    margin-right: 40px;
    flex-shrink: 0;
    flex-grow: 0;
  }
  html.notIE .content .extract_box .modal_close {
    display: none;
  }
  html.notIE .content .extract_box h2 {
    font-size: 16px;
    padding: 10px 0 0;
    border-bottom: solid 1px #000;
    margin-bottom: 20px;
  }
  html.notIE .content .extract_box ul.extract_list > li > ul {
    margin-left: 10px;
  }
  html.notIE .content .extract_box > dl {
    margin-top: 40px;
  }
  html.notIE .content .extract_box > dl > dt {
    font-size: 16px;
    padding: 0 0 5px;
    border-bottom: solid 1px #000;
    cursor: pointer;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (min-width: 751px) and (min-width: 961px) {
  html.notIE .content .extract_box > dl > dt {
    cursor: pointer;
    opacity: 1;
    transition: opacity .2s ease 0s;
  }
  html.notIE .content .extract_box > dl > dt:hover {
    opacity: .7;
  }
}
@media screen and (min-width: 751px) {
  html.notIE .content .extract_box > dl > dt::after {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.08) url(/elixir/shared/img/icn_plus.svg) no-repeat center center;
    background-size: 12px;
  }
  html.notIE .content .extract_box > dl.m-opened > dt::after {
    background: rgba(0, 0, 0, 0.08) url(/elixir/shared/img/icn_minus.svg) no-repeat center center;
    background-size: 12px;
  }
  html.notIE .content .extract_box > dl > dd dl {
    margin-top: 25px;
  }
  html.notIE .content .extract_box > dl > dd dl dt {
    color: #777;
  }
  html.notIE .content .extract_box > dl > dd > .research_btns {
    margin-top: 25px;
  }
  html.notIE .content .extract_box > dl .research_btns li {
    margin-top: 5px;
  }
  html.notIE .content .extract_box > dl .research_btns li a {
    display: block;
    min-height: 30px;
    text-decoration: none;
    background-color: #fff;
    border: solid 1px #e7e7e7;
    border-radius: 3px;
    position: relative;
    padding: 0 20px 0 13px;
  }
}
@media screen and (min-width: 751px) and (min-width: 961px) {
  html.notIE .content .extract_box > dl .research_btns li a {
    cursor: pointer;
    opacity: 1;
    transition: opacity .2s ease 0s;
  }
  html.notIE .content .extract_box > dl .research_btns li a:hover {
    opacity: .7;
  }
}
@media screen and (min-width: 751px) {
  html.notIE .content .extract_box > dl .research_btns li a::after {
    content: '';
    display: block;
    width: 6px;
    height: 10px;
    background: url(/elixir/shared/img/arw_gray.svg) no-repeat center center;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 9px;
    transform: translateY(-50%);
  }
  html.notIE .content .extract_box > dl .research_btns li a span {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    min-height: 28px;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.1em;
    padding: 5px 0;
  }
  html.notIE .content .extract_box .extract_btns {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 15px 10px;
    margin: 20px -20px 0;
    position: sticky;
    left: -20px;
    right: -20px;
    bottom: 0;
  }
  html.notIE .content .extract_box .extract_btns .extract_reset {
    width: 56px;
  }
  html.notIE .content .extract_box .extract_btns .extract_reset button {
    background-color: #fff;
    border: solid 1px #ccc;
    display: block;
    width: 100%;
    height: 40px;
    border-radius: 3px;
    text-align: center;
  }
}
@media screen and (min-width: 751px) and (min-width: 961px) {
  html.notIE .content .extract_box .extract_btns .extract_reset button {
    cursor: pointer;
    opacity: 1;
    transition: opacity .2s ease 0s;
  }
  html.notIE .content .extract_box .extract_btns .extract_reset button:hover {
    opacity: .7;
  }
}
@media screen and (min-width: 751px) {
  html.notIE .content .extract_box .extract_btns .extract_reset button > span {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    color: #000;
  }
  html.notIE .content .extract_box .extract_btns .extract_search {
    width: 180px;
  }
  html.notIE .content .extract_box .extract_btns .extract_search button {
    background-color: #333;
    display: block;
    width: 100%;
    height: 40px;
    border-radius: 3px;
    text-align: center;
  }
}
@media screen and (min-width: 751px) and (min-width: 961px) {
  html.notIE .content .extract_box .extract_btns .extract_search button {
    cursor: pointer;
    opacity: 1;
    transition: opacity .2s ease 0s;
  }
  html.notIE .content .extract_box .extract_btns .extract_search button:hover {
    opacity: .7;
  }
}
@media screen and (min-width: 751px) {
  html.notIE .content .extract_box .extract_btns .extract_search button > span {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    color: #fff;
  }
  html.notIE .content .extract_box .extract_btns .extract_search button:disabled {
    opacity: 0.3;
    cursor: default;
  }
  html.notIE .content .extract_result {
    order: 2;
    padding-bottom: 80px;
  }
  html.notIE .content .extract_result .result_none {
    width: 660px;
    border: solid 1px #e7e7e7;
    padding: 40px;
    text-align: center;
  }
  html.notIE .content .extract_result .item_unit {
    display: flex;
    position: relative;
  }
  html.notIE .content .extract_result .item_unit .item_unit_link {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    cursor: pointer;
  }
  html.notIE .content .extract_result .item_unit .item_unit_link span {
    display: block;
    height: 0;
    overflow: hidden;
  }
  html.notIE .content .extract_result .item_unit .item_unit_link:hover + .item_name {
    text-decoration: underline;
  }
  html.notIE .content .extract_result .item_unit + .item_unit {
    border-top: solid 1px #e7e7e7;
    margin-top: 30px;
    padding-top: 30px;
  }
  html.notIE .content .extract_result .item_unit .item_unit_img {
    width: 200px;
    margin-right: 30px;
    flex-shrink: 0;
    flex-grow: 0;
  }
  html.notIE .content .extract_result .item_unit .item_unit_img img {
    display: block;
    width: 100%;
  }
  html.notIE .content .extract_result .item_unit .item_flags {
    display: flex;
    flex-wrap: wrap;
    margin-top: -5px;
  }
  html.notIE .content .extract_result .item_unit .item_flags li {
    font-size: 12px;
    border: solid 1px #e7e7e7;
    padding: 0 5px;
    background-color: #fff;
    margin-top: 5px;
    margin-right: 10px;
  }
  html.notIE .content .extract_result .item_unit .item_flags li.flg_attention {
    background-color: #333;
    border-color: #333;
    color: #fff;
  }
  html.notIE .content .extract_result .item_unit .item_flags li.flg_sub {
    background-color: #eee;
    border-color: #eee;
    color: #999;
  }
  html.notIE .content .extract_result .item_unit .item_brand {
    margin-top: 15px;
    font-size: 12px;
    line-height: 1;
  }
  html.notIE .content .extract_result .item_unit .item_name {
    font-size: 16px;
  }
  html.notIE .content .extract_result .item_unit .item_quasidrugs {
    font-size: 12px;
    line-height: 1;
    color: #999;
  }
  html.notIE .content .extract_result .item_unit .item_catch {
    margin: 10px 0;
    line-height: 1.4;
  }
  html.notIE .content .extract_result .item_unit .item_price {
    font-size: 12px;
  }
  html.notIE .content .extract_result .item_unit .item_price em {
    font-style: normal;
    font-size: 18px;
  }
  html.notIE .content .extract_result .item_unit .item_price .postage {
    display: inline-block;
    border: solid 1px #848484;
    font-size: 10px;
    padding: 0 5px;
    margin-left: 10px;
    vertical-align: text-bottom;
  }
  html.notIE .content .extract_result .item_unit .item_cartbtn {
    position: relative;
    width: 170px;
    z-index: 3;
    margin-top: 10px;
  }
  html.notIE .content .extract_result .extract_paging {
    margin-top: 50px;
    text-align: center;
  }
  html.notIE .content .extract_result .extract_paging .result_display {
    font-size: 16px;
  }
  html.notIE .content .extract_result .extract_paging .result_more {
    margin-top: 20px;
  }
  html.notIE .content .extract_result .extract_paging .result_more button {
    display: block;
    margin: auto;
    border: solid 1px #ccc;
    border-radius: 3px;
    width: 100%;
    max-width: 240px;
    height: 40px;
  }
}
@media screen and (min-width: 751px) and (min-width: 961px) {
  html.notIE .content .extract_result .extract_paging .result_more button {
    cursor: pointer;
    opacity: 1;
    transition: opacity .2s ease 0s;
  }
  html.notIE .content .extract_result .extract_paging .result_more button:hover {
    opacity: .7;
  }
}
@media screen and (min-width: 751px) {
  html.notIE .content .extract_result .extract_paging .result_more button span {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    font-size: 16px;
  }
}

html.msie .content {
  width: 960px;
  display: flex;
  margin: auto;
}
html.msie .content .extract_box {
  order: 1;
  background-color: #f7f7f7;
  width: 260px;
  padding: 10px 20px 80px;
  margin-right: 40px;
  flex-shrink: 0;
  flex-grow: 0;
}
html.msie .content .extract_box .modal_close {
  display: none;
}
html.msie .content .extract_box h2 {
  font-size: 16px;
  padding: 10px 0 0;
  border-bottom: solid 1px #000;
  margin-bottom: 20px;
}
html.msie .content .extract_box ul.extract_list > li > ul {
  margin-left: 10px;
}
html.msie .content .extract_box > dl {
  margin-top: 40px;
}
html.msie .content .extract_box > dl > dt {
  font-size: 16px;
  padding: 0 0 5px;
  border-bottom: solid 1px #000;
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 961px) {
  html.msie .content .extract_box > dl > dt {
    cursor: pointer;
    opacity: 1;
    transition: opacity .2s ease 0s;
  }
  html.msie .content .extract_box > dl > dt:hover {
    opacity: .7;
  }
}
html.msie .content .extract_box > dl > dt::after {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.08) url(/elixir/shared/img/icn_plus.svg) no-repeat center center;
  background-size: 12px;
}
html.msie .content .extract_box > dl.m-opened > dt::after {
  background: rgba(0, 0, 0, 0.08) url(/elixir/shared/img/icn_minus.svg) no-repeat center center;
  background-size: 12px;
}
html.msie .content .extract_box > dl > dd dl {
  margin-top: 25px;
}
html.msie .content .extract_box > dl > dd dl dt {
  color: #777;
}
html.msie .content .extract_box > dl > dd > .research_btns {
  margin-top: 25px;
}
html.msie .content .extract_box > dl .research_btns li {
  margin-top: 5px;
}
html.msie .content .extract_box > dl .research_btns li a {
  display: block;
  min-height: 30px;
  text-decoration: none;
  background-color: #fff;
  border: solid 1px #e7e7e7;
  border-radius: 3px;
  position: relative;
  padding: 0 20px 0 13px;
}
@media screen and (min-width: 961px) {
  html.msie .content .extract_box > dl .research_btns li a {
    cursor: pointer;
    opacity: 1;
    transition: opacity .2s ease 0s;
  }
  html.msie .content .extract_box > dl .research_btns li a:hover {
    opacity: .7;
  }
}
html.msie .content .extract_box > dl .research_btns li a::after {
  content: '';
  display: block;
  width: 6px;
  height: 10px;
  background: url(/elixir/shared/img/arw_gray.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 9px;
  transform: translateY(-50%);
}
html.msie .content .extract_box > dl .research_btns li a span {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 28px;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.1em;
  padding: 5px 0;
}
html.msie .content .extract_box .extract_btns {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 15px 10px;
  margin: 20px -20px 0;
  position: sticky;
  left: -20px;
  right: -20px;
  bottom: 0;
}
html.msie .content .extract_box .extract_btns .extract_reset {
  width: 56px;
}
html.msie .content .extract_box .extract_btns .extract_reset button {
  background-color: #fff;
  border: solid 1px #ccc;
  display: block;
  width: 100%;
  height: 40px;
  border-radius: 3px;
  text-align: center;
}
@media screen and (min-width: 961px) {
  html.msie .content .extract_box .extract_btns .extract_reset button {
    cursor: pointer;
    opacity: 1;
    transition: opacity .2s ease 0s;
  }
  html.msie .content .extract_box .extract_btns .extract_reset button:hover {
    opacity: .7;
  }
}
html.msie .content .extract_box .extract_btns .extract_reset button > span {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  color: #000;
}
html.msie .content .extract_box .extract_btns .extract_search {
  width: 180px;
}
html.msie .content .extract_box .extract_btns .extract_search button {
  background-color: #333;
  display: block;
  width: 100%;
  height: 40px;
  border-radius: 3px;
  text-align: center;
}
@media screen and (min-width: 961px) {
  html.msie .content .extract_box .extract_btns .extract_search button {
    cursor: pointer;
    opacity: 1;
    transition: opacity .2s ease 0s;
  }
  html.msie .content .extract_box .extract_btns .extract_search button:hover {
    opacity: .7;
  }
}
html.msie .content .extract_box .extract_btns .extract_search button > span {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  color: #fff;
}
html.msie .content .extract_box .extract_btns .extract_search button:disabled {
  opacity: 0.3;
  cursor: default;
}
html.msie .content .extract_result {
  order: 2;
  padding-bottom: 80px;
}
html.msie .content .extract_result .result_none {
  width: 660px;
  border: solid 1px #e7e7e7;
  padding: 40px;
  text-align: center;
}
html.msie .content .extract_result .item_unit {
  display: flex;
  position: relative;
}
html.msie .content .extract_result .item_unit .item_unit_link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  cursor: pointer;
}
html.msie .content .extract_result .item_unit .item_unit_link span {
  display: block;
  height: 0;
  overflow: hidden;
}
html.msie .content .extract_result .item_unit .item_unit_link:hover + .item_name {
  text-decoration: underline;
}
html.msie .content .extract_result .item_unit + .item_unit {
  border-top: solid 1px #e7e7e7;
  margin-top: 30px;
  padding-top: 30px;
}
html.msie .content .extract_result .item_unit .item_unit_img {
  width: 200px;
  margin-right: 30px;
  flex-shrink: 0;
  flex-grow: 0;
}
html.msie .content .extract_result .item_unit .item_unit_img img {
  display: block;
  width: 100%;
}
html.msie .content .extract_result .item_unit .item_flags {
  display: flex;
  flex-wrap: wrap;
  margin-top: -5px;
}
html.msie .content .extract_result .item_unit .item_flags li {
  font-size: 12px;
  border: solid 1px #e7e7e7;
  padding: 0 5px;
  background-color: #fff;
  margin-top: 5px;
  margin-right: 10px;
}
html.msie .content .extract_result .item_unit .item_flags li.flg_attention {
  background-color: #333;
  border-color: #333;
  color: #fff;
}
html.msie .content .extract_result .item_unit .item_flags li.flg_sub {
  background-color: #eee;
  border-color: #eee;
  color: #999;
}
html.msie .content .extract_result .item_unit .item_brand {
  margin-top: 15px;
  font-size: 12px;
  line-height: 1;
}
html.msie .content .extract_result .item_unit .item_name {
  font-size: 16px;
}
html.msie .content .extract_result .item_unit .item_quasidrugs {
  font-size: 12px;
  line-height: 1;
  color: #999;
}
html.msie .content .extract_result .item_unit .item_catch {
  margin: 10px 0;
  line-height: 1.4;
}
html.msie .content .extract_result .item_unit .item_price {
  font-size: 12px;
}
html.msie .content .extract_result .item_unit .item_price em {
  font-style: normal;
  font-size: 18px;
}
html.msie .content .extract_result .item_unit .item_price .postage {
  display: inline-block;
  border: solid 1px #848484;
  font-size: 10px;
  padding: 0 5px;
  margin-left: 10px;
  vertical-align: text-bottom;
}
html.msie .content .extract_result .item_unit .item_cartbtn {
  position: relative;
  width: 170px;
  z-index: 3;
  margin-top: 10px;
}
html.msie .content .extract_result .extract_paging {
  margin-top: 50px;
  text-align: center;
}
html.msie .content .extract_result .extract_paging .result_display {
  font-size: 16px;
}
html.msie .content .extract_result .extract_paging .result_more {
  margin-top: 20px;
}
html.msie .content .extract_result .extract_paging .result_more button {
  display: block;
  margin: auto;
  border: solid 1px #ccc;
  border-radius: 3px;
  width: 100%;
  max-width: 240px;
  height: 40px;
}
@media screen and (min-width: 961px) {
  html.msie .content .extract_result .extract_paging .result_more button {
    cursor: pointer;
    opacity: 1;
    transition: opacity .2s ease 0s;
  }
  html.msie .content .extract_result .extract_paging .result_more button:hover {
    opacity: .7;
  }
}
html.msie .content .extract_result .extract_paging .result_more button span {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  font-size: 16px;
}

@media screen and (max-width: 750px) {
  html.notIE .content {
    padding: 0 calc(40 / 750 * 100vw) calc(90 / 750 * 100vw);
  }
  html.notIE .content .extract_box {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    background-color: #f7f7f7;
    z-index: 2000;
  }
  html.notIE .content .extract_box h2 {
    font-size: 18px;
    padding: calc(30 / 750 * 100vw) calc(40 / 750 * 100vw);
    border-bottom: solid 1px #e7e7e7;
    margin-bottom: calc(20 / 750 * 100vw);
  }
  html.notIE .content .extract_box .modal_close {
    position: fixed;
    top: calc(25 / 750 * 100vw);
    right: calc(40 / 750 * 100vw);
  }
  html.notIE .content .extract_box .modal_close button {
    width: 30px;
    height: 30px;
    background: rgba(0, 0, 0, 0.5) url(/elixir/shared/img/icn_plus_wht.svg) no-repeat center center;
    background-size: 10px;
    text-indent: -20em;
    overflow: hidden;
    border-radius: 50%;
    transform: rotate(45deg);
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  }
  html.notIE .content .extract_box ul.extract_list {
    margin: 0 calc(40 / 750 * 100vw);
  }
  html.notIE .content .extract_box ul.extract_list > li > ul {
    margin-left: 10px;
  }
  html.notIE .content .extract_box ul.extract_list.m-sphalf {
    display: flex;
    flex-wrap: wrap;
  }
  html.notIE .content .extract_box ul.extract_list.m-sphalf li {
    width: 50%;
  }
  html.notIE .content .extract_box > dl {
    margin: calc(60 / 750 * 100vw) calc(40 / 750 * 100vw) calc(80 / 750 * 100vw);
  }
  html.notIE .content .extract_box > dl > dt {
    font-size: 16px;
    padding: 10px 0;
    border-bottom: solid 1px #000;
    cursor: pointer;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  }
  html.notIE .content .extract_box > dl > dt::after {
    content: '';
    display: block;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.08) url(/elixir/shared/img/icn_plus.svg) no-repeat center center;
    background-size: 11px;
  }
  html.notIE .content .extract_box > dl.m-opened > dt::after {
    background: rgba(0, 0, 0, 0.08) url(/elixir/shared/img/icn_minus.svg) no-repeat center center;
    background-size: 11px;
  }
  html.notIE .content .extract_box > dl > dd dl {
    margin-top: 25px;
  }
  html.notIE .content .extract_box > dl > dd dl dt {
    color: #777;
  }
  html.notIE .content .extract_box > dl > dd dl .research_btns li:nth-child(2n + 1) {
    padding-right: 3px;
  }
  html.notIE .content .extract_box > dl > dd dl .research_btns li:nth-child(2n) {
    padding-left: 2px;
  }
  html.notIE .content .extract_box > dl > dd > .research_btns {
    margin-top: calc(50 / 750 * 100vw);
  }
  html.notIE .content .extract_box > dl > dd > .research_btns li:nth-child(2n + 1) {
    padding-right: 3px;
  }
  html.notIE .content .extract_box > dl > dd > .research_btns li:nth-child(2n) {
    padding-left: 2px;
  }
  html.notIE .content .extract_box > dl .research_btns {
    display: flex;
    flex-wrap: wrap;
  }
  html.notIE .content .extract_box > dl .research_btns li {
    margin-top: 5px;
    width: 50%;
  }
  html.notIE .content .extract_box > dl .research_btns li a {
    display: block;
    height: 100%;
    min-height: 30px;
    text-decoration: none;
    background-color: #fff;
    border: solid 1px #e7e7e7;
    border-radius: 3px;
    position: relative;
    padding: 0 20px 0 13px;
  }
}
@media screen and (max-width: 750px) and (min-width: 961px) {
  html.notIE .content .extract_box > dl .research_btns li a {
    cursor: pointer;
    opacity: 1;
    transition: opacity .2s ease 0s;
  }
  html.notIE .content .extract_box > dl .research_btns li a:hover {
    opacity: .7;
  }
}
@media screen and (max-width: 750px) {
  html.notIE .content .extract_box > dl .research_btns li a::after {
    content: '';
    display: block;
    width: 6px;
    height: 10px;
    background: url(/elixir/shared/img/arw_gray.svg) no-repeat center center;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 9px;
    transform: translateY(-50%);
  }
  html.notIE .content .extract_box > dl .research_btns li a span {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    min-height: 28px;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.1em;
    padding: 5px 0;
  }
  html.notIE .content .extract_box .extract_btns {
    background-color: #f7f7f7;
    padding: calc(24 / 750 * 100vw) calc(20 / 750 * 100vw);
    margin: calc(40 / 750 * 100vw) 0 0;
    position: sticky;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: solid 1px #f1f1f1;
  }
  html.notIE .content .extract_box .extract_btns .extract_reset {
    width: calc(180 / 750 * 100vw);
  }
  html.notIE .content .extract_box .extract_btns .extract_reset button {
    background-color: #fff;
    border: solid 1px #ccc;
    display: block;
    width: 100%;
    height: 40px;
    border-radius: 3px;
    text-align: center;
  }
  html.notIE .content .extract_box .extract_btns .extract_reset button > span {
    display: flex;
    width: 100%;
    height: 100%;
    font-size: 14px;
    align-items: center;
    justify-content: center;
  }
  html.notIE .content .extract_box .extract_btns .extract_search {
    width: calc(510 / 750 * 100vw);
  }
  html.notIE .content .extract_box .extract_btns .extract_search button {
    background-color: #333;
    display: block;
    width: 100%;
    height: 40px;
    border-radius: 3px;
    text-align: center;
  }
  html.notIE .content .extract_box .extract_btns .extract_search button > span {
    display: flex;
    width: 100%;
    height: 100%;
    font-size: 15px;
    align-items: center;
    justify-content: center;
    color: #fff;
  }
  html.notIE .content .extract_result .result_none {
    width: 100%;
    border: solid 1px #e7e7e7;
    padding: 40px 20px;
    text-align: center;
  }
  html.notIE .content .extract_result .result_none .research {
    margin-top: 20px;
  }
  html.notIE .content .extract_result .result_none .research .btn_research {
    border: solid 1px #ccc;
    border-radius: 3px;
    background-color: #fff;
    padding: 8px 20px;
    font-size: 14px;
    line-height: 1;
  }
  html.notIE .content .extract_result .result_none .research .btn_research span::before {
    content: '';
    display: inline-block;
    width: 21px;
    height: 21px;
    background: url(/elixir/shared/img/icn_search.svg) no-repeat center center;
    background-size: contain;
    vertical-align: middle;
    margin-right: 10px;
  }
  html.notIE .content .extract_result .item_unit {
    display: flex;
    position: relative;
  }
  html.notIE .content .extract_result .item_unit .item_unit_link {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    cursor: pointer;
  }
  html.notIE .content .extract_result .item_unit .item_unit_link span {
    display: block;
    height: 0;
    overflow: hidden;
  }
  html.notIE .content .extract_result .item_unit .item_unit_link:hover + .item_name {
    text-decoration: underline;
  }
  html.notIE .content .extract_result .item_unit + .item_unit {
    border-top: solid 1px #e7e7e7;
    margin-top: calc(60 / 750 * 100vw);
    padding-top: calc(60 / 750 * 100vw);
  }
  html.notIE .content .extract_result .item_unit .item_unit_img {
    width: calc(240 / 750 * 100vw);
    margin-right: calc(30 / 750 * 100vw);
    flex-shrink: 0;
    flex-grow: 0;
  }
  html.notIE .content .extract_result .item_unit .item_unit_img img {
    display: block;
    width: 100%;
  }
  html.notIE .content .extract_result .item_unit .item_flags {
    display: flex;
    flex-wrap: wrap;
  }
  html.notIE .content .extract_result .item_unit .item_flags li {
    font-size: 11px;
    border: solid 1px #e7e7e7;
    padding: 0 5px;
    background-color: #fff;
    margin-right: 10px;
    margin-bottom: 3px;
  }
  html.notIE .content .extract_result .item_unit .item_flags li.flg_attention {
    background-color: #333;
    border-color: #333;
    color: #fff;
  }
  html.notIE .content .extract_result .item_unit .item_flags li.flg_sub {
    background-color: #eee;
    border-color: #eee;
    color: #999;
  }
  html.notIE .content .extract_result .item_unit .item_brand {
    margin-top: calc(5 / 750 * 100vw);
    font-size: 10px;
  }
  html.notIE .content .extract_result .item_unit .item_name {
    font-size: 16px;
    line-height: 21px;
    text-decoration: underline;
  }
  html.notIE .content .extract_result .item_unit .item_quasidrugs {
    font-size: 10px;
    color: #999;
  }
  html.notIE .content .extract_result .item_unit .item_catch {
    margin: calc(20 / 750 * 100vw) 0;
    line-height: 1.4;
  }
  html.notIE .content .extract_result .item_unit .item_price {
    font-size: 12px;
  }
  html.notIE .content .extract_result .item_unit .item_price em {
    font-style: normal;
    font-size: 16px;
  }
  html.notIE .content .extract_result .item_unit .item_price .postage {
    display: inline-block;
    border: solid 1px #848484;
    font-size: 10px;
    padding: 0 5px;
    margin-left: 10px;
    vertical-align: text-bottom;
  }
  html.notIE .content .extract_result .item_unit .item_cartbtn {
    margin-top: calc(30 / 750 * 100vw);
    position: relative;
    z-index: 3;
  }
  html.notIE .content .extract_result .extract_paging {
    margin-top: calc(70 / 750 * 100vw);
    text-align: center;
  }
  html.notIE .content .extract_result .extract_paging .result_display {
    font-size: 13px;
  }
  html.notIE .content .extract_result .extract_paging .result_more {
    margin-top: calc(30 / 750 * 100vw);
  }
  html.notIE .content .extract_result .extract_paging .result_more button {
    display: block;
    margin: auto;
    border: solid 1px #ccc;
    border-radius: 3px;
    width: 100%;
    height: 40px;
  }
  html.notIE .content .extract_result .extract_paging .result_more button span {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    font-size: 14px;
  }
}
