@charset "utf-8";

.un_mrWash_title_mT20 {
  margin-top: 20px;
}
.un_mrWash_title {
  background: #f4f4f4;
  border: var(--defaultBorder);
  font-size: 18px;
  padding: 10px 20px;
  color: #222;
  text-align: center;
  font-weight: bold;
}
.un_mrWash_box {
  padding: 20px;
  border: var(--defaultBorder);
  border-top: none;
}
.un_wcTotoPurerestMr_setCardUnit + .el_hdg2 {
  margin-top: 40px;
}

/* ピュアレスト価格の違い・比較*/
ul.un_mrWash_productList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
ul.un_mrWash_productList li {
  width: 245px;
  text-align: center;
  border: 1px solid #ccc;
  padding: 15px;
  box-sizing: border-box;
  position: relative;
}
.un_mrWash_productImage {
  display: flex;
  overflow: hidden;
  width: 100%;
  justify-content: center;
}
.un_mrWash_productImage img {
  margin-bottom: 5px;
}

/*ピュアレストQRの手洗い付きを選ぶポイント*/
.un_mrWash_productListMerit {
  background-color: #fff8e5;
  padding: 10px 5px;
  line-height: 1.75;
  height: 116px;
}
.un_mrWash_productListDemerit {
  background-color: var(--secondBgColor);
  padding: 10px 5px;
  line-height: 1.75;
  height: 116px;
}
.un_mrWash_productListMerit>div,
.un_mrWash_productListDemerit>div {
  font-size: 13px;
}
.un_mrWash_productListMerit>div.un_mrWash_ttl,
.un_mrWash_productListDemerit>div.un_mrWash_ttl,
.un_mrWash_ttl {
  font-weight: bold;
  font-size: 16px;
}
.un_mrWash_txtL {
  text-align: left;
}
.un_mrWash_mT10 {
  margin-top: 10px;
}
.un_mrWash_mT20 {
  margin-top: 20px;
}
.un_mrWash_mB30 {
  margin-bottom: 30px;
}

/*排水芯対応表*/
.un_mrWash_comparisonTable_wrapper+.el_hdg2 {
  margin-top: 40px;
}
.un_mrWash_comparisonTable {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: solid 2px #bfbfbf;
  font-size: 13px;
  table-layout: fixed;
  word-break: break-word;
}
.un_mrWash_comparisonTable tbody tr th {
  text-align: center;
  border: 1px solid #bfbfbf;
  padding: 10px;
  background-color: #f2f2f2;
}
.un_mrWash_comparisonTable tbody tr td {
  padding: 10px;
  border: 1px solid #bfbfbf;
}
.un_mrWash_comparisonTable tbody tr td:nth-child(n) {
  text-align: center;
}
.un_mrWash_comparisonTableTtl {
  font-weight: bold;
}