@charset "utf-8";

.un_powderroomSenmenV_ecoSingle {
  border: 1px solid #ccc;
  box-sizing: border-box;
  margin-top: 15px;
  padding: 15px;
}
.un_powderroomSenmenV_ecoSingle p + p {
  margin-top: 10px;
}
.un_powderroomSenmenV_ecoSingle .un_powderroomSenmenV_ecoSingle_superscript {
  font-size: 0.8em;
  vertical-align: top;
}

/* 化粧鏡 カード */
.el_hdg5 + .un_powderroomSenmenV_mirrorlineup_cardUnit {
  margin-top: 10px;
}
.un_powderroomSenmenV_mirrorlineup_cardUnit {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.un_powderroomSenmenV_mirrorlineup_card {
  box-sizing: border-box;
  border: var(--defaultBorder);
  display: flex;
  flex-direction: column;
  padding: 10px;
  width: calc((100% + 10px) / 4 - 10px);
}
.un_powderroomSenmenV_mirrorlineup_card .un_powderroomSenmenV_mirrorlineup_ttl {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.un_powderroomSenmenV_mirrorlineup_card .un_powderroomSenmenV_mirrorlineup_ttl span { 
  display: block;
  font-size: 14px;
}
.un_powderroomSenmenV_mirrorlineup_card .un_powderroomSenmenV_mirrorlineup_img {
  margin: 10px 0;
  text-align: center;
}
.un_powderroomSenmenV_mirrorlineup_card .un_powderroomSenmenV_mirrorlineup_frontag {
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
}
.un_powderroomSenmenV_mirrorlineup_card .un_powderroomSenmenV_mirrorlineup_txt {
  background: var(--secondBgColor);
  padding: 8px;
  flex-grow: 1;
}
.un_powderroomSenmenV_mirrorlineup_cardUnit + .bl_mediaPanel {
  margin-top: 30px;
}

/* 洗面台 カード */
.el_hdg5 + .un_powderroomSenmenV_lineup_cardUnit {
  margin-top: 10px;
}
.un_powderroomSenmenV_lineup_cardUnit {
  display: flex;
  justify-content: space-between;
}
.un_powderroomSenmenV_lineup_card {
  box-sizing: border-box;
  border: var(--defaultBorder);
  display: flex;
  flex-direction: column;
  padding: 10px;
  width: calc((100% + 10px) / 2 - 10px);
}
.un_powderroomSenmenV_lineup_card .un_powderroomSenmenV_lineup_card_ttl {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.un_powderroomSenmenV_lineup_card .un_powderroomSenmenV_lineup_card_img {
  margin: 10px 0;
  text-align: center;
}
.un_powderroomSenmenV_lineup_card .un_powderroomSenmenV_lineup_card_frontag {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}
.un_powderroomSenmenV_lineup_card .un_powderroomSenmenV_lineup_card_txt {
  background: var(--secondBgColor);
  flex-grow: 1;
  padding: 8px;
}

/* 扉カラー */
.el_hdg5 + .un_powderroomSenmenV_doorColor {
  margin-top: 10px;
}
.un_powderroomSenmenV_doorColor + .el_hdg5 {
  margin-top: 20px;
}
.un_powderroomSenmenV_doorColor {
  display: flex;
  justify-content: space-between;
}
.un_powderroomSenmenV_doorColor .un_powderroomSenmenV_doorColor_item_img + .un_powderroomSenmenV_doorColor_item_txt {
  margin-top: 10px;
}
.un_powderroomSenmenV_doorColor .un_powderroomSenmenV_doorColor_item_txt {
  font-size: 13px;
}

/* 商品を選ぶ */
.un_powderroomSenmenV_productChoice_cardUnit {
  display: flex;
  justify-content: space-between;
}
.un_powderroomSenmenV_productChoice_card {
  border: 4px solid #e5e5e5;
  padding: 10px;
}
.un_powderroomSenmenV_productChoice_card .un_powderroomSenmenV_productChoice_card_ttl {
  background: #e5e5e5;
  box-sizing: border-box;
  font-size: 20px;
  font-weight: bold;
  padding: 10px;
  text-align: center;
  width: 100%;
}
.un_powderroomSenmenV_productChoice_card .un_powderroomSenmenV_productChoice_card_ttl + .un_powderroomSenmenV_productChoice_card_cont {
  margin-top: 10px;
}
.un_powderroomSenmenV_productChoice_card .un_powderroomSenmenV_productChoice_card_cont_img + .un_powderroomSenmenV_productChoice_card_cont_price {
  margin-top: 10px;
}
.un_powderroomSenmenV_productChoice_card .un_powderroomSenmenV_productChoice_card_cont_price_emphasize {
  align-items: center;
  display: flex;
  margin-top: 10px;
}
.un_powderroomSenmenV_productChoice_card .un_powderroomSenmenV_productChoice_card_cont_price_emphasize_discount {
  background: var(--emphasisRed);
  color: #fff;
  font-weight: bold;
  padding: 6px;
}
.un_powderroomSenmenV_productChoice_card .un_powderroomSenmenV_productChoice_card_cont_price_emphasize_discount_num {
  display: inline;
  font-size: 24px;
}
.un_powderroomSenmenV_productChoice_card .un_powderroomSenmenV_productChoice_card_cont_price_emphasize_discount + .un_powderroomSenmenV_productChoice_card_cont_price_emphasize_total {
  margin-left: 20px;
}
.un_powderroomSenmenV_productChoice_card .un_powderroomSenmenV_productChoice_card_cont_price_emphasize_total {
  color: var(--emphasisRed);
  font-weight: bold;
}
.un_powderroomSenmenV_productChoice_card .un_powderroomSenmenV_productChoice_card_cont_price_emphasize_total_num {
  font-size: 26px;
}
.un_powderroomSenmenV_productChoice_card .un_powderroomSenmenV_productChoice_card_cont + .un_powderroomSenmenV_productChoice_card_btn {
  margin-top: 20px;
}
