@charset "utf-8";
/* CSS Document */
/* ビルボード */
.bl_mainVpanel.un_faucetKitchen_billboard {
  position: relative;
}

.bl_mainVpanel.un_faucetKitchen_billboard .un_faucetKitchen_billboard_txt {
  position: absolute;
  bottom: 20px;
  left: 20px;
  Z-index: 1;
  border: 1px solid var(--dekiruGreen);
  background: #fff;
  padding: 2px;
}
.bl_mainVpanel.un_faucetKitchen_billboard .un_faucetKitchen_billboard_txt .un_faucetKitchen_billboard_txt_guar {
  color: var(--dekiruGreen);
  text-align: center;
  font-weight: bold;
  padding: 3px;
}

.bl_mainVpanel.un_faucetKitchen_billboard .un_faucetKitchen_billboard_txt .un_faucetKitchen_billboard_txt_discount {
  background: var(--dekiruGreen);
  padding: 3px 15px;
  color: var(--emphasisYellow);
  font-weight: bold;
  text-align: center;
  font-size: 20px;
}

.bl_mainVpanel.un_faucetKitchen_billboard .un_faucetKitchen_billboard_txt .un_faucetKitchen_billboard_txt_discount .un_faucetKitchen_billboard_txt_discount_percent {
  font-size: 26px;
}

