﻿@charset "utf-8";
.bl_productMainVpanel_txt .un_gasTypeListKabe_ttl_discount {
  font-size:30px;
}


/* 壁掛設置タイプ給湯器の商品一覧 */
.el_hdg2 + .un_gasType_productTabContent_useTxt {
  margin-top: 20px;
}
.un_gasType_productTabContent_txt + .un_gasType_productTabContent_useTxt {
  margin-top: 30px;
}
.un_gasType_productTabContent_useTxt + .un_gasType_productTabUnit{
  margin-top: 10px;
}
.un_gasType_productTabContent_txt + .el_hdg3 {
  margin-top: 30px;
}
.un_gasType_productTabContent_useTxt {
  font-weight: bold;
  font-size: 18px;
  text-align: center;
}
.un_gasType_productTabUnit {
  display: flex;
  flex-wrap: wrap;
}
.un_gasType_productTabSwitch {
  display: none;
}
.un_gasType_productTabLabel {
text-align: center;
order: -1;
position: relative;
z-index: 1;
cursor: pointer;
flex: 1;
font-size: 18px;
word-break: break-all;
display: flex;
box-sizing: border-box;
justify-content: space-between;
align-items: center;
}
.un_gasShared_typeCard_Unit + .el_hdg3 {
  margin-top: 30px;
}
.un_gasType_productTabSwitch:checked +.un_gasType_productTabLabel {
  background: url(/gas/type/list-kabe/img/gas_01.png) no-repeat;
}
.un_gasType_productTabSwitch:checked +.un_gasType_productTabLabel.un_gasType_productTabLabel__heatSourceMachine {
  background: url(/gas/type/list-kabe/img/gas_02.png) no-repeat;
}
.un_gasType_productTabSwitch:checked +.un_gasType_productTabLabel.un_gasType_productTabLabel__hotWaterOnly {
  background: url(/gas/type/list-kabe/img/gas_03.png) no-repeat;
}
.un_gasType_productTabSwitch:checked +.un_gasType_productTabLabel.un_gasType_productTabLabel__highTemperatureWater {
  background: url(/gas/type/list-kabe/img/gas_04.png) no-repeat;
}
.un_gasType_productTabSwitch:checked +.un_gasType_productTabLabel img {
  visibility: hidden;
}
.un_gasType_productTabContent {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
.un_gasType_productTabSwitch:checked +.un_gasType_productTabLabel +.un_gasType_productTabContent {
  height: auto;
  overflow: auto;
  padding: 20px 0;
  opacity: 1; 
  transition: 0.5s opacity;
}
/* 見積もりsearchボタン隣接条件 */
.un_shared_banner_wrapper + .el_hdg2 {
  margin-top: 40px;
}
.bl_panel_wrapper + .un_gasTypelist-kabe_cost_table_wrapper {
  margin-top: 20px;
}

