@charset "utf-8";

.un_wcColor_link + .el_hdg3 {
  margin-top: 30px;
}
.el_hdg3 + .un_wcColor_cardUnit {
  margin-top: 20px;
}
.un_wcColor_cardUnit {
  display: flex;
  box-sizing: border-box;
  flex-wrap: wrap;
  border: solid 1px #ccc;
  justify-content: space-between;
}
.un_wcColor_card {
  width: calc((100% - 2px) / 3);
  border-bottom: dotted 1px #ccc;
}
.un_wcColor_card + .un_wcColor_card {
  border-left: dotted 1px #ccc;
}
.un_wcColor_card + .un_wcColor_card:nth-child(4) {
  border-right: dotted 1px #ccc;
  border-top: none;
  border-left: none;
}
.un_wcColor_card .un_wcColor_card_ttl {
  font-weight: bold;
  padding: 10px;
}
.un_wcColor_card .un_wcColor_card_ttl.un_wcColor_card_ttl__sc {
  background: #f4efe9;
}
.un_wcColor_card .un_wcColor_card_ttl.un_wcColor_card_ttl__sr {
  background: #f7e5d9;
}
.un_wcColor_card .un_wcColor_card_ttl.un_wcColor_card_ttl__ng {
  background: #e5e2dd;
}
.un_wcColor_card .un_wcColor_card_ttl + .un_wcColor_card_img {
  border-top: dotted 1px #ccc;
}
.un_wcColor_card .un_wcColor_card_img {
  text-align: center;
}
.un_wcColor_card .un_wcColor_card_img,
.un_wcColor_card .un_wcColor_card_txt {
  padding: 10px;
}
/* 色見本(LIXILリクシルトイレ) */
.un_wcColor_card .un_wcColor_card_ttl.un_wcColor_card_ttl__bn8 {
  background: #f1eee9;
}
.un_wcColor_card .un_wcColor_card_ttl.un_wcColor_card_ttl__lr8 {
  background: #fadedd;
}
.un_wcColor_card .un_wcColor_card_ttl.un_wcColor_card_ttl__bb7 {
  background: #bbdaee;
}
.el_hdg3 + .un_wcColor_makerLogo {
  margin-top: 20px;
}
.un_wcColor_makerLogo + .un_wcColor_cardUnit {
  margin-top: 20px;
}
.un_wcColor_makerLogo {
  text-align: center;
}
.un_wcColor_makerLogo img {
  width: 130px;
  height: auto;
}

/* 色見本(Panasonicパナソニックトイレ) */
.un_wcColor_card .un_wcColor_card_ttl.un_wcColor_card_ttl__bn8 {
  background: #f7f3e7;
}
.un_wcColor_card .un_wcColor_card_ttl.un_wcColor_card_ttl__np {
  background: #fef0ef;
}

.un_wcColor_cardUnit + .el_hdg3 {
  margin-top: 30px;
}

.un_wcColor_discontinuedTable_wrapper {
  width: 100%;
  box-sizing: border-box;
  border-collapse: collapse;
}
.un_wcColor_discontinuedTable .un_wcColor_discontinuedTable_logo img {
  width: 100px;
  height: auto;
}
.un_wcColor_discontinuedTable .un_wcColor_discontinuedTable_partNumber {
  font-weight: bold;
}

/* 廃盤カラー */
.el_hdg3 + .un_wcColor_discontinuedTable_wrapper {
  margin-top: 20px;
}
.un_wcColor_discontinuedTable_wrapper + .el_hdg3 {
  margin-top: 30px;
}
.un_wcColor_discontinuedTable {
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  border: solid 1px #ccc;
}
.un_wcColor_discontinuedTable td + td {
  border: dotted 1px #ccc;
  border-top: none;
  border-bottom: none;
}
.un_wcColor_discontinuedTable tr {
  border-bottom: dotted 1px #ccc;
}
.un_wcColor_discontinuedTable tr:last-child {
  border-bottom: none;
}
.un_wcColor_discontinuedTable .un_wcColor_discontinuedTable_ttl {
  font-weight: bold;
  text-align: center;
}
.un_wcColor_discontinuedTable .un_wcColor_discontinuedTable_ttl.un_wcColor_discontinuedTable_ttl__sc4 {
  background: #efddaf;
}
.un_wcColor_discontinuedTable .un_wcColor_discontinuedTable_ttl.un_wcColor_discontinuedTable_ttl__ss4 {
  background: #cbbca9;
}
.un_wcColor_discontinuedTable .un_wcColor_discontinuedTable_ttl.un_wcColor_discontinuedTable_ttl__n11 {
  background: #ecede7;
}
.un_wcColor_discontinuedTable .un_wcColor_discontinuedTable_ttl.un_wcColor_discontinuedTable_ttl__sf4 {
  background: #dbe4ac;
}
.un_wcColor_discontinuedTable .un_wcColor_discontinuedTable_ttl.un_wcColor_discontinuedTable_ttl__nb2 {
  background: #cee7ec;
}
.un_wcColor_discontinuedTable .un_wcColor_discontinuedTable_ttl.un_wcColor_discontinuedTable_ttl__bu8 {
  background: #f7e9ce;
}
.un_wcColor_discontinuedTable .un_wcColor_discontinuedTable_ttl.un_wcColor_discontinuedTable_ttl__sn7 {
  background: #dfd8be;
}
.un_wcColor_discontinuedTable .un_wcColor_discontinuedTable_ttl.un_wcColor_discontinuedTable_ttl__sg6 {
  background: #c3d2a9;
}
.un_wcColor_discontinuedTable .un_wcColor_discontinuedTable_img {
  text-align: right;
  padding: 10px;
}