@charset "utf-8";
/* ネオレスト各シリーズページ　商品一覧カード */
.bl_mediaPanel + .un_wcNeorestShared_productListCardUnit {
  margin-top: 30px;
}
.un_wcNeorestShared_productListCardUnit {
  display: flex;
  flex-direction: column;
  padding: 0 10px;
}
.un_wcNeorestShared_productListCard {
  box-sizing: border-box;
  width: 100%;
  border: 5px solid #d9d9d9;
  padding: 15px 20px;
  display:flex;
  justify-content: space-between;
  position: relative;
}
.un_wcNeorestShared_productListCard + .un_wcNeorestShared_productListCard {
  margin-top: 15px;
}
.un_wcNeorestShared_productListCard .un_wcNeorestShared_productListCard_head + .un_wcNeorestShared_productListCard_body,
.un_wcNeorestShared_productListCard .un_wcNeorestShared_productListCard_rankingIcon + .un_wcNeorestShared_productListCard_body {
  width:calc(100% - 10px - 280px);
}
.un_wcNeorestShared_productListCard .un_wcNeorestShared_productListCard_rankingIcon {
  position: absolute;
  left: 220px;
}
.un_wcNeorestShared_productListCard .un_wcNeorestShared_productListCard_body_inner {
  width:362px;
  margin-left:auto;
  margin-right:0;
}
.un_wcNeorestShared_productListCard .un_wcNeorestShared_productListCard_body_inner_ttl {
  font-weight: bold;
  font-size: 17px;
}
.un_wcNeorestShared_productListCard .un_wcNeorestShared_productListCard_body_inner_ttl + .un_wcNeorestShared_productListCard_body_inner_functionWrapper {
  margin-top: 10px;
}
.un_wcNeorestShared_productListCard .un_wcNeorestShared_productListCard_body_inner_functionWrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.un_wcNeorestShared_productListCard .un_wcNeorestShared_productListCard_body_inner_function {
  background: var(--subBgGreen);
  border: 1px solid var(--dekiruGreen);
  color: var(--dekiruGreen);
  width: calc((97% + 5px) / 3 - 5px);
  padding: 2px 0;
  font-size: 13px;
  letter-spacing: -0.05em;
  text-align: center;
  border-radius: 5px;
  margin-bottom: 5px;
}
.un_wcNeorestShared_productListCard .un_wcNeorestShared_productListCard_body_inner_function.un_wcNeorestShared_productListCard_body_inner_function__off {
  background: #F2F2F2;
  color: #AEAEAE;
  border: 1px dashed #BFBFBF;
}
.un_wcNeorestShared_productListCard .un_wcNeorestShared_productListCard_body_inner_function + .un_wcNeorestShared_productListCard_body_inner_function {
  margin-bottom: 5px;
}
.un_wcNeorestShared_productListCard .un_wcNeorestShared_productListCard_body_inner_function + .un_wcNeorestShared_productListCard_body_inner_function:nth-child(n+4) {
  margin-left: 0;
}
.un_wcNeorestShared_productListCard .un_wcNeorestShared_productListCard_body_inner_functionWrapper + .un_wcNeorestShared_productListCard_body_inner_annotation {
  margin-top: 5px;
}
.un_wcNeorestShared_productListCard .un_wcNeorestShared_productListCard_body_inner_annotation {
  text-align: right;
}
.un_wcNeorestShared_productListCard .un_wcNeorestShared_productListCard_body_inner + .un_wcNeorestShared_productListCard_body_bottomCont {
  margin-top: 10px;
}
.un_wcNeorestShared_productListCard .un_wcNeorestShared_productListCard_body_bottomCont {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.un_wcNeorestShared_productListCard .un_wcNeorestShared_productListCard_body_bottomCont_total {
  display: flex;
  align-items: baseline;
  font-size: 12px;
}
.un_wcNeorestShared_productListCard .un_wcNeorestShared_productListCard_body_bottomCont_total_txt + .un_wcNeorestShared_productListCard_body_bottomCont_total_price {
  padding-left: 5px;
}
.un_wcNeorestShared_productListCard .un_wcNeorestShared_productListCard_body_bottomCont_total_price {
  color: var(--emphasisRed);
  font-weight: bold;
}
.un_wcNeorestShared_productListCard .un_wcNeorestShared_productListCard_body_bottomCont_total_price_taxIn {
  font-size: 26px;
}
.un_wcNeorestShared_productListCard .un_wcNeorestShared_productListCard_body_bottomCont_btn {
  width: 140px;
}
.un_wcNeorestShared_productListCardUnit + .el_hdg2 {
  margin-top: 40px;
}

.el_hdg2 + .un_wcNeorestShared_priceGraphAreaAnnotation {
  margin-top: 10px;
}
.un_wcNeorestShared_priceGraphAreaAnnotation {
  padding-left: 20px;
  padding-right: 20px;
  text-align: right;
}


/* 特徴・機能　タイトル部分 */
.un_wcNeorestShared_featureCardTtlSmall {
  font-size: 13px;
  letter-spacing: -0.2px;
}

.bl_card3Unit_wrapper + .un_wcNeorestShared_featureCardAnnotation {
  margin-top: 10px;
}
.un_wcNeorestShared_featureCardAnnotation {
  text-align: right;
}


/* グレード別機能表 */
.el_hdg2 + .un_wcNeorestShared_gradeFunctionTableWrapper {
  margin-top: 20px;
}
.un_wcNeorestShared_gradeFunctionTable {
  border-collapse: collapse;
  width: 100%;
  border: solid 1px var(--dekiruGreen);
}
.un_wcNeorestShared_gradeFunctionTable th {
  border: solid 1px var(--dekiruGreen);
  background: #E7F0E3;
  padding: 10px;
}
.un_wcNeorestShared_gradeFunctionTable .un_wcNeorestShared_gradeFunctionTable_hdg {
  text-align: center;
  width: 25%;
}
.un_wcNeorestShared_gradeFunctionTable.un_wcNeorestShared_gradeFunctionTable__3types .un_wcNeorestShared_gradeFunctionTable_hdg {
  width: unset;
}
.un_wcNeorestShared_gradeFunctionTable td {
  border: solid 1px var(--dekiruGreen);
  padding: 8px;
  text-align: center;
  font-weight: bold;
}
.un_wcNeorestShared_gradeFunctionTable .un_wcNeorestShared_gradeFunctionTable_link {
  color: var(--dekiruGreen);
  text-decoration: underline;
}
.un_wcNeorestShared_gradeFunctionTableWrapper + .un_wcNeorestShared_gradeFunctionTable_annotation {
  margin-top: 10px;
}
.un_wcNeorestShared_gradeFunctionTable_annotation + .bl_tabLinkList {
  margin-top: 30px;
}


/* ネオレストASタイプのカラーとリモコンラインナップ */
.el_hdg2 + .un_wcNeorestShared_colorVariationHdg {
  margin-top: 13px;
}
.un_wcNeorestShared_colorPanel {
  display: flex;
  justify-content: space-between;
  margin: 15px auto 0;
  width: 85%;
}
.un_wcNeorestShared_colorPanel .un_wcNeorestShared_colorPanel_inner_img + .un_wcNeorestShared_colorPanel_inner_txt {
  padding-top: 5px;
}
.un_wcNeorestShared_colorPanel .un_wcNeorestShared_colorPanel_inner_txt {
  font-size: 12px;
}
.un_wcNeorestShared_colorPanel .un_wcNeorestShared_colorPanel_inner_txt_popularity {
  color: var(--emphasisRed);
  font-weight: bold;
}
/* ネオレストASのリモコン */
.el_hdg5 + .un_wcNeorestShared_remoteControl_table {
  margin-top: 5px;
}
.un_wcNeorestShared_remoteControl_table {
  border-collapse: collapse;
  width: 100%;
  border: 1px solid #ccc;
  text-align: center
}
.un_wcNeorestShared_remoteControl_table th {
  background: #efefef;
  border: 1px solid #ccc;
  padding: 10px;
}
.un_wcNeorestShared_remoteControl_table td {
  border: 1px solid #ccc;
  padding: 20px 10px 20px;
}
.un_wcNeorestShared_colorPanel + .un_wcNeorestShared_remoteControl_tableWrapper {
  margin-top: 20px;
}
.un_wcNeorestShared_remoteControl_tableWrapper + .el_hdg2 {
  margin-top: 40px;
}


/* 給水管の「露出」「隠蔽」タイプについて */
.un_wcNeorestShared_type_wrapper {
  padding-bottom: 20px;
}
.bl_panel + .un_wcNeorestShared_typeCardUnit {
  margin-top: 20px;
}
.un_wcNeorestShared_typeCardUnit {
  display: flex;
  justify-content: space-between;
  margin: 0 30px;
}
.un_wcNeorestShared_typeCard {
  border: 2px solid #ececec;
  padding: 10px 20px;
  text-align: center;
}
.un_wcNeorestShared_typeCard .un_wcNeorestShared_typeCard_ttl {
  font-weight: bold;
  font-size: 16px;
  color: var(--dekiruGreen);
}
.un_wcNeorestShared_typeCard .un_wcNeorestShared_typeCard_img img {
  width: 260px;
  height: auto;
}
.un_wcNeorestShared_typeCard .un_wcNeorestShared_typeCard_ttl + .un_wcNeorestShared_typeCard_img,
.un_wcNeorestShared_typeCard .un_wcNeorestShared_typeCard_img + .un_wcNeorestShared_typeCard_boldTxt {
  margin-top: 10px;
}
.un_wcNeorestShared_typeCard .un_wcNeorestShared_typeCard_boldTxt {
  font-weight: bold;
  font-size: 16px;
}


/* ネオレストASタイプの品番について */
.un_wcNeorestShared_productNumTable {
  border-collapse: collapse;
  width: 100%;
  border: solid 1px var(--dekiruGreen);
}
.un_wcNeorestShared_productNumTable th {
  background: #E7F0E3;
  padding: 10px;
  border: solid 1px var(--dekiruGreen);
}
.un_wcNeorestShared_productNumTable td {
  padding: 8px;
  background: #E7F0E3;
  border: solid 1px var(--dekiruGreen);
}
.un_wcNeorestShared_productNumTable .un_wcNeorestShared_productNumTable_grade {
  width: 19%;
}
.un_wcNeorestShared_productNumTable .un_wcNeorestShared_productNumTable_type {
  width: 14%;
}
.un_wcNeorestShared_productNumTable .un_wcNeorestShared_productNumTable_pipingType {
  width: 15%;
}
.un_wcNeorestShared_productNumTable .un_wcNeorestShared_productNumTable_num {
  background: #fff;
  width: 33%;
}


/* 手洗い器を設置するならシステムトイレも検討 */
.un_wcNeorestShared_productNumTableWrapper + .el_hdg2 {
  margin-top: 40px;
}
.el_hdg2 + .un_wcNeorestShared_proposalPanel {
  margin-top: 20px;
}
.un_wcNeorestShared_proposalPanel {
  display: flex;
  justify-content: space-between;
  border: solid 1px #ccc;
  padding: 20px;
}
.un_wcNeorestShared_proposalPanel .un_wcNeorestShared_proposalPanel_drainage_img + .un_wcNeorestShared_proposalPanel_drainage_inner {
  margin-top: 20px;
}
.un_wcNeorestShared_proposalPanel .un_wcNeorestShared_proposalPanel_drainage_inner {
  text-align: center;
  border: solid 2px var(--dekiruGreen);
  border-radius: 5px;
  width: 90%;
  margin-left: 5%;
}
.un_wcNeorestShared_proposalPanel .un_wcNeorestShared_proposalPanel_drainage_inner_hdg {
  background: var(--dekiruGreen);
  color: #fff;
  font-weight: bold;
  padding: 5px;
}
.un_wcNeorestShared_proposalPanel .un_wcNeorestShared_proposalPanel_drainage_inner_detail {
  padding: 5px 0;
  font-size: 12px;
}
.un_wcNeorestShared_proposalPanel .un_wcNeorestShared_proposalPanel_drainage + .un_wcNeorestShared_proposalPanel_exposition {
  margin-left: 20px;
}
.un_wcNeorestShared_proposalPanel .un_wcNeorestShared_proposalPanel_exposition {
  display: block;
}
.un_wcNeorestShared_proposalPanel .un_wcNeorestShared_proposalPanel_exposition_hdg {
  font-weight: bold;
  font-size: 20px;
}
.un_wcNeorestShared_proposalPanel .un_wcNeorestShared_proposalPanel_exposition_hdg + .un_wcNeorestShared_proposalPanel_exposition_txt {
  margin-top: 20px;
}
.un_wcNeorestShared_proposalPanel .un_wcNeorestShared_proposalPanel_exposition_txt p + .un_wcNeorestShared_proposalPanel_exposition_txt_btn {
  margin-top: 30px;
}
.un_wcNeorestShared_proposalPanel + .el_hdg2 {
  margin-top: 40px;
}