.bl_mainVpanel.un_faucetKitchen_billboard .un_faucetKitchen_billboard_img{
  position: absolute;
  top:110px;
  right: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bl_mainVpanel.un_faucetKitchen_billboard .un_faucetKitchen_billboard_img .un_faucetKitchen_billboard_img_maker + .un_faucetKitchen_billboard_img_maker{
  margin-left:20px;
}

.bl_mainVpanel.un_faucetKitchen_billboard .un_faucetKitchen_billboard_img .un_faucetKitchen_billboard_img_maker .un_faucetKitchen_billboard_img_maker_icon{
  width:70px;
}
.bl_mainVpanel.un_faucetKitchen_billboard .un_faucetKitchen_billboard_img .un_faucetKitchen_billboard_img_maker .un_faucetKitchen_billboard_img_maker_icon.un_faucetKitchen_billboard_img_maker_icon__lixil{
  width:55px;
}
.bl_mainVpanel.un_faucetKitchen_billboard .un_faucetKitchen_billboard_img .un_faucetKitchen_billboard_img_maker .un_faucetKitchen_billboard_img_maker_icon.un_faucetKitchen_billboard_img_maker_icon__kvk{
  width:50px;
}
.bl_mainVpanel.un_faucetKitchen_billboard .un_faucetKitchen_billboard_img .un_faucetKitchen_billboard_img_maker .un_faucetKitchen_billboard_img_maker_icon.un_faucetKitchen_billboard_img_maker_icon__sanei{
  width:90px;
}


.un_faucetTop_gradeBadge {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 3px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
.un_faucetTop_gradeBadge.un_faucetTop_gradeBadge__high {
  background-color: #ffd700;
}
.un_faucetTop_gradeBadge.un_faucetTop_gradeBadge__middle {
  background-color: #38b8aa;
  color: #fff;
}
.un_faucetTop_gradeBadge.un_faucetTop_gradeBadge__basic {
  background-color: #fd9c9d;
  color: #fff;
  width: 70px;
}
.un_faucetTop_rankList_body_midArea .un_faucetTop_rankList_body_review {
  display: none;
}

.un_faucetTop_rankList_body {
  border-top: 2px solid #dfdfdf;
  margin-top: 8px;
  padding-top: 8px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.un_faucetTop_rankList_body_catch {
  flex-grow: 1;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}
.un_faucetTop_rankList_body_catch_img {
  text-align: center;
}

/* 生産終了　ここから */
.un_faucetTop_rankList_body_catch_img_grey::before{
  content: "";
  position: absolute;
  width: 182px;
  height: 110px;
  left: 28px;
  background-color: rgba(119,119,119,0.2);
}
.un_faucetTop_rankList_body_catch_img_grey span{
  position: absolute;
  top: 106px;
  left: 46px;
  font-weight: bold;
  line-height: 1.8em;
  color: var(--defaultTxtColor);
  font-size: 15px;
}
/* 生産終了　ここまで */

/* 後継商品が発売しました。　ここから */
.un_faucetTop_rankList_body_koukei_num{
  font-size: 12px;
  margin: 0 7px;
}
.un_faucetTop_rankList_body_koukei_ttl{
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 1px;
}
.un_faucetTop_rankList_body_koukei_wrapper{
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 3px;
}
.un_faucetTop_rankList_body_koukei_wrapper p{
  font-size: 12px;
  margin-top: 7px;
  margin-left: 4px;
}
/* 後継商品が発売しました。　ここまで */

.un_faucetTop_rankList_body_catch_txt {
  margin-top: 8px;
  margin-bottom: auto;
  position: relative;
  font-size: 12px;
}
.un_faucetTop_rankList_body_catch_txt_seal {
  background: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  text-align: center;
  top: 0;
  font-weight: bold;
  width: 100%;
  position: absolute;
  height: 100%;
  padding: 10px;
  box-sizing: border-box;
  line-height: 1.35;
}
.un_faucetTop_rankList_body_catch_txt_seal > span {
  display: block;
  font-size: 16px;
}
.un_faucetTop_rankList_body_hdg {
  padding: 10px;
  color: #333;
  font-size: 15px;
  font-weight: bold;
  height: 17px;
  line-height: 17px;
  background: #efefef;
}
.un_faucetTop_rankList_body_hdg span {
  font-size: 10px;
}
.un_faucetTop_rankList_body_substitute {
  padding: 10px 5px 8px 5px;
  margin: 8px 0 5px;
  color: #333;
  font-size: 12px;
  font-weight: bold;
  height: 17px;
  line-height: 17px;
  background: #efefef;
}
.un_faucetTop_rankList_body_num {
  font-size: 12px;
  display: inline;
}
.un_faucetTop_rankList_body_num.un_faucetTop_rankList_body_num__pcNone{
  display: none;
}
.un_faucetTop_rankList_body_review {
  margin-top: 2px;
  min-height: 41px;
}
.un_faucetTop_rankList_body_review .ukomiAvr_wrapper{
  font-weight: bold;
  color: #777;
}
.un_faucetTop_rankList_body_review [data-review-name] {
  font-size: 18px;
}
.un_faucetTop_rankList_body_review .review-summary-container {
  background: transparent;
  text-align: left !important;
}
.un_faucetTop_rankList_body_review .review-summary-container .ukomistarRatingSummarySection {
  padding-top: 0 !important;
}
.un_faucetTop_rankList_body_review .review-summary-container .ukomistarRatingSummarySection .starRating {
  padding: 0 !important;
}
.un_faucetTop_rankList_body_review .review-summary-container .ukomistarRatingSummarySection .starRating .reviewNumber {
  font-size: 16px !important;
  color: #777 !important;
}
.un_faucetTop_rankList_body_review .review-summary-container .ukomistarRatingSummarySection .starRating .fa-star,
.un_faucetTop_rankList_body_review .review-summary-container .ukomistarRatingSummarySection .starRating .fa-star-half-o, .un_faucetTop_rankList_body_review .review-summary-container .ukomistarRatingSummarySection .starRating .fa-star-o {
  font-size: 20px !important;
}
.un_faucetTop_rankList_body_disc {
  padding-top: 11px;
  width: 75px;
  height: 75px;
  box-sizing: border-box;
  line-height: 15px;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: #d70000;
  text-shadow: 2px 2px 2px #af0303;
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  right: 3px;
  bottom: 66px;
}
.un_faucetTop_rankList.un_faucetTop_rankList__col2 .un_faucetTop_rankList_body_disc {
  bottom: 90px;
}
.un_faucetTop_rankList_body_disc.un_faucetTop_rankList_body_disc__open {
  padding-top: 14px;
  line-height: 17px;
}
.un_faucetTop_rankList_body_disc .un_faucetTop_rankList_body_disc_percent {
  display: inline;
  font-size: 38px;
  font-weight: normal;
  letter-spacing: -1px;
  font-family: "MS UI Gothic", "Helvetica Neue", "Arial";
  line-height: 24px;
}
.un_faucetTop_rankList_foot {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 8px;
}
.un_faucetTop_rankList_foot_price {
  display: block;
  margin-bottom: 8px;
  width: 100%;
  min-height: 32px;
}
.un_faucetTop_rankList_foot_price_inner {
  width: fit-content;
  text-align: right;
}
.un_faucetTop_rankList_foot_price_maker {
  font-size: 12px;
}
.un_faucetTop_rankList_foot_price_our {
  font-size: 12px;
}
.un_faucetTop_rankList_foot_totalPrice {
  font-size: 14px;
  font-weight: bold;
  color: #d70101;
  line-height: 1.3;
}
.un_faucetTop_rankList.un_faucetTop_rankList__col3 .un_faucetTop_rankList_foot_totalPrice {
  font-size: 11px;
}
.un_faucetTop_rankList_foot_totalPrice > div {
  font-size: 32px;
  display: inline;
}
.un_faucetTop_rankList.un_faucetTop_rankList__col3 .un_faucetTop_rankList_foot_totalPrice > div {
  font-size: 22px;
}
.un_faucetTop_rankList.un_faucetTop_rankList__col3 .un_faucetTop_rankList_foot_totalPrice_tax {
  display: none;
}
.un_faucetTop_rankList_foot_btn {
  display: flex;
  align-items: flex-end;
}
.un_faucetTop_rankList_foot_btn > a {
  padding: 6px 26px 6px 18px;
  display: block;
  border-radius: 3px;
  text-decoration: none;
  color: #fff;
  background: #40b11d;
  text-align: center;
  font-size: 13px;
  line-height: 1.3;
  font-weight: bold;
  position: relative;
}
.un_faucetTop_rankList_foot_btn > a:hover {
  opacity: 0.8;
  color: #fff;
  text-decoration: none;
}
.un_faucetTop_rankList_foot_btn > a::after {
  content: "";
  width: 6px;
  height: 6px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 8px;
  z-index: 2;
  transform: rotate(45deg);
}

.un_faucetTop_rankList_foot_btn2 {
  display: none;
}
.un_faucetTop_rankList_foot_btn2 > a {
  padding: 6px 28px 6px 20px;
  display: block;
  border-radius: 3px;
  text-decoration: none;
  color: #fff;
  background: #40b11d;
  text-align: center;
  font-size: 13px;
  line-height: 1.3;
  font-weight: bold;
  position: relative;
}
.un_faucetTop_rankList_foot_btn2 > a:hover {
  opacity: 0.8;
}
.un_faucetTop_rankList_foot_btn2 > a::after {
  content: "";
  width: 6px;
  height: 6px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 8px;
  z-index: 2;
  transform: rotate(45deg);
}

/* 後継商品の詳細はこちら　ここから */
.un_faucetTop_rankList_foot_koukei{
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  /* margin-top: 8px; */
}
.un_faucetTop_rankList_foot_koukei_btn {
  display: flex;
  align-items: flex-end;
}
.un_faucetTop_rankList_foot_koukei_btn > a{
  padding: 6px 26px 6px 18px;
  display: block;
  border-radius: 3px;
  text-decoration: none;
  color: #fff;
  background: #40b11d;
  text-align: left;
  font-size: 13px;
  line-height: 1.3;
  font-weight: bold;
  position: relative;
}
.un_faucetTop_rankList_foot_koukei_btn > a::after{
  content: "";
  width: 6px;
  height: 6px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 8px;
  z-index: 2;
  transform: rotate(45deg);
}
/* 後継商品の詳細はこちら　ここまで */

/* 23/01/05追記 ランキング直下バナーの余白調整 */
.un_faucetTop_rankList.un_faucetTop_rankList__col3 + .bl_panel.bl_panel__banner{
  margin-top:30px;
}

/* キッチン・台所蛇口の種類と選び方 */
.un_faucetKitchen_panel {
  box-sizing: border-box;
  padding: 20px;
}

.un_faucetKitchen_panel .un_faucetKitchen_panel_txt .un_faucetKitchen_panel_txt_emphasis {
  font-weight: bold;
}

.un_faucetKitchen_table {
  border: 3px solid #D9D9D9;
  border-collapse: collapse;
  margin:10px 0 0;
}

.un_faucetKitchen_table .un_faucetKitchen_table_type,
.un_faucetKitchen_table .un_faucetKitchen_table_drawing,
.un_faucetKitchen_table .un_faucetKitchen_table_example {
  border: 1px solid #D9D9D9;
  padding: 10px;
}
.un_faucetKitchen_instructionstTableable .un_faucetKitchen_table_drawing img {
  width: 215px;
  height: auto;
}

.un_faucetKitchen_table_example_panel_innerBox {
  border: solid 3px #319b03;
  height: 124px;
}


.un_faucetKitchen_table_example_panel_innerBox_ttl_txt {
  font-weight: bold;
  color: #fff;
  text-align: center;
  font-size: 16px;
}
.un_faucetKitchen_table_example_panel_innerBox_ttl_arrow {
  content: "";
  position: relative;
  background: #319b03;
  padding: 5px;
}

.un_faucetKitchen_table_example_panel_innerBox_ttl_arrow:after{
  content: "";
  position: absolute;
  right: 0;
  bottom: -18px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #319b03 transparent transparent transparent;
  border-width: 19px 30px 0 30px;
}
.un_faucetKitchen_table_example_panel_innerBox {
  font-weight: bold;
  font-size: 16px;
  text-align: center;
}
.un_faucetKitchen_table_example_panel_innerBox_img {
  margin: 22px 7px 10px 7px;
}
.un_faucetKitchen_table .un_faucetKitchen_table_type {
  background: #F2F2F2;
  font-size: 20px;
  text-align: center;
  position: relative;
  width: calc(100% / 3);
}

.un_faucetKitchen_table .un_faucetKitchen_table_type .un_faucetKitchen_table_type_notes {
  background: var(--dekiruGreen);
  color: #fff;
  font-size: 12px;
  width: 70px;
  position: absolute;
  font-weight: normal;
  padding: 3px;
  border-radius: 3px;
  top: 7px;
  left: 20px;
}

.un_faucetKitchen_table .un_faucetKitchen_table_type .un_faucetKitchen_table_type_notes.un_faucetKitchen_table_type_notes__wide {
  width: 90px;
}

.un_faucetKitchen_table .un_faucetKitchen_table_type .un_faucetKitchen_table_type_txt {
  margin-top: 25px;
}

.un_faucetKitchen_table .un_faucetKitchen_table_example {
  vertical-align: top;
}

.un_faucetKitchen_table .un_faucetKitchen_table_example .un_faucetKitchen_table_example_panel {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  flex: 1;
}

.un_faucetKitchen_table .un_faucetKitchen_table_example .un_faucetKitchen_table_example_panel .un_faucetKitchen_table_example_panel_inner .un_faucetKitchen_table_example_panel_inner_img+.un_faucetKitchen_table_example_panel_inner_txt {
  margin-top: 10px;
}

.un_faucetKitchen_table .un_faucetKitchen_table_example .un_faucetKitchen_table_example_panel .un_faucetKitchen_table_example_panel_inner .un_faucetKitchen_table_example_panel_inner_txt {
  flex: 1;
  font-size: 12px;
  min-height: 72px;
}

.un_faucetKitchen_table .un_faucetKitchen_table_example .un_faucetKitchen_table_example_panel .un_faucetKitchen_table_example_panel_inner +.un_faucetKitchen_table_example_panel_link {
  margin-top: 10px;
}

.un_faucetKitchen_table .un_faucetKitchen_table_example .un_faucetKitchen_table_example_panel .un_faucetKitchen_table_example_panel_link {
  width: 100%;
}

.un_faucetKitchen_table .un_faucetKitchen_table_example .un_faucetKitchen_table_example_panel .un_faucetKitchen_table_example_panel_link a,
.un_faucetKitchen_table .un_faucetKitchen_table_example .un_faucetKitchen_table_example_panel .un_faucetKitchen_table_example_panel_link a:link,
.un_faucetKitchen_table .un_faucetKitchen_table_example .un_faucetKitchen_table_example_panel .un_faucetKitchen_table_example_panel_link a:visited {
  box-sizing: border-box;
  text-align: center;
  background: var(--dekiruGreen);
  display: inline-block;
  color: #fff;
  text-decoration: none;
  border-radius: 3px;
  padding: 10px;
  width: 100%;
}

.un_faucetKitchen_table_example_panel_link a::after {
  content: "\020\03e";
  white-space: pre;
}

.un_faucetKitchen_table .un_faucetKitchen_table_example .un_faucetKitchen_table_example_panel .un_faucetKitchen_table_example_panel_link a:hover{
  opacity: 0.8;
}

.un_faucetKitchen_cardUnit {
  display: flex;
  flex-wrap: wrap;
  padding: 0 20px;
}

.un_faucetKitchen_cardUnit .un_faucetKitchen_card {
  width: calc((100% - 4px) / 3);
  border: 1px solid #bfbfbf;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  max-width: calc((100% - 4px) / 3);
}

.un_faucetKitchen_cardUnit .un_faucetKitchen_card:nth-child(2),
.un_faucetKitchen_cardUnit .un_faucetKitchen_card:nth-child(3),
.un_faucetKitchen_cardUnit .un_faucetKitchen_card:nth-child(5),
.un_faucetKitchen_cardUnit .un_faucetKitchen_card:nth-child(6) {
  border-left: none;
}

.un_faucetKitchen_cardUnit .un_faucetKitchen_card:nth-child(n+4) {
  margin-top: 20px;
}

.un_faucetKitchen_cardUnit .un_faucetKitchen_card .un_faucetKitchen_card_headline {
  background: #eee;
  font-size: 15px;
  padding: 8px;
  text-align: center;
  font-weight: bold;
  width: calc(100% - 16px);
  border-bottom:1px solid #bfbfbf;
}

.un_faucetKitchen_cardUnit .un_faucetKitchen_card .un_faucetKitchen_card_img {
  text-align: center;
}

.un_faucetKitchen_cardUnit .un_faucetKitchen_card .un_faucetKitchen_card_inner {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}

.un_faucetKitchen_cardUnit .un_faucetKitchen_card .un_faucetKitchen_card_inner .un_faucetKitchen_card_inner_txt {
  padding: 10px 10px 5px;
  font-size: 12px;
}

.un_faucetKitchen_cardUnit .un_faucetKitchen_card .un_faucetKitchen_card_inner .un_faucetKitchen_card_inner_subheading {
  display: flex;
  align-items: center;
  padding: 15px 10px 0;
}

.un_faucetKitchen_cardUnit .un_faucetKitchen_card .un_faucetKitchen_card_inner .un_faucetKitchen_card_inner_subheading .un_faucetKitchen_card_inner_subheading_txt {
  font-weight: bold;
  font-size: 15px;
  padding-left:5px;
}



.un_faucetKitchen_cardUnit .un_faucetKitchen_card .un_faucetKitchen_card_inner .un_faucetKitchen_card_inner_link {
  width: calc(100% - 20px);
  padding: 5px 10px 10px;
}

.un_faucetKitchen_cardUnit .un_faucetKitchen_card .un_faucetKitchen_card_inner .un_faucetKitchen_card_inner_link .un_faucetKitchen_card_inner_link_search {
  border-radius: 3px;
  color: #fff;
  background: var(--dekiruGreen);
  padding: 5px 8px;
  font-size: 12px;
  position: relative;
  width: calc(100% - 16px);
  min-height: 18px;
}

.un_faucetKitchen_cardUnit .un_faucetKitchen_card .un_faucetKitchen_card_inner .un_faucetKitchen_card_inner_link .un_faucetKitchen_card_inner_link_search.un_faucetKitchen_card_inner_link_search__nothing {
  background: #f2f2f2;
  color: var(--weakTxtColor);
}

.un_faucetKitchen_cardUnit .un_faucetKitchen_card .un_faucetKitchen_card_inner .un_faucetKitchen_card_inner_link .un_faucetKitchen_card_inner_link_search+.un_faucetKitchen_card_inner_link_search {
  margin-top: 10px;
}

.un_faucetKitchen_cardUnit .un_faucetKitchen_card .un_faucetKitchen_card_inner .un_faucetKitchen_card_inner_link .un_faucetKitchen_card_inner_link_search a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  padding: 5px 8px;
}

.un_faucetKitchen_cardUnit .un_faucetKitchen_card .un_faucetKitchen_card_inner .un_faucetKitchen_card_inner_link .un_faucetKitchen_card_inner_link_search a:after {
  content: "▲";
  display: block;
  white-space: pre;
  width: 14px;
  height: 16px;
  background: #fff;
  border-radius: 20px 20px 20px 20px;
  color: var(--dekiruGreen);
  transform: rotate(90deg);
  font-size: 11px;
  position: absolute;
  top: 5px;
  right: 24px;
  margin-top: 0px;
  padding-top: 1px;
  padding-left: 3px;
}

.un_faucetKitchen_cardUnit .un_faucetKitchen_card .un_faucetKitchen_card_inner .un_faucetKitchen_card_inner_link .un_faucetKitchen_card_inner_link_search a,
.un_faucetKitchen_cardUnit .un_faucetKitchen_card .un_faucetKitchen_card_inner .un_faucetKitchen_card_inner_link .un_faucetKitchen_card_inner_link_search a:hover,
.un_faucetKitchen_cardUnit .un_faucetKitchen_card .un_faucetKitchen_card_inner .un_faucetKitchen_card_inner_link .un_faucetKitchen_card_inner_link_search a:visited,
.un_faucetKitchen_cardUnit .un_faucetKitchen_card .un_faucetKitchen_card_inner .un_faucetKitchen_card_inner_link .un_faucetKitchen_card_inner_link_search a:active {
  color: #fff;
  text-decoration: none;
}

.un_faucetKitchen_cardUnit .un_faucetKitchen_card .un_faucetKitchen_card_inner .un_faucetKitchen_card_inner_link .un_faucetKitchen_card_inner_link_search:hover {
  opacity: .8;
}

.un_faucetKitchen_cardUnit .un_faucetKitchen_card .un_faucetKitchen_card_inner .un_faucetKitchen_card_inner_link .un_faucetKitchen_card_inner_link_search.un_faucetKitchen_card_inner_link_search__nothing:hover {
  opacity: unset;
}

.un_faucetKitchen_cardUnit+.bl_mediaPanel_wrapper,
.un_faucetKitchen_cardUnit + .el_hdg2 {
  margin-top: 40px;
}

/* 設置タイプ別 キッチン蛇口・水栓の商品一覧 */
.un_faucetKitchen_panel2 {
  display: flex;
}
.un_faucetKitchen_panel2 .un_faucetKitchen_panel2_spTtl{
  display: none;
}

.un_faucetKitchen_panel2 .un_faucetKitchen_panel2_img {
  flex-shrink: 0;
  max-width: 50%;
  order: 1;
}

.un_faucetKitchen_panel2 .un_faucetKitchen_panel2_img+.un_faucetKitchen_panel2_inner {
  margin-right: 20px;
}

.un_faucetKitchen_panel2 .un_faucetKitchen_panel2_inner {
  flex-grow: 1;
  order: 0;
}

.un_faucetKitchen_panel2 .un_faucetKitchen_panel2_inner .un_faucetKitchen_panel2_inner_ttl {
  display: inline-block;
  position: relative;
  top: -10px;
  background: #fff;
  padding: 10px 0 0;
  margin-bottom: -5px;
  font-weight: bold;
  font-size: 20px;
}

.un_faucetKitchen_panel2 .un_faucetKitchen_panel2_inner .un_faucetKitchen_panel2_inner_ttl .un_faucetKitchen_panel2_inner_ttl_line {
  background: linear-gradient(transparent 50%, #d6ebcd 50%);
}

.un_faucetKitchen_panel2 .un_faucetKitchen_panel2_inner .un_faucetKitchen_panel2_inner_ttl+.un_faucetKitchen_panel2_inner_txt {
  margin-top: 10px;
}

.un_faucetKitchen_panel2 .un_faucetKitchen_panel2_inner .un_faucetKitchen_panel2_inner_txt .un_faucetKitchen_panel2_inner_txt_emphasis {
  font-weight: bold;
}

.un_faucetKitchen_panel2 .un_faucetKitchen_panel2_inner .un_faucetKitchen_panel2_inner_txt p+p {
  margin-top: 1rem;
}

.bl_tabSwitch:checked+.bl_tabLabel+.bl_tabLinkContent.un_faucetKitchen_tabContent{
  overflow: hidden;
}
.un_faucetKitchen_panel2 + .el_hdg3{
  margin-top:20px;
}


/* ワンホールタイプ キッチン水栓(台所蛇口)の種類 */
.un_faucetKitchen_list + .el_hdg3{
  margin-top: 30px;
}
.un_faucetKitchen_list{
  display: flex;
  flex-wrap: wrap;
}
.un_faucetKitchen_list .un_faucetKitchen_list_item {
  border: 1px solid #bfbfbf;
  width: calc((100% - 14px) / 2);
  box-sizing: border-box;
  margin-left: 10px;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  margin-top: 10px;
}

.un_faucetKitchen_list .un_faucetKitchen_list_item .un_faucetKitchen_list_item_headline {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2em;
  vertical-align: middle;
  padding: 10px 5px 5px;
  background: #eee;
  text-align: center;
}
.un_faucetKitchen_list_item_inner{
  display: flex;
}

.un_faucetKitchen_list .un_faucetKitchen_list_item .un_faucetKitchen_list_item_headline .un_faucetKitchen_list_item_headline_sub {
  font-size: 14px;
  display: block;
}

.un_faucetKitchen_list .un_faucetKitchen_list_item a {
  color: #222;
}

.un_faucetKitchen_list .un_faucetKitchen_list_item a:hover {
  text-decoration: none;
}

.un_faucetKitchen_list .un_faucetKitchen_list_item:nth-child(2n + 1) {
  margin-left: 0;
}

.un_faucetKitchen_list .un_faucetKitchen_list_item .un_faucetKitchen_list_item_inner_img,
.un_faucetKitchen_list .un_faucetKitchen_list_item .un_faucetKitchen_list_item_inner .un_faucetKitchen_list_item_inner_bottom {
  padding: 10px 0;
}

.un_faucetKitchen_list .un_faucetKitchen_list_item .un_faucetKitchen_list_item_inner_bottom_txt {
  padding: 0 10px;
  font-size: 12px;
  word-break: break-all;
}
.un_faucetKitchen_list .un_faucetKitchen_list_item .un_faucetKitchen_list_item_inner_bottom_txt.un_faucetKitchen_list_item_inner_bottom_txt__kitchenWallMountGeneral {
  height: 72px;
}

.un_faucetKitchen_list .un_faucetKitchen_list_item .un_faucetKitchen_list_item_inner_bottom_cost {
  color: var(--emphasisRed);
  font-weight: bold;
  padding: 0 10px;
  text-align: center;
  font-size: 11px;
}

.un_faucetKitchen_list .un_faucetKitchen_list_item .un_faucetKitchen_list_item_inner_bottom_cost span[data-item-id] {
  font-size: 16px;
  letter-spacing: -0.03em;
}

.un_faucetKitchen_list .un_faucetKitchen_list_item .un_faucetKitchen_list_item_inner_bottom_cost .un_faucetKitchen_list_item_inner_bottom_cost_unit {
  font-size: 11px;
  margin-left: -2px;
}

.un_faucetKitchen_list .un_faucetKitchen_list_item .un_faucetKitchen_list_item_inner_bottom_link,
.un_faucetKitchen_list .un_faucetKitchen_list_item .un_faucetKitchen_list_item_inner_bottom_link:link,
.un_faucetKitchen_list .un_faucetKitchen_list_item .un_faucetKitchen_list_item_inner_bottom_link:visited {
  box-sizing: border-box;
  text-align: center;
  background: var(--dekiruGreen);
  color: #fff;
  text-decoration: none;
  border-radius: 3px;
  padding: 3px 3px 2px;
  width: 70%;
  margin: 5px 10px 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
}

.un_faucetKitchen_list .un_faucetKitchen_list_item .un_faucetKitchen_list_item_inner_bottom_link:hover {
  opacity: 0.8;
}

.un_faucetKitchen_list .un_faucetKitchen_list_item .un_faucetKitchen_list_item_inner_bottom_link::after {
  content: "▲";
  display: block;
  white-space: pre;
  width: 16px;
  height: 16px;
  background: #fff;
  border-radius: 8px;
  color: var(--dekiruGreen);
  transform: rotate(90deg);
  font-size: 9px;
  margin-bottom: 3px;
}

.un_faucetKitchen_list .un_faucetKitchen_list_item .un_faucetKitchen_list_item_inner_bottom_link .un_faucetKitchen_list_item_inner_bottom_link_txt {
  display: block;
  padding: 0 5px 0 5px;
}

.un_faucetKitchen_list .un_faucetKitchen_list_item .un_faucetKitchen_list_item_inner_bottom_cost.un_faucetKitchen_list_item_inner_bottom_cost__kitchenTwoholeGeneral {
  padding: 18px 10px 0;
}


/* その他 */ 
.un_faucetKitchen_panel3 + .el_hdg4,
.el_hdg4 +.un_faucetKitchen_panel3{
  margin-top:20px;
}
.un_faucetKitchen_panel3{
  display: flex;
}
.un_faucetKitchen_panel3 .un_faucetKitchen_panel3_img{
  flex-shrink: 0;
  max-width: 50%;
  position: relative;
}
.un_faucetKitchen_panel3 .un_faucetKitchen_panel3_img .un_faucetKitchen_panel3_img_speechBubble{
  position: absolute;
  background: rgba(0, 0, 0, .5);
  padding: 5px 10px;
  color: #fff;
  top: 10px;
  left: 10px;
}
.un_faucetKitchen_panel3 .un_faucetKitchen_panel3_img .un_faucetKitchen_panel3_img_speechBubble:before{
  content: '';
  display: block;
  background-color: rgba(0, 0, 0, .5);
  position: absolute;
  clip-path: polygon(0 0, 0 100%, 50% 50%);
  width: 126px;
  height: 30px;
  top: 15px;
  left: 89px;
}

.un_faucetKitchen_panel3 .un_faucetKitchen_panel3_img .un_faucetKitchen_panel3_img_speechBubble.un_faucetKitchen_panel3_img_speechBubble__partyFaucetMain{
  top: 184px;
  left: 100px;
}
.un_faucetKitchen_panel3 .un_faucetKitchen_panel3_img .un_faucetKitchen_panel3_img_speechBubble.un_faucetKitchen_panel3_img_speechBubble__partyFaucetMain:before{
  clip-path: polygon(50% 0, 0 100%, 50% 100%);
  width: 70px;
  height: 30px;
  top: -30px;
  left: 60px;
}

.un_faucetKitchen_panel3 .un_faucetKitchen_panel3_img .un_faucetKitchen_panel3_img_speechBubble.un_faucetKitchen_panel3_img_speechBubble__waterPurifierOnlyFaucet{
  top: 155px;
  left: 10px;
}
.un_faucetKitchen_panel3 .un_faucetKitchen_panel3_img .un_faucetKitchen_panel3_img_speechBubble.un_faucetKitchen_panel3_img_speechBubble__waterPurifierOnlyFaucet:before{
  clip-path: polygon(10% 0, 0 100%, 45% 100%);
  width: 70px;
  height: 30px;
  top: -30px;
  left: 43px;
}

.un_faucetKitchen_panel3 .un_faucetKitchen_panel3_img .un_faucetKitchen_panel3_img_speechBubble.un_faucetKitchen_panel3_img_speechBubble__waterPurifierOnlyFaucetMain{
  top: 125px;
  left: 158px;
}
.un_faucetKitchen_panel3 .un_faucetKitchen_panel3_img .un_faucetKitchen_panel3_img_speechBubble.un_faucetKitchen_panel3_img_speechBubble__waterPurifierOnlyFaucetMain:before{
  clip-path: polygon(50% 0, 0 100%, 65% 100%);
  width: 55px;
  height: 30px;
  top: -30px;
  left: 54px;
}

.un_faucetKitchen_panel3 .un_faucetKitchen_panel3_img .un_faucetKitchen_panel3_img_speechBubble.un_faucetKitchen_panel3_img_speechBubble__branchFaucet{
  top: 130px;
  left: 65px;
}
.un_faucetKitchen_panel3 .un_faucetKitchen_panel3_img .un_faucetKitchen_panel3_img_speechBubble.un_faucetKitchen_panel3_img_speechBubble__branchFaucet:before{
  clip-path: polygon(72% 20%, 0% 100%, 44% 100%);
  width: 75px;
  height: 20px;
  top: -20px;
  left: 35px;
}
.un_faucetKitchen_panel3 .un_faucetKitchen_panel3_img .un_faucetKitchen_panel3_img_speechBubble.un_faucetKitchen_panel3_img_speechBubble__branchFaucet:after{
  content: '';
  display: block;
  margin: 20px auto;
  background-color: rgba(0, 0, 0, .5);
  position: absolute;
  clip-path: polygon(0 0, 100% 80%, 80% 0);
  width: 50px;
  height: 30px;
  top: 11px;
  left: 28px;
}

.un_faucetKitchen_panel3 .un_faucetKitchen_panel3_img .un_faucetKitchen_panel3_img_speechBubble.un_faucetKitchen_panel3_img_speechBubble__branchFaucetMain{
  top: 10px;
  left: 80px;
}
.un_faucetKitchen_panel3 .un_faucetKitchen_panel3_img .un_faucetKitchen_panel3_img_speechBubble.un_faucetKitchen_panel3_img_speechBubble__branchFaucetMain:before{
  clip-path: polygon(15% 0, 100% 100%, 85% 0);
  width: 60px;
  height: 30px;
  top: 31px;
  left: 35px;
}

.un_faucetKitchen_panel3 .un_faucetKitchen_panel3_img +.un_fucetKitchen_panel3_inner{
  margin-left:20px;
}
.un_faucetKitchen_panel3 .un_fucetKitchen_panel3_inner .un_fucetKitchen_panel3_inner_txt{
  flex-grow: 1;
}
.un_faucetKitchen_panel3 .un_fucetKitchen_panel3_inner .un_fucetKitchen_panel3_inner_txt.un_fucetKitchen_panel3_inner_txt__notesRed{
  border:1px solid var(--emphasisRed);
  padding:10px;
  color:var(--emphasisRed);
}
.un_faucetKitchen_panel3 .un_fucetKitchen_panel3_inner .un_fucetKitchen_panel3_inner_txt + .un_fucetKitchen_panel3_inner_bottom{
  margin-top:20px;
}
.un_faucetKitchen_panel3 .un_fucetKitchen_panel3_inner .un_fucetKitchen_panel3_inner_txt + .un_fucetKitchen_panel3_inner_txt.un_fucetKitchen_panel3_inner_txt__notesRed{
  margin-top:10px;
}
.un_faucetKitchen_panel3 .un_fucetKitchen_panel3_inner .un_fucetKitchen_panel3_inner_bottom{
  display: flex;
  justify-content: space-between;
}
.un_faucetKitchen_panel3 .un_fucetKitchen_panel3_inner .un_fucetKitchen_panel3_inner_bottom .un_fucetKitchen_panel3_inner_bottom_cost{
  text-align: right;
  padding-top: 24px;
}
.un_faucetKitchen_panel3 .un_fucetKitchen_panel3_inner .un_fucetKitchen_panel3_inner_bottom .un_fucetKitchen_panel3_inner_bottom_cost.un_fucetKitchen_panel3_inner_bottom_cost__pliusHeight{
  padding-top: 31px;
}
.un_faucetKitchen_panel3 .un_fucetKitchen_panel3_inner .un_fucetKitchen_panel3_inner_bottom .un_fucetKitchen_panel3_inner_bottom_cost .un_fucetKitchen_panel3_inner_bottom_cost_merchandise.un_fucetKitchen_panel3_inner_bottom_cost_merchandise__txtRed{
  color:var(--emphasisRed);
  font-weight: bold;
}
.un_faucetKitchen_panel3 .un_fucetKitchen_panel3_inner .un_fucetKitchen_panel3_inner_bottom .un_fucetKitchen_panel3_inner_bottom_cost .un_fucetKitchen_panel3_inner_bottom_cost_total{
  color:var(--emphasisRed);
  font-weight: bold;
}
.un_faucetKitchen_panel3 .un_fucetKitchen_panel3_inner .un_fucetKitchen_panel3_inner_bottom .un_fucetKitchen_panel3_inner_bottom_cost .un_fucetKitchen_panel3_inner_bottom_cost_total .un_fucetKitchen_panel3_inner_bottom_cost_total_price,
.un_faucetKitchen_panel3 .un_fucetKitchen_panel3_inner .un_fucetKitchen_panel3_inner_bottom .un_fucetKitchen_panel3_inner_bottom_cost .un_fucetKitchen_panel3_inner_bottom_cost_merchandise.un_fucetKitchen_panel3_inner_bottom_cost_merchandise__txtRed .un_fucetKitchen_panel3_inner_bottom_cost_merchandise_price{
  font-size: 16px;
}
.un_faucetKitchen_panel3 .un_fucetKitchen_panel3_inner .un_fucetKitchen_panel3_inner_bottom .un_fucetKitchen_panel3_inner_bottom_cost .un_fucetKitchen_panel3_inner_bottom_cost_link{
  position:relative;
  width: 150px;
  line-height: 1.75;
  padding: 5px 5px 4px;
  margin: 5px 0 0 auto;
  box-sizing: border-box;
  background: var(--dekiruGreen);
  color: #fff;
  text-decoration: none;
  border-radius: 3px;
  min-height: 26px;
}
.un_faucetKitchen_panel3 .un_fucetKitchen_panel3_inner .un_fucetKitchen_panel3_inner_bottom .un_fucetKitchen_panel3_inner_bottom_cost .un_fucetKitchen_panel3_inner_bottom_cost_link a,
.un_faucetKitchen_panel3 .un_fucetKitchen_panel3_inner .un_fucetKitchen_panel3_inner_bottom .un_fucetKitchen_panel3_inner_bottom_cost .un_fucetKitchen_panel3_inner_bottom_cost_link a:link,
.un_faucetKitchen_panel3 .un_fucetKitchen_panel3_inner .un_fucetKitchen_panel3_inner_bottom .un_fucetKitchen_panel3_inner_bottom_cost .un_fucetKitchen_panel3_inner_bottom_cost_link a:visited,
.un_faucetKitchen_panel3 .un_fucetKitchen_panel3_inner .un_fucetKitchen_panel3_inner_bottom .un_fucetKitchen_panel3_inner_bottom_cost .un_fucetKitchen_panel3_inner_bottom_cost_link a:active{
  position: absolute;
  width: 100%;
  height: 100%;
  top:-2px;
  left:-11px;
  z-index:2;
  color: #fff;
  padding: 5px 5px 4px;
  text-align: center;
  text-decoration:none;
  font-size: 13px;
}
.un_faucetKitchen_panel3 .un_fucetKitchen_panel3_inner .un_fucetKitchen_panel3_inner_bottom .un_fucetKitchen_panel3_inner_bottom_cost .un_fucetKitchen_panel3_inner_bottom_cost_link:hover{
  color: #fff;
  text-decoration:none;
  opacity: .8;
}
.un_faucetKitchen_panel3 .un_fucetKitchen_panel3_inner .un_fucetKitchen_panel3_inner_bottom .un_fucetKitchen_panel3_inner_bottom_cost .un_fucetKitchen_panel3_inner_bottom_cost_link a::after {
  content: "▲";
  display: block;
  white-space: pre;
  width: 16px;
  height: 16px;
  background: #fff;
  border-radius: 8px;
  color: var(--dekiruGreen);
  transform: rotate(90deg);
  font-size: 10px;
  position: absolute;
  top: 7px;
  right: 30px;
}

/*キッチン蛇口・浄水器の交換工事費用*/
.un_sharedFaucet_makerCardUnit_wrapper +.el_hdg2{
  margin-top:40px;
}
.el_hdg2 + .un_faucetKitchen_table2_wrapper{
  margin-top:20px;
}
.un_faucetKitchen_table2 {
  border-collapse: collapse;
  border: #ccc 4px solid;
  text-align: center;
  width: 755px;
  line-height: 24px;
}

.un_faucetKitchen_table2 .un_faucetKitchen_table2_item {
  border: #ccc 2px solid;
  padding: 20px;
  font-size: 17px;
  line-height: 1.75;
  background: #f5f5f5;
}
.un_faucetKitchen_table2 .un_faucetKitchen_table2_item.un_faucetKitchen_table2_item__type{
  width:18%;
}
.un_faucetKitchen_table2 .un_faucetKitchen_table2_item.un_faucetKitchen_table2_item__id53551{
  width: 41%;
}
.un_faucetKitchen_table2 .un_faucetKitchen_table2_item .un_faucetKitchen_table2_item_txt{
  font-size:15px;
}
.un_faucetKitchen_table2 .un_faucetKitchen_table2_item .un_faucetKitchen_table2_item_caption{
  text-align: left;
}

.un_faucetKitchen_table2 .un_faucetKitchen_table2_item .un_faucetKitchen_table2_item_caption .un_faucetKitchen_table2_item_caption_icon {
  padding: 0 8px;
  display: inline-block;
  background: #ec914f;
  border-radius: 4px;
  border: solid 1px #ec914f;
  font-size: 13px;
  color: #fff;
  margin-left: 5px;
}


.un_faucetKitchen_table2 .un_faucetKitchen_table2_img,
.un_faucetKitchen_table2 .un_faucetKitchen_table2_basic,
.un_faucetKitchen_table2 .un_faucetKitchen_table2_checklist{
  border: #ccc 2px solid;
  padding: 20px 10px;
}
.un_faucetKitchen_table2 .un_faucetKitchen_table2_construction{
  color: var(--emphasisRed);
  font-weight: bold;
  margin-top: 10px;
}

.un_faucetKitchen_table2 .un_faucetKitchen_table2_construction .un_faucetKitchen_table2_construction_cost {
  font-size: 40px;
}
.un_faucetKitchen_table2 .un_faucetKitchen_table2_construction .un_faucetKitchen_table2_construction_tax{
  font-size: 16px;
}
.un_faucetKitchen_table2 .un_faucetKitchen_table2_checklist{
  vertical-align: top;
  text-align: left;
}
.un_faucetKitchen_table2 .un_faucetKitchen_table2_checklist .un_faucetKitchen_table2_checklist_txt p + p{
  margin-top:1rem;
}
.un_faucetKitchen_table2 .un_faucetKitchen_table2_checklist .un_faucetKitchen_table2_checklist_txt .un_faucetKitchen_table2_checklist_txt_caution{
  color:var(--emphasisRed);
}

.un_faucetKitchen_panel4{
  display: none;
}

/* 工事費用・費用相場バナー、DIYバナー */
.bl_panel + .un_faucetKitchen_cardUnit2_wrapper > .un_faucetKitchen_cardUnit2 {
  padding:0 20px 20px;
}

.un_faucetKitchen_cardUnit2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 20px;
}

.un_faucetKitchen_card2 {
  width: calc((100% + 10px) / 2 - 10px);
  overflow: hidden;
}

.un_faucetKitchen_card2>a {
  position: relative;
  box-sizing: border-box;
  border: solid 2px #ececec;
  color: var(--defaultTxtColor);
  display: flex;
  flex-direction: column;
  height: 100%;
}

.un_faucetKitchen_card2 .un_faucetKitchen_card2_img {
  padding: 10px;
}

.un_faucetKitchen_card2>a:link,
.un_faucetKitchen_card2>a:active,
.un_faucetKitchen_card2>a:visited {
  color: var(--defaultTxtColor);
}

.un_faucetKitchen_card2>a:hover {
  border: solid 2px var(--dekiruGreen);
  text-decoration: none;
  opacity: 0.8;
}

.un_faucetKitchen_card2>a:hover img {
  opacity: 1;
}

.un_faucetKitchen_card2 .un_faucetKitchen_card2_txt {
  flex: 1;
  display: flex;
  flex-direction: column;
  background: var(--secondBgColor);
  padding: 10px;
}

.un_faucetKitchen_card2 .un_faucetKitchen_card2_ttl {
  font-size: 14px;
  text-decoration: underline;
}
.un_faucetKitchen_cardUnit2_wrapper + .el_hdg2 {
  margin-top: 20px;
}

/* U-KOMI */
.js_ukomiPaginationAdjust>.el_hdg2 {
  margin-top: 40px;
}
.review-container.un_faucetKitchen_ukomiPanel .reviewWidget_title {
  display: none;
}
.un_faucetKitchen_ukomiPanel {
  margin: 20px 0 0 0;
}

.un_faucetKichen_panel {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.un_faucetKichen_panel .un_faucetKichen_panel_card {
  position: relative;
  box-sizing: border-box;
  background-color: #fff;
  border: solid 1px #D9D9D9;
  width: 100%;
}
.un_faucetKichen_panel .un_faucetKichen_panel_card .un_faucetKichen_panel_card_inner {
  padding: 5px;
}
.un_faucetKichen_panel .un_faucetKichen_panel_card .un_faucetKichen_panel_card_ttl {
  background-color:#F2F2F2;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  font-weight: bold;
  padding: 11px 10px 10px 15px;
  text-align: center;
}
.un_faucetKichen_eocBtn + .el_hdg2 {
  margin-top: 40px;
}
.un_faucetKichen_headlineTxt {
  margin: 20px;
}
.un_faucetKichen_wrap .bl_mediaPanel .bl_mediaPanel_img {
  position: relative;
}
.un_faucetKichen_numberPanel {
  width: 35px;
  height: 35px;
  background-color:#319b03;
  color:#fff;
  font-weight: bold;
  font-size: 25px;
  position: absolute;
  text-align: center;
  margin: 10px;
}
.un_faucetKitchen_table_type {
  padding: 10px;
  background: #F2F2F2;
  font-size: 20px;
  text-align: center;
  position: relative;
  width: calc(100% / 3);
  border: solid 3px #D9D9D9;
}
.un_faucetKitchen_table_type_txtDiy {
  font-size: 14px;
  text-align: center;
}
.un_faucetKitchen_instructionstTableable .un_faucetKitchen_table_type, .un_faucetKitchen_table .un_faucetKitchen_table_drawing, .un_faucetKitchen_table .un_faucetKitchen_table_example {
  border: 2px solid #D9D9D9;
  border-collapse: collapse;
  padding: 10px;
}
.un_faucetKitchen_table_drawing {
  padding: 10px 10px 0;
  border: 2px solid #D9D9D9;
  border-bottom: none;
}
.un_faucetKitchen_table_example {
  padding: 0 10px 10px;
  border: 2px solid #D9D9D9;
  border-top: none;
}
.un_faucetKitchen_instructionstTableable {
  border: 2px solid #D9D9D9;
  border-collapse: collapse;
  margin: 10px 0 0;
}
.un_faucetKitchen_table_wrapper + .el_btn2_wrapper {
  margin-top:20px;
}