@charset "utf-8";
/* ピュアレストQR商品価格一覧 */
.un_wcNeorestShared_setCardUnit {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.el_hdg2 + .bl_tabLinkContent.bl_tabLinkContent__noBorder.bl_tabLinkContent__noPadding {
  margin-top: 20px;
}
.un_wcNeorestShared_setCard {
  width: calc((97% + 10px) / 2);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.un_wcNeorestShared_setCard + .un_wcNeorestShared_setCard:nth-child(n+3) {
  margin-top: 30px;
}
.un_wcNeorestShared_setCard .un_wcNeorestShared_setCard_ttl {
  background-color: #F4F4F4;
  font-weight: bold;
  font-size: 16px;
  padding: 10px;
  border: solid 2px #e5e5e5;
  border-bottom: none;
}
.un_wcNeorestShared_setCard .un_wcNeorestShared_setCard_inner {
  border-right: solid 2px #e5e5e5;
  border-left: solid 2px #e5e5e5;
  display: flex;
  padding: 15px 10px 10px;
  min-height: 210px;
}
.un_wcNeorestShared_setCard .un_wcNeorestShared_setCard_inner .un_wcNeorestShared_setCard_inner_left + .un_wcNeorestShared_setCard_inner_right {
  margin-left: 10px;
}
.un_wcNeorestShared_setCard .un_wcNeorestShared_setCard_inner .un_wcNeorestShared_setCard_inner_right .un_wcNeorestShared_setCard_inner_right_txt + .un_wcNeorestShared_setCard_inner_right_function {
  margin-top: 20px;
}

.un_wcNeorestShared_setCard .un_wcNeorestShared_setCard_inner .un_wcNeorestShared_setCard_inner_left .un_wcNeorestShared_setCard_inner_left_img {
  margin-top: 15px;
}
.un_wcNeorestShared_setCard .un_wcNeorestShared_setCard_inner .un_wcNeorestShared_setCard_inner_left_img img {
  width: 140px;
  height: auto;
}
.un_wcNeorestShared_setCard .un_wcNeorestShared_setCard_inner .un_wcNeorestShared_setCard_inner_right .un_wcNeorestShared_setCard_inner_right_function {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.un_wcNeorestShared_setCard .un_wcNeorestShared_setCard_inner .un_wcNeorestShared_setCard_inner_right .un_wcNeorestShared_setCard_inner_right_function .un_wcNeorestShared_setCard_inner_right_function_txt {
  background-color: #F2F2F2;
  border: 1px solid #BFBFBF;
  border-radius: 2px;
  box-sizing: border-box;
  color: #BFBFBF;
  font-size: 13px;
  font-weight: bold;
  padding: 7px 2px 6px;
  letter-spacing: -0.05em;
  text-align: center;
  width: calc((93% + 5px) / 2);
  line-height: 1.2;
}
.un_wcNeorestShared_setCard .un_wcNeorestShared_setCard_inner .un_wcNeorestShared_setCard_inner_right .un_wcNeorestShared_setCard_inner_right_function .un_wcNeorestShared_setCard_inner_right_function_txt .un_wcNeorestShared_setCard_inner_right_function_txt_sup {
  font-size: 0.8em;
  vertical-align: top;
}
.un_wcNeorestShared_setCard .un_wcNeorestShared_setCard_inner .un_wcNeorestShared_setCard_inner_right .un_wcNeorestShared_setCard_inner_right_function .un_wcNeorestShared_setCard_inner_right_function_txt.un_wcNeorestShared_setCard_inner_right_function_txt__attached {
  background-color: var(--subBgGreen);
  border: 1px solid var(--dekiruGreen);
  color: var(--dekiruGreen);
}
.un_wcNeorestShared_setCard .un_wcNeorestShared_setCard_inner .un_wcNeorestShared_setCard_inner_right .un_wcNeorestShared_setCard_inner_right_function .un_wcNeorestShared_setCard_inner_right_function_txt:nth-child(2n+2) {
  margin-left: 5px;
}
.un_wcNeorestShared_setCard .un_wcNeorestShared_setCard_inner .un_wcNeorestShared_setCard_inner_right .un_wcNeorestShared_setCard_inner_right_function .un_wcNeorestShared_setCard_inner_right_function_txt:nth-child(n+3) {
  margin-top: 5px;
}
.un_wcNeorestShared_setCard .un_wcNeorestShared_setCard_inner .un_wcNeorestShared_setCard_inner_right .un_wcNeorestShared_setCard_inner_right_function .un_wcNeorestShared_setCard_inner_right_function_txt + .el_annotation {
  margin-top: 0.6em;
}
.un_wcNeorestShared_setCard .un_wcNeorestShared_setCard_price_wrapper {
  display: flex;
  margin-top: 5px;
  align-items: center;
  margin-left: 10px;
}
.un_wcNeorestShared_setCard .un_wcNeorestShared_setCard_price {
  border-bottom: solid 2px #e5e5e5;
  border-right: solid 2px #e5e5e5;
  border-left: solid 2px #e5e5e5;
  padding: 0 10px 15px;
}
.un_wcNeorestShared_setCard .un_wcNeorestShared_setCard_price_txt {
  font-size: 15px;
}
.un_wcNeorestShared_setCard .un_wcNeorestShared_setCard_price_num {
  color: var(--emphasisRed);
  font-weight: bold;
  font-size: 28px;
}
.un_wcNeorestShared_setCard .un_wcNeorestShared_setCard_price_num span {
  font-size: 14px;
}
.un_wcNeorestShared_setCard .un_wcNeorestShared_setCard_price_detailBtn {
  margin-left: 33px;
}
.un_wcNeorestShared_setCard .un_wcNeorestShared_setCard_price_detailBtn a {
  width: 110px;
  height: auto;
}